| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 malloc_usable_size(3). | jasone | 2006-03-28 | 4 | -3/+47 |
* | 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 |
* | 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 |
* | - Use ANSI C prototype. | ume | 2006-03-25 | 3 | -152/+59 |
* | 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 |
* | 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 |
* | We have gmtime_r(3). | ume | 2006-03-21 | 1 | -0/+1 |
* | 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 |
* | This commit was generated by cvs2svn to compensate for changes in r156952, | ume | 2006-03-21 | 37 | -0/+10873 |
|\ |
|
| * | Vendor import of BIND 9.3.2 | ume | 2006-03-21 | 37 | -0/+10873 |
* | When we are doing initialization against q, use its own size, not | delphij | 2006-03-21 | 1 | -1/+1 |
* | Separate completely full runs from runs that are merely almost full, so | jasone | 2006-03-20 | 1 | -61/+71 |
* | Optimize realloc() to reallocate in place if the old and new sizes are | jasone | 2006-03-19 | 1 | -105/+167 |
* | Provide alternate default for SHLIBDIR before bsd.own.mk does this. | ru | 2006-03-18 | 1 | -1/+2 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 2 | -5/+7 |
* | Modify allocation policy, in order to avoid excessive fragmentation for | jasone | 2006-03-17 | 2 | -2503/+1070 |
* | Allow bsd.lib.mk to generate the symbol version map. | deischen | 2006-03-16 | 1 | -14/+6 |
* | Fix comment. | ru | 2006-03-16 | 1 | -1/+1 |
* | Desupport the undocumented NO_QUAD option, just don't compile | ru | 2006-03-16 | 5 | -21/+4 |
* | Add a non-optional newline after ".Bx". | ru | 2006-03-15 | 1 | -1/+2 |
* | Revert previous changes as we do support the .Ox macro for OpenBSD. | andre | 2006-03-15 | 1 | -2/+4 |
* | POSIXed strtoll() (and ours one too) can set errno to EINVAL, so check | ache | 2006-03-14 | 1 | -1/+1 |
* | Fix HISTORY and point to OpenBSD. | andre | 2006-03-14 | 1 | -5/+2 |
* | Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) | andre | 2006-03-14 | 4 | -3/+227 |
* | ns_name_skip was recently redefined to __ns_name_skip | deischen | 2006-03-13 | 1 | -1/+1 |
* | Make _spinunlock() point to the spinunlock stub, not the | deischen | 2006-03-13 | 1 | -1/+1 |