Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-19 | Standard format and general amelioration. | Todd C. Miller | |
1997-08-19 | repair duplication check | Theo de Raadt | |
1997-08-19 | do not reuse id's. also be more careful with maxgids. | Theo de Raadt | |
1997-08-17 | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | Todd C. Miller | |
1997-08-16 | Actually, we can't claim xpg4.2 w/o real locales so elide that bit. | Todd C. Miller | |
1997-08-16 | Document _toupper(3) and _tolower(3) and mention XPG4.2. | Todd C. Miller | |
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller | |
a bitmask configurable via sysctl([38]). The default values have not changed. If one wants to change the list it should be done early on in /etc/rc. | |||
1997-08-08 | Clarify a bit. | Todd C. Miller | |
1997-08-02 | From NetBSD (phil): | Todd C. Miller | |
- Add args for compar() function decl. - Fix it so fts_* never adds a / to a path name when there is already a trailing /. Fixes NetBSD PR 1495. | |||
1997-07-29 | convert to mdoc format | flipk | |
1997-07-28 | merge in getcap change by grr, in rev 1.8 | Theo de Raadt | |
1997-07-27 | revert until the change gets evaluated by more people | Theo de Raadt | |
1997-07-27 | Make correct distinction between "entry not found" and "no capability files", | grr | |
and allow looking through multiple databases, even if one is the *.db case. | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-24 | does not use read(2) | Theo de Raadt | |
1997-07-24 | copy d_type; giles@nemeton.com.au | Theo de Raadt | |
1997-07-23 | trailing blanks | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-15 | Xr repair | Theo de Raadt | |
1997-07-09 | #include <netgroup.h> | Todd C. Miller | |
1997-07-09 | Clean up some -Wall complaints. | Todd C. Miller | |
1997-07-01 | Make -Wall happy. | Todd C. Miller | |
1997-07-01 | -Wall cleanliness | Todd C. Miller | |
1997-06-29 | surely not a long | Theo de Raadt | |
1997-06-22 | Fix a bogon in last change | 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-14 | oops | Theo de Raadt | |
1997-06-13 | securelevels affect sysctl -w too | 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-10 | return -2 if can't open database like man page says. | Todd C. Miller | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1997-04-25 | added select(2) to see also, mostly to test cvs commit | kstailey | |
1997-04-25 | less inaccurate | kstailey | |
1997-04-25 | less inaccurate | kstailey | |
1997-04-25 | Use nanosleep(2) | Thorsten Lockert | |
1997-04-18 | constrain length of db lookups better; reported by adam@math.tau.ac.il | Theo de Raadt | |
1997-04-16 | Don't modify variables in the child since we vfork()'d to | Todd C. Miller | |
get there (address space is shared between parent in child in traditional vfork(2)). From FreeBSD (dyson). | |||
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-12 | Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com> | Todd C. Miller | |
1997-04-04 | clarify | Theo de Raadt | |
1997-03-29 | Fix up HISTORY and mention YP. | Todd C. Miller | |
1997-03-29 | repair function param declarations | Theo de Raadt | |
1997-03-24 | Make sure head, tail, and nitems get zero'd even if we | Todd C. Miller | |
can't cd to the target dir. Fixes rogue pointer problem introduced with safe chdir changes. | |||
1997-03-21 | Fix two typos in fts(3). NetBSD PR#3364 and NetBSD PR#3368 | Todd C. Miller | |
from Enami Tsugutomo. | |||
1997-03-07 | From NetBSD (christos) [fixed typo introduced in comment]: | Todd C. Miller | |
If ``who'' was not specified, set the appropriate bits as the manual page states. ``chmod +s foo'' and ``chmod +t dir'' now work. |