summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous paragraph macro.joel2012-03-2520-20/+0
* Make utmpx(3) thread safe if we support TLS.ed2012-03-232-0/+9
* Fix style. Somehow I managed to lost a space when copy&paste.pluknet2012-03-221-1/+1
* Prevent fs_file NULL pointer dereference in fixfsfile() uncovered after r1.5pluknet2012-03-221-1/+1
* Revert previous change. It is an incomplete change from old branch. :-(davidxu2012-03-211-60/+39
* Use version 2 of semaphore provided by kernel umtx code, now if there isdavidxu2012-03-211-39/+60
* Make __get_locale() static inline, not just inline, so when compiling libc intheraven2012-03-191-1/+1
* Remove trailing whitespace.bjk2012-03-191-2/+2
* Expound a bit more about the system maximum number of FIBs,bjk2012-03-191-2/+20
* draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007eadler2012-03-191-1/+1
* fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returnedjilles2012-03-181-2/+5
* fts(3): Document cases where FTS_NOCHDIR is set implicitly.jilles2012-03-181-1/+11
* Unbreak trhe build by including proper headergonzo2012-03-181-1/+1
* Fix TLS for statically linked binariesgonzo2012-03-181-0/+4
* Do not claim that msync(2) is obsoleted [1].kib2012-03-172-4/+7
* Remove non-existing error condition.ed2012-03-151-4/+1
* Extend the description for ESRCH a bit.ed2012-03-151-1/+1
* Remove impossible error condition from the man page.ed2012-03-151-4/+1
* Fix indentation.kib2012-03-141-1/+1
* First set of xlocale man pages. More to follow...theraven2012-03-1310-2/+223
* More xlocale cleanups.theraven2012-03-131-0/+4
* Cross-reference sigqueue(2) and kill(2).trasz2012-03-102-2/+4
* Fix build of libc.so after r232620. This caused a duplicate definitiondim2012-03-061-0/+6
* Remove some duplicated copyright notices.theraven2012-03-062-10/+0
* - Switch ARM and MIPS to TLS Variant Igonzo2012-03-061-3/+10
* Implement _set_tpgonzo2012-03-061-0/+4
* Link EV_SET(3) to kqueue(2).pjd2012-03-051-1/+1
* Remove outdated comment of seven yearseadler2012-03-041-7/+0
* Remove reference to gcc's non-standard -fwritable-strings, whicheadler2012-03-041-7/+1
* POSIX mandates that swab do nothing when len < 0eadler2012-03-042-1/+6
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-045-29/+115
* Add __aeabi_read_tp to the symbol list.cognet2012-03-041-0/+1
* Removed excessive _seekdir() call in closedir(). This saves one lseek()ru2012-03-021-3/+1
* Belatedly add dl_iterate_phdr(3) to the list of installed manpages.kib2012-03-021-1/+1
* Finally removed the stat() and fstat() calls from the opendir() code.ru2012-03-021-24/+14
* Note that memory should be freed after uuid_to_string(3) call.ae2012-03-011-2/+11
* Document SO_PROTOCOL socket option.kib2012-02-261-2/+13
* Whitespace cleanup:gjb2012-02-251-1/+2
* Fix various typos in manual pages.gjb2012-02-254-8/+8
* In revision 231989, we pass a 16-bit clock ID into kernel, howeverdavidxu2012-02-252-21/+32
* libc: Eliminate some relative relocations in fmtmsg().jilles2012-02-221-7/+7
* Document the fact that getgrouplist(3) returns 0 on success.pjd2012-02-201-2/+2
* Document PL_FLAG_CHILD.kib2012-02-181-1/+6
* Use ANSI prototypes.delphij2012-02-181-42/+13
* Fix cross-references.kib2012-02-171-2/+2
* Document dl_iterate_phdr(3).kib2012-02-171-0/+115
* Fetch the aux vector for the static libc, and use the entries tokib2012-02-173-5/+89
* Add err(3) to strerror(3) SEE ALSO sectioneadler2012-02-161-0/+1
* Bump .Dd date for previous revision.delphij2012-02-151-1/+1
* Add notes about sigev_notify_kevent_flags introduced in revision 230857davidxu2012-02-151-0/+3
OpenPOWER on IntegriCloud