aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wait a bit after creating device.Pawel Jakub Dawidek2004-12-217-7/+7
* When RAID3 device is configured in "verify" mode, synchronization of thePawel Jakub Dawidek2004-12-211-2/+12
* Fix the build of netrate/ with WARNS=5 and add a Makefile.inc toGiorgos Keramidas2004-12-212-6/+10
* NOHTML -> NO_HTMLRuslan Ermilov2004-12-211-1/+1
* Overhaul ppp(8) build options so they are safe to use inRuslan Ermilov2004-12-211-1/+1
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
* NOGAMES -> NO_GAMESRuslan Ermilov2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* NOATM -> NO_ATMRuslan Ermilov2004-12-211-1/+1
* NOLIBC_R -> NO_LIBC_RRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-2148-49/+49
* Change terminal state, not terminal typePoul-Henning Kamp2004-12-181-1/+1
* Make kttcp work in -stable (and -current)Andrew Gallatin2004-12-132-537/+37