aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions priorDavid E. O'Brien2008-01-211-5/+0
* Remove files conditional on the obsolete MK_FORTRAN knob. They are alreadyChristian Brueffer2008-01-181-12/+0
* expm1(-big) generates an inexact exception but not underflow.David Schultz2008-01-181-1/+1
* Add some regression tests for libm's exponential functions. TheseDavid Schultz2008-01-183-1/+181
* Eliminate warnings by adding headers.Ed Maste2008-01-171-0/+2
* Add a set of regression tests for the POSIX shm API (shm_open(2) andJohn Baldwin2008-01-165-0/+828
* WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5.Christian Brueffer2008-01-151-4/+0
* Tests for lrintl() and llrintl(). I didn't add anything speciallyDavid Schultz2008-01-141-5/+22
* * Remove KTR_CPUMASK, it is not correct to set thisKris Kennaway2008-01-131-2/+3
* Attach the tr(1) regression tests to the build.Giorgos Keramidas2008-01-131-1/+1
* Add a new set of regression tests, for the tr(1) utility.Giorgos Keramidas2008-01-1317-0/+97
* - Add support for using swap backed md(4) devices for building theSimon L. B. Nielsen2008-01-121-6/+33
* Add regression tests for UNIX domain socket garbage collection. Should beRobert Watson2007-12-312-0/+770
* - Fix calculation of data slice size when NANO_DATASIZE=-1.Simon L. B. Nielsen2007-12-271-2/+2
* Ministat was repocopied to src/usr.bin/ministatPoul-Henning Kamp2007-12-205-725/+0
* Update the number of reported tests to keep prove(1) happy.Diomidis Spinellis2007-12-191-1/+1
* Correct the "move file from directory to existing directory" test forDiomidis Spinellis2007-12-191-1/+1
* Portability improvements to investigate behavior of other OSs.Diomidis Spinellis2007-12-181-4/+4
* Add more tests. All rename(2)-based tests now succeed.Diomidis Spinellis2007-12-181-1/+78
* Fix an amusing typo that has prevented this from compiling since 2004.David Schultz2007-12-161-7/+7
* Don't try the long double tests on i386. Our reduced precisionDavid Schultz2007-12-161-1/+1
* Remove another Alpha remnant.David Schultz2007-12-161-1/+0
* Regression tests for nan{,f,l}().David Schultz2007-12-163-1/+133
* Verify that the moved source is no longer there.Diomidis Spinellis2007-12-161-0/+26
* Regression tests for upcoming makeup of mv.Diomidis Spinellis2007-12-163-0/+203
* Make the reported number of tests match their actual number.Diomidis Spinellis2007-12-161-1/+1
* cd to the correct directory so that the tests can be run from prove(1)Diomidis Spinellis2007-12-161-0/+1
* Regression tests for csqrt(3).David Schultz2007-12-153-1/+306
* use ATH environment variable (when set) as the default interface nameSam Leffler2007-12-132-2/+12
* Some overdue tlc:Sam Leffler2007-12-133-164/+191
* Fix markup nits.Ruslan Ermilov2007-12-125-5/+15
* Option depencies are (again) tracked automatically.Ruslan Ermilov2007-12-121-5/+0
* - Fix setting of MK_GSSAPI option by bsd.own.mk; its value shouldRuslan Ermilov2007-12-123-8/+17
* Hide the building and installation of libgssapi behind theDoug Barton2007-12-102-0/+9
* Add a reasonable-sounding description of the WITHOUT_INSTALLLIB knob.Doug Barton2007-12-091-0/+5
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)David Schultz2007-12-091-4/+0
* Fixes to avoid overzealous constant folding.David Schultz2007-12-091-13/+15
* gcc 4 does some overzealous constant folding, and since it doesn'tDavid Schultz2007-12-091-1/+6
* update copyrightsSam Leffler2007-12-046-34/+6
* update copyright'sSam Leffler2007-12-046-34/+6
* Make sure we set the locale to "C" when testing thousands' separatorDavid Schultz2007-12-031-2/+2
* Tests for rounding, and for the leading 0's bug.David Schultz2007-12-031-1/+13
* Convert errx(-1, ..., strerror(errno)) to err(-1, ...).Bjoern A. Zeeb2007-11-281-8/+8
* Add support for tcpmd5 tests.Bjoern A. Zeeb2007-11-282-13/+63
* o expand usage comments; add cut&paste items for bozo's like meSam Leffler2007-11-191-18/+63
* Remove empty setup and cleanup functions for the pfkey test.Bjoern A. Zeeb2007-11-164-6/+268
* In sys/netipsec/keysock.c rev. 1.19 a missing priv check was added.Bjoern A. Zeeb2007-11-134-0/+93
* - Fix the ktr header regexp so we match lines with very large indexes.Jeff Roberson2007-11-121-4/+19
* s/maybe/may be/Daniel Gerzo2007-11-061-1/+1
* o sync w/ net80211 changesSam Leffler2007-11-031-147/+217