summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)das2007-12-092-8/+0
* Fix handling of subnormals on i386/ia64/amd64.das2007-12-091-2/+0
* Make the warning a bit less 'broad' then it used to be. The accessremko2007-12-081-1/+10
* Improve style(9) compliance and trim a long text line.jkoshy2007-12-071-128/+109
* Set the tcb (thread control block) in the child process after a fork.deischen2007-12-061-0/+13
* The __used (== __attribute__((__used)) ) silences the warning producedkib2007-12-041-1/+1
* If a Zip entry has the "length at end" flag set, then just ignorekientzle2007-12-041-1/+2
* Merge BIND 9.4.2 into main chunk.ume2007-12-032-18/+25
* This commit was generated by cvs2svn to compensate for changes in r174223,ume2007-12-031-2/+2
|\
| * Vendor import of BIND 9.4.2ume2007-12-033-21/+32
| * Vendor import of BIND 9.4.1ume2007-06-031-2/+7
* | Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are nodes2007-12-034-11/+11
* | 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
OpenPOWER on IntegriCloud