Age | Commit message (Expand) | Author |
1999-01-11 | Use bzero instead of memset in the kernel | Niklas Hallqvist |
1999-01-11 | sigh memset is not available everywhere, I should know better | Niklas Hallqvist |
1999-01-11 | Make TCP_SACK compile with new netinet | Niklas Hallqvist |
1999-01-11 | Up-to-date | Niklas Hallqvist |
1999-01-11 | Import of CMU's RAIDframe via NetBSD. | Niklas Hallqvist |
1999-01-11 | Stylistic cleanup. Addition of a common ISA NE2000 attachment. | Niklas Hallqvist |
1999-01-11 | Add ATAPI and RAID types, compatibility with NetBSD | Niklas Hallqvist |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-11 | Add pnic driver | Jason Wright |
1999-01-11 | remove pnic stuff | Jason Wright |
1999-01-11 | Driver for PNIC boards | Jason Wright |
1999-01-11 | Make attachment sane. | Jason Downs |
1999-01-11 | The DSP likes it better if you actually give it an iobase and a handle. | Jason Downs |
1999-01-11 | more printf/panic merging, since panic() is stdarg | Aaron Campbell |
1999-01-11 | Lost IPv6 defines | Niklas Hallqvist |
1999-01-11 | netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz | Theo de Raadt |
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 |