Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | RFNOWAIT is now supported | Niklas Hallqvist | |
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-11 | fix seg fault on sparc | Marco S Hyman | |
1999-01-10 | honor MNT_NOATIME. from FreeBSD | Artur Grabowski | |
1999-01-10 | Forgot to add midiplay here | Niklas Hallqvist | |
1999-01-10 | clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd ident | David Leonard | |
1999-01-10 | no need to cast any more | David Leonard | |
1999-01-10 | export symbol to kernel thread for gdb; ident; fix lock initialisation | David Leonard | |
1999-01-10 | ident | David Leonard | |
1999-01-10 | initialise locks properly | David Leonard | |
1999-01-10 | add some debug msgs; clean | David Leonard | |
1999-01-10 | ident | David Leonard | |
1999-01-10 | note pathological problem | David Leonard | |
1999-01-10 | use <machine/reg> | David Leonard | |
1999-01-10 | nice-ify | David Leonard | |
1999-01-10 | update | David Leonard | |
1999-01-10 | update | David Leonard | |
1999-01-10 | remove unnecessary declaration of dounmount | Artur Grabowski | |
1999-01-10 | fix proto | David Leonard | |
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 ↵ | Artur Grabowski | |
other case the simple lock is released in vm_map_lock_drain_*interlock* | |||
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 | |
slightly garbled but older servers seemed to understand it); dfr@freebsd.org | |||
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller | |
1999-01-10 | Fix bug in c_sh.c where an unitialized variable could be used. | Todd C. Miller | |
Bug found by fgsch@openbsd.org. Patch mailed to pdksh maintainer. | |||
1999-01-10 | missed in update | 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 | Only call isatty() when we open our descriptor, and remember | brian | |
the answer. If we later get a descriptor exception from select(), we know that it's a tty (isatty() returns 0 after the exception on a tty) and remember to call modem_LogicalClose(). The upshot of it all is that descriptor exceptions dont leave the tty locked any more. | |||
1999-01-10 | Make RFNOWAIT work in rfork(2) | Niklas Hallqvist | |
1999-01-10 | If we can't open alias.log, don't try to write to the | brian | |
resulting NULL FILE *. | |||
1999-01-10 | NUL terminate the buffer in vsprintf | Niklas Hallqvist | |
1999-01-09 | behave reasonably if malloc fails | Todd C. Miller | |
1999-01-09 | gprof heads the same set of conditions as gas&friends. | Marc Espie | |
1999-01-09 | linux 2.2.0 is almost out, and my OpenBSD patch finally made it to the | Marc Espie | |
pre-2.2 series. | |||
1999-01-09 | close PR 685. | Marc Espie | |
Slightly trimmed down version of fix by assar@sics.se (strtol failure is usually simpler to test, and error messages should identify the program that produces them) | |||
1999-01-09 | Fix to a VM cache trash bug by Chuck Cranor | Niklas Hallqvist | |