| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r349299: | Konstantin Belousov | 2019-07-03 | 1 | -0/+1 |
| * | MFC r345703: | Konstantin Belousov | 2019-04-12 | 1 | -0/+3 |
| * | MFC r337983, r338044: | Konstantin Belousov | 2018-08-31 | 2 | -0/+2 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 11 | -26/+4 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 11 | -4/+26 |
| * | MFC r326479: | Eitan Adler | 2018-03-05 | 1 | -0/+5 |
| * | MFC r327231,r327232: | Eitan Adler | 2018-03-05 | 1 | -1/+1 |
| * | MFC r320472,r320508,r320509: | Konstantin Belousov | 2017-07-13 | 1 | -0/+5 |
| * | MFC r318582 | Eric van Gyzen | 2017-06-01 | 1 | -9/+4 |
| * | MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955 | Eric van Gyzen | 2017-06-01 | 1 | -0/+3 |
| * | MFC r315526 | Eric van Gyzen | 2017-05-01 | 3 | -0/+5 |
| * | MFC r316213: | Konstantin Belousov | 2017-04-23 | 1 | -0/+2 |
| * | MFC r314179 r314206 r314424 | Eric van Gyzen | 2017-03-14 | 2 | -0/+2 |
| * | MFC r311651: | Konstantin Belousov | 2017-01-21 | 1 | -0/+2 |
| * | MFC r304928: | Konstantin Belousov | 2016-09-03 | 1 | -0/+1 |
| * | MFC r304209: | Konstantin Belousov | 2016-08-29 | 1 | -0/+2 |
| * | MFC r303795: | Konstantin Belousov | 2016-08-20 | 1 | -0/+6 |
| * | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 1 | -0/+3 |
| * | libc: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 2 | -2/+2 |
| * | Disable support for compat syscalls on arm64. These symbols were never | Andrew Turner | 2016-04-06 | 1 | -0/+2 |
| * | Fix the gcc build after r295407. | Mark Johnston | 2016-02-08 | 1 | -1/+1 |
| * | If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbols | Konstantin Belousov | 2016-02-08 | 1 | -0/+2 |
| * | Add implementations of sendmmsg(3) and recvmmsg(3) functions which | Konstantin Belousov | 2016-01-29 | 2 | -0/+4 |
| * | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov | 2015-08-29 | 1 | -0/+5 |
| * | Reassign copyright statements on several files from Advanced | John Baldwin | 2015-04-23 | 1 | -1/+1 |
| * | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 2 | -12/+1 |
| * | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | Konstantin Belousov | 2015-04-18 | 1 | -0/+8 |
| * | Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case. | Konstantin Belousov | 2015-04-01 | 1 | -0/+9 |
| * | Make kevent(2) a cancellation point. | Konstantin Belousov | 2015-03-29 | 1 | -0/+4 |
| * | Restore the extern qualifier on __cleanup. | Konstantin Belousov | 2015-02-17 | 1 | -1/+1 |
| * | Properly interpose libc spinlocks, was missed in r276630. In | Konstantin Belousov | 2015-02-14 | 1 | -0/+5 |
| * | Add futimens and utimensat system calls. | Jilles Tjoelker | 2015-01-23 | 1 | -0/+4 |
| * | Reduce the size of the interposing table and amount of | Konstantin Belousov | 2015-01-11 | 1 | -17/+2 |
| * | Avoid calling internal libc function through PLT or accessing data | Konstantin Belousov | 2015-01-05 | 1 | -2/+2 |
| * | Fix known issues which blow up the process after dlopen("libthr.so") | Konstantin Belousov | 2015-01-03 | 1 | -20/+140 |
| * | Revert r274772: it is not valid on MIPS | Ed Maste | 2014-11-25 | 1 | -1/+1 |
| * | Use canonical __PIC__ flag | Ed Maste | 2014-11-21 | 1 | -1/+1 |
| * | Update our stub resolver to final version of libbind. | Hajimu UMEMOTO | 2014-08-12 | 3 | -12/+14 |
| |\ |
|
| | * | We don't use these files. | Hajimu UMEMOTO | 2014-08-10 | 5 | -400/+0 |
| | * | Bring final version of libbind: | Pedro F. Giffuni | 2014-08-05 | 7 | -12/+413 |
| | * | Import the resolver part of BIND 9.4.3.vendor/resolver/9.4.3 | Hajimu UMEMOTO | 2008-12-14 | 1 | -1/+3 |
| | * | Vendor import of BIND 9.4.1vendor/resolver/9.4.1 | Hajimu UMEMOTO | 2007-06-03 | 1 | -2/+7 |
| * | | Add an extra void* cast to work around a bug in FreeBSD-gcc inherited | David Chisnall | 2014-04-03 | 1 | -1/+1 |
| * | | Add support for some block functions that come from OS X. These are | David Chisnall | 2014-04-02 | 1 | -0/+63 |
| * | | libc/resolv: Use poll() instead of kqueue(). | Jilles Tjoelker | 2014-01-14 | 1 | -1/+1 |
| * | | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -2/+0 |
| * | | libc: Always use our own copy of sys_errlist and sys_nerr (.so only). | Jilles Tjoelker | 2013-08-31 | 1 | -0/+43 |
| * | | libc: Access some unexported variables more efficiently (related to stdio). | Jilles Tjoelker | 2013-08-23 | 1 | -2/+2 |
| * | | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -0/+2 |
| * | | Implement the waitid() SUSv4 function using wait6() system call. | Konstantin Belousov | 2012-11-13 | 2 | -0/+2 |