| Commit message (Expand) | Author | Age | Files | Lines |
* | A few simple regression tests for remainder(), remainderf(), | das | 2005-03-25 | 2 | -1/+144 |
* | Add regression tests for pkill/pgrep. | pjd | 2005-03-20 | 25 | -0/+803 |
* | I forgot to commit this fix that is now kgdb aware... | jmg | 2005-03-20 | 2 | -4/+5 |
* | I keep forgetting that I wanted the customize logs collected too. | phk | 2005-03-17 | 1 | -4/+6 |
* | - Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), and | das | 2005-03-16 | 1 | -12/+31 |
* | - ktrace(1) has nothing to do with schedgraph. Remove that from the | jeff | 2005-03-14 | 1 | -1/+0 |
* | Add NO_GPIB | phk | 2005-03-12 | 1 | -0/+1 |
* | DTRT with /var so that any packages installed are correctly recorded. | phk | 2005-03-12 | 1 | -2/+2 |
* | Enable packet mode in boot0, this makes it unimportant if the | phk | 2005-03-12 | 1 | -1/+1 |
* | Check the return value of shutdown(). | rwatson | 2005-03-11 | 1 | -4/+8 |
* | Add sigpipe, a simple UNIX domain socket and TCP regression test that is | rwatson | 2005-03-11 | 2 | -0/+327 |
* | Test cases for nextafter{,f,l} and nexttoward{,f,l}. | das | 2005-03-07 | 3 | -1/+272 |
* | Markup nits. | des | 2005-03-03 | 1 | -2/+2 |
* | Correct the default value for %%TINDERBOX%%. | des | 2005-03-03 | 1 | -1/+1 |
* | Add hacks that I use to test cross-builds (by building on | ru | 2005-03-02 | 4 | -0/+23 |
* | Repo-copy tools/regression/usr.bin/make to tools/build/make_check | harti | 2005-03-02 | 8 | -323/+1 |
* | This will not compile without: | ambrisko | 2005-03-02 | 2 | -0/+252 |
* | Add an AIO & kqueue regression test. It is a good idea to run this | ambrisko | 2005-03-02 | 2 | -0/+203 |
* | Add sysdoc, a small set of scripts which will parse a kernel binary and | trhodes | 2005-03-01 | 5 | -0/+2734 |
* | - Split tests into three rough categories. | das | 2005-03-01 | 1 | -6/+98 |
* | - Split the printfloat test into 11 individually wrapped and packaged | das | 2005-03-01 | 2 | -8/+100 |
* | Bootstrap gencat(1). | ru | 2005-02-27 | 1 | -0/+5 |
* | As threatened, drop support for source upgrades from pre-5.3. | ru | 2005-02-27 | 6 | -160/+0 |
* | Make the format of LC_CTYPE files architecture independent by | ru | 2005-02-26 | 1 | -0/+5 |
* | Add a simple regression test for stream UNIX domain sockets and the | rwatson | 2005-02-20 | 2 | -0/+325 |
* | Also build the netblast sub-directory, not just netreceive and netsend. | rwatson | 2005-02-12 | 1 | -1/+1 |
* | Mark the signum argument to signal_handler() as __unused. | rwatson | 2005-02-12 | 1 | -1/+1 |
* | Add to CFLAGS. | ru | 2005-02-12 | 1 | -1/+1 |
* | Update a little bit. | phk | 2005-02-10 | 1 | -19/+23 |
* | Fix "to a file" example so it works (one must touch(1) the file first). | obrien | 2005-02-07 | 1 | -0/+1 |
* | Sort branches in correct numeric order. | des | 2005-02-07 | 1 | -1/+26 |
* | Replace RELENG_4_9 (no longer supported) with RELENG_4_11. | des | 2005-02-06 | 2 | -2/+2 |
* | Add to CFLAGS, rather than overriding it. Use LDFLAGS for the -L option, | nik | 2005-02-01 | 1 | -2/+3 |
* | Link against libtap (ports/devel/libtap). Replace the calls to assert() | nik | 2005-02-01 | 2 | -31/+32 |
* | Use awk to correctly calculate partioning, round things off to cylinders | phk | 2005-01-30 | 1 | -8/+13 |
* | Wrap calls to memcpy(3) in a function called block_copy(). This way, | marcel | 2005-01-28 | 1 | -2/+9 |
* | Skip the register based postinc stores here and don't count them | marcel | 2005-01-27 | 1 | -5/+12 |
* | Make the local variables global so that the compiler cannot assume | marcel | 2005-01-27 | 1 | -4/+5 |
* | Fix the unaligned store with post increment test: The misaligned pointer | marcel | 2005-01-27 | 1 | -1/+1 |
* | The unit test for unaligned loads/stores can be found under ../ia64. | marcel | 2005-01-27 | 2 | -137/+0 |
* | Add tests for post increment. This bumps the number of tests up to | marcel | 2005-01-27 | 2 | -37/+181 |
* | Use WARNS?= instead of WARNS= in Makefiles so that global warning | rwatson | 2005-01-22 | 3 | -3/+3 |
* | Fixed xrefs. | ru | 2005-01-21 | 1 | -1/+1 |
* | Braino. Revert previous commit, NO_MAN was already corrected. | bms | 2005-01-21 | 1 | -1/+1 |
* | Catch up with NO_MAN->NOMAN change. | bms | 2005-01-21 | 1 | -1/+1 |
* | If a device resides in physical slot 0, report it as being on-board as | bms | 2005-01-21 | 1 | -2/+5 |
* | Fix a masking error. Update copyright. | bms | 2005-01-21 | 1 | -2/+2 |
* | Do not treat an invalid PIR table checksum as a fatal error condition, but | bms | 2005-01-21 | 1 | -4/+5 |
* | Add two more pipe regression tests. Not yet hooked into the test framework. | silby | 2005-01-21 | 2 | -0/+116 |
* | ioctl(2) commands are u_long not int. | phk | 2005-01-18 | 1 | -5/+5 |