Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-21 | add config files for the various pmax types (thanks go to dieter mayer | Thomas Graichen | |
who created them) | |||
1997-02-21 | Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree, | Niklas Hallqvist | |
but I thought you might want to taste it beforehands :-) Besides it is my personal kernel config so this one does not *have* to build. so there! | |||
1997-02-21 | Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule. | Niklas Hallqvist | |
Use the NORMAL_C_C rule for building parma.o. Put -nostdinc upfront in INCLUDES. | |||
1997-02-21 | Bring closer to the ISA version by dropping the use of a structure for | Niklas Hallqvist | |
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise. | |||
1997-02-21 | add bus_space_{read,write}_region_* + some KNF | Niklas Hallqvist | |
1997-02-21 | We do not use the rsr field | Niklas Hallqvist | |
1997-02-21 | We are OpenBSD | Niklas Hallqvist | |
1997-02-21 | Updated; now lists some 95+ protocols. | Angelos D. Keromytis | |
1997-02-21 | Removed no longer necessary cautionary comment. | Angelos D. Keromytis | |
1997-02-21 | add sipp-esp and sipp-ah | Theo de Raadt | |
1997-02-21 | Couple of missing ifdefs. | Angelos D. Keromytis | |
1997-02-21 | netstat now understands SIPP-AH/SIPP-ESP (IPsec) and ENCAP protocols. | Angelos D. Keromytis | |
1997-02-21 | Style cleanup and a printf string typo | Niklas Hallqvist | |
1997-02-21 | fetched a comment from mvme68k + style nit | Niklas Hallqvist | |
1997-02-21 | Add MMU_/CPU_ syms | Niklas Hallqvist | |
1997-02-21 | copypage/zeropage adaption. cputype setting needs more work. | Niklas Hallqvist | |
1997-02-21 | shmdt before shmdt (in child) fix | Theo de Raadt | |
1997-02-21 | Siginfo stuff as per the mvme68k port + KNF & other style nits | Niklas Hallqvist | |
1997-02-21 | do not allow SO_SNDBUF/SO_RCVBUF len 0 | Theo de Raadt | |
1997-02-21 | -nostdinc and big endian cleanup | Niklas Hallqvist | |
1997-02-21 | Fixed error introduced with last patch. | Angelos D. Keromytis | |
1997-02-21 | ld(1) now works; link shared library against -lcurses again | Thorsten Lockert | |
1997-02-21 | Get symbol counts right when counting weak symbols in shared libraries as | Thorsten Lockert | |
shared objects are being built. | |||
1997-02-21 | Fix a const poisoning warning | Thorsten Lockert | |
1997-02-21 | Integrate local changes | Thorsten Lockert | |
1997-02-21 | Missed files from new release from Cyclic Software | Thorsten Lockert | |
1997-02-21 | New release from Cyclic Software | Thorsten Lockert | |
1997-02-21 | do not pass up un-init vftype | Theo de Raadt | |
1997-02-21 | Bring in siginfo changes from mvme68k port & Theo. Compiles. | briggs | |
1997-02-21 | Removed some of the ugliness in ipsp_kern(). | Angelos D. Keromytis | |
1997-02-21 | flesh out icmp, no rpc info for -n | Theo de Raadt | |
1997-02-20 | strncpy needed for ufs.c | gvf | |
1997-02-20 | CFLAGS+=, from m4@umn.edu | Theo de Raadt | |
1997-02-20 | Fix for NetBSD's bug from NetBSD. | Jason Downs | |
1997-02-20 | update. | Per Fogelstrom | |
1997-02-20 | cpio emulation for pax | Thorsten Lockert | |
1997-02-20 | Provide disk statistics; cleaned up from NetBSD PR 3200 [Jarle Greipsland] | Thorsten Lockert | |
1997-02-20 | gratituous compatibility with NetBSD | kstailey | |
1997-02-20 | more of same | kstailey | |
1997-02-20 | From FreeBSD [Terry Lambert]: | Thorsten Lockert | |
The following small diff fixes the annoying fsck bug that causes it to need to be run twice to end up with correct reference counts for inodes for directories that had subdirectories relocated into the lost+found directory. I found the need to rerun *extremely* annoying. This fix causes the count to be correctly adjusted later in pass 4 by correctly stating the parent reference count. Note that the parent reference count is incremented when the directory entry is made (for ".."), but is not really there in the case of a directory that does not make an entry in its parent dir. This can be tested by waiting for the inode sync after cd'ing from a shell into a test fs. Then you "mkdir xxx yyy zzz", wait a second, and hit the machine reset button. | |||
1997-02-20 | Document EINVAL | Thorsten Lockert | |
1997-02-20 | Don't add shells multiple times, from tv@pobox.com. PR# user/112. | Jason Downs | |
1997-02-20 | DES library for IPSEC; Eric Young (eay@mincom.oz.au) | Theo de Raadt | |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt | |
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz | |||
1997-02-19 | NS DP875x series clock chip definition file. | Per Fogelstrom | |
1997-02-19 | Add option to turn off calendar via env variables settable via cron. | Todd C. Miller | |
Ie: ``CALENDAR=0'' will turn it off which is useful for machines with no local users that do not run YP. | |||
1997-02-19 | Change usage() so it shows the right line arguments. | Angelos D. Keromytis | |
1997-02-19 | f77 0.5.19.1. | Jason Downs | |
1997-02-19 | Update. | Jason Downs | |
1997-02-19 | Use standard instance names for kadmin communication | Thorsten Lockert | |