summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-21add config files for the various pmax types (thanks go to dieter mayerThomas Graichen
who created them)
1997-02-21Add 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-21Drop ${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-21Bring closer to the ISA version by dropping the use of a structure forNiklas Hallqvist
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise.
1997-02-21add bus_space_{read,write}_region_* + some KNFNiklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-21We are OpenBSDNiklas Hallqvist
1997-02-21Updated; now lists some 95+ protocols.Angelos D. Keromytis
1997-02-21Removed no longer necessary cautionary comment.Angelos D. Keromytis
1997-02-21add sipp-esp and sipp-ahTheo de Raadt
1997-02-21Couple of missing ifdefs.Angelos D. Keromytis
1997-02-21netstat now understands SIPP-AH/SIPP-ESP (IPsec) and ENCAP protocols.Angelos D. Keromytis
1997-02-21Style cleanup and a printf string typoNiklas Hallqvist
1997-02-21fetched a comment from mvme68k + style nitNiklas Hallqvist
1997-02-21Add MMU_/CPU_ symsNiklas Hallqvist
1997-02-21copypage/zeropage adaption. cputype setting needs more work.Niklas Hallqvist
1997-02-21shmdt before shmdt (in child) fixTheo de Raadt
1997-02-21Siginfo stuff as per the mvme68k port + KNF & other style nitsNiklas Hallqvist
1997-02-21do not allow SO_SNDBUF/SO_RCVBUF len 0Theo de Raadt
1997-02-21-nostdinc and big endian cleanupNiklas Hallqvist
1997-02-21Fixed error introduced with last patch.Angelos D. Keromytis
1997-02-21ld(1) now works; link shared library against -lcurses againThorsten Lockert
1997-02-21Get symbol counts right when counting weak symbols in shared libraries asThorsten Lockert
shared objects are being built.
1997-02-21Fix a const poisoning warningThorsten Lockert
1997-02-21Integrate local changesThorsten Lockert
1997-02-21Missed files from new release from Cyclic SoftwareThorsten Lockert
1997-02-21New release from Cyclic SoftwareThorsten Lockert
1997-02-21do not pass up un-init vftypeTheo de Raadt
1997-02-21Bring in siginfo changes from mvme68k port & Theo. Compiles.briggs
1997-02-21Removed some of the ugliness in ipsp_kern().Angelos D. Keromytis
1997-02-21flesh out icmp, no rpc info for -nTheo de Raadt
1997-02-20strncpy needed for ufs.cgvf
1997-02-20CFLAGS+=, from m4@umn.eduTheo de Raadt
1997-02-20Fix for NetBSD's bug from NetBSD.Jason Downs
1997-02-20update.Per Fogelstrom
1997-02-20cpio emulation for paxThorsten Lockert
1997-02-20Provide disk statistics; cleaned up from NetBSD PR 3200 [Jarle Greipsland]Thorsten Lockert
1997-02-20gratituous compatibility with NetBSDkstailey
1997-02-20more of samekstailey
1997-02-20From 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-20Document EINVALThorsten Lockert
1997-02-20Don't add shells multiple times, from tv@pobox.com. PR# user/112.Jason Downs
1997-02-20DES library for IPSEC; Eric Young (eay@mincom.oz.au)Theo de Raadt
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz
1997-02-19NS DP875x series clock chip definition file.Per Fogelstrom
1997-02-19Add 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-19Change usage() so it shows the right line arguments.Angelos D. Keromytis
1997-02-19f77 0.5.19.1.Jason Downs
1997-02-19Update.Jason Downs
1997-02-19Use standard instance names for kadmin communicationThorsten Lockert