summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2013-08-08sync with recent name changes;Jason McIntyre
2013-08-01Add linker warnings for rand() and random() and various related functions.Mark Kettenis
2013-07-31remove complete balony description of the setprogname() interface [asTheo de Raadt
2013-07-20sync with the actual definition of struct statfs in <sys/mount.h>; ok jmc@Christian Weisgerber
2013-07-18HISTORY; tweaks and ok sobrado@ jmc@Ingo Schwarze
2013-07-17missing symbol rename.Eric Faurot
2013-07-17more library historyIngo Schwarze
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16more macro simplification; from Jan StaryJason McIntyre
2013-07-12major bump after asr symbols changesEric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-07-10rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changesJason McIntyre
2013-07-06functions, not macros; from Daniel DickmanJason McIntyre
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
2013-07-03test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.Marc Espie
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-11bcopy (and family) can check for 0 length, but negative lengths shouldTheo de Raadt
2013-06-11spacingTheo de Raadt
2013-06-09sort;Jason McIntyre
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-09add some basic descriptions for the fuse sysctlsTed Unangst
2013-06-08Fix parsing of ambiguous options, the whole loop must be processed.Todd C. Miller
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2013-06-05On second thought, do not use a tcnd instruction to test for divide-by-zero,Miod Vallat
2013-06-05...also add __modsi3 and __umodsi3, and make these symbols weak by default.Miod Vallat
2013-06-05[[:>:]] anchors the character preceding it to end of word, not theJason McIntyre
2013-06-05Add __divsi3 and __udivsi3 gcc-compatible routines. Not used by anything yetMiod Vallat
2013-06-05Move _Exit() from the exit() manpage to the _exit() manpage, as it'sPhilip Guenther
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-04remove some incredible lies about overlapping buffersTheo de Raadt
2013-06-02Add mentions about net.mpls and net.inet.ip.ifq.YASUOKA Masahiko
2013-06-02Two small cleanups to atexit: remove unneeded __atexit_invalid, andMatthew Dempsky
2013-06-02fix id, from bradTed Unangst
2013-06-02Fix wcsto{f,d,ld}() C99 compliance to now correctlyMatthew Dempsky
2013-06-02improve the divert-* description a bit moreSebastian Benoit
2013-06-01Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.Stefan Sperling
2013-06-01Change the naming scheme used for directories in /usr/share/locale toStefan Sperling
2013-06-01tweak previous;Jason McIntyre
2013-06-01reorder syslog params descr to make sense, and minor tweaks, plus jmc@'sMarc Espie
2013-06-01Move search domain iteration code in res_search_async.c where it belongs.Eric Faurot
2013-06-01Make hostaliases work for gethostbyname() and getaddrinfo() whenEric Faurot
2013-06-01Update asr_hostaliases() to make all necessary checks in the function.Eric Faurot
2013-06-01Add utrace(2), a system call allowing for userland to send its own ktraceMiod Vallat
2013-06-01iterating over the ns list only matters for res_send_async.c, so moveEric Faurot
2013-06-01no need to cast nullTed Unangst
2013-06-01string.h defines null for usTed Unangst
2013-06-01no need to cast nullTed Unangst
2013-05-31doesn't need any headersTed Unangst