summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Make man page wording more clear:eadler2012-01-151-1/+1
* Remove wtmpcvt(1).ed2012-01-131-1/+0
* Revert unintentional commit of changes to getnetgrent.c.ghelmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openghelmer2012-01-101-13/+28
* Add aligned_alloc(3).ed2012-01-094-9/+55
* Properly sort functions by name.ed2012-01-081-3/+3
* Two other places where we can use WEAK_ALIAS.andreast2012-01-082-6/+2
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-074-3/+47
* Handle the internal scope address representation of the KAME IPv6ume2012-01-071-1/+2
* Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.andreast2012-01-062-20/+10
* Change index() and rindex() to a weak alias.ed2012-01-056-6/+6
* Document the fact that chroot(2) is no longer part of POSIX since SUSv3delphij2012-01-041-1/+19
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-035-7/+7
* Merge index() and strchr() together.ed2012-01-0315-279/+128
* Add some additional const poison after r228972. The 'mapping' array indim2011-12-301-1/+2
* libc: Eliminate some relative relocations in file flags table.jilles2011-12-291-23/+23
* Fix manual section for acl_get(3) and mac_get(3) family functions.pluknet2011-12-291-14/+14
* libc: Eliminate some relative relocations in getusershell().jilles2011-12-271-8/+7
* libc: Eliminate some relative relocations in setlocale().jilles2011-12-271-1/+1
* Update rtprio(2) manual page to reflect the latest changes in -CURRENT asdelphij2011-12-272-17/+82
* Add missing opening and closing brackets in getopt_long.3 and getsubopt.3gjb2011-12-262-3/+6
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-236-3/+81
* Handle malloc failures in yplib.c.ghelmer2011-12-231-0/+46
* Handle failures to malloc memory to hold key or val copies.ghelmer2011-12-231-0/+11
* - Fix style(9) bugs in glob.ceadler2011-12-201-35/+35
* - Add restrict keyword to glob(3)eadler2011-12-202-3/+4
* 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
OpenPOWER on IntegriCloud