summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Only zero large allocations when necessary (for calloc()).jasone2007-11-281-1/+1
* Fix pointer dereferencing problems in _pthread_mutex_init_calloc_cb() thatjasone2007-11-282-8/+5
* Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc definesjasone2007-11-271-0/+1
* Document the B and L MALLOC_OPTIONS.jasone2007-11-271-1/+26
* Implement dynamic load balancing of thread-->arena mapping, based on lockjasone2007-11-271-58/+297
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)jasone2007-11-2710-28/+74
* Implement lazy deallocation of small objects. For each arena, maintain ajasone2007-11-271-0/+218
* Avoid re-zeroing memory in calloc() when possible.jasone2007-11-271-143/+218
* Fix stats printing of the amount of memory currently consumed by hugejasone2007-11-271-36/+37
* - Allow source descriptors with no data to be used as arguments to thejkoshy2007-11-262-12/+5
* Move the added code in revision 1.26 into function pthread_key_create,davidxu2007-11-261-6/+6
* - Add an overview of the pmc(3) API.jkoshy2007-11-251-532/+331
* Move the following functions into their own manual pages:jkoshy2007-11-258-16/+772
* - Describe function pmc_init() in its own manual page.jkoshy2007-11-253-5/+195
* Hmmm, must get reading glasses or else change the font on my terminal. Thatmtm2007-11-241-1/+1
* Describe convenience functions `pmc_name_of_{capability,class,cputype,jkoshy2007-11-242-7/+147
* Describe pmc_event_names_of_class() in its own manual page.jkoshy2007-11-232-2/+77
* Describe pmc_enable() and pmc_disable() in their own manual page.jkoshy2007-11-232-3/+101
* Describe pmc_allocate() and pmc_release() in their own manual page.jkoshy2007-11-232-3/+186
* Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manualjkoshy2007-11-232-1/+2
* Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-231-1/+2
* Simplify code, fix a thread cancellation bug in sem_wait and sem_timedwait.davidxu2007-11-231-21/+15
* Reuse nwaiter member field to record number of waiters, in sem_post(),davidxu2007-11-211-7/+31
* Remove warning level and aliasing restrictions.davidxu2007-11-211-2/+0
* Convert ceiling type to unsigned integer before comparing, fix compilerdavidxu2007-11-211-3/+3
* Add some function prototypes.davidxu2007-11-211-0/+5
* Remove umtx_t definition, use type long directly, add wrapper functiondavidxu2007-11-217-18/+31
* Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-211-1/+2
* Enclose entire header in #ifndef _LIBDISK_H_mtm2007-11-201-0/+5
* While checking over the libraries for 7.0-REL Kris found the followingkensmith2007-11-201-1/+1
* These are the things that the tinderbox has problems with because itjb2007-11-202-0/+2
* Use intermediate pointers to avoid strict alias type check failuresjb2007-11-207-15/+47
* Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet.cognet2007-11-191-3/+3
* Bump up the number of ttys supported by pty(4) to 512 by making use ofjhb2007-11-191-1/+1
* MFlibthr:davidxu2007-11-191-1/+5
* Capitalizationmtm2007-11-181-1/+1
* Constify the first argument to expand_number() so that it canjb2007-11-183-3/+3
* Build libthread_db for arm as well.cognet2007-11-171-5/+1
* Add arm support in libthread_db.cognet2007-11-171-0/+116
* Fix bug in handling SDP continuation state.emax2007-11-161-5/+5
* Fix bad rule and bad dependency for nsparser.h that canru2007-11-151-6/+3
* - Include runetype.h for _RuneLocale_rafan2007-11-071-0/+2
* In _pthread_key_create() ensure that libthr is initialized. Thismarius2007-11-061-1/+5
* Avoid doing adaptive spinning for priority protected mutex, currentdavidxu2007-10-311-2/+5
* Don't do adaptive spinning if it is running on UP kernel.davidxu2007-10-311-3/+5
* Restore revision 1.55, the kris's adaptive mutex type.davidxu2007-10-311-14/+36
* Remove an extra (commented out) .Sh HISTORY section heading, to avoidkeramida2007-10-301-3/+1
* Remove an extra (commented out) .Sh HISTORY section heading, to avoidkeramida2007-10-301-4/+2
* Change a .PP request to a valid .Pp mdoc request, and remove an extrakeramida2007-10-302-6/+3
* Remove duplicate (but commented out) .Sh HISTORY section heading.keramida2007-10-3028-56/+28
OpenPOWER on IntegriCloud