summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-08-27+issetugidTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-27Ensure strings are NUL terminated after strncpyThorsten Lockert
1996-08-26use issetugid() to protect against bad getenvTheo de Raadt
1996-08-25and a man pageTheo de Raadt
1996-08-25use issetugid()Theo de Raadt
1996-08-24rely on RES_NOALIASESTheo de Raadt
1996-08-22Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).Todd C. Miller
1996-08-22watch for NOMANTheo de Raadt
1996-08-21explain why mktemp is unsafeTheo de Raadt
1996-08-21Fix formatting problem for E2BIG descriptionThorsten Lockert
1996-08-21Move cfree(3) weak symbol into a seperate fileThorsten Lockert
1996-08-21Make it even out.Jason Downs
1996-08-21Document it.Jason Downs
1996-08-21cfree moved to libcJason Downs
1996-08-20memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw...Theo de Raadt
1996-08-20only close real socketTheo de Raadt
1996-08-20deal with unintializated __svc_fdsetTheo de Raadt
1996-08-20Make the binding cfree() -> free() weak if possibleThorsten Lockert
1996-08-20Cleaner.Jason Downs
1996-08-20Remove ANSI function delcarations and add a cfree() stub function.Jason Downs
1996-08-19nasty typo by meTheo de Raadt
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