aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* - Remove netcat dependency by using fetch (not sure why i used ncFlorent Thoumie2006-01-111-5/+26
* - Add a new MFC script that takes a message-id, a commit mail or a query stri...Florent Thoumie2006-01-102-0/+349
* Add missing ' and 'Poul-Henning Kamp2006-01-061-2/+2
* Make this more readable and add more devices.Poul-Henning Kamp2006-01-061-20/+50
* Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieveHartmut Brandt2006-01-041-4/+25
* Adding another multi-byte characters related regression test for recentTai-hwa Liang2006-01-011-0/+22
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-291-1/+1
* Add 'juggle', a simple IPC micro-benchmark that uses various IPC types toRobert Watson2005-12-282-0/+598
* Fix compiling on platforms with 64bit time_t.Scott Long2005-12-161-2/+2
* Add a -c option to control caddr_t replacement (which was commented out inDag-Erling Smørgrav2005-12-131-2/+24
* fix include pathSam Leffler2005-12-131-1/+1
* updateSam Leffler2005-12-131-0/+6
* fix include pathnamesSam Leffler2005-12-131-4/+4
* Add a script that converts K&R-style function definitions to ANSI style.Dag-Erling Smørgrav2005-12-133-0/+147
* Print user, system and real time upon exit.Dag-Erling Smørgrav2005-12-131-0/+13
* this didn't make it in the last commitSam Leffler2005-12-111-0/+5
* o move programs to separate directories and use stock Makefiles;Sam Leffler2005-12-1111-50/+39
* remove cts burst extension statsSam Leffler2005-12-111-2/+0
* After printing per-cpu cache contents, summarize total cached items andRobert Watson2005-12-081-4/+16
* Teach umastat about the variable-length array of per-CPU caches at the endRobert Watson2005-12-081-23/+74
* Convert gstripe(8) regression tests to the new framework.Pawel Jakub Dawidek2005-12-075-24/+22
* Convert gshsec(8) regression tests to the new framework.Pawel Jakub Dawidek2005-12-075-36/+31
* Convert graid3(8) regression tests to the new framework.Pawel Jakub Dawidek2005-12-0715-69/+95
* - Make use of geom_subr.sh to improve regression tests.Pawel Jakub Dawidek2005-12-0711-54/+55
* Finish conversion of gconcat(8) regression tests to the new framework.Pawel Jakub Dawidek2005-12-077-82/+17
* Add file with helper functions for geom tools regression tests.Pawel Jakub Dawidek2005-12-071-0/+14
* Convert gnop(8) regression tests to the new framework.Pawel Jakub Dawidek2005-12-074-20/+8
* Convert gmirror(8) regression tests to the new framework.Pawel Jakub Dawidek2005-12-079-72/+82
* Add a simple KVM tool to dump the kernel state of UMA, including walkingRobert Watson2005-12-052-0/+381
* Move the 2->3 upgrade kit on the attic.Ruslan Ermilov2005-12-034-226/+0
* Add code to test POSIX message queue.David Xu2005-11-2611-0/+512
* Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exitScott Long2005-11-211-0/+18
* Add geometry of SiliconSystems 4GB CF cardPoul-Henning Kamp2005-11-151-0/+13
* Use the new syntax for GENERIC.Dag-Erling Smørgrav2005-11-141-1/+1
* Build a PAE kernel if a PAE config exists.Dag-Erling Smørgrav2005-11-141-0/+1
* Add support for the += operator, which appends to a multiple-value variable.Dag-Erling Smørgrav2005-11-142-6/+19
* Add support for building other kernels than LINT and GENERIC.Dag-Erling Smørgrav2005-11-142-15/+39
* Update to match geom_gpt:1.35Marcel Moolenaar2005-11-131-3/+5
* Instead of saving the unit number of the md(4) device name, save theMarcel Moolenaar2005-11-121-23/+26
* Add unix_passfd, a simple set of regression tests for UNIX domain socketRobert Watson2005-11-092-0/+314
* Add code to test queued SIGCHLD.David Xu2005-11-083-1/+100
* Add tests for -t option with short tty name - pkill(1) should accept bothPawel Jakub Dawidek2005-11-072-6/+30
* Add sigqueue test code.David Xu2005-11-073-0/+62
* Fix two minor typos that caused schedgraph to exit with an exceptionRobert Watson2005-11-061-2/+2
* Fix the path to aac_ioctl.h in the comment and style includes.Maxim Konovalov2005-11-061-4/+6
* Fix include: aac_ioctl.h was moved from sys/dev/aac/ to sys/sys.Maxim Konovalov2005-11-061-1/+1
* Add test cases for the command built-in, including its -v and -V options whichStefan Farfeleder2005-10-2810-3/+58
* Change u_int64_t to uintmax_t and use %ju, so it compiles on 64bit archs.Pawel Jakub Dawidek2005-10-261-5/+6
* Updates and enhancements to the multi-threaded httpd performance testRobert Watson2005-10-251-32/+91
* Add first tests for semicolon handling. The first test fails. This isHartmut Brandt2005-10-188-0/+47