summaryrefslogtreecommitdiffstats
path: root/lib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Disable support for compat syscalls on arm64. These symbols were neverandrew2016-04-061-0/+2
* Fix the gcc build after r295407.markj2016-02-081-1/+1
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolskib2016-02-081-0/+2
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichkib2016-01-292-0/+4
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-291-0/+5
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-182-12/+1
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. Thekib2015-04-181-0/+8
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.kib2015-04-011-0/+9
* Make kevent(2) a cancellation point.kib2015-03-291-0/+4
* Restore the extern qualifier on __cleanup.kib2015-02-171-1/+1
* Properly interpose libc spinlocks, was missed in r276630. Inkib2015-02-141-0/+5
* Add futimens and utimensat system calls.jilles2015-01-231-0/+4
* Reduce the size of the interposing table and amount ofkib2015-01-111-17/+2
* Avoid calling internal libc function through PLT or accessing datakib2015-01-051-2/+2
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-031-20/+140
* Revert r274772: it is not valid on MIPSemaste2014-11-251-1/+1
* Use canonical __PIC__ flagemaste2014-11-211-1/+1
* Update our stub resolver to final version of libbind.ume2014-08-123-12/+14
* Add an extra void* cast to work around a bug in FreeBSD-gcc inheritedtheraven2014-04-031-1/+1
* Add support for some block functions that come from OS X. These aretheraven2014-04-021-0/+63
* libc/resolv: Use poll() instead of kqueue().jilles2014-01-141-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+0
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).jilles2013-08-311-0/+43
* libc: Access some unexported variables more efficiently (related to stdio).jilles2013-08-231-2/+2
* Merge Capsicum overhaul:pjd2013-03-021-0/+2
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-132-0/+2
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-221-0/+7
* Fix two warnings about self-assignment in libc. These normally onlydim2012-06-061-1/+1
* Take the spinlock around clearing of the fp->_flags in fclose(3), whichkib2012-04-241-0/+13
* Fetch the aux vector for the static libc, and use the entries tokib2012-02-171-0/+10
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-0/+11
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-072-0/+2
* Remove some unneeded spaces from the __sym_compat() macro, since newerdim2010-11-111-1/+1
* Revert revision 214007, I realized that MySQL wants to resolvedavidxu2010-10-202-4/+0
* Unbreak buildworld by including pthread_rwlockattr_setkind_np anddavidxu2010-10-182-0/+4
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-251-0/+5
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-0/+2
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,kib2010-08-171-0/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-021-7/+0
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-0/+2
* Revert the previous change to pthread_once() stub in libc. It is actuallyjhb2009-11-201-1/+0
* Add an internal _once() method. This works identical to pthread_once(3)jhb2009-11-201-0/+8
* Make openat(2) a cancellation point.jilles2009-10-112-0/+2
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-0/+48
* Revert unnecessary memset after calloc.zml2009-05-281-1/+0
* Fix an issue when nss fallback routines are used in a multithreaded application.zml2009-05-271-0/+1
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-0/+9
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-142-1/+40
* Add thread-specific caching for small size classes, based on magazines.jasone2008-08-271-0/+6
OpenPOWER on IntegriCloud