summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1997-06-23buffer overflows which never ever happen; brian@firehouse.netTheo de Raadt
1997-06-23Copyright.Jason Downs
1997-06-23Mandoc manpages.Jason Downs
1997-06-23Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.Todd C. Miller
From BSD/OS 3.0, with permission from Jeffrey Finkelstein <finkels@bsdi.com> by way of NetBSD (lukem). Also add xfer for inet_net(3).
1997-06-23Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem)Todd C. Miller
1997-06-22Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusiveTodd C. Miller
lock. This fixes a DOS bug where a user could run passwd(1) and send it a SIGKILL, thus leaving /etc/ptmp in place.
1997-06-22errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCKTodd C. Miller
1997-06-22Fix a bogon in last changeThorsten Lockert
1997-06-22Use Ns macro and not non-existant Ap macroThorsten Lockert
1997-06-22Make sure we don't get stuck in a loop when trying to clean up stdioThorsten Lockert
1997-06-22Close pipes before dup'ing file descriptors in the child, not after.Thorsten Lockert
From NetBSD PR #3673 by Dave Sainty <David.Sainty@MCS.VUW.AC.NZ>
1997-06-22fix typo; lukemTheo de Raadt
1997-06-21type decl fixes; mikelTheo de Raadt
1997-06-20add ELOOP support; shigio@wafu.netgate.netTheo de Raadt
1997-06-20++minor since added a new functionTodd C. Miller
1997-06-20typecastoramaTheo de Raadt
1997-06-20Add mkdtemp(3)Todd C. Miller
1997-06-19Xr niceTheo de Raadt
1997-06-19mention getsockopt w/ SO_ERROR for non-blocking socketsTheo de Raadt
1997-06-18french fix from matthieuTheo de Raadt
1997-06-18catalogs from netbsdTheo de Raadt
1997-06-18more error messageskstailey
1997-06-17Add support to handle password files in directories other than /etcNiklas Hallqvist
1997-06-17fixed some typos; netbsdNiels Provos
1997-06-15First cut at documentinf tsearch(3) -- needs work.Todd C. Miller
1997-06-14Fix decl for tfind(3)Todd C. Miller
1997-06-14damn, no tsearch(3)Theo de Raadt
1997-06-14oopsTheo de Raadt
1997-06-13PD tsearch as reqd by xpg; by esrTheo de Raadt
1997-06-13whitespace support; some netbsd pr..Theo de Raadt
1997-06-13+ an XrTheo de Raadt
1997-06-13s/environmental/environment/Theo de Raadt
1997-06-13securelevels affect sysctl -w tooTheo de Raadt
1997-06-13hstrerrorTheo de Raadt
1997-06-13doc execve & setitimer setuid side effectTheo 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-13not ready for sa_sigaction...Theo de Raadt
1997-06-13null/NUL; lukemTheo de Raadt
1997-06-13fix lots of .Xr and other minor thingsTheo de Raadt
1997-06-12add EFTYPEkstailey
1997-06-11import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that ↵grr
sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions.
1997-06-11doc RES_USE_INET6; lukemTheo de Raadt
1997-06-10return -2 if can't open database like man page says.Todd C. Miller
1997-06-10Change a long to and int.Todd C. Miller
1997-06-06Why on earth was libz.a mentioned here?kstailey
Removed "cc ... -lz".