aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Another tiny, tiny step towards Windows support. No, I don't plan toTim Kientzle2008-02-191-1/+4
* Someday I might forgive the standards bodies for omitting timegm().Tim Kientzle2008-02-191-5/+9
* Simplify file type setting.Tim Kientzle2008-02-191-4/+2
* The test_assert() function that backs my custom assert() macroTim Kientzle2008-02-192-9/+12
* Portability: Since the values are fixed and the symbolic namesTim Kientzle2008-02-191-3/+3
* Portability: Include O_BINARY if the local platform defines it.Tim Kientzle2008-02-191-1/+5
* Correct a compile error when libbz2/zlib are unavailable.Tim Kientzle2008-02-192-2/+2
* Mark a few additional functions that are/are not available on FreeBSD.Tim Kientzle2008-02-191-0/+7
* Portability improvements:Tim Kientzle2008-02-191-23/+66
* Allow appending to archives on block devices as well asTim Kientzle2008-02-191-1/+1
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andYaroslav Tykhiy2008-02-182-11/+1
* Fix display of multiple nat rules.Paolo Pisati2008-02-181-4/+4
* Fix "warning: comparison is always false due to limited range of data type"Marcel Moolenaar2008-02-181-4/+1
* Instead of using a heuristic to decide whether to displayJulian Elischer2008-02-182-6/+14
* Document return values better.David Schultz2008-02-181-3/+34
* Add tgammaf() as a simple wrapper around tgamma().David Schultz2008-02-185-9/+63
* 2 long double constants were missing L suffixes. This helped break tanl()Bruce Evans2008-02-181-2/+2
* Fix a typo which broke k_tanl.c on !(amd64 || i386).Bruce Evans2008-02-181-1/+1
* Inline __ieee754__rem_pio2(). With gcc4-2, this gives an averageBruce Evans2008-02-184-13/+19
* Add a work-around to make it possible again to remountYaroslav Tykhiy2008-02-181-0/+9
* Add a remark on a questionable property of vfs_mergeopts().Yaroslav Tykhiy2008-02-181-0/+7
* remove Vette Dinsdag. It was on the wrong day of the week, and not really a t...Edwin Groothuis2008-02-181-1/+1
* getopt(3) returns -1, not EOF.Kevin Lo2008-02-184-4/+4
* Some basic regression tests for {sin,cos,tan}{,f,l}().David Schultz2008-02-183-1/+293
* Make the human readable numbers printed with the -h option a bitMike Pritchard2008-02-181-4/+6
* Back out rev. 1.74 because the kernel isn't ready yetYaroslav Tykhiy2008-02-181-8/+1
* Don't forget to prepare string options for nmount(2).Yaroslav Tykhiy2008-02-181-1/+8
* There are 3 tests here, not 2.David Schultz2008-02-171-1/+1
* Prevent the NFS client from losing MNT_ROOTFS on the rootYaroslav Tykhiy2008-02-171-9/+6
* Use volatile hacks to make sure exp() generates an underflowDavid Schultz2008-02-171-1/+2
* Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work.Marcel Moolenaar2008-02-171-3/+2
* Hook the U-Boot library up to the build.Marcel Moolenaar2008-02-171-0/+5
* Correct the description of getmnt_silent: unknown options are silentlyYaroslav Tykhiy2008-02-171-2/+3
* Fix a race condition in arena_ralloc() for shrinking in-place largeJason Evans2008-02-171-25/+41
* Remove support for lazy deallocation. Benchmarks across a wide range ofJason Evans2008-02-172-221/+4
* Make sysctl_kern_arnd return a random buffer instead of a random long,Antoine Brodin2008-02-171-5/+9
* Only print sense data diagnostics if debugging is enabled with theJustin T. Gibbs2008-02-171-6/+12
* Switch from conditionally dropping Giant in exit1() to asserting it isKris Kennaway2008-02-171-6/+1
* Remove superfluous setting of the transport_version field of ourJustin T. Gibbs2008-02-171-1/+0
* Remove custom queue macros in Coda, replacing them with queue(9) tailqRobert Watson2008-02-174-105/+30
* Remove namecache performance-tuning todo for Coda: we now use the FreeBSDRobert Watson2008-02-171-1/+0
* Hook up sinl(), cosl(), and tanl() to the build.David Schultz2008-02-172-7/+12
* Add implementations of sinl(), cosl(), and tanl().David Schultz2008-02-177-0/+367
* Documentation for sinl(), cosl(), and tanl().David Schultz2008-02-173-35/+46
* Add kernel functions for 128-bit long doubles. These could be improvedDavid Schultz2008-02-173-0/+239
* Add kernel functions for 80-bit long doubles. Many thanks to Steve andDavid Schultz2008-02-173-0/+264
* Add more pi for long doubles. Also, avoid storing multiple copiesDavid Schultz2008-02-174-50/+154
* Advertise to CAM the ability of 790X controllers to negotiate informationJustin T. Gibbs2008-02-171-2/+3
* Fix quoting for the dnsbl example -- m4 misparses quoted strings withGregory Neil Shapiro2008-02-171-1/+1
* Use better examples (and comment them out for safety).Gregory Neil Shapiro2008-02-171-5/+12