| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new F_DUP2FD command to fcntl(2), for compatibility with | antoine | 2008-03-08 | 1 | -2/+71 |
* | Add some checks for amd64 target around usr/lib32 libraries, missed in | antoine | 2008-03-08 | 1 | -0/+4 |
* | Improve handling of the tinybsd application wrt ports. Ports that | remko | 2008-03-08 | 1 | -53/+41 |
* | Don't run tests that assume <= 64-bit precision on machines with quad | das | 2008-03-02 | 1 | -8/+20 |
* | Remove a dereference. It was unintended and a no-op. | scf | 2008-03-01 | 1 | -20/+30 |
* | Add files to remove when MK_GCOV, MK_IPX or MK_NCP are defined. | antoine | 2008-02-29 | 1 | -9/+57 |
* | Add a regression test for cd.c's revision 1.35. | stefanf | 2008-02-24 | 1 | -0/+17 |
* | getopt(3) returns -1, not EOF. | ru | 2008-02-19 | 1 | -1/+1 |
* | Some basic regression tests for {sin,cos,tan}{,f,l}(). | das | 2008-02-18 | 3 | -1/+293 |
* | There are 3 tests here, not 2. | das | 2008-02-17 | 1 | -1/+1 |
* | Add open_to_operation, a security regression test that opens files with | rwatson | 2008-02-14 | 2 | -0/+1263 |
* | mutex_islocked_np -> mutex_isowned_np | des | 2008-02-06 | 2 | -9/+9 |
* | This is a regression test to verify the proper behavior of IP ID generation | silby | 2008-02-06 | 1 | -0/+76 |
* | Add missing includes and correct argument to sysctlbyname | matteo | 2008-02-05 | 2 | -1/+4 |
* | After careful consideration (and a brief discussion with attilio@), change | des | 2008-02-04 | 1 | -2/+2 |
* | Add a regression test for pthread_mutex_islocked_np(). | des | 2008-02-03 | 2 | -0/+85 |
* | Add unix_sorflush, a regression test for the following scenario: | rwatson | 2008-01-30 | 2 | -0/+106 |
* | Update the timestamp regexps in syncstamp() and monostamp() for > 99999 | jhb | 2008-01-25 | 1 | -2/+2 |
* | Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior | obrien | 2008-01-21 | 1 | -5/+0 |
* | Remove files conditional on the obsolete MK_FORTRAN knob. They are already | brueffer | 2008-01-18 | 1 | -12/+0 |
* | expm1(-big) generates an inexact exception but not underflow. | das | 2008-01-18 | 1 | -1/+1 |
* | Add some regression tests for libm's exponential functions. These | das | 2008-01-18 | 3 | -1/+181 |
* | Eliminate warnings by adding headers. | emaste | 2008-01-17 | 1 | -0/+2 |
* | Add a set of regression tests for the POSIX shm API (shm_open(2) and | jhb | 2008-01-16 | 5 | -0/+828 |
* | WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5. | brueffer | 2008-01-15 | 1 | -4/+0 |
* | Tests for lrintl() and llrintl(). I didn't add anything specially | das | 2008-01-14 | 1 | -5/+22 |
* | * Remove KTR_CPUMASK, it is not correct to set this | kris | 2008-01-13 | 1 | -2/+3 |
* | Attach the tr(1) regression tests to the build. | keramida | 2008-01-13 | 1 | -1/+1 |
* | Add a new set of regression tests, for the tr(1) utility. | keramida | 2008-01-13 | 17 | -0/+97 |
* | - Add support for using swap backed md(4) devices for building the | simon | 2008-01-12 | 1 | -6/+33 |
* | Add regression tests for UNIX domain socket garbage collection. Should be | rwatson | 2007-12-31 | 2 | -0/+770 |
* | - Fix calculation of data slice size when NANO_DATASIZE=-1. | simon | 2007-12-27 | 1 | -2/+2 |
* | Ministat was repocopied to src/usr.bin/ministat | phk | 2007-12-20 | 5 | -725/+0 |
* | Update the number of reported tests to keep prove(1) happy. | dds | 2007-12-19 | 1 | -1/+1 |
* | Correct the "move file from directory to existing directory" test for | dds | 2007-12-19 | 1 | -1/+1 |
* | Portability improvements to investigate behavior of other OSs. | dds | 2007-12-18 | 1 | -4/+4 |
* | Add more tests. All rename(2)-based tests now succeed. | dds | 2007-12-18 | 1 | -1/+78 |
* | Fix an amusing typo that has prevented this from compiling since 2004. | das | 2007-12-16 | 1 | -7/+7 |
* | Don't try the long double tests on i386. Our reduced precision | das | 2007-12-16 | 1 | -1/+1 |
* | Remove another Alpha remnant. | das | 2007-12-16 | 1 | -1/+0 |
* | Regression tests for nan{,f,l}(). | das | 2007-12-16 | 3 | -1/+133 |
* | Verify that the moved source is no longer there. | dds | 2007-12-16 | 1 | -0/+26 |
* | Regression tests for upcoming makeup of mv. | dds | 2007-12-16 | 3 | -0/+203 |
* | Make the reported number of tests match their actual number. | dds | 2007-12-16 | 1 | -1/+1 |
* | cd to the correct directory so that the tests can be run from prove(1) | dds | 2007-12-16 | 1 | -0/+1 |
* | Regression tests for csqrt(3). | das | 2007-12-15 | 3 | -1/+306 |
* | use ATH environment variable (when set) as the default interface name | sam | 2007-12-13 | 2 | -2/+12 |
* | Some overdue tlc: | sam | 2007-12-13 | 3 | -164/+191 |
* | Fix markup nits. | ru | 2007-12-12 | 5 | -5/+15 |
* | Option depencies are (again) tracked automatically. | ru | 2007-12-12 | 1 | -5/+0 |