Age | Commit message (Expand) | Author |
2003-04-11 | bindresvport() does not automatically select another port if the | Todd C. Miller |
2003-04-10 | make the second example valid; ok millert@ | Jason Peel |
2003-04-09 | makeing local table static saves some bytes; idea from mickey@ | Markus Friedl |
2003-04-07 | Xr to strlcpy and strlcat more; ok millert | Theo de Raadt |
2003-04-06 | string handling; ok millert | Theo de Raadt |
2003-04-05 | fix typo, bad tdeval; pt out by emmf26@umr.edu | Peter Valchev |
2003-04-05 | add a size parameter to doabbr(), and convert | Thierry Deval |
2003-04-05 | sprintf -> snprintf | Thierry Deval |
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval |
2003-04-04 | strcat -> strlcat | Hans Insulander |
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 |