summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Back out something I'm working on that crept in with the last commit.harti2004-08-052-2/+6
| | | | Spotted by: ru
* Remove extra spaces. Remove double quotes around error messages -harti2004-08-052-26/+22
| | | | | | they are not needed and will actually be printed. Submitted by: ru
* This file is not suppose be be all one big comment :-(dfr2004-08-051-1/+1
| | | | Pointed out by: ssouhlal
* Add another test that checks for a working '+' command flag.harti2004-08-052-0/+38
|
* add a set of scripts that I posted to -current last year. This makesjmg2004-08-043-0/+213
| | | | | | | | | | debugging kernels and kernel modules much easier. It will automaticly locate kernel source, extract kernel module information, and rerun gdb to load kernel module symbol information (if available by compiling module w/ debuging symbols). I have not run these recently, so may need to be updated to work with gdb6. Feel free to fix as appropriate for -current.
* Add regression test for "prefer" balance algorithm in MIRROR class.pjd2004-08-041-0/+68
|
* Add a regression test for the passing of command lineharti2004-08-042-0/+174
| | | | variable assignments via the MAKEFLAGS environment variable.
* Add minimal socketpair() regression test to confirm that we can createrwatson2004-08-042-0/+139
| | | | | (and close) PF_UNIX socket pairs, and that we can't create PF_INET socket pairs. More tests to follow.
* Add regression tests for TLS.dfr2004-08-0314-0/+429
|
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulpjd2004-07-308-0/+361
| | | | | | | | features. The gmirror(8) utility should be used for control of this class. There is no manual page yet, but I'm working on it with keramida@. Many useful tests provided by: simon (thank you!) Some ideas from: scottl, simon, phk
* After conferring with Apple legal, update the license of this to APSL 2.0jkh2004-07-271-2/+4
| | | | and change the URL link to point to the appropriate license text.
* add a command to calculate the ratios of cnt_hold and cnt_lock to locksjmg2004-07-271-0/+2
| | | | | | | | | | | from mutex profiling... This takes cnt_* and divides it by count, so lower is better... Sample command: sh mtxpercent.sh | sort -rn +7 -8 SEE ALSO MUTEX_PROFILING(9)
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.pjd2004-07-262-3/+3
|
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-262-3/+3
|
* Simple attachment regression test to attach the "accf_data" acceptrwatson2004-07-262-0/+211
| | | | | | filter to an inet socket and check at various points during the socket life cycle that the filter can or cannot be attached, and that once attached that the right one is attached and that it can be queried.
* Add two more programs useful for testing the correctness of pipes.silby2004-07-222-0/+214
|
* Add test programs for mbsnrtowcs() and wcsnrtombs().tjr2004-07-213-0/+386
|
* Make this test compile again and remove its dependency on sys/pipe.h.silby2004-07-211-1/+2
|
* Add a simple regression test for the stat st_size bug just fixed insilby2004-07-201-0/+82
| | | | sys_pipe.c
* Add a skeleton makefile that runs the tests out of libc/regex/grot.tjr2004-07-191-0/+11
|
* Oops, test error behaviour of wctrans(), not wctype().tjr2004-07-191-2/+2
|
* While testing fe[gs]etround(), make sure FLT_ROUNDS reflects thedas2004-07-191-0/+10
| | | | proper rounding mode as well.
* Explicitly specify ATPROTO_DDP constant rather than '0' when bindingrwatson2004-07-171-1/+1
| | | | a netatalk socket. No functional change.
* Add a simple tool to bind netatalk sockets and perform send operations.rwatson2004-07-172-0/+170
| | | | | | | This isn't a classic regression test in that it doesn't have a notion of pass fail, it's more of an exercise tool. It attempts to exercise unbound, bound, unconnected, and connected variations on SOCK_DGRAM sockets.
* gcc now objects to a default label without any contents. Because I wantrwatson2004-07-171-0/+2
| | | | | to have a comment present in the default case, add a 'break' to each default case that previously had no actual statements.
* Add simple regression test to detect leakage of file descriptors whenrwatson2004-07-172-0/+142
| | | | | | accept() returns EAGAIN on a non-blocking listen socket. This is the tool I used to check that such a bug was resolved when merging accept() locking.
* Experimental support for using doxygen to generate kernel documentation.dfr2004-07-112-0/+241
|
* When cleaning house, don't try to remove what isn't there.des2004-07-091-7/+13
|
* Use and explicite 'sh' to run the scripts, because they may be checkedharti2004-07-091-6/+6
| | | | out non-executable.
* Arguments to options aren't necessarily separated with whitespace.ru2004-07-071-0/+1
| | | | Noticed by: harti
* Update the location of the Hart's database as well.mux2004-06-281-2/+2
|
* The location of the Boemler's PCI database has moved. Update commentsmux2004-06-281-2/+2
| | | | to reflect reality.
* Add qsort, mergesort and heapsort regression tests.sobomax2004-06-255-0/+477
|
* Set up logging before trying to lock the sandbox; otherwise tbmaster(1)des2004-06-221-15/+15
| | | | will just log a mysterious "tinderbox returned exit code 35".
* Initialize $timeout to 0.des2004-06-211-0/+1
|
* Add a timeout after which tinderbox(1) will kill its children and exit.des2004-06-214-3/+36
|
* Update for so_state->sb_state, SB_* flag renames.rwatson2004-06-141-7/+7
| | | | Submitted by: rik
* Add a JOBS config keyword, which corresponds to the --jobs tinderbox(1)des2004-06-142-1/+9
| | | | command line option.
* Update-only configs.des2004-06-143-0/+9
|
* Group tinderbox results by config name. Skip configs whose names startdes2004-06-121-42/+54
| | | | with "update_".
* Include the config name in the log file name.des2004-06-121-1/+8
|
* Add some fenv.h regression tests.das2004-06-112-0/+535
|
* Log the config name in the history file.des2004-06-051-0/+1
|
* Add trailing backslash missing from previous checkin.thomas2004-05-281-1/+1
|
* Support for optional initialization of the configuration slice bythomas2004-05-282-1/+12
| | | | | specifying the name of a directory to be copied there in Makefile variable CFGMASTER.
* Look up ${CUSTOMIZE} in ${.CURDIR} first, and then as a path name by itself,thomas2004-05-281-3/+3
| | | | assuming in the latter case that it is an absolute path name.
* Fix stupid patch(1) tricks. Apparently patch thinks all files match thebrooks2004-05-274-251/+0
| | | | | | | empty file so if you accidently apply a patch created with diff -N twice, you get files with duplicate contents. Reported by: Antoine Brodin <antoine.brodin at laposte.net>
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isbrooks2004-05-265-0/+514
| | | | | | modeled on ethers(3) except that all functions are thread-safe. Reviewed by: simokawa
* Add regression tests for geom_stripe and geom_nop.pjd2004-05-228-0/+141
| | | | Supported by: Wheel - Open Technologies - http://www.wheel.pl
* If asked to build a kernel without first building world, build thedes2004-05-151-1/+6
| | | | kernel toolchain first.
OpenPOWER on IntegriCloud