summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-01-10pretty RhineJason Downs
1999-01-10make this compile with MSDOSFS_DEBUGArtur Grabowski
1999-01-10make this work with MSDOSFS_DEBUGArtur Grabowski
1999-01-10vm_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-10fix panic messages and put some code in DIAGNOSTICArtur Grabowski
1999-01-10Fix for creating files on a Solaris 7 server with NFSv3 (the request wasTodd C. Miller
slightly garbled but older servers seemed to understand it); dfr@freebsd.org
1999-01-10sync with pdksh-unstable-5.2.13.6Todd C. Miller
1999-01-10Fix 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-10missed in updateTodd C. Miller
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.