summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-25111-111/+0
* Link localeconv(3) to localeconv_l(3)ngie2015-11-251-0/+1
* Remove unneeded libutil dependency for sendmail.bdrewery2015-11-244-4/+0
* markup fixesdes2015-11-231-3/+9
* Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.cngie2015-11-231-1/+1
* MFV r291123:delphij2015-11-211-6/+3
* 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
* Temporarily comment out the libcrypt tests.rodrigc2015-11-181-7/+7
* Change the driver stats to what they really are: unsigned values.jtl2015-11-161-8/+9
* Add some initial tests for SLIST and STAILQ macrosngie2015-11-162-0/+239
* Integrate contrib/netbsd-tests/lib/libcrypt/t_crypt.c in to the FreeBSDngie2015-11-161-2/+4
* 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
* Fix bootstrapping of libopenbsd on build hosts where KERN_PROC_NFDSrodrigc2015-11-141-0/+38
* Add imsg to libopenbsd.rodrigc2015-11-141-0/+3
* Implemtn getdtablecount() to count open file descriptors for current process.rodrigc2015-11-143-1/+98
* 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
* 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
OpenPOWER on IntegriCloud