| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a new file descriptor type for IPC shared memory objects and use it to | John Baldwin | 2008-01-08 | 5 | -335/+161 |
| * | Enable both sbrk(2)- and mmap(2)-based memory acquisition methods by | Jason Evans | 2008-01-03 | 2 | -19/+20 |
| * | Fix a major chunk-related memory leak in chunk_dealloc_dss_record(). [1] | Jason Evans | 2007-12-31 | 1 | -64/+55 |
| * | Fix a bug related to sbrk() calls that could cause address space leaks. | Jason Evans | 2007-12-31 | 1 | -186/+268 |
| * | Back out premature commit of previous version. | Jason Evans | 2007-12-28 | 1 | -181/+111 |
| * | Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) in | Jason Evans | 2007-12-28 | 1 | -111/+181 |
| * | Release chunks_mtx for all paths through chunk_dealloc(). | Jason Evans | 2007-12-28 | 1 | -1/+4 |
| * | Add the 'D' and 'M' run time options, and use them to control whether | Jason Evans | 2007-12-27 | 2 | -315/+492 |
| * | Fix a typo in regards to the ENOENT error. | John Baldwin | 2007-12-27 | 1 | -1/+1 |
| * | Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends: | John Baldwin | 2007-12-21 | 1 | -22/+23 |
| * | Reduce lock contention for simple cases. | Warner Losh | 2007-12-19 | 1 | -16/+22 |
| * | Add note about other systems. | Warner Losh | 2007-12-19 | 1 | -0/+3 |
| * | Move all the xprintf-related symbols to FBSDprivate_1.0. | David Schultz | 2007-12-18 | 1 | -9/+13 |
| * | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | David Schultz | 2007-12-18 | 4 | -12/+0 |
| * | Use fixed point integer math instead of floating point math when | Jason Evans | 2007-12-18 | 1 | -42/+47 |
| * | Catch up with vfprintf.c,v 1.77. | David Schultz | 2007-12-18 | 1 | -0/+1 |
| * | Moved logging out of the nss_method_lookup() in order not to | Michael Bushkov | 2007-12-17 | 1 | -9/+13 |
| * | Refactor features a bit in order to make it possible to disable lazy | Jason Evans | 2007-12-17 | 1 | -52/+127 |
| * | Implement and document nan(), nanf(), and nanl(). This commit | David Schultz | 2007-12-16 | 1 | -4/+23 |
| * | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | David Schultz | 2007-12-16 | 5 | -0/+17 |
| * | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | David Schultz | 2007-12-16 | 5 | -27/+27 |
| * | Increment the version namespace for 8.0-current. New symbols and | Daniel Eischen | 2007-12-14 | 1 | -0/+5 |
| * | Update posix_openpt(3) to handle 512 ptys. This was missed in the earlier | John Baldwin | 2007-12-13 | 1 | -2/+2 |
| * | Remove license clause 3 to agree with the now-standard BSD license. | Wes Peters | 2007-12-12 | 3 | -14/+0 |
| * | Implementing 'fallback' nsswitch source. 'fallback' source is used | Michael Bushkov | 2007-12-12 | 3 | -116/+220 |
| * | Remove 3rd clause of license | Alexey Zelkin | 2007-12-12 | 1 | -4/+0 |
| * | Fix typo in the comment | Andrey A. Chernov | 2007-12-11 | 1 | -1/+1 |
| * | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | David Schultz | 2007-12-09 | 2 | -8/+0 |
| * | Fix handling of subnormals on i386/ia64/amd64. | David Schultz | 2007-12-09 | 1 | -2/+0 |
| * | Make the warning a bit less 'broad' then it used to be. The access | Remko Lodder | 2007-12-08 | 1 | -1/+10 |
| * | Merge BIND 9.4.2 into main chunk. | Hajimu UMEMOTO | 2007-12-03 | 2 | -18/+25 |
| * | This commit was generated by cvs2svn to compensate for changes in r174223, | Hajimu UMEMOTO | 2007-12-03 | 1 | -2/+2 |
| |\ |
|
| | * | Vendor import of BIND 9.4.2vendor/resolver/9.4.2 | Hajimu UMEMOTO | 2007-12-03 | 3 | -21/+32 |
| | * | Vendor import of BIND 9.4.1vendor/resolver/9.4.1 | Hajimu UMEMOTO | 2007-06-03 | 1 | -2/+7 |
| * | | Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are no | Dag-Erling Smørgrav | 2007-12-03 | 4 | -11/+11 |
| * | | In scanf, round according to the current rounding mode. | David Schultz | 2007-12-03 | 7 | -8/+20 |
| * | | Only zero large allocations when necessary (for calloc()). | Jason Evans | 2007-11-28 | 1 | -1/+1 |
| * | | Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc defines | Jason Evans | 2007-11-27 | 1 | -0/+1 |
| * | | Document the B and L MALLOC_OPTIONS. | Jason Evans | 2007-11-27 | 1 | -1/+26 |
| * | | Implement dynamic load balancing of thread-->arena mapping, based on lock | Jason Evans | 2007-11-27 | 1 | -58/+297 |
| * | | Implement lazy deallocation of small objects. For each arena, maintain a | Jason Evans | 2007-11-27 | 1 | -0/+218 |
| * | | Avoid re-zeroing memory in calloc() when possible. | Jason Evans | 2007-11-27 | 1 | -143/+218 |
| * | | Fix stats printing of the amount of memory currently consumed by huge | Jason Evans | 2007-11-27 | 1 | -36/+37 |
| * | | Use an intermediate pointer to avoid a strict aliasing warning. | John Birrell | 2007-11-23 | 1 | -1/+2 |
| * | | Use an intermediate pointer to avoid a strict aliasing warning. | John Birrell | 2007-11-21 | 1 | -1/+2 |
| * | | Use intermediate pointers to avoid strict alias type check failures | John Birrell | 2007-11-20 | 7 | -15/+47 |
| * | | Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet. | Olivier Houchard | 2007-11-19 | 1 | -3/+3 |
| * | | Fix bad rule and bad dependency for nsparser.h that can | Ruslan Ermilov | 2007-11-15 | 1 | -6/+3 |
| * | | - Include runetype.h for _RuneLocale_ | Rong-En Fan | 2007-11-07 | 1 | -0/+2 |
| * | | Remove extraneous empty lines, to fix mdoc warnings. | Giorgos Keramidas | 2007-10-30 | 3 | -7/+3 |