Age | Commit message (Expand) | Author |
2003-04-03 | exceeds -> exceedes; | Jason McIntyre |
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | Todd C. Miller |
2003-04-02 | fifo -> FIFO | Jason McIntyre |
2003-04-02 | nfs -> NFS | Jason McIntyre |
2003-04-02 | use strlcpy(); assumes buf is at least ndigit bytes long which is as | Todd C. Miller |
2003-03-31 | Rewritten setuserpath() that is much clearer and uses strlcpy() | Todd C. Miller |
2003-03-28 | F_[GS]ETFL deal with file status flags, not descriptor status flags. | Todd C. Miller |
2003-03-28 | Ip -> IP; | Jason McIntyre |
2003-03-18 | spelling typos/errors | David Krause |
2003-03-18 | duplicate words: and and, the the | David Krause |
2003-03-18 | mention namelen in DESCRIPTION | Todd C. Miller |
2003-03-18 | Do not capitalize "Indicates" as it does not start the sentence | Todd C. Miller |
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | Jason Wright |
2003-03-17 | some small typos; | Jason McIntyre |
2003-03-14 | ANSI function headers | Todd C. Miller |
2003-03-13 | a few more strlcy; ok from beck & ho | Theo de Raadt |
2003-03-10 | add some notes about nosuid mounted file systems. suggested by deraadt@ | Ted Unangst |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause |
2003-03-07 | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | Jun-ichiro itojun Hagino |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | .Xr's; | Jason McIntyre |
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | Kjell Wooding |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-03-04 | missing #include in SYNOPSIS, found by Daniel Lucq | Henning Brauer |
2003-03-04 | strlcpy, check retval from sprintf | Jun-ichiro itojun Hagino |
2003-03-04 | s/strncpy/strlcpy/ | Jun-ichiro itojun Hagino |
2003-03-03 | in the handler, block signals handlers as soon as possible; ok miod millert | Theo de Raadt |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-28 | typos; | Jason McIntyre |
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | Todd C. Miller |
2003-02-27 | missed in the math man page cleanup | Jason Wright |
2003-02-27 | correctly check the return value of send(). fixes LOG_CONS from always | Dan Harnett |
2003-02-27 | typos; | Jason McIntyre |
2003-02-25 | typos; | Jason McIntyre |
2003-02-24 | Fix bogus inet_net_pton() translation example. | Cedric Berger |
2003-02-24 | of of | Theo de Raadt |
2003-02-24 | the the | Theo de Raadt |
2003-02-24 | need stdlib.h too | Theo de Raadt |
2003-02-21 | one more: guid -> egid | Jason McIntyre |
2003-02-21 | typos; | Jason McIntyre |
2003-02-20 | fix a variety of missing or wrong MLINKS | Theo de Raadt |
2003-02-18 | indent delay slot | Jason Wright |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-17 | minor KNF | Todd C. Miller |
2003-02-16 | teach people about strlcpy, not strcpy | Theo de Raadt |
2003-02-14 | put my copyrights on here | Theo de Raadt |
2003-02-14 | license clarifications; arthur_david_olson@nih.gov | Todd C. Miller |
2003-02-14 | re-stir if pid changes; markus & me | Theo de Raadt |