aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Reorganize code to elimitate one _sseek() call for append modes.Andrey A. Chernov2015-11-081-21/+14
* printfloat_test and scanfloat_test need symbols from msun; these are automati...Enji Cooper2015-11-081-0/+6
* Integrate tools/regression/lib/libc/string into the FreeBSD test suiteEnji Cooper2015-11-085-1/+554
* Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suiteEnji Cooper2015-11-085-2/+492
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteEnji Cooper2015-11-0814-23/+2613
* Integrate tools/regression/lib/libc/locale into the FreeBSD test suiteEnji Cooper2015-11-0818-1/+2355
* Merge from head r290483Baptiste Daroussin2015-11-0715-92/+76
|\
| * sdl->sdl_len in sockaddr_dl can be longer thanHiroki Sato2015-11-031-3/+13
| * Add _test suffix to multiple tests in lib/libc to conform to the design notedEnji Cooper2015-11-023-38/+38
| * Remove unused variable (SRCDIR)Enji Cooper2015-11-021-2/+0
| * Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-0210-49/+25
* | Fix mbtowc not setting EILSEQ on an Incomplete multibyte sequence for eucJP e...Baptiste Daroussin2015-11-021-0/+1
* | Merge from headBaptiste Daroussin2015-11-0117-103/+146
|\|
| * Microoptimize.Andrey A. Chernov2015-11-011-4/+3
| * Addition to prev. commit.Andrey A. Chernov2015-11-011-4/+6
| * Don't seek to the end if write buffer is empty (in append modes).Andrey A. Chernov2015-11-011-11/+12
| * Not all targets support by clang have a tested or enabled ubsan yet.Sean Bruno2015-10-301-0/+4
| * Disable h_raw/h_read with gccEnji Cooper2015-10-301-2/+7
| * - Re-enable h_raw with clang 3.7.0+Enji Cooper2015-10-301-1/+2
| * Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ wa...Enji Cooper2015-10-301-2/+1
| * Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suiteEnji Cooper2015-10-301-0/+1
| * Use memmove(3) to avoid overlapping copy.Bryan Drewery2015-10-291-1/+1
| * Fix several memory leaks, and crashes, in iconvlist(3).Bryan Drewery2015-10-291-18/+26
| * Add _flags2 per jhb@ suggestion since no room left in _flags.Andrey A. Chernov2015-10-286-10/+7
| * According to POSIX, a write operation shall start at the current size ofAndrey A. Chernov2015-10-251-0/+3
| * Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no andEnji Cooper2015-10-252-13/+9
| * Since no room left in the _flags, reuse __SALC for O_APPEND.Andrey A. Chernov2015-10-245-19/+31
| * resolver: abuse _res a little lessEric van Gyzen2015-10-231-39/+52
| * Revert lib/libc/gen/dirname.3@r289695Enji Cooper2015-10-211-2/+0
| * Revert r289694Enji Cooper2015-10-211-0/+2
| * cpuset.9: Link to/from the new pageConrad Meyer2015-10-202-4/+6
| * Switch pl_child_pid from int to pid_t.John Baldwin2015-10-201-2/+2
* | locales: Fix eucJP sorting (broken upstream?)Baptiste Daroussin2015-11-011-3/+4
* | libc: Fix (and improve) nl_langinfo (CODESET)Baptiste Daroussin2015-11-012-9/+23
* | collate: Fix expansion substitions (broken upstream too)Baptiste Daroussin2015-10-232-57/+69
* | libc/collate: minor tweaks / fixBaptiste Daroussin2015-10-221-27/+30
* | Merge from headBaptiste Daroussin2015-10-193-4/+54
|\|
| * Document bitset(9)Conrad Meyer2015-10-171-2/+3
| * resolver: automatically reload /etc/resolv.confEric van Gyzen2015-10-142-2/+51
* | Include sys/*.h earlierBaptiste Daroussin2015-10-141-3/+5
* | Commit log from Dragonfly:Baptiste Daroussin2015-10-134-17/+19
* | Merge from headBaptiste Daroussin2015-10-13281-2054/+1555
|\|
| * Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-1226-60/+9
| * Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.Edward Tomasz Napierala2015-10-101-4/+7
| * Use proper function prototypes.Craig Rodrigues2015-10-072-4/+4
| * Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.John Baldwin2015-10-071-1/+24
| * truss: Add support for utrace(2).Bryan Drewery2015-10-061-2/+3
| * - address grammarJason Helfman2015-10-051-7/+6
| * Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)Mark Johnston2015-10-031-5/+7
| * - Move PF_LOCAL at the end of the array. PF_INET{,6} is used more often.Hiroki Sato2015-10-031-7/+9