summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-08-19Fix RCS idsThorsten Lockert
1996-08-19No longer usedThorsten Lockert
1996-08-19Not part of current db distributionThorsten Lockert
1996-08-19No longe rpart of the db packageThorsten Lockert
1996-08-19Add return values for sethostent, endhostent, herror (all are void).Todd C. Miller
1996-08-18Fix order of parameters to compare function. Man page says (key, element)Todd C. Miller
1996-08-18if setuid, no env variablesTheo de Raadt
1996-08-16ipx.Michael Shalayeff
1996-08-15problems reported by freebsd pr#1493; schweikhardt@rus.uni-stuttgart.deTheo de Raadt
1996-08-15support descriptors > FD_SETSIZE and correct timeout handlingTheo de Raadt
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
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