summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-07-29Reset port range if bind() fails.Jason Downs
1996-07-29ensure bindresvport() is told to find a portTheo de Raadt
1996-07-29Use new bind() kernel semantics.Jason Downs
1996-07-29rresvport() in terms of bind() & bindresvport()Theo de Raadt
1996-07-27Fix typos on install of include filesThorsten Lockert
1996-07-27close all pipes in child; netbsd pr#2575Theo de Raadt
1996-07-27typoTheo de Raadt
1996-07-27typoTheo de Raadt
1996-07-27be very careful in case of signed charsTheo de Raadt
1996-07-27fix from bde; Clean up the FP stack before returning. The i387 exp()Theo de Raadt
1996-07-27Integrate zlib v1.0.3Thorsten Lockert
1996-07-26HAVE_STRERROR for __OpenBSD__Theo de Raadt
1996-07-25oops, floatconstants are in memory so wee need a .cpload to set gp-reg.Per Fogelstrom
1996-07-24Actually, let's use straight defines instead of macros. Potentially aJason Downs
1996-07-24Prevent the v8 style regexp library from clashing with the POSIX regex.Jason Downs
1996-07-22bzero sockaddr_inTheo de Raadt
1996-07-22bzero sockaddr before useTheo de Raadt
1996-07-22Add support for terminfo.db files; same format as termcap.db but withThorsten Lockert
1996-07-20Correct return valueThorsten Lockert
1996-07-20bcopy->memcpy & tagTheo de Raadt
1996-07-20bogus frees; from jraynard@freebsd.orgTheo de Raadt
1996-07-20support # commentsTheo de Raadt
1996-07-19eschew use of HAVE_SOCKADDR_SA_LEN for nowTheo de Raadt
1996-07-13We need "curses.priv.h" for tracing even with a private terminfo emulationThorsten Lockert
1996-07-13We are not neccecarily running with curses; if we are we won't use thisThorsten Lockert
1996-07-12bring it to the latest 0.2 LBL release.Michael Shalayeff
1996-07-12cannot check for stack underflowTheo de Raadt
1996-07-06type fixosTheo de Raadt
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inTheo de Raadt
1996-07-03document EOPNOTSUPP error return; from kgor@ksg.comTheo de Raadt
1996-07-03Permit old behaviour of uname(2) if new kernel variable is not availableThorsten Lockert
1996-07-02for magic MD5 salt, call md5crypt()Theo de Raadt
1996-07-02pretty the commentTheo de Raadt
1996-07-02Use getrawpartition().Jason Downs
1996-07-01update rcsidTheo de Raadt
1996-07-01streamline, check portsTheo de Raadt
1996-06-30destination address should have read source, return description was ambigous.dm
1996-06-29Make uname(1) and uname(3) do sane things for the version field; now willThorsten Lockert
1996-06-29prefer non-loopback addressesTheo de Raadt
1996-06-29pmap_set/unset to loopback; should rewrite to search for loopback addrTheo de Raadt
1996-06-29typoTheo de Raadt
1996-06-29fix multiple invocations; from tlb@viaweb.comTheo de Raadt
1996-06-23from jtc; Ensure user can't make us overrun fixed sized buffers.Theo de Raadt
1996-06-23from mark; set r1 to -1 as well as r0 so callers expecting a 64 bitTheo de Raadt
1996-06-21Accept a NULL buffer to tgetent(3)Thorsten Lockert
1996-06-21Make sure we don't write more than 1024 bytes into the buffer passed toThorsten Lockert
1996-06-21When truncating to long termcap entries, don't leave partial capabilitiesThorsten Lockert
1996-06-21WHen called with a buffer (throug tgetent(3)), never type to copy more thanThorsten Lockert
1996-06-20only write to realpath if non-NULLTheo de Raadt
1996-06-19do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanlyTheo de Raadt