summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-10Don't leak the spl() if the card setup fails.Jason Downs
1999-01-10add SO_NETPROC and CMSG_{FIRSTHDR,ALIGN,LEN,SPACE}; cmetzTheo de Raadt
1999-01-10indentTheo de Raadt
1999-01-10merge INPROTO_* tablesTheo de Raadt
1999-01-10Only call isatty() when we open our descriptor, and rememberbrian
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-10Make RFNOWAIT work in rfork(2)Niklas Hallqvist
1999-01-10If we can't open alias.log, don't try to write to thebrian
resulting NULL FILE *.
1999-01-10NUL terminate the buffer in vsprintfNiklas Hallqvist
1999-01-09behave reasonably if malloc failsTodd C. Miller
1999-01-09gprof heads the same set of conditions as gas&friends.Marc Espie
1999-01-09linux 2.2.0 is almost out, and my OpenBSD patch finally made it to theMarc Espie
pre-2.2 series.
1999-01-09close 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-09Fix to a VM cache trash bug by Chuck CranorNiklas Hallqvist
1999-01-08Removed all OPSYS conditionals and extraneous comments for readability.pattonme
1999-01-08dont call ip_randomid() in htons().Niels Provos
1999-01-08do not use random bits when not necessary, remove 8-byte block dependenceTheo de Raadt
1999-01-08Ouch, garbage I managed to slip in with the last commitNiklas Hallqvist
1999-01-08update NetBSD version macro (for history refs)Niklas Hallqvist
1999-01-08bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.Todd C. Miller
1999-01-08Don't use the next phone number after the ``|'' if thebrian
dial & login are successful. Submitted by: Toshiomi Moriki <Toshiomi.Moriki@ma1.seikyou.ne.jp>
1999-01-08rsyncArtur Grabowski
1999-01-08We don't need, nor supportMarc Espie
#pragma weak/#pragma pack That's just compatibility with native svr4 that was brought in by cut & paste.
1999-01-08Initializer macros from NetbsdNiklas Hallqvist
1999-01-08pmax doesn't generate lib*_pic.a -mojMats O Jansson
1999-01-08note addition of macronix supportJason Wright
1999-01-08Add support for mx cardsJason Wright
1999-01-08Man page for macronix cardsJason Wright
1999-01-08add OpenBSD tag, cleanupJason Wright
1999-01-08IPV6 pieces; NRLTheo de Raadt
1999-01-08when malloc fails set bufsize to 0 or all other calls to getmntinfo will failArtur Grabowski
1999-01-08always initialize error in inactiveArtur Grabowski
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08more IPV6 merge; cmetzTheo de Raadt
1999-01-08remove NRL debugging goop; cmetzTheo de Raadt
1999-01-08do not wrap mknod, nfssvc or signanosleep(?)David Leonard
1999-01-08slight structure rearrange for gdb thread supportDavid Leonard
1999-01-08add fchflags and fpathconf as well.David Leonard
1999-01-08identDavid Leonard
1999-01-08add poll(2). This might help get X threaded.David Leonard
1999-01-08Driver for Macronix 98713, 98713A, 98715 and 98725 based nics ported from ↵Jason Wright
FreeBSD.
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-08Fix a display bug that popped up in the termcap/curses switchover.Paul Janzen
1999-01-08This one is not ours eitherNiklas Hallqvist
1999-01-08Not supported by usNiklas Hallqvist
1999-01-08Add nsphyNiklas Hallqvist
1999-01-08syncJason Wright
1999-01-08s/pcppi/pckbc/ due to conflict with "real" pcppi and as a step towardsNiklas 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-08added macronix 98715Jason Wright
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller