summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-27Allow BSDSRCDIR to point to a symlink. This means /usr/src can be a symlinkNiklas Hallqvist
without having to explicitly set BSDSRCDIR
1997-04-27Prototype fixes and cruft removal.Jason Downs
1997-04-27More includes for library prototypes.Jason Downs
1997-04-27No more setargs.c.Jason Downs
1997-04-27Pull in more includes to properly prototype library functions, kill localJason Downs
decls of library functions, kill local implementation of setproctitle(). This of course points out how utterly bad this code is and that someone needs to come in here with a chainsaw sometime.
1997-04-27Correct assumed editing mistakes.Jason Downs
1997-04-27Reality check.Jason Downs
1997-04-27PFKEY protocol control blocks.Angelos D. Keromytis
1997-04-26document the meaning of protocol = 0.michaels
1997-04-26my keyboard made a typo.michaels
1997-04-26correct declaration given for herror(3) and describe better.michaels
1997-04-26samplle boot.conf fileMichael Shalayeff
current placement is /etc/boot.conf .... change if you want, but i think that /boot.conf is much worse
1997-04-26boot.conf supportMichael Shalayeff
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon
1997-04-26struct definitions in .h files and instances in .c file please.kstailey
Vic Able: > While <miscfs/kernfs/kernfs.h> has a kernfs_node, it depends > on a structure that's defined in <miscfs/kernfs/kernfs_vnops.c>. > Oops! That's not very social. :-) [I built a new kernel fine, but don't have time to run "make build" it is my intuition that this will not have any bad effects, but I didn't test. Just back it out if it hurts you and I'll try again.]
1997-04-26First argument to nanosleep(2) is const; so is the first argument toThorsten Lockert
copyin(9). Propagate this.
1997-04-26Use SYSLIBC_SCCS; these are syscallsThorsten Lockert
1997-04-26Add $OpenBSD$ tagsThorsten Lockert
1997-04-26Allow a private tag when we expand RCS identifiers ourselves as well.Thorsten Lockert
1997-04-25Cool. Drop oversized packets rather than splitting into mbufs. NetBSD log:gene
>From Mycroft: If we fail to allocate a cluster to hold a large packet, >simply drop it rather than using a chain of tiny mbufs.
1997-04-25add scsi & supporting fileTheo de Raadt
1997-04-25sd2 & sd3 in ramdisk tooTheo de Raadt
1997-04-25md5 too (yeah, i know this is not perfect)Theo de Raadt
1997-04-25added select(2) to see also, mostly to test cvs commitkstailey
1997-04-25Reorganization fo boot() to make it more logical ala Scott Reynolds. Also,gene
fix some prototyping.
1997-04-251 byte underflowTheo de Raadt
1997-04-25fix broken tagkstailey
1997-04-25less inaccuratekstailey
1997-04-25less inaccuratekstailey
1997-04-25do not allow connect to a 2049 either, helps firewall cases; adam@math.tau.ac.ilTheo de Raadt
1997-04-25proper mask check; mike@fast.cs.utah.eduTheo de Raadt
1997-04-25require reserved ports. avoid ftp bounce.Theo de Raadt
1997-04-25XXX should do reserved portsTheo de Raadt
1997-04-25skipped too many idsNiels Provos
1997-04-25Use nanosleep(2)Thorsten Lockert
1997-04-25Prototype nanosleep(2)Thorsten Lockert
1997-04-25A couple of performance improvements from Denny Gentry <denny1@home.com>briggs
1997-04-25delete garbageTheo de Raadt
1997-04-2564bit cleanup.Angelos D. Keromytis
1997-04-24PF_KEYv2 definition as of the latest draft.Angelos D. Keromytis
1997-04-24Added PF_KEY definition.Angelos D. Keromytis
1997-04-24extra " in -s initializationTheo de Raadt
1997-04-24wrong mode, oopsTheo de Raadt
1997-04-24fix subtle bug in the m88k assembler, without this fix it would not assembleDale S. Rahn
the instruction "rot r24,r24,r13" because it did not accept the shift about being specified by the register.
1997-04-24Don't even support LFS in the kernel.Jason Downs
1997-04-24Revert last changeThorsten Lockert
1997-04-24Pad out trailing parts of the address with zeros so we get a legal networkThorsten Lockert
address when only the first octets are given (eg. 140.174 ==> 140.174.0.0)
1997-04-24Enforce read only mounts. No exceptions.Jason Downs
1997-04-24Don't build LFS, it doesn't work.Jason Downs
1997-04-24Don't build LFS, it doesn't work.Jason Downs
1997-04-24Inspired by NetBSD changes: ditch AE_DEBUG diagnostics. This kills the ↵gene
AE_DEBUG option (if for some reason anyone is using it).