summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* getopt(3) returns -1, not EOF.ru2008-02-199-9/+9
* Eliminate whitespace diffs to the i386 version.ru2008-02-191-2/+1
* Include O_BINARY in open() calls on platforms that support it.kientzle2008-02-192-3/+13
* Another tiny, tiny step towards Windows support. No, I don't plan tokientzle2008-02-191-1/+4
* Someday I might forgive the standards bodies for omitting timegm().kientzle2008-02-191-5/+9
* Simplify file type setting.kientzle2008-02-191-4/+2
* The test_assert() function that backs my custom assert() macrokientzle2008-02-192-9/+12
* Portability: Since the values are fixed and the symbolic nameskientzle2008-02-191-3/+3
* Portability: Include O_BINARY if the local platform defines it.kientzle2008-02-191-1/+5
* Correct a compile error when libbz2/zlib are unavailable.kientzle2008-02-192-2/+2
* Mark a few additional functions that are/are not available on FreeBSD.kientzle2008-02-191-0/+7
* Portability improvements:kientzle2008-02-191-23/+66
* Allow appending to archives on block devices as well askientzle2008-02-191-1/+1
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andyar2008-02-182-11/+1
* Fix display of multiple nat rules.piso2008-02-181-4/+4
* Fix "warning: comparison is always false due to limited range of data type"marcel2008-02-181-4/+1
* Instead of using a heuristic to decide whether to displayjulian2008-02-182-6/+14
* Document return values better.das2008-02-181-3/+34
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-185-9/+63
* 2 long double constants were missing L suffixes. This helped break tanl()bde2008-02-181-2/+2
* Fix a typo which broke k_tanl.c on !(amd64 || i386).bde2008-02-181-1/+1
* Inline __ieee754__rem_pio2(). With gcc4-2, this gives an averagebde2008-02-184-13/+19
* Add a work-around to make it possible again to remountyar2008-02-181-0/+9
* Add a remark on a questionable property of vfs_mergeopts().yar2008-02-181-0/+7
* remove Vette Dinsdag. It was on the wrong day of the week, and not really a t...edwin2008-02-181-1/+1
* getopt(3) returns -1, not EOF.kevlo2008-02-184-4/+4
* Some basic regression tests for {sin,cos,tan}{,f,l}().das2008-02-183-1/+293
* Make the human readable numbers printed with the -h option a bitmpp2008-02-181-4/+6
* Back out rev. 1.74 because the kernel isn't ready yetyar2008-02-181-8/+1
* Don't forget to prepare string options for nmount(2).yar2008-02-181-1/+8
* There are 3 tests here, not 2.das2008-02-171-1/+1
* Prevent the NFS client from losing MNT_ROOTFS on the rootyar2008-02-171-9/+6
* Use volatile hacks to make sure exp() generates an underflowdas2008-02-171-1/+2
* Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work.marcel2008-02-171-3/+2
* Hook the U-Boot library up to the build.marcel2008-02-171-0/+5
* Correct the description of getmnt_silent: unknown options are silentlyyar2008-02-171-2/+3
* Fix a race condition in arena_ralloc() for shrinking in-place largejasone2008-02-171-25/+41
* Remove support for lazy deallocation. Benchmarks across a wide range ofjasone2008-02-172-221/+4
* Make sysctl_kern_arnd return a random buffer instead of a random long,antoine2008-02-171-6/+10
* Only print sense data diagnostics if debugging is enabled with thegibbs2008-02-171-6/+12
* Switch from conditionally dropping Giant in exit1() to asserting it iskris2008-02-171-6/+1
* Remove superfluous setting of the transport_version field of ourgibbs2008-02-171-1/+0
* Remove custom queue macros in Coda, replacing them with queue(9) tailqrwatson2008-02-174-105/+30
* Remove namecache performance-tuning todo for Coda: we now use the FreeBSDrwatson2008-02-171-1/+0
* Hook up sinl(), cosl(), and tanl() to the build.das2008-02-172-7/+12
* Add implementations of sinl(), cosl(), and tanl().das2008-02-177-0/+367
* Documentation for sinl(), cosl(), and tanl().das2008-02-173-35/+46
* Add kernel functions for 128-bit long doubles. These could be improveddas2008-02-173-0/+239
* Add kernel functions for 80-bit long doubles. Many thanks to Steve anddas2008-02-173-0/+264
* Add more pi for long doubles. Also, avoid storing multiple copiesdas2008-02-174-50/+154
OpenPOWER on IntegriCloud