aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Add eventfd(3) wrappers to libc.Konstantin Belousov2020-12-271-0/+1
* Implement strerror_l().Konstantin Belousov2020-12-161-0/+5
* libc: Add pthread_attr_get_np(3) stub, reporting ESRCH.Konstantin Belousov2020-11-281-0/+1
* Add pthread_getname_np() and pthread_setname_np() aliases forKonstantin Belousov2020-06-102-0/+4
* Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans2020-04-141-0/+1
* Add linux-compatible memfd_createKyle Evans2019-09-251-0/+1
* Add libc stub for pthread_getthreadid_np(3).Konstantin Belousov2019-06-231-0/+1
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+3
* Bump sys_errlist size to keep ABI backward-compatible for some time.Konstantin Belousov2018-12-271-0/+2
* Update userland arc4random() with OpenBSD's Chacha20 based arc4random().Xin LI2018-08-191-2/+0
* Add pthread_get_name_np(3).Konstantin Belousov2018-08-172-0/+2
* getentropy(3): Fallback to kern.arandom sysctl on older kernelsConrad Meyer2018-03-211-0/+2
* lib: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-083-3/+9
* Add include guard to fpmath.hEitan Adler2017-12-021-0/+5
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-259-2/+20
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-2/+6
* In the stdio cleanup push and pop wrappers, always call libc stubs forKonstantin Belousov2017-06-301-0/+5
* Forward compatibility for ino64.Warner Losh2017-06-231-1/+6
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-171-0/+2
* libthr: fix warnings from GCC when WARNS=6Eric van Gyzen2017-05-231-0/+3
* Commit the 64-bit inode project.Konstantin Belousov2017-05-232-0/+24
* Remove old spinlock_debug code from libcEric van Gyzen2017-05-201-9/+4
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-301-0/+2
* Add clock_nanosleep()Eric van Gyzen2017-03-193-0/+5
* Add sem_clockwait_np()Eric van Gyzen2017-02-232-0/+2
* Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit.Konstantin Belousov2017-01-071-0/+2
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-291-0/+1
* The fdatasync(2) call must be cancellation point.Konstantin Belousov2016-08-161-0/+2
* Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov2016-08-061-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