summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
1997-07-29convert to mdoc formatflipk
1997-07-28merge in getcap change by grr, in rev 1.8Theo de Raadt
1997-07-27revert until the change gets evaluated by more peopleTheo de Raadt
1997-07-27Make correct distinction between "entry not found" and "no capability files",grr
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-24does not use read(2)Theo de Raadt
1997-07-24copy d_type; giles@nemeton.com.auTheo de Raadt
1997-07-23trailing blankskstailey
1997-07-23tabifykstailey
1997-07-15Xr repairTheo de Raadt
1997-07-09#include <netgroup.h>Todd C. Miller
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1997-07-01Make -Wall happy.Todd C. Miller
1997-07-01-Wall cleanlinessTodd C. Miller
1997-06-29surely not a longTheo de Raadt
1997-06-22Fix a bogon in last changeThorsten Lockert
1997-06-22Close pipes before dup'ing file descriptors in the child, not after.Thorsten Lockert
1997-06-14oopsTheo de Raadt
1997-06-13securelevels affect sysctl -w tooTheo de Raadt
1997-06-13sigsuspend, not sigpauseTheo de Raadt
1997-06-13the any typo; netbsdTheo de Raadt
1997-06-13netbsd repairsTheo de Raadt
1997-06-13sysctl(3)Theo de Raadt
1997-06-13glob rules; netbsdTheo de Raadt
1997-06-13strncpyTheo de Raadt
1997-06-10return -2 if can't open database like man page says.Todd C. Miller
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
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