Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-20 | Update man page and sccs tags from lite2. | Todd C. Miller | |
1997-08-20 | Move 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-20 | Update from lite2 version and fix grammatical error from | Todd C. Miller | |
Krister Walfridsson <cato@ulysses.df.lth.se>. | |||
1997-08-20 | Fix for some stupid ne2000 clones that get into a weird state and | Todd C. Miller | |
are probed as WD instead. From Martin Husemann <martin@rumolt.teuto.de> | |||
1997-08-20 | Minor numbers for tty00 and tty01 were wrong from scc* | Todd C. Miller | |
From maximum entropy <entropy@tardis.bernstein.com>. | |||
1997-08-20 | Make this compile is FIONREAD is defined. Guess this was | Todd C. Miller | |
never tested. Closed NetBSD PR#4012 from David Holland <dholland@bordeaux.eecs.harvard.edu>. | |||
1997-08-19 | Standard format and general amelioration. | Todd C. Miller | |
1997-08-19 | Some KNF, check a few return values and use err/warn. | Todd C. Miller | |
1997-08-19 | sun3 is back up | kstailey | |
1997-08-19 | Move bad dynamic port parsing into parse_baddynamic(). | Todd C. Miller | |
1997-08-19 | - add wavelan files in files.pcmcia | Angelos D. Keromytis | |
- accept version 5.0 from the card as legal - fix the mapping (pcmcia.c, pcmcia_read_cis()) | |||
1997-08-19 | Add wlp (wavelan) device. | Angelos D. Keromytis | |
1997-08-19 | Add hook for rpc.lockd, make nfsd flags settable in netstart | Niklas Hallqvist | |
1997-08-19 | ifdef'ed out 3 functions that were not used and were causing | Angelos D. Keromytis | |
compilation problems. | |||
1997-08-19 | repair duplication check | Theo de Raadt | |
1997-08-19 | SANYO CRD-254P has AQUIRK_NOCAPACITY | Theo de Raadt | |
1997-08-19 | do not reuse id's. also be more careful with maxgids. | Theo de Raadt | |
1997-08-19 | temporary work around | kstailey | |
1997-08-19 | rpc.lockd moved from libexec to usr.sbin | Niklas Hallqvist | |
1997-08-19 | Moved to usr.sbin behind cvs back | Niklas Hallqvist | |
1997-08-19 | make -Wall happy | Niklas Hallqvist | |
1997-08-19 | $OpenBSD$ | Niklas Hallqvist | |
1997-08-19 | Document -C option. Can't claim POSIX 1003.2 yet, still missing the -s option. | denny | |
1997-08-19 | Add -C to not overwrite existing files when extracting (part of POSIX 1003.2) | denny | |
1997-08-19 | $OpenBSD$ | Niklas Hallqvist | |
1997-08-19 | Note -P option and POSIX 1003.2 | denny | |
1997-08-19 | Add -P option, the POSIX 1003.2 output format (strictly specified for parsing). | denny | |
1997-08-19 | Add support for adding/subtracting ports from the current baddynamic | Todd C. Miller | |
mask. | |||
1997-08-19 | Note return code >2 if malloc fails (POSIX spec behavior). | denny | |
1997-08-19 | POSIX 1003.2: exit code is 3 if memory allocation fails, 2 if expr invalid. | denny | |
1997-08-19 | Note POSIX 1003.2. | denny | |
1997-08-19 | Check length of filename.Z against PATH_MAX and NAME_MAX (POSIX 1003.2 spec) | denny | |
1997-08-19 | Note POSIX 1003.2 conformance. | denny | |
1997-08-19 | Note POSIX 10003.2 conformance. | denny | |
1997-08-19 | Add DP_CLR() macro | Todd C. Miller | |
1997-08-19 | Note POSIX 1003.2 conformance. | denny | |
1997-08-19 | POSIX 1003.2: exit w/ 0 code if receive SIGALRM. | denny | |
1997-08-19 | typo | Todd C. Miller | |
1997-08-19 | Make net.inet.tcp.baddynamic and net.inet.udp.baddynamic | Todd C. Miller | |
comma-separated instead of space-separated when printing so it is easy to cut and paste. | |||
1997-08-19 | Only print bad dynamic ports list for udp and tcp since that's all | Todd 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-19 | Theo doesn't like extra kernel options, so don't allow | Todd 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-19 | Back out part of revision 1.16 where the tape was unmounted in stclose on | dgregor | |
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-19 | bc -> le | kstailey | |
1997-08-19 | bc is now le, don't ask me why | kstailey | |
1997-08-19 | bc is now le, don't ask me why | kstailey | |
1997-08-18 | sync | Theo de Raadt | |
1997-08-18 | Add some missing $(srcdir)s. Makes texinfo a little bit closer | Niklas Hallqvist | |
to work on readonly /usr/src systems. | |||
1997-08-18 | build manpage | kstailey | |
1997-08-18 | document | kstailey | |
1997-08-18 | use "limits.h" not "sys/syslimits.h" | kstailey | |