summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
1997-04-25added select(2) to see also, mostly to test cvs commitkstailey
1997-04-25less inaccuratekstailey
1997-04-25less inaccuratekstailey
1997-04-25Use nanosleep(2)Thorsten Lockert
1997-04-18constrain length of db lookups better; reported by adam@math.tau.ac.ilTheo de Raadt
1997-04-16Don't modify variables in the child since we vfork()'d toTodd C. Miller
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-12Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com>Todd C. Miller
1997-04-04clarifyTheo de Raadt
1997-03-29Fix up HISTORY and mention YP.Todd C. Miller
1997-03-29repair function param declarationsTheo de Raadt
1997-03-24Make sure head, tail, and nitems get zero'd even if weTodd C. Miller
1997-03-21Fix two typos in fts(3). NetBSD PR#3364 and NetBSD PR#3368Todd C. Miller
1997-03-07From NetBSD (christos) [fixed typo introduced in comment]:Todd C. Miller
1997-02-26Document reality, not a fantasy.Jason Downs
1997-02-03Back out stringlistTodd C. Miller
1997-02-02stringlist routines are now public (ftp uses them)Todd C. Miller
1997-02-01mem leak, from lidl@va.pubnix.comTheo de Raadt
1997-01-25sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.seJason Downs
1997-01-17Final fix to make fts(3) spoof-proof.Todd C. Miller
1997-01-14Be extra careful when chdir'ing to subdirs.Todd C. Miller
1997-01-10Leading underscores... Actually, they really DID fuck this up on the MIPSetheisen
1997-01-09ELF does not use the leading '_' on any port, not just MIPS.Dale S. Rahn
1996-12-23Back out last change, it is not sufficient.Todd C. Miller
1996-12-23Avoid spoofing when cd'ing to subdirs. First cut.Todd C. Miller
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-13correct function declaration and returnmichaels
1996-12-054.4lite2, safely uses malloc, with freebsd fixes tooTheo de Raadt
1996-12-04change open of /dev/tty to "r+" rather than "w+". if /dev/tty ischuck
1996-12-03s/host/domain/Theo de Raadt
1996-11-27Fix file descriptor leak on error. Noticed by bitblt.Todd C. Miller
1996-11-02missing ,Theo de Raadt
1996-11-02Fix occurrence of toupper -> tolower in "SEE ALSO" section.Todd C. Miller
1996-10-29typoTheo de Raadt
1996-10-27exec[lv]p() shall return ENOENT for empty path namesThorsten Lockert
1996-10-27Added OLF capability.etheisen
1996-10-27be careful in the non-setuid case too, what the heckTheo de Raadt
1996-10-23compileTodd C. Miller
1996-10-23use psstrings sysctlTheo de Raadt
1996-10-16kill __yp_token, other clean ups.Jason Downs
1996-10-15* optimal exclusions support -- don't waste memory with DB. assumesJason Downs
1996-10-08Attempt at cleanup.michaels
1996-10-02typo patrol.michaels
1996-09-30if interrupted, return time unslept; from phil nelsonTheo de Raadt
1996-09-20fix docs on return value; netbsd pr#1999; kml@nas.nasa.govTheo de Raadt
1996-09-20fix example; netbsd pr#2735, bgrayson@ece.utexas.eduTheo de Raadt
1996-09-16uid_t is now a u_int32_t, treat it as such.Todd C. Miller
1996-09-15Add manpage linkThorsten Lockert
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert