Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-01-08 | Removed all OPSYS conditionals and extraneous comments for readability. | pattonme | |
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 | Ouch, garbage I managed to slip in with the last commit | Niklas Hallqvist | |
1999-01-08 | update NetBSD version macro (for history refs) | Niklas Hallqvist | |
1999-01-08 | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | Todd C. Miller | |
1999-01-08 | Don't use the next phone number after the ``|'' if the | brian | |
dial & login are successful. Submitted by: Toshiomi Moriki <Toshiomi.Moriki@ma1.seikyou.ne.jp> | |||
1999-01-08 | rsync | Artur Grabowski | |
1999-01-08 | We don't need, nor support | Marc Espie | |
#pragma weak/#pragma pack That's just compatibility with native svr4 that was brought in by cut & paste. | |||
1999-01-08 | Initializer macros from Netbsd | Niklas Hallqvist | |
1999-01-08 | pmax doesn't generate lib*_pic.a -moj | Mats O Jansson | |
1999-01-08 | note addition of macronix support | Jason Wright | |
1999-01-08 | Add support for mx cards | Jason Wright | |
1999-01-08 | Man page for macronix cards | Jason Wright | |
1999-01-08 | add OpenBSD tag, cleanup | Jason Wright | |
1999-01-08 | IPV6 pieces; NRL | Theo de Raadt | |
1999-01-08 | when malloc fails set bufsize to 0 or all other calls to getmntinfo will fail | Artur Grabowski | |
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 | do not wrap mknod, nfssvc or signanosleep(?) | David Leonard | |
1999-01-08 | slight structure rearrange for gdb thread support | David Leonard | |
1999-01-08 | add fchflags and fpathconf as well. | David Leonard | |
1999-01-08 | ident | David Leonard | |
1999-01-08 | add poll(2). This might help get X threaded. | David Leonard | |
1999-01-08 | Driver for Macronix 98713, 98713A, 98715 and 98725 based nics ported from ↵ | Jason Wright | |
FreeBSD. |