summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-16getopt(3) fix that I missed in the previous sweep.Todd C. Miller
1997-01-16Man pages for libedit, from NetBSD.Todd C. Miller
1997-01-16Merge in NetBSD libedit changes and new man pages. Also fix someTodd C. Miller
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-16Speak in English and note that editline(3) now exists.Todd C. Miller
1997-01-16machdep.ckstailey
1997-01-16added RB_TIMEBAD bootflagkstailey
1997-01-16all modified code can now compile with -Werror -Wall -Wstrict-prototypeskstailey
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-16Update from NetBSD: adds chlen command and makes -Wall happy.Todd C. Miller
1997-01-16From NetBSD: Warn about potentially unsafe uid/gid overrides.Todd C. Miller
1997-01-16Support VM_PSSTRINGS. Man, this has been sitting in my tree for a while...Todd C. Miller
1997-01-16getopt(3) returns an int, not char.Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-15sync with NetBSD 970112 -mojMats O Jansson
1997-01-15add prototype of reboot2() via machdep.hkstailey
1997-01-15moved init of ret in randomioctl() to better locationkstailey
1997-01-15From NetBSD: make testdb() fail if database version string has length zero.Todd C. Miller
Also, KNF, b* -> mem*, getopt tests against -1, not EOF, and index -> strchr. Added OpenBSD tags.
1997-01-15Well, actually this seemed to be a bug in generic code, thatDale S. Rahn
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-15added prototypes, made some functions static, removed unused variableskstailey
now compiles with -Werror -Wall -Wstrict-prototypes
1997-01-15add IPXIP option commented out, explanation.Michael Shalayeff
1997-01-15extra braces to prevent warning about missing braceskstailey
1997-01-15sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets convertedTheo de Raadt
to 8 internally so that drivers do not need to init it for regular scsi :-)
1997-01-15more missing prototypes and other warnings fixedkstailey
1997-01-15Minor formatting tweak from NetBSD (perry) + OpenBSD tags.Todd C. Miller
1997-01-15Don't need this, /sys/compat/m68k4k works better.Jason Downs
OpenBSD/hp300 is now 8k!
1997-01-15prevent -Wall warning:kstailey
nfs_vfsops.c:456: warning: `adjsock' might be used uninitialized in this function
1997-01-15prevent warning:kstailey
in_pcb.c:182: warning: `old' might be used uninitialized in this function
1997-01-15prevent warning:kstailey
ppp_tty.c:790: warning: `s' might be used uninitialized in this function
1997-01-15fixed warning:kstailey
kernfs_vnops.c:305: warning: long unsigned int format, u_int arg (arg 3)
1997-01-158kJason Downs
1997-01-15prevent this warning:kstailey
rnd.c:823: warning: `ret' might be used uninitialized in this function when compiling with -Wall
1997-01-15added prototypeskstailey
1997-01-15Add DESTDIR support for crt{begin,end}.o (powerpc only so far)Niklas Hallqvist
1997-01-15Clarification. From NetBSD.Todd C. Miller
1997-01-14Remove locc. -mojMats O Jansson
1997-01-14hack: if we're M68K, also allow us to strip M68K4K. Works for me.Jason Downs
1997-01-14Use <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett.Thorsten Lockert
1997-01-14Update to tzdata1996nTodd C. Miller
1997-01-14Update to tzcode1996o + our fixes. Fixes problem pointed outTodd C. Miller
by cross@va.pubnix.com.
1997-01-14Debugger() is needed by KGDB not just DDBkstailey
1997-01-14Be extra careful when chdir'ing to subdirs.Todd C. Miller
1997-01-14RAW_PARTTheo de Raadt
1997-01-13preliminary support for the Apollo 060 acceleratorNiklas Hallqvist
Thanks a lot, Michael van Elst <mlelstv@serpens.swb.de>
1997-01-13Add a commented out option NSIP with explanationNiklas Hallqvist
1997-01-13reformatted ala KNFkstailey
1997-01-13egid for open; spotted by oliver@secnet.comTheo de Raadt
1997-01-13talk about inetd; kleink@layla.inka.deTheo de Raadt
1997-01-13correct; kleink@layla.inka.deTheo de Raadt
1997-01-13doc "more" command; jdc@orthanc.ncl.ac.ukTheo de Raadt
1997-01-13fix DIO-II mappings, NetBSD PR#3097.Jason Downs
1997-01-13Important change to the installation notes.Dale S. Rahn
pax must be used with the "-pe" option to keep file ownership, group and permissions (eg suid) on the extracted file.