summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump .Ddngie2015-11-091-1/+1
* Document powl(3)ngie2015-11-092-6/+12
* 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-0734-238/+1514
|\
| * Correct posix_openpt reference in pty(3)smh2015-11-061-2/+2
| * Revert r290298. Per discussion on tech-userlevel@netbsd.org this changebrooks2015-11-051-2/+2
| * Fix spelling error.rodrigc2015-11-052-2/+2
| * Add README, similar to the one from libnetbsd.rodrigc2015-11-051-0/+7
| * Import imsg from OpenBSD's libutil.rodrigc2015-11-044-0/+1279
| * Rename libohash to libopenbsd.rodrigc2015-11-047-2/+2
| * sdl->sdl_len in sockaddr_dl can be longer thanhrs2015-11-031-3/+13
| * The ops EL_SIGNAL, EL_EDITMODE, EL_UNBUFFERED, and EL_PREP_TERM all takebrooks2015-11-021-2/+2
| * Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi)dteske2015-11-025-141/+147
| * 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-0127-1583/+163
|\ \ | |/
| * 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
| * We have long double on arm64, and the tests pass so enable them.andrew2015-10-311-1/+3
| * 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
| * Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suitengie2015-10-301-0/+1
| * Use memmove(3) to avoid overlapping copy.bdrewery2015-10-291-1/+1
| * Fix several memory leaks, and crashes, in iconvlist(3).bdrewery2015-10-291-18/+26
| * Add _flags2 per jhb@ suggestion since no room left in _flags.ache2015-10-286-10/+7
| * Update libucl to latest git snapshot (20151027)bapt2015-10-271-0/+2
| * libedit: Use correct buffer lengths in vi mode v command.jilles2015-10-271-6/+6
| * According to POSIX, a write operation shall start at the current size ofache2015-10-251-0/+3
| * Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no andngie2015-10-252-13/+9
| * Since no room left in the _flags, reuse __SALC for O_APPEND.ache2015-10-245-19/+31
OpenPOWER on IntegriCloud