aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add udpconnectjail, a simple regression test to exercise an (as yet)Robert Watson2005-01-162-0/+117
* Add test which excersises problem with unability to change association ofMaxim Sobolev2005-01-122-0/+149
* Regression tests for [l]lrint[f]() and [l]lround[f]().David Schultz2005-01-115-1/+258
* Introduce a new GEOM class - SHSEC. It provides sharing secret betweenPawel Jakub Dawidek2005-01-114-0/+109
* Fix incorrect comment.Pawel Jakub Dawidek2005-01-111-1/+1
* - Initial revamp of vop_table.tcl. This scripting is ugly and will beAndrew R. Reiter2005-01-051-0/+255
* Add a simple regression test for mlock()/munlock() to make sure theyRobert Watson2005-01-032-0/+97
* Replace a mention of the ia64_unaligned directory with one of theMarcel Moolenaar2005-01-021-1/+1
* Regression test for unaligned loads and stores for short, int, long,Marcel Moolenaar2005-01-022-0/+144
* new statSam Leffler2004-12-311-1/+2
* - Add some notes on what is required to run schedgraph.py successfully.Andrew R. Reiter2004-12-281-0/+11
* - For preemption and yield events, we want to skip the next two state eventsJeff Roberson2004-12-261-3/+4
* - Call self.checkstamp() in the cpu load parsing functions in case theJeff Roberson2004-12-261-0/+4
* - The regexp for the load should have been (/d+), fix this so loads over 9Jeff Roberson2004-12-261-2/+3
* - Add 'schedgraph' a scheduler trace visualization tool written withJeff Roberson2004-12-261-0/+1209