| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure GSS-API mechanisms are loaded if gss_acquire_cred is called | dfr | 2007-11-28 | 1 | -4/+3 |
* | Only zero large allocations when necessary (for calloc()). | jasone | 2007-11-28 | 1 | -1/+1 |
* | Fix pointer dereferencing problems in _pthread_mutex_init_calloc_cb() that | jasone | 2007-11-28 | 2 | -8/+5 |
* | Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc defines | jasone | 2007-11-27 | 1 | -0/+1 |
* | Document the B and L MALLOC_OPTIONS. | jasone | 2007-11-27 | 1 | -1/+26 |
* | Implement dynamic load balancing of thread-->arena mapping, based on lock | jasone | 2007-11-27 | 1 | -58/+297 |
* | Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3) | jasone | 2007-11-27 | 10 | -28/+74 |
* | Implement lazy deallocation of small objects. For each arena, maintain a | jasone | 2007-11-27 | 1 | -0/+218 |
* | Avoid re-zeroing memory in calloc() when possible. | jasone | 2007-11-27 | 1 | -143/+218 |
* | Fix stats printing of the amount of memory currently consumed by huge | jasone | 2007-11-27 | 1 | -36/+37 |
* | - Allow source descriptors with no data to be used as arguments to the | jkoshy | 2007-11-26 | 2 | -12/+5 |
* | Move the added code in revision 1.26 into function pthread_key_create, | davidxu | 2007-11-26 | 1 | -6/+6 |
* | - Add an overview of the pmc(3) API. | jkoshy | 2007-11-25 | 1 | -532/+331 |
* | Move the following functions into their own manual pages: | jkoshy | 2007-11-25 | 8 | -16/+772 |
* | - Describe function pmc_init() in its own manual page. | jkoshy | 2007-11-25 | 3 | -5/+195 |
* | Hmmm, must get reading glasses or else change the font on my terminal. That | mtm | 2007-11-24 | 1 | -1/+1 |
* | Describe convenience functions `pmc_name_of_{capability,class,cputype, | jkoshy | 2007-11-24 | 2 | -7/+147 |
* | Describe pmc_event_names_of_class() in its own manual page. | jkoshy | 2007-11-23 | 2 | -2/+77 |
* | Describe pmc_enable() and pmc_disable() in their own manual page. | jkoshy | 2007-11-23 | 2 | -3/+101 |
* | Describe pmc_allocate() and pmc_release() in their own manual page. | jkoshy | 2007-11-23 | 2 | -3/+186 |
* | Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manual | jkoshy | 2007-11-23 | 2 | -1/+2 |
* | Use an intermediate pointer to avoid a strict aliasing warning. | jb | 2007-11-23 | 1 | -1/+2 |
* | Simplify code, fix a thread cancellation bug in sem_wait and sem_timedwait. | davidxu | 2007-11-23 | 1 | -21/+15 |
* | Reuse nwaiter member field to record number of waiters, in sem_post(), | davidxu | 2007-11-21 | 1 | -7/+31 |
* | Remove warning level and aliasing restrictions. | davidxu | 2007-11-21 | 1 | -2/+0 |
* | Convert ceiling type to unsigned integer before comparing, fix compiler | davidxu | 2007-11-21 | 1 | -3/+3 |
* | Add some function prototypes. | davidxu | 2007-11-21 | 1 | -0/+5 |
* | Remove umtx_t definition, use type long directly, add wrapper function | davidxu | 2007-11-21 | 7 | -18/+31 |
* | Use an intermediate pointer to avoid a strict aliasing warning. | jb | 2007-11-21 | 1 | -1/+2 |
* | Enclose entire header in #ifndef _LIBDISK_H_ | mtm | 2007-11-20 | 1 | -0/+5 |
* | While checking over the libraries for 7.0-REL Kris found the following | kensmith | 2007-11-20 | 1 | -1/+1 |
* | These are the things that the tinderbox has problems with because it | jb | 2007-11-20 | 2 | -0/+2 |
* | Use intermediate pointers to avoid strict alias type check failures | jb | 2007-11-20 | 7 | -15/+47 |
* | Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet. | cognet | 2007-11-19 | 1 | -3/+3 |
* | Bump up the number of ttys supported by pty(4) to 512 by making use of | jhb | 2007-11-19 | 1 | -1/+1 |
* | MFlibthr: | davidxu | 2007-11-19 | 1 | -1/+5 |
* | Capitalization | mtm | 2007-11-18 | 1 | -1/+1 |
* | Constify the first argument to expand_number() so that it can | jb | 2007-11-18 | 3 | -3/+3 |
* | Build libthread_db for arm as well. | cognet | 2007-11-17 | 1 | -5/+1 |
* | Add arm support in libthread_db. | cognet | 2007-11-17 | 1 | -0/+116 |
* | Fix bug in handling SDP continuation state. | emax | 2007-11-16 | 1 | -5/+5 |
* | Fix bad rule and bad dependency for nsparser.h that can | ru | 2007-11-15 | 1 | -6/+3 |
* | - Include runetype.h for _RuneLocale_ | rafan | 2007-11-07 | 1 | -0/+2 |
* | In _pthread_key_create() ensure that libthr is initialized. This | marius | 2007-11-06 | 1 | -1/+5 |
* | Avoid doing adaptive spinning for priority protected mutex, current | davidxu | 2007-10-31 | 1 | -2/+5 |
* | Don't do adaptive spinning if it is running on UP kernel. | davidxu | 2007-10-31 | 1 | -3/+5 |
* | Restore revision 1.55, the kris's adaptive mutex type. | davidxu | 2007-10-31 | 1 | -14/+36 |
* | Remove an extra (commented out) .Sh HISTORY section heading, to avoid | keramida | 2007-10-30 | 1 | -3/+1 |
* | Remove an extra (commented out) .Sh HISTORY section heading, to avoid | keramida | 2007-10-30 | 1 | -4/+2 |
* | Change a .PP request to a valid .Pp mdoc request, and remove an extra | keramida | 2007-10-30 | 2 | -6/+3 |