Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-16 | Warn people that the value of the pointer passed in to asprinf() | Todd C. Miller | |
is implementation-specific when we get ENOMEM but mention that *we* set it to NULL. | |||
2003-04-14 | There are two related changes. | Artur Grabowski | |
The first one is an mquery(2) syscall. It's for asking the VM system about where to map things. It will be used by ld.so, read the man page for details. The second change is related and is a centralization of uvm_map hint that all callers of uvm_map calculated. This will allow us to adjust this hint on architectures that have segments for non-exec mappings. deraadt@ drahn@ ok. | |||
2003-04-12 | Change copyright to a less restrictive ISC-style license to encourage | Todd C. Miller | |
people to bundle this code. | |||
2003-04-12 | underfined -> undefined; | Jason McIntyre | |
from Fabio Olive Leite; | |||
2003-04-11 | bindresvport() does not automatically select another port if the | Todd C. Miller | |
specified one is in use (closes PR 3192). While I am here, reorganize and clean up much of the wording. This now reads like a native speaker of English wrote it. | |||
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 | |
strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@ | |||
2003-04-05 | sprintf -> snprintf | Thierry Deval | |
ok tedu@, hints deraadt@, millert@ | |||
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval | |
ok tedu@, hints by deraadt@ and millert@ | |||
2003-04-04 | strcat -> strlcat | Hans Insulander | |
ok deraadt@ tedu@ tdeval@ | |||
2003-04-03 | exceeds -> exceedes; | Jason McIntyre | |
from Pedro Bastos (thanks) | |||
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | Todd C. Miller | |
deraadt@ OK | |||
2003-04-02 | fifo -> FIFO | Jason McIntyre | |
ok millert@ | |||
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 | |
safe as we can get. deraadt@ OK | |||
2003-03-31 | Rewritten setuserpath() that is much clearer and uses strlcpy() | Todd C. Miller | |
for added paranoia. tdeval@ and mpech@ OK | |||
2003-03-28 | F_[GS]ETFL deal with file status flags, not descriptor status flags. | Todd C. Miller | |
Closes PR 3172 | |||
2003-03-28 | Ip -> IP; | Jason McIntyre | |
ok miod@ | |||
2003-03-18 | spelling typos/errors | David Krause | |
ok miod@ jmc@ | |||
2003-03-18 | duplicate words: and and, the the | David Krause | |
ok miod@ jmc@ | |||
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 | |
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok. | |||
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 | |
ok deraadt@ millert@ | |||
2003-03-10 | duplicate words and spelling fixes in comments | David Krause | |
ok miod@ | |||
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 | |
ok deraadt@ | |||
2003-03-06 | .Xr's; | Jason McIntyre | |
typos in man page section ok deraadt@ | |||
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | Kjell Wooding | |
ok millert | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-04 | missing #include in SYNOPSIS, found by Daniel Lucq | Henning Brauer | |
ok millert@ | |||
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 | |
ok millert@ | |||
2003-02-28 | typos; | Jason McIntyre | |
reboot(2), sigaction(2): help and ok millert@ | |||
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | Todd C. Miller | |
Inspired by a change in NetBSD and reported by Jan Johansson. | |||
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 | |
logging to the console. ok millert@ | |||
2003-02-27 | typos; | Jason McIntyre | |
2003-02-25 | typos; | Jason McIntyre | |
intro(2): help deraadt@ | |||
2003-02-24 | Fix bogus inet_net_pton() translation example. | Cedric Berger | |
ok henning@ |