| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another tiny, tiny step towards Windows support. No, I don't plan to | Tim Kientzle | 2008-02-19 | 1 | -1/+4 |
| * | Someday I might forgive the standards bodies for omitting timegm(). | Tim Kientzle | 2008-02-19 | 1 | -5/+9 |
| * | Simplify file type setting. | Tim Kientzle | 2008-02-19 | 1 | -4/+2 |
| * | The test_assert() function that backs my custom assert() macro | Tim Kientzle | 2008-02-19 | 2 | -9/+12 |
| * | Portability: Since the values are fixed and the symbolic names | Tim Kientzle | 2008-02-19 | 1 | -3/+3 |
| * | Portability: Include O_BINARY if the local platform defines it. | Tim Kientzle | 2008-02-19 | 1 | -1/+5 |
| * | Correct a compile error when libbz2/zlib are unavailable. | Tim Kientzle | 2008-02-19 | 2 | -2/+2 |
| * | Mark a few additional functions that are/are not available on FreeBSD. | Tim Kientzle | 2008-02-19 | 1 | -0/+7 |
| * | Portability improvements: | Tim Kientzle | 2008-02-19 | 1 | -23/+66 |
| * | Allow appending to archives on block devices as well as | Tim Kientzle | 2008-02-19 | 1 | -1/+1 |
| * | Undo the damage I did in sys/kern/vfs_mount.c #1.274 and | Yaroslav Tykhiy | 2008-02-18 | 2 | -11/+1 |
| * | Fix display of multiple nat rules. | Paolo Pisati | 2008-02-18 | 1 | -4/+4 |
| * | Fix "warning: comparison is always false due to limited range of data type" | Marcel Moolenaar | 2008-02-18 | 1 | -4/+1 |
| * | Instead of using a heuristic to decide whether to display | Julian Elischer | 2008-02-18 | 2 | -6/+14 |
| * | Document return values better. | David Schultz | 2008-02-18 | 1 | -3/+34 |
| * | Add tgammaf() as a simple wrapper around tgamma(). | David Schultz | 2008-02-18 | 5 | -9/+63 |
| * | 2 long double constants were missing L suffixes. This helped break tanl() | Bruce Evans | 2008-02-18 | 1 | -2/+2 |
| * | Fix a typo which broke k_tanl.c on !(amd64 || i386). | Bruce Evans | 2008-02-18 | 1 | -1/+1 |
| * | Inline __ieee754__rem_pio2(). With gcc4-2, this gives an average | Bruce Evans | 2008-02-18 | 4 | -13/+19 |
| * | Add a work-around to make it possible again to remount | Yaroslav Tykhiy | 2008-02-18 | 1 | -0/+9 |
| * | Add a remark on a questionable property of vfs_mergeopts(). | Yaroslav Tykhiy | 2008-02-18 | 1 | -0/+7 |
| * | remove Vette Dinsdag. It was on the wrong day of the week, and not really a t... | Edwin Groothuis | 2008-02-18 | 1 | -1/+1 |
| * | getopt(3) returns -1, not EOF. | Kevin Lo | 2008-02-18 | 4 | -4/+4 |
| * | Some basic regression tests for {sin,cos,tan}{,f,l}(). | David Schultz | 2008-02-18 | 3 | -1/+293 |
| * | Make the human readable numbers printed with the -h option a bit | Mike Pritchard | 2008-02-18 | 1 | -4/+6 |
| * | Back out rev. 1.74 because the kernel isn't ready yet | Yaroslav Tykhiy | 2008-02-18 | 1 | -8/+1 |
| * | Don't forget to prepare string options for nmount(2). | Yaroslav Tykhiy | 2008-02-18 | 1 | -1/+8 |
| * | There are 3 tests here, not 2. | David Schultz | 2008-02-17 | 1 | -1/+1 |
| * | Prevent the NFS client from losing MNT_ROOTFS on the root | Yaroslav Tykhiy | 2008-02-17 | 1 | -9/+6 |
| * | Use volatile hacks to make sure exp() generates an underflow | David Schultz | 2008-02-17 | 1 | -1/+2 |
| * | Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work. | Marcel Moolenaar | 2008-02-17 | 1 | -3/+2 |
| * | Hook the U-Boot library up to the build. | Marcel Moolenaar | 2008-02-17 | 1 | -0/+5 |
| * | Correct the description of getmnt_silent: unknown options are silently | Yaroslav Tykhiy | 2008-02-17 | 1 | -2/+3 |
| * | Fix a race condition in arena_ralloc() for shrinking in-place large | Jason Evans | 2008-02-17 | 1 | -25/+41 |
| * | Remove support for lazy deallocation. Benchmarks across a wide range of | Jason Evans | 2008-02-17 | 2 | -221/+4 |
| * | Make sysctl_kern_arnd return a random buffer instead of a random long, | Antoine Brodin | 2008-02-17 | 1 | -5/+9 |
| * | Only print sense data diagnostics if debugging is enabled with the | Justin T. Gibbs | 2008-02-17 | 1 | -6/+12 |
| * | Switch from conditionally dropping Giant in exit1() to asserting it is | Kris Kennaway | 2008-02-17 | 1 | -6/+1 |
| * | Remove superfluous setting of the transport_version field of our | Justin T. Gibbs | 2008-02-17 | 1 | -1/+0 |
| * | Remove custom queue macros in Coda, replacing them with queue(9) tailq | Robert Watson | 2008-02-17 | 4 | -105/+30 |
| * | Remove namecache performance-tuning todo for Coda: we now use the FreeBSD | Robert Watson | 2008-02-17 | 1 | -1/+0 |
| * | Hook up sinl(), cosl(), and tanl() to the build. | David Schultz | 2008-02-17 | 2 | -7/+12 |
| * | Add implementations of sinl(), cosl(), and tanl(). | David Schultz | 2008-02-17 | 7 | -0/+367 |
| * | Documentation for sinl(), cosl(), and tanl(). | David Schultz | 2008-02-17 | 3 | -35/+46 |
| * | Add kernel functions for 128-bit long doubles. These could be improved | David Schultz | 2008-02-17 | 3 | -0/+239 |
| * | Add kernel functions for 80-bit long doubles. Many thanks to Steve and | David Schultz | 2008-02-17 | 3 | -0/+264 |
| * | Add more pi for long doubles. Also, avoid storing multiple copies | David Schultz | 2008-02-17 | 4 | -50/+154 |
| * | Advertise to CAM the ability of 790X controllers to negotiate information | Justin T. Gibbs | 2008-02-17 | 1 | -2/+3 |
| * | Fix quoting for the dnsbl example -- m4 misparses quoted strings with | Gregory Neil Shapiro | 2008-02-17 | 1 | -1/+1 |
| * | Use better examples (and comment them out for safety). | Gregory Neil Shapiro | 2008-02-17 | 1 | -5/+12 |