aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Import new version of libcxxrt. Now works correctly with libobjc2 to implementDavid Chisnall2012-03-201-0/+5
* Add symbol versioning to libcxxrt.David Chisnall2012-03-192-0/+319
* Make __get_locale() static inline, not just inline, so when compiling libc inDavid Chisnall2012-03-191-1/+1
* Remove trailing whitespace.Benjamin Kaduk2012-03-191-2/+2
* Expound a bit more about the system maximum number of FIBs,Benjamin Kaduk2012-03-191-2/+20
* draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007Eitan Adler2012-03-191-1/+1
* Use clockid parameter instead of hard-coded CLOCK_REALTIME.David Xu2012-03-191-1/+1
* fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returnedJilles Tjoelker2012-03-181-2/+5
* fts(3): Document cases where FTS_NOCHDIR is set implicitly.Jilles Tjoelker2012-03-181-1/+11
* Unbreak trhe build by including proper headerOleksandr Tymoshenko2012-03-181-1/+1
* Fix TLS for statically linked binariesOleksandr Tymoshenko2012-03-181-0/+4
* Some software think a mutex can be destroyed after it owned it, forDavid Xu2012-03-181-7/+0
* Do not claim that msync(2) is obsoleted [1].Konstantin Belousov2012-03-172-4/+7
* Make sure libgcc_s is finished building in _startup_libs beforePeter Wemm2012-03-171-1/+1
* When destroying a barrier, waiting all threads exit the barrier,David Xu2012-03-162-4/+31
* Remove non-existing error condition.Ed Schouten2012-03-151-4/+1
* Extend the description for ESRCH a bit.Ed Schouten2012-03-151-1/+1
* Remove impossible error condition from the man page.Ed Schouten2012-03-151-4/+1
* Fix indentation.Konstantin Belousov2012-03-141-1/+1
* Import new versions of libcxxrt and libc++.David Chisnall2012-03-141-0/+1
* First set of xlocale man pages. More to follow...David Chisnall2012-03-1310-2/+223
* Work around a binutils bug on powerpc64 where the TOC would not beNathan Whitehorn2012-03-131-1/+2
* More xlocale cleanups.David Chisnall2012-03-131-0/+4
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-1116-180/+187
* Add a header with definitions useful for constructing ELF notes.Konstantin Belousov2012-03-111-0/+38
* Cross-reference sigqueue(2) and kill(2).Edward Tomasz Napierala2012-03-102-2/+4
* 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