summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2003-04-11bindresvport() does not automatically select another port if theTodd C. Miller
2003-04-10make the second example valid; ok millert@Jason Peel
2003-04-09makeing local table static saves some bytes; idea from mickey@Markus Friedl
2003-04-07Xr to strlcpy and strlcat more; ok millertTheo de Raadt
2003-04-06string handling; ok millertTheo de Raadt
2003-04-05fix typo, bad tdeval; pt out by emmf26@umr.eduPeter Valchev
2003-04-05add a size parameter to doabbr(), and convertThierry Deval
2003-04-05sprintf -> snprintfThierry Deval
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2003-04-04strcat -> strlcatHans Insulander
2003-04-03exceeds -> exceedes;Jason McIntyre
2003-04-02Use snprintf instead of a strcpy(), strncat() and strcat() sequenceTodd C. Miller
2003-04-02fifo -> FIFOJason McIntyre
2003-04-02nfs -> NFSJason McIntyre
2003-04-02use strlcpy(); assumes buf is at least ndigit bytes long which is asTodd C. Miller
2003-03-31Rewritten setuserpath() that is much clearer and uses strlcpy()Todd C. Miller
2003-03-28F_[GS]ETFL deal with file status flags, not descriptor status flags.Todd C. Miller
2003-03-28Ip -> IP;Jason McIntyre
2003-03-18spelling typos/errorsDavid Krause
2003-03-18duplicate words: and and, the theDavid Krause
2003-03-18mention namelen in DESCRIPTIONTodd C. Miller
2003-03-18Do not capitalize "Indicates" as it does not start the sentenceTodd C. Miller
2003-03-17If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTJason Wright
2003-03-17some small typos;Jason McIntyre
2003-03-14ANSI function headersTodd C. Miller
2003-03-13a few more strlcy; ok from beck & hoTheo de Raadt
2003-03-10add some notes about nosuid mounted file systems. suggested by deraadt@Ted Unangst
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
2003-03-07signed/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-06Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons)Kjell Wooding
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-03-04missing #include in SYNOPSIS, found by Daniel LucqHenning Brauer
2003-03-04strlcpy, check retval from sprintfJun-ichiro itojun Hagino
2003-03-04s/strncpy/strlcpy/Jun-ichiro itojun Hagino
2003-03-03in the handler, block signals handlers as soon as possible; ok miod millertTheo de Raadt
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28typos;Jason McIntyre
2003-02-28Use int32_t, not long since this deals with 32bit quantities.Todd C. Miller
2003-02-27missed in the math man page cleanupJason Wright
2003-02-27correctly check the return value of send(). fixes LOG_CONS from alwaysDan Harnett
2003-02-27typos;Jason McIntyre
2003-02-25typos;Jason McIntyre
2003-02-24Fix bogus inet_net_pton() translation example.Cedric Berger
2003-02-24of ofTheo de Raadt
2003-02-24the theTheo de Raadt
2003-02-24need stdlib.h tooTheo de Raadt
2003-02-21one more: guid -> egidJason McIntyre