summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Link localeconv(3) to localeconv_l(3)ngie2015-11-251-0/+1
* markup fixesdes2015-11-231-3/+9
* Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.cngie2015-11-231-1/+1
* popen() requires check for fdopen() failurerpokala2015-11-201-10/+24
* If a NIS server has long entries on its database that is bigger thanaraujo2015-11-191-5/+28
* Do not print out errno if the call succeeded unexpectedly; this was a mistakengie2015-11-181-2/+2
* Add some initial tests for SLIST and STAILQ macrosngie2015-11-162-0/+239
* Fix unused-but-set-variablebapt2015-11-151-1/+1
* Disable -Wformat with scanfloat_test when compiling with gcc to avoid angie2015-11-151-0/+8
* Fix -Wformat issuesngie2015-11-151-3/+3
* Remove unused variables to fix building worldbapt2015-11-154-13/+2
* Change WARNS to 2 across the board with all the libc testcasesngie2015-11-152-2/+2
* Fix -Wmissing-braces warnings by adding braces around all thengie2015-11-151-138/+138
* Fix -Wunused warningsngie2015-11-152-4/+3
* Bump WARNS to 2ngie2015-11-151-0/+2
* Remove unused variables; sort by alignment where neededngie2015-11-154-5/+1
* Polish up iswctype_testngie2015-11-151-28/+50
* Polish up the tests a bit more after projects/collation was merged to headngie2015-11-152-37/+77
* Fix the Indian numbering system (hi_IN.ISCII-DEV) testsngie2015-11-151-4/+4
* 1) Remove my overcomplicated error fallback and just return errorache2015-11-121-11/+3
* Add missing licensing boilerplate to test-fnmatch.cngie2015-11-101-0/+25
* return "US-ASCII" instead of "POSIX" for "C" and "POSIX" localesbapt2015-11-101-1/+1
* nl_langinfo: Simplify case ladderbapt2015-11-091-2/+0
* Readd ascii.c forgotten in r290618bapt2015-11-091-0/+192
* locales: Enforce US-ASCII encoding (limited to 7-bit)bapt2015-11-094-2/+7
* Integrate tools/regression/lib/libc/gen into the FreeBSD test suitengie2015-11-0910-1/+1666
* Fix some TAP -> ATF conversion errorsngie2015-11-091-6/+3
* Integrate tools/regression/lib/libc/net into the FreeBSD test suitengie2015-11-085-8/+426
* Delete leftover printfs from when these were TAP testsngie2015-11-084-8/+0
* Convert print_positional_test over to ATFngie2015-11-081-16/+40
* Reorganize code to elimitate one _sseek() call for append modes.ache2015-11-081-21/+14
* printfloat_test and scanfloat_test need symbols from msun; these are automati...ngie2015-11-081-0/+6
* Integrate tools/regression/lib/libc/string into the FreeBSD test suitengie2015-11-085-1/+554
* Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suitengie2015-11-085-2/+492
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suitengie2015-11-0814-23/+2613
* Integrate tools/regression/lib/libc/locale into the FreeBSD test suitengie2015-11-0818-1/+2355
* Merge from head r290483bapt2015-11-0715-92/+76
|\
| * sdl->sdl_len in sockaddr_dl can be longer thanhrs2015-11-031-3/+13
| * Add _test suffix to multiple tests in lib/libc to conform to the design notedngie2015-11-023-38/+38
| * Remove unused variable (SRCDIR)ngie2015-11-021-2/+0
| * Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)ngie2015-11-0210-49/+25
* | Fix mbtowc not setting EILSEQ on an Incomplete multibyte sequence for eucJP e...bapt2015-11-021-0/+1
* | Merge from headbapt2015-11-0117-103/+146
|\ \ | |/
| * Microoptimize.ache2015-11-011-4/+3
| * Addition to prev. commit.ache2015-11-011-4/+6
| * Don't seek to the end if write buffer is empty (in append modes).ache2015-11-011-11/+12
| * Not all targets support by clang have a tested or enabled ubsan yet.sbruno2015-10-301-0/+4
| * Disable h_raw/h_read with gccngie2015-10-301-2/+7
| * - Re-enable h_raw with clang 3.7.0+ngie2015-10-301-1/+2
| * Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ wa...ngie2015-10-301-2/+1
OpenPOWER on IntegriCloud