summaryrefslogtreecommitdiff
path: root/lib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r349299:Konstantin Belousov2019-07-031-0/+1
* MFC r345703:Konstantin Belousov2019-04-121-0/+3
* MFC r337983, r338044:Konstantin Belousov2018-08-312-0/+2
* Revert r330897:Eitan Adler2018-03-2911-26/+4
* Partial merge of the SPDX changesEitan Adler2018-03-1411-4/+26
* MFC r326479:Eitan Adler2018-03-051-0/+5
* MFC r327231,r327232:Eitan Adler2018-03-051-1/+1
* MFC r320472,r320508,r320509:Konstantin Belousov2017-07-131-0/+5
* MFC r318582Eric van Gyzen2017-06-011-9/+4
* MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955Eric van Gyzen2017-06-011-0/+3
* MFC r315526Eric van Gyzen2017-05-013-0/+5
* MFC r316213:Konstantin Belousov2017-04-231-0/+2
* MFC r314179 r314206 r314424Eric van Gyzen2017-03-142-0/+2
* MFC r311651:Konstantin Belousov2017-01-211-0/+2
* MFC r304928:Konstantin Belousov2016-09-031-0/+1
* MFC r304209:Konstantin Belousov2016-08-291-0/+2
* MFC r303795:Konstantin Belousov2016-08-201-0/+6
* Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-171-0/+3
* libc: spelling fixes.Pedro F. Giffuni2016-04-302-2/+2
* Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner2016-04-061-0/+2
* Fix the gcc build after r295407.Mark Johnston2016-02-081-1/+1
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov2016-02-081-0/+2
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-292-0/+4
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-0/+5
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-182-12/+1
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. TheKonstantin Belousov2015-04-181-0/+8
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.Konstantin Belousov2015-04-011-0/+9
* Make kevent(2) a cancellation point.Konstantin Belousov2015-03-291-0/+4
* Restore the extern qualifier on __cleanup.Konstantin Belousov2015-02-171-1/+1
* Properly interpose libc spinlocks, was missed in r276630. InKonstantin Belousov2015-02-141-0/+5
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-0/+4
* Reduce the size of the interposing table and amount ofKonstantin Belousov2015-01-111-17/+2
* Avoid calling internal libc function through PLT or accessing dataKonstantin Belousov2015-01-051-2/+2
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-20/+140
* Revert r274772: it is not valid on MIPSEd Maste2014-11-251-1/+1
* Use canonical __PIC__ flagEd Maste2014-11-211-1/+1
* Update our stub resolver to final version of libbind.Hajimu UMEMOTO2014-08-123-12/+14
|\
| * We don't use these files.Hajimu UMEMOTO2014-08-105-400/+0
| * Bring final version of libbind:Pedro F. Giffuni2014-08-057-12/+413
| * Import the resolver part of BIND 9.4.3.vendor/resolver/9.4.3Hajimu UMEMOTO2008-12-141-1/+3
| * Vendor import of BIND 9.4.1vendor/resolver/9.4.1Hajimu UMEMOTO2007-06-031-2/+7
* | Add an extra void* cast to work around a bug in FreeBSD-gcc inheritedDavid Chisnall2014-04-031-1/+1
* | Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-0/+63
* | libc/resolv: Use poll() instead of kqueue().Jilles Tjoelker2014-01-141-1/+1
* | Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+0
* | libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-311-0/+43
* | libc: Access some unexported variables more efficiently (related to stdio).Jilles Tjoelker2013-08-231-2/+2
* | Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-0/+2
* | Implement the waitid() SUSv4 function using wait6() system call.Konstantin Belousov2012-11-132-0/+2