Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1999-01-08 | check for lp->d_secpercyl == 0) in bounds_check_with_label() | Todd C. Miller | |
1999-01-08 | Fix a display bug that popped up in the termcap/curses switchover. | Paul Janzen | |
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 | |
sys/dev/pckbc. Will probably still not coexist with pcppi but now alpha at least configs. I will come back here anyday and improve. | |||
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 | |