| Commit message (Expand) | Author | Age | Files | Lines |
* | Use struct vdso_timehands data to implement fast gettimeofday(2) and | kib | 2012-06-22 | 1 | -0/+7 |
* | Take the spinlock around clearing of the fp->_flags in fclose(3), which | kib | 2012-04-24 | 1 | -0/+13 |
* | Fetch the aux vector for the static libc, and use the entries to | kib | 2012-02-17 | 1 | -0/+10 |
* | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] | cperciva | 2011-12-23 | 1 | -0/+11 |
* | To support stack unwinding for cancellation points, add -fexceptions flag | davidxu | 2010-09-25 | 1 | -0/+5 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 1 | -0/+2 |
* | Use aux vector to get values for SSP canary, pagesize, pagesizes array, | kib | 2010-08-17 | 1 | -0/+2 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 1 | -0/+2 |
* | Revert the previous change to pthread_once() stub in libc. It is actually | jhb | 2009-11-20 | 1 | -1/+0 |
* | Add an internal _once() method. This works identical to pthread_once(3) | jhb | 2009-11-20 | 1 | -0/+8 |
* | Add thread-specific caching for small size classes, based on magazines. | jasone | 2008-08-27 | 1 | -0/+6 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 1 | -0/+3 |
* | Add some compatibility code so that software which is built to use the new | dfr | 2008-04-04 | 1 | -0/+3 |
* | Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate to | peter | 2007-07-04 | 1 | -0/+23 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | Add some more pthread stubs so that librt can use them. | deischen | 2006-03-05 | 1 | -3/+34 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 1 | -3/+4 |
* | Move the declaration of __cleanup to libc_private.h as it is used in both | stefanf | 2005-09-12 | 1 | -0/+5 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 1 | -0/+9 |
* | Remove #include of spinlock.h from libc_private.h. Declare spinlocks as | deischen | 2003-11-05 | 1 | -3/+1 |
* | Externalize malloc's spinlock so that a thread library can take | deischen | 2003-11-04 | 1 | -0/+8 |
* | Eliminate 19 warnings in libc (at level WARNS=2) of the | nectar | 2003-02-27 | 1 | -0/+8 |
* | Argh, change declaration of two-dimensional array so that it actually | deischen | 2002-11-13 | 1 | -1/+2 |
* | Make this compile with whatever error-checking is enabled in buildworld | deischen | 2002-11-13 | 1 | -2/+2 |
* | Use a jump table (a la Solaris) for pthread routines with default | deischen | 2002-11-13 | 1 | -0/+42 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 1 | -0/+6 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Remove leading underscores from the FILE lock functions that POSIX | jb | 1998-05-05 | 1 | -3/+3 |
* | Add a private header file for libc/libc_r/libpthread to contain | jb | 1998-04-11 | 1 | -0/+66 |