summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-08-13((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR)Theo de Raadt
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-12description fix; netbsd pr#2690; yoav@mit.eduTheo de Raadt
1996-08-10idle cleanupTheo de Raadt
1996-08-10Minor formatting fixes from Lite2Thorsten Lockert
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-09Add libm_i387.Jason Downs
1996-08-09Give people a choice; compile two libm's on the i386. They should beJason Downs
1996-08-09pty from p to z, P to T. includes vTheo de Raadt
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
1996-08-07nroff mistakes; netbsd pr#2677; kstailey@dol-esa.govTheo de Raadt
1996-08-07If the user have a TERMCAP variable with a full terminal description in it,Thorsten Lockert
1996-08-07Fix think-o in last change; cost padding now worksThorsten Lockert
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-03We now define HAVE_STRERROR in CFLAGS insteadNiklas Hallqvist
1996-08-03We have strerror(3) availableNiklas Hallqvist
1996-08-02Document EINVAL errno valueThorsten Lockert
1996-08-02malloc(3) implementation from FreeBSD; uses mmap(2) to get memoryThorsten Lockert
1996-08-02Get padding output correctThorsten Lockert
1996-08-01Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, withThorsten Lockert
1996-07-31duh, theoTheo de Raadt
1996-07-31someone want to write login_fbtab.3?Theo de Raadt
1996-07-31login_fbtab() in libutilTheo de Raadt
1996-07-31Make typesafe and remove non-portable va_list tricks.Niklas Hallqvist
1996-07-31int not size_t, checked against K&R pg247; netbsd pr#2664, msaitoh@spa.is.uec...Theo de Raadt
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-30ARGH! CVS was fooling me saying these files existed in NetBSD, they ARE NOT!Niklas Hallqvist
1996-07-30Oops, somehow these files had got removed. Resurrect and add OpenBSD tagsNiklas Hallqvist
1996-07-30Sync with NetBSD + Add OpenBSD tagsNiklas 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-27Fix typos on install of include filesThorsten Lockert