aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add regression tests for pkill/pgrep.Pawel Jakub Dawidek2005-03-2025-0/+803
* I forgot to commit this fix that is now kgdb aware...John-Mark Gurney2005-03-202-4/+5
* I keep forgetting that I wanted the customize logs collected too.Poul-Henning Kamp2005-03-171-4/+6
* - Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), andDavid Schultz2005-03-161-12/+31
* - ktrace(1) has nothing to do with schedgraph. Remove that from theJeff Roberson2005-03-141-1/+0
* Add NO_GPIBPoul-Henning Kamp2005-03-121-0/+1
* DTRT with /var so that any packages installed are correctly recorded.Poul-Henning Kamp2005-03-121-2/+2
* Enable packet mode in boot0, this makes it unimportant if thePoul-Henning Kamp2005-03-121-1/+1
* Check the return value of shutdown().Robert Watson2005-03-111-4/+8
* Add sigpipe, a simple UNIX domain socket and TCP regression test that isRobert Watson2005-03-112-0/+327
* Test cases for nextafter{,f,l} and nexttoward{,f,l}.David Schultz2005-03-073-1/+272
* Markup nits.Dag-Erling Smørgrav2005-03-031-2/+2
* Correct the default value for %%TINDERBOX%%.Dag-Erling Smørgrav2005-03-031-1/+1
* Add hacks that I use to test cross-builds (by building onRuslan Ermilov2005-03-024-0/+23
* Repo-copy tools/regression/usr.bin/make to tools/build/make_checkHartmut Brandt2005-03-028-323/+1
* This will not compile without:Doug Ambrisko2005-03-022-0/+252
* Add an AIO & kqueue regression test. It is a good idea to run thisDoug Ambrisko2005-03-022-0/+203
* Add sysdoc, a small set of scripts which will parse a kernel binary andTom Rhodes2005-03-015-0/+2734
* - Split tests into three rough categories.David Schultz2005-03-011-6/+98
* - Split the printfloat test into 11 individually wrapped and packagedDavid Schultz2005-03-012-8/+100
* Bootstrap gencat(1).Ruslan Ermilov2005-02-271-0/+5
* As threatened, drop support for source upgrades from pre-5.3.Ruslan Ermilov2005-02-276-160/+0
* Make the format of LC_CTYPE files architecture independent byRuslan Ermilov2005-02-261-0/+5
* Add a simple regression test for stream UNIX domain sockets and theRobert Watson2005-02-202-0/+325
* Also build the netblast sub-directory, not just netreceive and netsend.Robert Watson2005-02-121-1/+1
* Mark the signum argument to signal_handler() as __unused.Robert Watson2005-02-121-1/+1
* Add to CFLAGS.Ruslan Ermilov2005-02-121-1/+1
* Update a little bit.Poul-Henning Kamp2005-02-101-19/+23
* Fix "to a file" example so it works (one must touch(1) the file first).David E. O'Brien2005-02-071-0/+1
* Sort branches in correct numeric order.Dag-Erling Smørgrav2005-02-071-1/+26
* Replace RELENG_4_9 (no longer supported) with RELENG_4_11.Dag-Erling Smørgrav2005-02-062-2/+2
* Add to CFLAGS, rather than overriding it. Use LDFLAGS for the -L option,Nik Clayton2005-02-011-2/+3
* Link against libtap (ports/devel/libtap). Replace the calls to assert()Nik Clayton2005-02-012-31/+32
* Use awk to correctly calculate partioning, round things off to cylindersPoul-Henning Kamp2005-01-301-8/+13
* Wrap calls to memcpy(3) in a function called block_copy(). This way,Marcel Moolenaar2005-01-281-2/+9
* Skip the register based postinc stores here and don't count themMarcel Moolenaar2005-01-271-5/+12
* Make the local variables global so that the compiler cannot assumeMarcel Moolenaar2005-01-271-4/+5
* Fix the unaligned store with post increment test: The misaligned pointerMarcel Moolenaar2005-01-271-1/+1
* The unit test for unaligned loads/stores can be found under ../ia64.Marcel Moolenaar2005-01-272-137/+0
* Add tests for post increment. This bumps the number of tests up toMarcel Moolenaar2005-01-272-37/+181
* Use WARNS?= instead of WARNS= in Makefiles so that global warningRobert Watson2005-01-223-3/+3
* Fixed xrefs.Ruslan Ermilov2005-01-211-1/+1
* Braino. Revert previous commit, NO_MAN was already corrected.Bruce M Simpson2005-01-211-1/+1
* Catch up with NO_MAN->NOMAN change.Bruce M Simpson2005-01-211-1/+1
* If a device resides in physical slot 0, report it as being on-board asBruce M Simpson2005-01-211-2/+5
* Fix a masking error. Update copyright.Bruce M Simpson2005-01-211-2/+2
* Do not treat an invalid PIR table checksum as a fatal error condition, butBruce M Simpson2005-01-211-4/+5
* Add two more pipe regression tests. Not yet hooked into the test framework.Mike Silbersack2005-01-212-0/+116
* ioctl(2) commands are u_long not int.Poul-Henning Kamp2005-01-181-5/+5
* In refactoring the test before committing, a pointer was passed insteadRobert Watson2005-01-161-2/+2