Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-23 | buffer overflows which never ever happen; brian@firehouse.net | Theo de Raadt | |
1997-06-23 | Copyright. | Jason Downs | |
1997-06-23 | Mandoc manpages. | Jason Downs | |
1997-06-23 | Add 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-23 | Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem) | Todd C. Miller | |
1997-06-22 | Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive | Todd 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-22 | errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCK | Todd C. Miller | |
1997-06-22 | Fix a bogon in last change | Thorsten Lockert | |
1997-06-22 | Use Ns macro and not non-existant Ap macro | Thorsten Lockert | |
1997-06-22 | Make sure we don't get stuck in a loop when trying to clean up stdio | Thorsten Lockert | |
1997-06-22 | Close 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-22 | fix typo; lukem | Theo de Raadt | |
1997-06-21 | type decl fixes; mikel | Theo de Raadt | |
1997-06-20 | add ELOOP support; shigio@wafu.netgate.net | Theo de Raadt | |
1997-06-20 | ++minor since added a new function | Todd C. Miller | |
1997-06-20 | typecastorama | Theo de Raadt | |
1997-06-20 | Add mkdtemp(3) | Todd C. Miller | |
1997-06-19 | Xr nice | Theo de Raadt | |
1997-06-19 | mention getsockopt w/ SO_ERROR for non-blocking sockets | Theo de Raadt | |
1997-06-18 | french fix from matthieu | Theo de Raadt | |
1997-06-18 | catalogs from netbsd | Theo de Raadt | |
1997-06-18 | more error messages | kstailey | |
1997-06-17 | Add support to handle password files in directories other than /etc | Niklas Hallqvist | |
1997-06-17 | fixed some typos; netbsd | Niels Provos | |
1997-06-15 | First cut at documentinf tsearch(3) -- needs work. | Todd C. Miller | |
1997-06-14 | Fix decl for tfind(3) | Todd C. Miller | |
1997-06-14 | damn, no tsearch(3) | Theo de Raadt | |
1997-06-14 | oops | Theo de Raadt | |
1997-06-13 | PD tsearch as reqd by xpg; by esr | Theo de Raadt | |
1997-06-13 | whitespace support; some netbsd pr.. | Theo de Raadt | |
1997-06-13 | + an Xr | Theo de Raadt | |
1997-06-13 | s/environmental/environment/ | Theo de Raadt | |
1997-06-13 | securelevels affect sysctl -w too | Theo de Raadt | |
1997-06-13 | hstrerror | Theo de Raadt | |
1997-06-13 | doc execve & setitimer setuid side effect | Theo de Raadt | |
1997-06-13 | sigsuspend, not sigpause | Theo de Raadt | |
1997-06-13 | the any typo; netbsd | Theo de Raadt | |
1997-06-13 | netbsd repairs | Theo de Raadt | |
1997-06-13 | sysctl(3) | Theo de Raadt | |
1997-06-13 | glob rules; netbsd | Theo de Raadt | |
1997-06-13 | strncpy | Theo de Raadt | |
1997-06-13 | not ready for sa_sigaction... | Theo de Raadt | |
1997-06-13 | null/NUL; lukem | Theo de Raadt | |
1997-06-13 | fix lots of .Xr and other minor things | Theo de Raadt | |
1997-06-12 | add EFTYPE | kstailey | |
1997-06-11 | import 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-11 | doc RES_USE_INET6; lukem | Theo de Raadt | |
1997-06-10 | return -2 if can't open database like man page says. | Todd C. Miller | |
1997-06-10 | Change a long to and int. | Todd C. Miller | |
1997-06-06 | Why on earth was libz.a mentioned here? | kstailey | |
Removed "cc ... -lz". |