summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1997-08-19typoTodd C. Miller
1997-08-19Make net.inet.tcp.baddynamic and net.inet.udp.baddynamicTodd C. Miller
comma-separated instead of space-separated when printing so it is easy to cut and paste.
1997-08-19Only print bad dynamic ports list for udp and tcp since that's allTodd C. Miller
that exist. This fixes a bug where net.inet.ip.redirect, net.inet.ip.directed-broadcast, and net.inet.tcp.keepinittimem got interpreted as dynamic port lists. Oops.
1997-08-19Theo doesn't like extra kernel options, so don't allowTodd C. Miller
DEFBADDYNAMICPORTS_TCP and DEFBADDYNAMICPORTS_UDP to be overridden from the kernel. It's not really too useful since there is a nice sysctl interface for this stuff.
1997-08-19Back out part of revision 1.16 where the tape was unmounted in stclose ondgregor
a non-rewinding device. When the tape was re-opened again, st_mount_tape called st_load, which causes the tape to be rewound. The best way to fix this problem would be to not call st_load in st_mount_tape if the tape is already in the drive and has already been loaded. But, I haven't figured out a good, safe way to do that yet....
1997-08-19bc -> lekstailey
1997-08-19bc is now le, don't ask me whykstailey
1997-08-19bc is now le, don't ask me whykstailey
1997-08-18syncTheo de Raadt
1997-08-18Add some missing $(srcdir)s. Makes texinfo a little bit closerNiklas Hallqvist
to work on readonly /usr/src systems.
1997-08-18build manpagekstailey
1997-08-18documentkstailey
1997-08-18use "limits.h" not "sys/syslimits.h"kstailey