| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply style.Makefile(5) here. | ru | 2006-04-13 | 1 | -5/+5 |
* | Install the shared library under /usr/lib; it's not used by anything | ru | 2006-04-13 | 1 | -1/+0 |
* | Place shared libpcap library under /lib, currently needed by | ru | 2006-04-13 | 1 | -0/+2 |
* | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY. | delphij | 2006-04-13 | 4 | -10/+10 |
* | Fix a symlink. | ru | 2006-04-12 | 1 | -1/+1 |
* | Install shared libpthread library into /lib; needed by some | ru | 2006-04-12 | 3 | -1/+7 |
* | use pwrite to always write at the begining of the file.. If multiple calls | jmg | 2006-04-11 | 1 | -1/+1 |
* | - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbols | marius | 2006-04-11 | 1 | -35/+18 |
* | Document that VIS_CSTYLE encodes space (040) as '\s'. | brueffer | 2006-04-09 | 1 | -1/+3 |
* | Don't test if RES_INIT is set to see res_state structure is | ume | 2006-04-08 | 1 | -1/+1 |
* | Do not check validity of timeout if a mutex can be acquired immediately. | davidxu | 2006-04-08 | 3 | -80/+103 |
* | Add an unreachable return statement, in order to avoid a compiler warning | jasone | 2006-04-05 | 1 | -0/+1 |
* | Only initialize the first per-chunk page map element for free runs. This | jasone | 2006-04-05 | 1 | -31/+16 |
* | Add malloc_usable_size() to the RETURN VALUES section. | jasone | 2006-04-04 | 1 | -1/+6 |
* | Add init_lock, and use it to protect against allocator initialization | jasone | 2006-04-04 | 1 | -8/+21 |
* | Refactor per-run bitmap manipulation functions so that bitmap offsets only | jasone | 2006-04-04 | 1 | -69/+131 |
* | Remove declaration of _thr_initial from MD header file, it is no longer | davidxu | 2006-04-04 | 2 | -4/+0 |
* | Simplify _get_curthread() and _tcb_ctor because libc and rtld now | davidxu | 2006-04-04 | 4 | -15/+6 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 45 | -199/+252 |
* | Add missing #if's for NO_FLOATING_POINT | phk | 2006-04-01 | 5 | -4/+16 |
* | fix indent. | ume | 2006-04-01 | 1 | -9/+9 |
* | Add __gdtoa to the list of FreeBSD private symbols. Unfortunately, | deischen | 2006-04-01 | 1 | -0/+4 |
* | Optimize runtime performance, primary using the following techniques: | jasone | 2006-03-30 | 1 | -285/+294 |
* | Expose res_update and friends again. At least, ports/mail/spamilter | ume | 2006-03-30 | 6 | -117/+33 |
* | Fix a bug where, for 6-byte sequences, the top 6 bits get compared to | trhodes | 2006-03-30 | 1 | -1/+1 |
* | Add __collate_load_error and __collate_range_cmp to the list of | deischen | 2006-03-30 | 3 | -0/+4 |
* | Add symbol versioning. | deischen | 2006-03-29 | 2 | -0/+37 |
* | Bring libpthread up to WARNS level 2. | des | 2006-03-29 | 6 | -16/+32 |
* | Account for recent changes in namespace.h. Use _pthread_create | deischen | 2006-03-29 | 1 | -4/+4 |
* | Add malloc_usable_size(3). | jasone | 2006-03-28 | 4 | -3/+47 |
* | Fix prototype mismatch and use of un-namespaced pthread functions. | des | 2006-03-28 | 2 | -22/+14 |
* | Fix prototype mismatch. | des | 2006-03-28 | 1 | -1/+2 |
* | Use the correct type for and argument. Recent changes to namespace.h | deischen | 2006-03-28 | 2 | -2/+2 |
* | Add semaphore functions, and remove some dupes from the #if 0 section. | des | 2006-03-28 | 2 | -4/+20 |
* | Add a bunch of missing pthread functions, and move out-of-order functions. | des | 2006-03-28 | 2 | -13/+128 |
* | If the query choked with EDNS0, retry without EDNS0. | ume | 2006-03-28 | 1 | -8/+24 |
* | Allocate space for thread pointer, this allows thread library to access | davidxu | 2006-03-28 | 1 | -3/+3 |
* | Add symbol versioning to libm. | deischen | 2006-03-27 | 16 | -0/+246 |
* | Remove priority mutex code because it does not work correctly, | davidxu | 2006-03-27 | 7 | -1199/+200 |
* | Comment out -g compiler option, found by 'FreeBSD Build Options Survey'. | davidxu | 2006-03-27 | 1 | -1/+1 |
* | Allow the 'n' option to decrease the number of arenas below the default, | jasone | 2006-03-26 | 1 | -2/+16 |
* | Add comments and reformat/rearrange code. There are no significant | jasone | 2006-03-26 | 1 | -208/+224 |
* | MFP4: Support for profiling dynamically loaded objects. | jkoshy | 2006-03-26 | 3 | -26/+52 |
* | Check cancellation state carefully to see we really need to call | davidxu | 2006-03-26 | 1 | -2/+5 |
* | - Use ANSI C prototype. | ume | 2006-03-25 | 3 | -152/+59 |
* | Don't cancel thread if it is in critical region. | davidxu | 2006-03-25 | 1 | -1/+1 |
* | Only wake up writer if the lock is free. | davidxu | 2006-03-25 | 1 | -2/+2 |
* | Compile thr_rtld.c | davidxu | 2006-03-25 | 1 | -0/+1 |
* | Add locking support for rtld. | davidxu | 2006-03-25 | 4 | -4/+229 |
* | Convert TINY_MIN_2POW from a cpp macro to tiny_min_2pow (a variable), and | jasone | 2006-03-24 | 1 | -21/+37 |