| Commit message (Expand) | Author | Age | Files | Lines |
* | The __used (== __attribute__((__used)) ) silences the warning produced | kib | 2007-12-04 | 1 | -1/+1 |
* | If a Zip entry has the "length at end" flag set, then just ignore | kientzle | 2007-12-04 | 1 | -1/+2 |
* | Merge BIND 9.4.2 into main chunk. | ume | 2007-12-03 | 2 | -18/+25 |
* | This commit was generated by cvs2svn to compensate for changes in r174223, | ume | 2007-12-03 | 1 | -2/+2 |
|\ |
|
| * | Vendor import of BIND 9.4.2 | ume | 2007-12-03 | 3 | -21/+32 |
| * | Vendor import of BIND 9.4.1 | ume | 2007-06-03 | 1 | -2/+7 |
* | | Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are no | des | 2007-12-03 | 4 | -11/+11 |
* | | Restore the branding of the ELF executables. The structure was optimized out. | kib | 2007-12-03 | 1 | -1/+1 |
* | | Add callchain parsing to -lpmc. | jkoshy | 2007-12-03 | 2 | -4/+36 |
* | | Replace a spurious cross-reference to hwpmc(4) with correct text. | jkoshy | 2007-12-03 | 1 | -4/+2 |
* | | In scanf, round according to the current rounding mode. | das | 2007-12-03 | 7 | -8/+20 |
* | | One more glue update for BIND 9.4.2 | dougb | 2007-12-02 | 1 | -0/+1 |
* | | Update glue for BIND 9.4.2 | dougb | 2007-12-02 | 7 | -9/+34 |
* | | For un-prototyped static inline functions declared in pthread_md.h on | rwatson | 2007-12-01 | 2 | -3/+3 |
* | | WARNS=3'ify. | deischen | 2007-11-30 | 120 | -159/+532 |
* | | Initialize the current thread and signal locks so that sigaction() | deischen | 2007-11-30 | 1 | -5/+16 |
* | | To reduce the impact of possible removal of the syscalls required by | brooks | 2007-11-29 | 1 | -3/+6 |
* | | 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 |