summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Restore the branding of the ELF executables. The structure was optimized out.kib2007-12-031-1/+1
* Add callchain parsing to -lpmc.jkoshy2007-12-032-4/+36
* Replace a spurious cross-reference to hwpmc(4) with correct text.jkoshy2007-12-031-4/+2
* In scanf, round according to the current rounding mode.das2007-12-037-8/+20
* One more glue update for BIND 9.4.2dougb2007-12-021-0/+1
* Update glue for BIND 9.4.2dougb2007-12-027-9/+34
* For un-prototyped static inline functions declared in pthread_md.h onrwatson2007-12-012-3/+3
* WARNS=3'ify.deischen2007-11-30120-159/+532
* Initialize the current thread and signal locks so that sigaction()deischen2007-11-301-5/+16
* To reduce the impact of possible removal of the syscalls required bybrooks2007-11-291-3/+6
* Make sure GSS-API mechanisms are loaded if gss_acquire_cred is calleddfr2007-11-281-4/+3
* 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
OpenPOWER on IntegriCloud