Age | Commit message (Expand) | Author |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-11 | shave a few byes by combining a printf and panic that are consecutive | Todd C. Miller |
1999-01-11 | Forgot to add kern_kthread.c here | Niklas Hallqvist |
1999-01-11 | kthread abstraction from NetBSD, implemented with our rfork | Niklas Hallqvist |
1999-01-11 | Sanity panics into DIAGNOSTIC | Niklas Hallqvist |
1999-01-11 | Adhere better to DIAGNOSTIC and DDB options | Niklas Hallqvist |
1999-01-11 | kill unnecessary printf before a panic | Todd C. Miller |
1999-01-11 | ipv6 chunks; nrl | Theo de Raadt |
1999-01-11 | _KERNEL, and other cleanup | Theo de Raadt |
1999-01-11 | Remove duplicate code. | Angelos D. Keromytis |
1999-01-10 | honor MNT_NOATIME. from FreeBSD | Artur Grabowski |
1999-01-10 | remove unnecessary declaration of dounmount | Artur Grabowski |
1999-01-10 | Add vr driver | Jason Downs |
1999-01-10 | VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu. | Jason Downs |
1999-01-10 | sync | Jason Downs |
1999-01-10 | pretty Rhine | Jason Downs |
1999-01-10 | make this compile with MSDOSFS_DEBUG | Artur Grabowski |
1999-01-10 | make this work with MSDOSFS_DEBUG | Artur Grabowski |
1999-01-10 | vm_map_deallocate: only release the simple lock when ref_count > 0. in the ot... | Artur Grabowski |
1999-01-10 | fix panic messages and put some code in DIAGNOSTIC | Artur Grabowski |
1999-01-10 | Fix for creating files on a Solaris 7 server with NFSv3 (the request was | Todd C. Miller |
1999-01-10 | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | Niklas Hallqvist |
1999-01-10 | Don't leak the spl() if the card setup fails. | Jason Downs |
1999-01-10 | add SO_NETPROC and CMSG_{FIRSTHDR,ALIGN,LEN,SPACE}; cmetz | Theo de Raadt |
1999-01-10 | indent | Theo de Raadt |
1999-01-10 | merge INPROTO_* tables | Theo de Raadt |
1999-01-10 | Make RFNOWAIT work in rfork(2) | Niklas Hallqvist |
1999-01-10 | NUL terminate the buffer in vsprintf | Niklas Hallqvist |
1999-01-09 | Fix to a VM cache trash bug by Chuck Cranor | Niklas Hallqvist |
1999-01-08 | dont call ip_randomid() in htons(). | Niels Provos |
1999-01-08 | do not use random bits when not necessary, remove 8-byte block dependence | Theo de Raadt |
1999-01-08 | Initializer macros from Netbsd | Niklas Hallqvist |
1999-01-08 | Add support for mx cards | Jason Wright |
1999-01-08 | IPV6 pieces; NRL | Theo de Raadt |
1999-01-08 | always initialize error in inactive | Artur Grabowski |
1999-01-08 | move spinlock.h into the real world | David Leonard |
1999-01-08 | more IPV6 merge; cmetz | Theo de Raadt |
1999-01-08 | remove NRL debugging goop; cmetz | Theo de Raadt |
1999-01-08 | Driver for Macronix 98713, 98713A, 98715 and 98725 based nics ported from Fre... | Jason Wright |
1999-01-08 | check for lp->d_secpercyl == 0) in bounds_check_with_label() | Todd C. Miller |
1999-01-08 | This one is not ours either | Niklas Hallqvist |
1999-01-08 | Not supported by us | Niklas Hallqvist |
1999-01-08 | Add nsphy | Niklas Hallqvist |
1999-01-08 | sync | Jason Wright |
1999-01-08 | s/pcppi/pckbc/ due to conflict with "real" pcppi and as a step towards | Niklas Hallqvist |
1999-01-08 | added macronix 98715 | Jason Wright |
1999-01-08 | make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing | Todd C. Miller |
1999-01-08 | rip_input() should be called with a 0 terminator; cmetz | Theo de Raadt |
1999-01-08 | INET6 hooks; NRL/cmetz | Theo de Raadt |