summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11shave a few byes by combining a printf and panic that are consecutiveTodd C. Miller
1999-01-11Forgot to add kern_kthread.c hereNiklas Hallqvist
1999-01-11kthread abstraction from NetBSD, implemented with our rforkNiklas Hallqvist
1999-01-11Sanity panics into DIAGNOSTICNiklas Hallqvist
1999-01-11Adhere better to DIAGNOSTIC and DDB optionsNiklas Hallqvist
1999-01-11kill unnecessary printf before a panicTodd C. Miller
1999-01-11ipv6 chunks; nrlTheo de Raadt
1999-01-11_KERNEL, and other cleanupTheo de Raadt
1999-01-11Remove duplicate code.Angelos D. Keromytis
1999-01-10honor MNT_NOATIME. from FreeBSDArtur Grabowski
1999-01-10remove unnecessary declaration of dounmountArtur Grabowski
1999-01-10Add vr driverJason Downs
1999-01-10VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu.Jason Downs
1999-01-10syncJason Downs
1999-01-10pretty RhineJason Downs
1999-01-10make this compile with MSDOSFS_DEBUGArtur Grabowski
1999-01-10make this work with MSDOSFS_DEBUGArtur Grabowski
1999-01-10vm_map_deallocate: only release the simple lock when ref_count > 0. in the ot...Artur Grabowski
1999-01-10fix panic messages and put some code in DIAGNOSTICArtur Grabowski
1999-01-10Fix for creating files on a Solaris 7 server with NFSv3 (the request wasTodd C. Miller
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-10Don't leak the spl() if the card setup fails.Jason Downs
1999-01-10add SO_NETPROC and CMSG_{FIRSTHDR,ALIGN,LEN,SPACE}; cmetzTheo de Raadt
1999-01-10indentTheo de Raadt
1999-01-10merge INPROTO_* tablesTheo de Raadt
1999-01-10Make RFNOWAIT work in rfork(2)Niklas Hallqvist
1999-01-10NUL terminate the buffer in vsprintfNiklas Hallqvist
1999-01-09Fix to a VM cache trash bug by Chuck CranorNiklas Hallqvist
1999-01-08dont call ip_randomid() in htons().Niels Provos
1999-01-08do not use random bits when not necessary, remove 8-byte block dependenceTheo de Raadt
1999-01-08Initializer macros from NetbsdNiklas Hallqvist
1999-01-08Add support for mx cardsJason Wright
1999-01-08IPV6 pieces; NRLTheo de Raadt
1999-01-08always initialize error in inactiveArtur Grabowski
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08more IPV6 merge; cmetzTheo de Raadt
1999-01-08remove NRL debugging goop; cmetzTheo de Raadt
1999-01-08Driver for Macronix 98713, 98713A, 98715 and 98725 based nics ported from Fre...Jason Wright
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-08This one is not ours eitherNiklas Hallqvist
1999-01-08Not supported by usNiklas Hallqvist
1999-01-08Add nsphyNiklas Hallqvist
1999-01-08syncJason Wright
1999-01-08s/pcppi/pckbc/ due to conflict with "real" pcppi and as a step towardsNiklas Hallqvist
1999-01-08added macronix 98715Jason Wright
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
1999-01-08rip_input() should be called with a 0 terminator; cmetzTheo de Raadt
1999-01-08INET6 hooks; NRL/cmetzTheo de Raadt