summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* resolver: abuse _res a little lessvangyzen2015-10-231-39/+52
* Revert lib/libc/gen/dirname.3@r289695ngie2015-10-211-2/+0
* Revert r289694ngie2015-10-211-0/+2
* cpuset.9: Link to/from the new pagecem2015-10-202-4/+6
* Switch pl_child_pid from int to pid_t.jhb2015-10-201-2/+2
* Document bitset(9)cem2015-10-171-2/+3
* resolver: automatically reload /etc/resolv.confvangyzen2015-10-142-2/+51
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-1226-60/+9
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.trasz2015-10-101-4/+7
* Use proper function prototypes.rodrigc2015-10-072-4/+4
* Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.jhb2015-10-071-1/+24
* truss: Add support for utrace(2).bdrewery2015-10-061-2/+3
* - address grammarjgh2015-10-051-7/+6
* Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)markj2015-10-031-5/+7
* - Move PF_LOCAL at the end of the array. PF_INET{,6} is used more often.hrs2015-10-031-7/+9
* wordexp: Rewrite to make WRDE_NOCMD reliable.jilles2015-09-302-94/+148
* In this context fclose() can never fail, so assert it in the testdelphij2015-09-291-0/+1
* Annotate arm userspace assembler sources stating their tolerance tokib2015-09-2930-1/+56
* Use calloc() instead of malloc + memset.delphij2015-09-291-2/+1
* fnmatch(): Remove exponential behaviour as in sh r229201.jilles2015-09-271-28/+49
* Add missing CLEANFILES.bdrewery2015-09-241-0/+2
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-231-2/+2
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-224-21/+9
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-2235-409/+235
* Use proper function prototype for readdir().rodrigc2015-09-221-10/+6
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-1/+1
* Avoid adding duplicates into OBJS. bsd.lib.mk already handles addingbdrewery2015-09-221-2/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-45/+16
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-209-49/+20
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-25/+10
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-7/+3
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-3/+1
OpenPOWER on IntegriCloud