| Commit message (Expand) | Author | Age | Files | Lines |
| * | Also test \0 in the format string. | Stefan Farfeleder | 2005-04-14 | 2 | -1/+1 |
| * | sort and expand the prunelist in a more or less generally sensibly | Poul-Henning Kamp | 2005-04-13 | 1 | -18/+82 |
| * | Introduce NANOBSD_PRUNE which can be used to zap out bits we don't | Poul-Henning Kamp | 2005-04-13 | 1 | -0/+3 |
| * | Use df -i | Poul-Henning Kamp | 2005-04-13 | 1 | -1/+1 |
| * | Add a few regression tests for printf(1). | Stefan Farfeleder | 2005-04-13 | 12 | -1/+38 |
| * | Add NO_DICT handle. Saves almost 3.5 MB installed. | Poul-Henning Kamp | 2005-04-13 | 1 | -1/+2 |
| * | Add support for more than two datasets. Currently limited to 7 though | Matthew N. Dodd | 2005-04-13 | 1 | -29/+29 |
| * | Save argv[0] and use it in usage message. | Matthew N. Dodd | 2005-04-13 | 1 | -1/+5 |
| * | Adding a brief description for pirtool. | Tai-hwa Liang | 2005-04-12 | 1 | -0/+1 |
| * | Centralize usage in usage(), and use in preference to fprintf(). | Robert Watson | 2005-04-10 | 1 | -8/+16 |
| * | A simple regression test for msdosfs. Not the best, but it would have caught | Mike Silbersack | 2005-04-08 | 1 | -0/+21 |
| * | Add missing test-rem.t. | David Schultz | 2005-04-02 | 1 | -0/+10 |
| * | print new stats for cts burst extension logic | Sam Leffler | 2005-03-30 | 1 | -0/+2 |
| * | fix typo | Sam Leffler | 2005-03-30 | 1 | -1/+1 |
| * | handle rejoin event | Sam Leffler | 2005-03-29 | 1 | -1/+3 |
| * | A few simple regression tests for remainder(), remainderf(), | David Schultz | 2005-03-25 | 2 | -1/+144 |
| * | Add regression tests for pkill/pgrep. | Pawel Jakub Dawidek | 2005-03-20 | 25 | -0/+803 |
| * | I forgot to commit this fix that is now kgdb aware... | John-Mark Gurney | 2005-03-20 | 2 | -4/+5 |
| * | I keep forgetting that I wanted the customize logs collected too. | Poul-Henning Kamp | 2005-03-17 | 1 | -4/+6 |
| * | - Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), and | David Schultz | 2005-03-16 | 1 | -12/+31 |
| * | - ktrace(1) has nothing to do with schedgraph. Remove that from the | Jeff Roberson | 2005-03-14 | 1 | -1/+0 |
| * | Add NO_GPIB | Poul-Henning Kamp | 2005-03-12 | 1 | -0/+1 |
| * | DTRT with /var so that any packages installed are correctly recorded. | Poul-Henning Kamp | 2005-03-12 | 1 | -2/+2 |
| * | Enable packet mode in boot0, this makes it unimportant if the | Poul-Henning Kamp | 2005-03-12 | 1 | -1/+1 |
| * | Check the return value of shutdown(). | Robert Watson | 2005-03-11 | 1 | -4/+8 |
| * | Add sigpipe, a simple UNIX domain socket and TCP regression test that is | Robert Watson | 2005-03-11 | 2 | -0/+327 |
| * | Test cases for nextafter{,f,l} and nexttoward{,f,l}. | David Schultz | 2005-03-07 | 3 | -1/+272 |
| * | Markup nits. | Dag-Erling Smørgrav | 2005-03-03 | 1 | -2/+2 |
| * | Correct the default value for %%TINDERBOX%%. | Dag-Erling Smørgrav | 2005-03-03 | 1 | -1/+1 |
| * | Add hacks that I use to test cross-builds (by building on | Ruslan Ermilov | 2005-03-02 | 4 | -0/+23 |
| * | Repo-copy tools/regression/usr.bin/make to tools/build/make_check | Hartmut Brandt | 2005-03-02 | 8 | -323/+1 |
| * | This will not compile without: | Doug Ambrisko | 2005-03-02 | 2 | -0/+252 |
| * | Add an AIO & kqueue regression test. It is a good idea to run this | Doug Ambrisko | 2005-03-02 | 2 | -0/+203 |
| * | Add sysdoc, a small set of scripts which will parse a kernel binary and | Tom Rhodes | 2005-03-01 | 5 | -0/+2734 |
| * | - Split tests into three rough categories. | David Schultz | 2005-03-01 | 1 | -6/+98 |
| * | - Split the printfloat test into 11 individually wrapped and packaged | David Schultz | 2005-03-01 | 2 | -8/+100 |
| * | Bootstrap gencat(1). | Ruslan Ermilov | 2005-02-27 | 1 | -0/+5 |
| * | As threatened, drop support for source upgrades from pre-5.3. | Ruslan Ermilov | 2005-02-27 | 6 | -160/+0 |
| * | Make the format of LC_CTYPE files architecture independent by | Ruslan Ermilov | 2005-02-26 | 1 | -0/+5 |
| * | Add a simple regression test for stream UNIX domain sockets and the | Robert Watson | 2005-02-20 | 2 | -0/+325 |
| * | Also build the netblast sub-directory, not just netreceive and netsend. | Robert Watson | 2005-02-12 | 1 | -1/+1 |
| * | Mark the signum argument to signal_handler() as __unused. | Robert Watson | 2005-02-12 | 1 | -1/+1 |
| * | Add to CFLAGS. | Ruslan Ermilov | 2005-02-12 | 1 | -1/+1 |
| * | Update a little bit. | Poul-Henning Kamp | 2005-02-10 | 1 | -19/+23 |
| * | Fix "to a file" example so it works (one must touch(1) the file first). | David E. O'Brien | 2005-02-07 | 1 | -0/+1 |
| * | Sort branches in correct numeric order. | Dag-Erling Smørgrav | 2005-02-07 | 1 | -1/+26 |
| * | Replace RELENG_4_9 (no longer supported) with RELENG_4_11. | Dag-Erling Smørgrav | 2005-02-06 | 2 | -2/+2 |
| * | Add to CFLAGS, rather than overriding it. Use LDFLAGS for the -L option, | Nik Clayton | 2005-02-01 | 1 | -2/+3 |
| * | Link against libtap (ports/devel/libtap). Replace the calls to assert() | Nik Clayton | 2005-02-01 | 2 | -31/+32 |
| * | Use awk to correctly calculate partioning, round things off to cylinders | Poul-Henning Kamp | 2005-01-30 | 1 | -8/+13 |