summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-20Comment out wavelan device.Angelos D. Keromytis
1997-08-20Wavelan code rolled out. It works, but there are copyleft problems.Angelos D. Keromytis
1997-08-20do the unix thing; janjaap@stack.nlTheo de Raadt
1997-08-20In m_split(), restore m_pkthdr.len to original length if weTodd C. Miller
get an error. From Koji Imada <koji@math.human.nagoya-u.ac.jp>
1997-08-20Add -q (quick), the only X/Open option I can work up enthusiasm to implement.denny
1997-08-20Fix pasto.Todd C. Miller
1997-08-20Some KNF and use warn/err.Todd C. Miller
1997-08-20Print "Filesystem not supported by kernel" not "Operation not supported byTodd C. Miller
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>.
1997-08-20arc syncTheo de Raadt
1997-08-20Fix typo. From Matthew Hunt <mph@pobox.com>.Todd C. Miller
1997-08-20Update from lite2.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2. Minor cleanup by me as well.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2.Todd C. Miller
1997-08-20Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...Todd C. Miller
Update man page from lite2 while I'm at it.
1997-08-20Update from lite2 version and fix grammatical error fromTodd C. Miller
Krister Walfridsson <cato@ulysses.df.lth.se>.
1997-08-20Fix for some stupid ne2000 clones that get into a weird state andTodd C. Miller
are probed as WD instead. From Martin Husemann <martin@rumolt.teuto.de>
1997-08-20Minor numbers for tty00 and tty01 were wrong from scc*Todd C. Miller
From maximum entropy <entropy@tardis.bernstein.com>.
1997-08-20Make this compile is FIONREAD is defined. Guess this wasTodd C. Miller
never tested. Closed NetBSD PR#4012 from David Holland <dholland@bordeaux.eecs.harvard.edu>.
1997-08-19Standard format and general amelioration.Todd C. Miller
1997-08-19Some KNF, check a few return values and use err/warn.Todd C. Miller
1997-08-19sun3 is back upkstailey
1997-08-19Move bad dynamic port parsing into parse_baddynamic().Todd C. Miller
1997-08-19- add wavelan files in files.pcmciaAngelos D. Keromytis
- accept version 5.0 from the card as legal - fix the mapping (pcmcia.c, pcmcia_read_cis())
1997-08-19Add wlp (wavelan) device.Angelos D. Keromytis
1997-08-19Add hook for rpc.lockd, make nfsd flags settable in netstartNiklas Hallqvist
1997-08-19ifdef'ed out 3 functions that were not used and were causingAngelos D. Keromytis
compilation problems.
1997-08-19repair duplication checkTheo de Raadt
1997-08-19SANYO CRD-254P has AQUIRK_NOCAPACITYTheo de Raadt
1997-08-19do not reuse id's. also be more careful with maxgids.Theo de Raadt
1997-08-19temporary work aroundkstailey
1997-08-19rpc.lockd moved from libexec to usr.sbinNiklas Hallqvist
1997-08-19Moved to usr.sbin behind cvs backNiklas Hallqvist
1997-08-19make -Wall happyNiklas Hallqvist
1997-08-19$OpenBSD$Niklas Hallqvist
1997-08-19Document -C option. Can't claim POSIX 1003.2 yet, still missing the -s option.denny
1997-08-19Add -C to not overwrite existing files when extracting (part of POSIX 1003.2)denny
1997-08-19$OpenBSD$Niklas Hallqvist
1997-08-19Note -P option and POSIX 1003.2denny
1997-08-19Add -P option, the POSIX 1003.2 output format (strictly specified for parsing).denny
1997-08-19Add support for adding/subtracting ports from the current baddynamicTodd C. Miller
mask.
1997-08-19Note return code >2 if malloc fails (POSIX spec behavior).denny
1997-08-19POSIX 1003.2: exit code is 3 if memory allocation fails, 2 if expr invalid.denny
1997-08-19Note POSIX 1003.2.denny
1997-08-19Check length of filename.Z against PATH_MAX and NAME_MAX (POSIX 1003.2 spec)denny
1997-08-19Note POSIX 1003.2 conformance.denny
1997-08-19Note POSIX 10003.2 conformance.denny
1997-08-19Add DP_CLR() macroTodd C. Miller
1997-08-19Note POSIX 1003.2 conformance.denny
1997-08-19POSIX 1003.2: exit w/ 0 code if receive SIGALRM.denny