aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix build of libc.so after r232620. This caused a duplicate definitionDimitry Andric2012-03-061-0/+6
* - Remove one more no-op #ifndefOleksandr Tymoshenko2012-03-061-2/+0
* Remove some duplicated copyright notices.David Chisnall2012-03-062-10/+0
* - Switch ARM and MIPS to TLS Variant IOleksandr Tymoshenko2012-03-061-3/+10
* Implement _set_tpOleksandr Tymoshenko2012-03-061-0/+4
* - Remove NOSHARED parts since it seems to be no-opOleksandr Tymoshenko2012-03-061-4/+3
* - Switch to saving non-offseted pointer to TLS block in order too keep things...Oleksandr Tymoshenko2012-03-061-8/+4
* Link EV_SET(3) to kqueue(2).Pawel Jakub Dawidek2012-03-051-1/+1
* Remove outdated comment of seven yearsEitan Adler2012-03-041-7/+0
* Remove reference to gcc's non-standard -fwritable-strings, whichEitan Adler2012-03-041-7/+1
* POSIX mandates that swab do nothing when len < 0Eitan Adler2012-03-042-1/+6
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-045-29/+115
* Add __aeabi_read_tp to the symbol list.Olivier Houchard2012-03-041-0/+1
* Use snprintf(3) constantly when generating CAM error messages.Jaakko Heinonen2012-03-031-44/+58
* Removed excessive _seekdir() call in closedir(). This saves one lseek()Ruslan Ermilov2012-03-021-3/+1
* Belatedly add dl_iterate_phdr(3) to the list of installed manpages.Konstantin Belousov2012-03-021-1/+1
* Finally removed the stat() and fstat() calls from the opendir() code.Ruslan Ermilov2012-03-021-24/+14
* Kill EoL whitespaces, and minor lint.Sergey Kandaurov2012-03-022-297/+295
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...Davide Italiano2012-03-014-0/+1203
* Handle the case where a boolean parameter is also a node.Jamie Gritton2012-03-011-30/+23
* Note that memory should be freed after uuid_to_string(3) call.Andrey V. Elsukov2012-03-011-2/+11
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-283-10/+6
* Follow changes made in revision 232144, pass absolute timeout to kernel,David Xu2012-02-273-30/+37
* Document SO_PROTOCOL socket option.Konstantin Belousov2012-02-261-2/+13
* Whitespace cleanup:Glen Barber2012-02-251-151/+220
* Whitespace cleanup:Glen Barber2012-02-252-16/+21
* Fix various typos in manual pages.Glen Barber2012-02-2510-20/+20
* Update libarchive to 3.0.3Martin Matuska2012-02-253-292/+520
* In revision 231989, we pass a 16-bit clock ID into kernel, howeverDavid Xu2012-02-253-38/+64
* libc: Eliminate some relative relocations in fmtmsg().Jilles Tjoelker2012-02-221-7/+7
* Use unused fourth argument of umtx_op to pass flags to kernel for operationDavid Xu2012-02-221-13/+3
* Document the fact that getgrouplist(3) returns 0 on success.Pawel Jakub Dawidek2012-02-201-2/+2
* Set the O_CLOEXEC flag when opening the pidfile to avoid leaking theGuy Helmer2012-02-201-1/+1
* Check both seconds and nanoseconds are zero, only checking nanosecondsDavid Xu2012-02-191-1/+1
* Document PL_FLAG_CHILD.Konstantin Belousov2012-02-181-1/+6
* Use ANSI prototypes.Xin LI2012-02-181-42/+13
* Fix cross-references.Konstantin Belousov2012-02-171-2/+2
* Switch the license boilerplates to our standard one.Christian Brueffer2012-02-1732-352/+352
* Document dl_iterate_phdr(3).Konstantin Belousov2012-02-171-0/+115
* Fetch the aux vector for the static libc, and use the entries toKonstantin Belousov2012-02-173-5/+89
* Add err(3) to strerror(3) SEE ALSO sectionEitan Adler2012-02-161-0/+1
* Bump .Dd date for previous revision.Xin LI2012-02-151-1/+1
* Add notes about sigev_notify_kevent_flags introduced in revision 230857David Xu2012-02-151-0/+3
* Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric2012-02-145-115/+29
* Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism forDavid Chisnall2012-02-142-3/+5
* Cleanup of xlocale:David Chisnall2012-02-145-29/+113
* wctob() returns EOF and not WEOF.Xin LI2012-02-141-2/+2
* Add thread-local storage support for arm:Oleksandr Tymoshenko2012-02-142-4/+5
* Add __aeabi_read_tp function required for thread-local storageOleksandr Tymoshenko2012-02-142-1/+43
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-1212-54/+54