| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing includes and correct argument to sysctlbyname | Matteo Riondato | 2008-02-05 | 2 | -1/+4 |
| * | After careful consideration (and a brief discussion with attilio@), change | Dag-Erling Smørgrav | 2008-02-04 | 1 | -2/+2 |
| * | Add a regression test for pthread_mutex_islocked_np(). | Dag-Erling Smørgrav | 2008-02-03 | 2 | -0/+85 |
| * | Add unix_sorflush, a regression test for the following scenario: | Robert Watson | 2008-01-30 | 2 | -0/+106 |
| * | Update the timestamp regexps in syncstamp() and monostamp() for > 99999 | John Baldwin | 2008-01-25 | 1 | -2/+2 |
| * | Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior | David E. O'Brien | 2008-01-21 | 1 | -5/+0 |
| * | Remove files conditional on the obsolete MK_FORTRAN knob. They are already | Christian Brueffer | 2008-01-18 | 1 | -12/+0 |
| * | expm1(-big) generates an inexact exception but not underflow. | David Schultz | 2008-01-18 | 1 | -1/+1 |
| * | Add some regression tests for libm's exponential functions. These | David Schultz | 2008-01-18 | 3 | -1/+181 |
| * | Eliminate warnings by adding headers. | Ed Maste | 2008-01-17 | 1 | -0/+2 |
| * | Add a set of regression tests for the POSIX shm API (shm_open(2) and | John Baldwin | 2008-01-16 | 5 | -0/+828 |
| * | WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5. | Christian Brueffer | 2008-01-15 | 1 | -4/+0 |
| * | Tests for lrintl() and llrintl(). I didn't add anything specially | David Schultz | 2008-01-14 | 1 | -5/+22 |
| * | * Remove KTR_CPUMASK, it is not correct to set this | Kris Kennaway | 2008-01-13 | 1 | -2/+3 |
| * | Attach the tr(1) regression tests to the build. | Giorgos Keramidas | 2008-01-13 | 1 | -1/+1 |
| * | Add a new set of regression tests, for the tr(1) utility. | Giorgos Keramidas | 2008-01-13 | 17 | -0/+97 |
| * | - Add support for using swap backed md(4) devices for building the | Simon L. B. Nielsen | 2008-01-12 | 1 | -6/+33 |
| * | Add regression tests for UNIX domain socket garbage collection. Should be | Robert Watson | 2007-12-31 | 2 | -0/+770 |
| * | - Fix calculation of data slice size when NANO_DATASIZE=-1. | Simon L. B. Nielsen | 2007-12-27 | 1 | -2/+2 |
| * | Ministat was repocopied to src/usr.bin/ministat | Poul-Henning Kamp | 2007-12-20 | 5 | -725/+0 |
| * | Update the number of reported tests to keep prove(1) happy. | Diomidis Spinellis | 2007-12-19 | 1 | -1/+1 |
| * | Correct the "move file from directory to existing directory" test for | Diomidis Spinellis | 2007-12-19 | 1 | -1/+1 |
| * | Portability improvements to investigate behavior of other OSs. | Diomidis Spinellis | 2007-12-18 | 1 | -4/+4 |
| * | Add more tests. All rename(2)-based tests now succeed. | Diomidis Spinellis | 2007-12-18 | 1 | -1/+78 |
| * | Fix an amusing typo that has prevented this from compiling since 2004. | David Schultz | 2007-12-16 | 1 | -7/+7 |
| * | Don't try the long double tests on i386. Our reduced precision | David Schultz | 2007-12-16 | 1 | -1/+1 |
| * | Remove another Alpha remnant. | David Schultz | 2007-12-16 | 1 | -1/+0 |
| * | Regression tests for nan{,f,l}(). | David Schultz | 2007-12-16 | 3 | -1/+133 |
| * | Verify that the moved source is no longer there. | Diomidis Spinellis | 2007-12-16 | 1 | -0/+26 |
| * | Regression tests for upcoming makeup of mv. | Diomidis Spinellis | 2007-12-16 | 3 | -0/+203 |
| * | Make the reported number of tests match their actual number. | Diomidis Spinellis | 2007-12-16 | 1 | -1/+1 |
| * | cd to the correct directory so that the tests can be run from prove(1) | Diomidis Spinellis | 2007-12-16 | 1 | -0/+1 |
| * | Regression tests for csqrt(3). | David Schultz | 2007-12-15 | 3 | -1/+306 |
| * | use ATH environment variable (when set) as the default interface name | Sam Leffler | 2007-12-13 | 2 | -2/+12 |
| * | Some overdue tlc: | Sam Leffler | 2007-12-13 | 3 | -164/+191 |
| * | Fix markup nits. | Ruslan Ermilov | 2007-12-12 | 5 | -5/+15 |
| * | Option depencies are (again) tracked automatically. | Ruslan Ermilov | 2007-12-12 | 1 | -5/+0 |
| * | - Fix setting of MK_GSSAPI option by bsd.own.mk; its value should | Ruslan Ermilov | 2007-12-12 | 3 | -8/+17 |
| * | Hide the building and installation of libgssapi behind the | Doug Barton | 2007-12-10 | 2 | -0/+9 |
| * | Add a reasonable-sounding description of the WITHOUT_INSTALLLIB knob. | Doug Barton | 2007-12-09 | 1 | -0/+5 |
| * | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | David Schultz | 2007-12-09 | 1 | -4/+0 |
| * | Fixes to avoid overzealous constant folding. | David Schultz | 2007-12-09 | 1 | -13/+15 |
| * | gcc 4 does some overzealous constant folding, and since it doesn't | David Schultz | 2007-12-09 | 1 | -1/+6 |
| * | update copyrights | Sam Leffler | 2007-12-04 | 6 | -34/+6 |
| * | update copyright's | Sam Leffler | 2007-12-04 | 6 | -34/+6 |
| * | Make sure we set the locale to "C" when testing thousands' separator | David Schultz | 2007-12-03 | 1 | -2/+2 |
| * | Tests for rounding, and for the leading 0's bug. | David Schultz | 2007-12-03 | 1 | -1/+13 |
| * | Convert errx(-1, ..., strerror(errno)) to err(-1, ...). | Bjoern A. Zeeb | 2007-11-28 | 1 | -8/+8 |
| * | Add support for tcpmd5 tests. | Bjoern A. Zeeb | 2007-11-28 | 2 | -12/+62 |
| * | o expand usage comments; add cut&paste items for bozo's like me | Sam Leffler | 2007-11-19 | 1 | -18/+63 |