Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1997-01-17 | don't update battery backed up clock if system time is wrong from begin | 3 | -8/+23 | ||
in ddb. | |||||
1997-01-17 | added "see also" refs to cdio & chio | 1 | -0/+2 | ||
1997-01-17 | ncr_print() -> scsiprint() | 1 | -21/+3 | ||
1997-01-17 | Fixes: | 1 | -4/+4 | ||
pull in ../../Makefile.inc install mailq and newaliases in /usr/bin | |||||
1997-01-16 | prevent scsiconf.c:110: warning: unused variable `l' | 1 | -2/+4 | ||
also, #ifdef 0 -> #ifndef __OpenBSD__ | |||||
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock updates suspended | 8 | -19/+67 | ||
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock updates suspended | 1 | -2/+6 | ||
1997-01-16 | ahaprint() & btprint() -> scsiprint() | 2 | -27/+3 | ||
1997-01-16 | siprint() -> scsiprint() | 1 | -16/+2 | ||
1997-01-16 | Don't define MAXBSIZE here. -moj | 1 | -1/+3 | ||
1997-01-16 | Added scsiprint from NetBSD, needed by new driver for VAX. -moj | 2 | -2/+23 | ||
1997-01-16 | Sync to NetBSD 970110 | 196 | -2516/+7674 | ||
1997-01-16 | Use RB_TIMEBAD in boot() to know not to update the battery backed up clock | 3 | -5/+13 | ||
via resettodr(). Make Sun3-only command "machine reboot" only print a warning that the command is obsolete and that you should use the "boot" command instead. | |||||
1997-01-16 | use RB_TIMEBAD to indicate that the time is wrong and should not be copied | 1 | -4/+4 | ||
to the battery backed up clock via resettodr() in boot(). | |||||
1997-01-16 | disambiguate somewhat | 1 | -3/+5 | ||
1997-01-16 | Correct logic such that newfs w/o -t on a device w/o a label | 1 | -3/+3 | ||
defaults to ffs like people expect. | |||||
1997-01-16 | getopt(3) fix that I missed in the previous sweep. | 1 | -1/+1 | ||
1997-01-16 | Man pages for libedit, from NetBSD. | 2 | -0/+824 | ||
1997-01-16 | Merge in NetBSD libedit changes and new man pages. Also fix some | 37 | -21/+191 | ||
strncpy() usage in their code. NetBSD change log was: * add a man page for the editline routines * add a man page describing editrc * fix bugs in el_parse(): * didn't execute command when program name matched (test reversed) * was checking against empty string instead of program name * after checks, command to run also pointed to empty string * document ^char and \ escape sequences * when parsing ^char control chars, check the correct char when determining validity (previously, ^char was a NOP interpreted as the literal string because of this bug) * Implement CC_REDISPLAY, which (unlike CC_REFRESH) redraws the entire input * line (a la ^R). This is useful if the binding outputs information and * mucks up the input line. To be used in ``list-choices'' bindings (refer * to the ^D binding in csh when filec is set) | |||||
1997-01-16 | Speak in English and note that editline(3) now exists. | 1 | -9/+5 | ||
1997-01-16 | machdep.c | 1 | -7/+5 | ||
1997-01-16 | added RB_TIMEBAD bootflag | 1 | -1/+2 | ||
1997-01-16 | Update from NetBSD: adds chlen command and makes -Wall happy. | 4 | -54/+85 | ||
1997-01-16 | all modified code can now compile with -Werror -Wall -Wstrict-prototypes | 84 | -942/+1198 | ||
CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files | |||||
1997-01-16 | From NetBSD: Warn about potentially unsafe uid/gid overrides. | 1 | -3/+15 | ||
1997-01-16 | Support VM_PSSTRINGS. Man, this has been sitting in my tree for a while... | 2 | -4/+22 | ||
1997-01-16 | getopt(3) returns an int, not char. | 1 | -2/+2 | ||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | 252 | -603/+603 | ||
1997-01-15 | sync with NetBSD 970112 -moj | 155 | -9802/+25555 | ||
1997-01-15 | add prototype of reboot2() via machdep.h | 1 | -1/+5 | ||
1997-01-15 | moved init of ret in randomioctl() to better location | 1 | -2/+3 | ||
1997-01-15 | From NetBSD: make testdb() fail if database version string has length zero. | 4 | -15/+30 | ||
Also, KNF, b* -> mem*, getopt tests against -1, not EOF, and index -> strchr. Added OpenBSD tags. | |||||
1997-01-15 | Well, actually this seemed to be a bug in generic code, that | 1 | -14/+0 | ||
was being exercised. running with a 8k fs blk size and 4 k page size was a problem. Now running with fs blk size == page size works much better. The fix checked in a week or to back probably would fix this too. | |||||
1997-01-15 | added prototypes, made some functions static, removed unused variables | 3 | -16/+39 | ||
now compiles with -Werror -Wall -Wstrict-prototypes | |||||
1997-01-15 | add IPXIP option commented out, explanation. | 1 | -1/+2 | ||
1997-01-15 | extra braces to prevent warning about missing braces | 1 | -13/+13 | ||
1997-01-15 | sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted | 4 | -8/+38 | ||
to 8 internally so that drivers do not need to init it for regular scsi :-) | |||||
1997-01-15 | more missing prototypes and other warnings fixed | 3 | -17/+26 | ||
1997-01-15 | Minor formatting tweak from NetBSD (perry) + OpenBSD tags. | 1 | -1/+2 | ||
1997-01-15 | Don't need this, /sys/compat/m68k4k works better. | 1 | -53/+1 | ||
OpenBSD/hp300 is now 8k! | |||||
1997-01-15 | prevent -Wall warning: | 1 | -2/+2 | ||
nfs_vfsops.c:456: warning: `adjsock' might be used uninitialized in this function | |||||
1997-01-15 | prevent warning: | 1 | -2/+2 | ||
in_pcb.c:182: warning: `old' might be used uninitialized in this function | |||||
1997-01-15 | prevent warning: | 1 | -2/+2 | ||
ppp_tty.c:790: warning: `s' might be used uninitialized in this function | |||||
1997-01-15 | fixed warning: | 1 | -2/+2 | ||
kernfs_vnops.c:305: warning: long unsigned int format, u_int arg (arg 3) | |||||
1997-01-15 | 8k | 1 | -2/+2 | ||
1997-01-15 | prevent this warning: | 1 | -3/+3 | ||
rnd.c:823: warning: `ret' might be used uninitialized in this function when compiling with -Wall | |||||
1997-01-15 | added prototypes | 1 | -14/+22 | ||
1997-01-15 | Add DESTDIR support for crt{begin,end}.o (powerpc only so far) | 2 | -22/+9 | ||
1997-01-15 | Clarification. From NetBSD. | 1 | -2/+2 | ||
1997-01-14 | Remove locc. -moj | 1 | -2/+2 | ||