summaryrefslogtreecommitdiffstats
path: root/lib/libc/include/libc_private.h
Commit message (Expand)AuthorAgeFilesLines
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-221-0/+7
* 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
* 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
* 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
* Add thread-specific caching for small size classes, based on magazines.jasone2008-08-271-0/+6
* Turn execvpe() into an internal libc routine.ed2008-06-231-0/+3
* Add some compatibility code so that software which is built to use the newdfr2008-04-041-0/+3
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-041-0/+23
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add some more pthread stubs so that librt can use them.deischen2006-03-051-3/+34
* In preparation for a new malloc implementation:jasone2006-01-121-3/+4
* Move the declaration of __cleanup to libc_private.h as it is used in bothstefanf2005-09-121-0/+5
* Add support for TLS in statically linked programs.dfr2004-08-151-0/+9
* Remove #include of spinlock.h from libc_private.h. Declare spinlocks asdeischen2003-11-051-3/+1
* Externalize malloc's spinlock so that a thread library can takedeischen2003-11-041-0/+8
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-271-0/+8
* Argh, change declaration of two-dimensional array so that it actuallydeischen2002-11-131-1/+2
* Make this compile with whatever error-checking is enabled in buildworlddeischen2002-11-131-2/+2
* Use a jump table (a la Solaris) for pthread routines with defaultdeischen2002-11-131-0/+42
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-0/+6
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove leading underscores from the FILE lock functions that POSIXjb1998-05-051-3/+3
* Add a private header file for libc/libc_r/libpthread to containjb1998-04-111-0/+66
OpenPOWER on IntegriCloud