| 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 |
| * | sem_post() requires to return -1 on error. | David Xu | 2008-01-07 | 1 | -2/+2 |
| * | Enable both sbrk(2)- and mmap(2)-based memory acquisition methods by | Jason Evans | 2008-01-03 | 2 | -19/+20 |
| * | Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it instead | Dag-Erling Smørgrav | 2008-01-03 | 2 | -57/+164 |
| * | Add an internal utility function to simplify the many, many places where | Dag-Erling Smørgrav | 2008-01-03 | 3 | -25/+24 |
| * | Extensive improvements to the libarchive_test test program that | Tim Kientzle | 2008-01-01 | 29 | -789/+3321 |
| * | The mtree.5 file has been moved to src/usr.sbin/mtree. | Tim Kientzle | 2008-01-01 | 2 | -271/+0 |
| * | 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 |
| * | - Update build glue for 5.6-20071222 | Rong-En Fan | 2007-12-30 | 2 | -23/+54 |
| * | Update libarchive to 2.4.10. This includes a number of improvements | Tim Kientzle | 2007-12-30 | 31 | -245/+2118 |
| * | - Update kvm_deadfiles to be compatible with the new system which has no | Jeff Roberson | 2007-12-30 | 1 | -43/+86 |
| * | 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 |
| * | Adjust for OpenPAM Hydrangea. | Dag-Erling Smørgrav | 2007-12-21 | 4 | -7/+8 |
| * | Invoke revoke(2) on the slave pty in the pts(4) case (new_openpty()) to | John Baldwin | 2007-12-20 | 1 | -1/+13 |
| * | call underscore version of pthread_cleanup_pop instead. | David Xu | 2007-12-20 | 1 | -1/+1 |
| * | Remove vfork() overloading, it is no longer needed. | David Xu | 2007-12-20 | 2 | -11/+0 |
| * | Grumble. DO declare logbl(), DON'T declare logl() just yet. | David Schultz | 2007-12-20 | 1 | -0/+2 |
| * | Remove the declaration of logl(). The relevant bits haven't been | David Schultz | 2007-12-20 | 1 | -2/+0 |
| * | Add missing dependencies on Makefile (fixes NO_CLEAN builds). | Ruslan Ermilov | 2007-12-19 | 1 | -4/+4 |
| * | 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 |
| * | As several people pointed out, I did all the ctype casts the wrong | Dag-Erling Smørgrav | 2007-12-19 | 4 | -28/+36 |
| * | 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 | 8 | -50/+85 |
| * | Document NO_PROXY / no_proxy. | Dag-Erling Smørgrav | 2007-12-18 | 1 | -1/+17 |
| * | Add support for the NO_PROXY / no_proxy environment variable as used by | Dag-Erling Smørgrav | 2007-12-18 | 4 | -8/+63 |
| * | Old patch I had lying around: correctly cast the argument to is*(). | Dag-Erling Smørgrav | 2007-12-18 | 3 | -24/+25 |
| * | Use fixed point integer math instead of floating point math when | Jason Evans | 2007-12-18 | 1 | -42/+47 |
| * | Fix logical bug in the bzip2 reading code, which results in bogus EIO | Maxim Sobolev | 2007-12-18 | 2 | -2/+48 |
| * | Catch up with vfprintf.c,v 1.77. | David Schultz | 2007-12-18 | 1 | -0/+1 |
| * | Remove z_abs(). The z_*() functions were in libf77, and for some reason | David Schultz | 2007-12-18 | 2 | -8/+0 |
| * | Oops, the previous commit was not needed -- the file was committed but | Bruce Evans | 2007-12-17 | 1 | -1/+1 |
| * | Translate from the i386 so that this compiles and runs. | Bruce Evans | 2007-12-17 | 1 | -1/+1 |
| * | Moved logging out of the nss_method_lookup() in order not to | Michael Bushkov | 2007-12-17 | 1 | -9/+13 |
| * | Don't try to build s_nanl.c before it is committed. | Bruce Evans | 2007-12-17 | 1 | -1/+1 |
| * | Add logbl(3) to libm. | David Schultz | 2007-12-17 | 9 | -32/+184 |
| * | Add function prototypes. | David Xu | 2007-12-17 | 1 | -1/+7 |
| * | Refactor features a bit in order to make it possible to disable lazy | Jason Evans | 2007-12-17 | 1 | -52/+127 |
| * | Document the fact that we have nan(3) now, and make some minor clarifications | David Schultz | 2007-12-17 | 1 | -10/+14 |
| * | Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0 | Daniel Eischen | 2007-12-16 | 102 | -481/+0 |
| * | Implement and document nan(), nanf(), and nanl(). This commit | David Schultz | 2007-12-16 | 8 | -8/+302 |
| * | 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 |
| * | Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slab | Poul-Henning Kamp | 2007-12-16 | 4 | -8/+42 |