summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Address warnings found by clang.tuexen2011-12-171-36/+28
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+1
* Since clang does not support the tls_model attribute used in malloc.cdim2011-12-151-2/+10
* In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicitdim2011-12-151-2/+2
* Remove meaningless self-assignment in res_send.c, otherwise clang willdim2011-12-151-2/+0
* Fix a bug where sctp_sendmdg() uses uninitialized memory.tuexen2011-12-151-0/+1
* Small style(9) improvements.theraven2011-12-151-2/+4
* Clean up includes; the prototype for getosreldate() has moved toru2011-12-141-4/+3
* Some fixes to the man pages for [at_]quick_exit(3)theraven2011-12-072-12/+17
* style(9) cleanups.theraven2011-12-071-10/+7
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add atheraven2011-12-077-3/+204
* The NOTE_COPY should have been named NOTE_FFCOPY from the veryru2011-12-071-2/+2
* libc: Eliminate 13 relative relocations in wctype().jilles2011-12-051-26/+45
* Revert r227812 and r227808 per discussioneadler2011-12-024-30/+18
* Split sentences at period boundaries.obrien2011-12-027-73/+93
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsobrien2011-12-021-3/+3
* Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.rwatson2011-11-272-1/+3
* style(9) fix.theraven2011-11-261-1/+1
* Return not-implemented from pthread_once and pthread_key_create, rathertheraven2011-11-261-2/+10
* fdopendir(): Do not close the passed file descriptor on failure.jilles2011-11-221-4/+13
* Fix a crash when trying to duplicate a locale that contains some implicit C l...theraven2011-11-221-1/+6
* - fix some style(9) nits with my last commiteadler2011-11-222-3/+5
* - add check for pointer equality prior to performing the O(n) passeadler2011-11-224-18/+28
* (Hopefully) Fix the build with clang by removing a typedef that's no longer n...theraven2011-11-211-2/+0
* Add history for setsockopt(2).pluknet2011-11-211-2/+4
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-213-1/+183
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-20141-800/+4050
* Fix typo.kib2011-11-171-2/+2
* Further reduce diffs with OpenBSD's arc4random. The main functionaldas2011-11-151-33/+30
* Sync the style, comments, and variable names of arc4random.c withdas2011-11-151-39/+33
* Converting int to wint_t leads to broekn comparison of raw charkevlo2011-11-111-8/+8
* Document that flock can return ENOLCKdougb2011-11-101-1/+3
* - Don't handle out-of-memory conditionkevlo2011-11-101-20/+21
* Fix a warning emitted by Clang.ed2011-11-041-1/+2
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-044-2/+147
* Despite official i386 ABI does not mandate any stack alignment besideskib2011-11-022-0/+28
* Make sure that stack is 16-byte aligned before calling a function,kib2011-11-022-0/+6
* Don't forget to kick the man page date.ed2011-10-271-1/+1
* Make our utmpx more like System V.ed2011-10-272-3/+20
* Fix the manual section number for a cross-reference to open(2) and sort it.pluknet2011-10-271-1/+1
* Fix typo in timer_getoverrun cross-reference.pluknet2011-10-261-1/+1
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-2128-987/+149
* Add support for the 'x' mode option in fopen() as specified in the C1Xdas2011-10-212-49/+60
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-3/+4
* Add a FBSD_1.3 namespace for FreeBSD 10.das2011-10-101-1/+5
* Line up the struct declaration (yes, I know this isn't what it looksdes2011-10-091-6/+6
* Document some not-so-recently added trace points.des2011-10-091-2/+7
* Fix whitespace inconsistencies found in homegrown Symbol.maps.ed2011-10-073-13/+13
OpenPOWER on IntegriCloud