| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | When res_nquerydomain() returns SERVFAIL, we should try next domain. | ume | 2006-03-24 | 2 | -5/+26 |
* | When res_send() fails, we should reserve an error code. | ume | 2006-03-24 | 1 | -2/+2 |
* | set an upper limit for thread structures which can be allocated. | davidxu | 2006-03-24 | 1 | -1/+12 |
* | Implement SIGEV_THREAD notification for aio_fsync. | davidxu | 2006-03-24 | 1 | -18/+55 |
* | Add USE_BRK-specific code in malloc_init_hard() to allow the first | jasone | 2006-03-24 | 1 | -65/+110 |
* | Document that the documented 2GB mmap limit is actually a | peter | 2006-03-23 | 1 | -22/+8 |
* | It's not enough to provide symbol map files; you also have to add them | des | 2006-03-23 | 3 | -0/+6 |
* | Resolve conflicts. | des | 2006-03-23 | 18 | -151/+695 |
* | This commit was generated by cvs2svn to compensate for changes in r157043, | des | 2006-03-23 | 5 | -59/+306 |
|\ |
|
| * | Vendor import of ZLib 1.2.3. | des | 2006-03-23 | 23 | -215/+1006 |
* | | Add new libsm file from sendmail 8.13.6 | gshapiro | 2006-03-22 | 1 | -1/+1 |
* | | Even if a system does not support restoring extended attributes, | kientzle | 2006-03-22 | 1 | -2/+4 |
* | | We have gmtime_r(3). | ume | 2006-03-21 | 1 | -0/+1 |
* | | POSIX.1e-style Extended Attribute support | kientzle | 2006-03-21 | 10 | -37/+628 |
* | | Update the resolver in libc to BIND9's one. | ume | 2006-03-21 | 42 | -7838/+369 |
* | | - Merge our local changes. | ume | 2006-03-21 | 38 | -123/+901 |
* | | This commit was generated by cvs2svn to compensate for changes in r156954, | ume | 2006-03-21 | 1 | -47/+0 |