| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable mutex inheritance code in mutex_fork, I forgot to turn on it. | davidxu | 2006-01-14 | 1 | -1/+11 |
* | Replace malloc(), calloc(), posix_memalign(), realloc(), and free() with | jasone | 2006-01-13 | 2 | -1107/+4597 |
* | Increase the number of spinlocks, since libc's malloc implementation is | jasone | 2006-01-13 | 3 | -3/+3 |
* | In the splnet(9) times netgraph(4) was synchronous and if a message | glebius | 2006-01-12 | 1 | -0/+16 |
* | Fix a bitwise logic error in posix_memalign(). | jasone | 2006-01-12 | 1 | -2/+2 |
* | Use posix_memalign() in valloc() rather than making assumptions about | jasone | 2006-01-12 | 2 | -20/+20 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 8 | -82/+170 |
* | Build shared library on behalf of bsnmpd. | ru | 2006-01-12 | 1 | -1/+0 |
* | I wrote getnetconfig where I meant getnetpath in the previous revision. | ceri | 2006-01-11 | 1 | -2/+2 |
* | The thr_new sysscall was already in libc, don't generate it. | davidxu | 2006-01-11 | 1 | -1/+0 |
* | Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs. | grog | 2006-01-10 | 3 | -0/+6 |
* | Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked into | davidxu | 2006-01-10 | 2 | -95/+74 |
* | Rescue pthread_set_name_np for compatible reason, remove unused code. | davidxu | 2006-01-09 | 2 | -151/+10 |
* | Tweak macro THR_LOCK_RELEASE a bit for non-PTHREAD_INVARIANTS case. | davidxu | 2006-01-09 | 1 | -7/+14 |
* | Return real detached state. | davidxu | 2006-01-09 | 1 | -0/+2 |
* | Fix a bug recently introduced, the _thread_active_count should be | davidxu | 2006-01-08 | 1 | -0/+1 |
* | Allow background threads to be suspended. | davidxu | 2006-01-08 | 1 | -1/+4 |
* | Try to reduce total time needed for suspending all threads, | davidxu | 2006-01-08 | 1 | -4/+17 |
* | Remove functions i386_get_gsbase and i386_set_gsbase, they were already | davidxu | 2006-01-07 | 1 | -14/+0 |
* | o Document the possibility of putting 'b' in the flag field. | ceri | 2006-01-06 | 1 | -5/+11 |
* | Refine thread suspension code, now thread suspension is a blockable | davidxu | 2006-01-05 | 7 | -68/+177 |
* | Oops, on amd64 (and probably on all non-i386 systems), the previous | bde | 2006-01-05 | 1 | -6/+11 |
* | Document the recently-added EINVAL behavior. | dds | 2006-01-05 | 1 | -1/+7 |
* | Use double precision internally to optimize cbrtf(), and change the | bde | 2006-01-05 | 1 | -28/+13 |
* | 1. Add SIGEV_THREAD notification for mq_notify. | davidxu | 2006-01-04 | 2 | -198/+343 |
* | For the ``#ifdef NOTYET'' code that allows calling non-async-safe | brian | 2006-01-03 | 2 | -2/+2 |
* | Remove in-progress wait code to sync with libpthread's behavior. | davidxu | 2006-01-03 | 1 | -30/+8 |
* | Use the correct shared-library version number (the same as the one used | dfr | 2006-01-01 | 1 | -1/+1 |
* | Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, drop | csjp | 2005-12-30 | 1 | -0/+5 |
* | Add a new extensible GSS-API layer which can support GSS-API plugins, | dfr | 2005-12-29 | 86 | -1/+10705 |
* | Updated versions of header files generated per the instructions | dougb | 2005-12-29 | 6 | -14/+61 |
* | gmon now supported on powerpc | grehan | 2005-12-29 | 1 | -2/+0 |
* | The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms. | grehan | 2005-12-29 | 1 | -1/+1 |
* | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | trhodes | 2005-12-24 | 4 | -5/+290 |
* | Add abort2 manual page. | phk | 2005-12-23 | 2 | -1/+100 |
* | Explicitely use a "signed char" instead of a "char", for those archs where | cognet | 2005-12-22 | 1 | -2/+2 |
* | Let _mutex_cv_lock call internal functiona mutex_lock_common. | davidxu | 2005-12-21 | 1 | -1/+2 |
* | Hide umtx API symbols as well. | davidxu | 2005-12-21 | 2 | -6/+9 |
* | 1. Retire macro SCLASS, instead simply use language keyword and | davidxu | 2005-12-21 | 2 | -109/+124 |
* | Follow the mistake in libpthread, the first version name in libpthread | davidxu | 2005-12-21 | 1 | -1/+1 |
* | Extract the high and low words together. With gcc-3.4 on uniformly | bde | 2005-12-20 | 1 | -8/+6 |
* | Clear return code to zero if joiner successfully waited joinee. | davidxu | 2005-12-19 | 1 | -0/+1 |
* | Use a minimax polynomial approximation instead of a Pade rational | bde | 2005-12-19 | 2 | -37/+30 |
* | Fixed code to match comments and the algorithm: | bde | 2005-12-18 | 2 | -20/+42 |
* | Implement ELF symbol versioning using GNU semantics. This code aims | kan | 2005-12-18 | 1 | -0/+9 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -3/+3 |
* | Update copyright. | davidxu | 2005-12-17 | 6 | -113/+84 |
* | Add an extensible version of our *printf(3) implementation to libc | phk | 2005-12-16 | 9 | -0/+2054 |
* | With current pthread implementations, a mutex initialization will | davidxu | 2005-12-16 | 3 | -9/+19 |
* | Added comments about the apparently-magic rational function used in | bde | 2005-12-15 | 1 | -1/+15 |