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