summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
1996-08-14Install iso_addr(3) man pageThorsten Lockert
1996-08-14Add missing referenceThorsten Lockert
1996-08-13((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR)Theo de Raadt
becomes ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) my guess at what proven@cygnus.com found
1996-08-13do not limit to FD_SETSIZE here, that is idioticTheo de Raadt
1996-08-13fix some fn/arg decls; strengthen reminder that svc_fdset is readonlyTheo de Raadt
1996-08-12Stupid bug fixed..Per Fogelstrom
1996-08-10idle cleanupTheo de Raadt
1996-08-10Minor formatting fixes from Lite2Thorsten Lockert
Correct return value of putenv(3), also from Lite2
1996-08-10Fix typo; from Lite2Thorsten Lockert
1996-08-10Formatting fix; from Lite2Thorsten Lockert
1996-08-10idle cleanupTheo de Raadt
1996-08-10Import malloc(3) manual page from FreeBSDThorsten Lockert
1996-08-07Document where the prototypes are.Jason Downs
1996-08-07seed rresvport() for aux channel with a known taken port; do not ask forTheo de Raadt
next lower port because we might get it (and be predictable!)
1996-08-07nroff mistakes; netbsd pr#2677; kstailey@dol-esa.govTheo de Raadt
1996-08-07poll is not a wrapper around selectTheo de Raadt
1996-08-06say what the minherit flags are; from kstailey@dol-esa.govTheo de Raadt
1996-08-05truncate h_name and h_aliases[] to MAXHOSTNAMELENTheo de Raadt
1996-08-05check for port 20Theo de Raadt
1996-08-05if port 20 incoming, kill it and try againTheo de Raadt
1996-08-04typoTodd C. Miller
1996-08-03install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgTheo de Raadt
1996-08-02Document EINVAL errno valueThorsten Lockert
1996-08-02malloc(3) implementation from FreeBSD; uses mmap(2) to get memoryThorsten Lockert
1996-08-01Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, withThorsten Lockert
allowed extension from Appendix B, section 4.2.2.
1996-07-31int not size_t, checked against K&R pg247; netbsd pr#2664, ↵Theo de Raadt
msaitoh@spa.is.uec.ac.jp
1996-07-30Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT).Per Fogelstrom
1996-07-30errno restore was reversed.Jason Downs
1996-07-30if (beer-tonight) test-before-commit();Theo de Raadt
1996-07-30only reset port-range if modified initially; if needed call getsocknameTheo de Raadt
1996-07-30Update ECOFF nlist from NetBSDNiklas Hallqvist
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-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-25oops, floatconstants are in memory so wee need a .cpload to set gp-reg.Per Fogelstrom
1996-07-22bzero sockaddr_inTheo de Raadt
1996-07-22bzero sockaddr before useTheo de Raadt
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-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
netbsd pr#2471, jhawk@mit.edu
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