aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more tests for escaped newline handling and fix a test that currentlyHartmut Brandt2005-10-1814-8/+48
* This test can run now.Doug Ambrisko2005-10-121-4/+0
* Add RELENG_6_0.Dag-Erling Smørgrav2005-10-092-2/+2
* Rough implementation of the create and add verbs. The verbs causeMarcel Moolenaar2005-10-091-42/+65
* Import iwi-specific tools. Can help debug firmware or connection issues.Damien Bergamini2005-10-073-0/+136
* Don't hard-code port numbers, let the user specify them.Robert Watson2005-10-062-10/+8
* Improve realism of benchmark httpd: return some HTTP headers as partRobert Watson2005-10-061-1/+24
* Add basic simplified HTTP benchmark tools to the netrate suite:Robert Watson2005-10-064-0/+356
* Add simple TCP connect and TCP receive benchmark components, intended toRobert Watson2005-10-054-0/+262
* Add regression tests for trimdomain(3).Brooks Davis2005-10-055-0/+212
* Use mkuzip(8) instead of create_compressed_fs.Max Khon2005-09-295-79/+119
* Fix a bug in disk geometry calculation.Poul-Henning Kamp2005-09-291-4/+12
* This one goes as well.Poul-Henning Kamp2005-09-261-134/+0
* Remove the old Makefile based nanobsd build method, the new shell scriptPoul-Henning Kamp2005-09-2610-600/+0
* Correct filesystem mountpointPoul-Henning Kamp2005-09-251-2/+2
* Make it possible to set the NANO_TOOLS variable to a directory outsideSimon L. B. Nielsen2005-09-241-2/+11
* Fix typo. MAILWRAPER -> MAILWRAPPER.Philip Paeps2005-09-211-1/+1
* Update these scripts to be more userfriendly and usage safe.Poul-Henning Kamp2005-09-215-51/+133
* Add a convenience function to set NANO_MEDIASIZE, NANO_HEADS and NANO_SECTSPoul-Henning Kamp2005-09-202-0/+127
* Create an /etc/nanobsd.conf in the built image and put the disk drive namePoul-Henning Kamp2005-09-201-28/+124
* Dump the environment for reference.Poul-Henning Kamp2005-09-191-2/+8
* Small regression test tool to generate two forms of ENOSPC on a fileRobert Watson2005-09-192-0/+195
* Create fstab before linking stuff into /confPoul-Henning Kamp2005-09-191-1/+2
* Missing ')'Poul-Henning Kamp2005-09-191-1/+1
* o Extend the suite to run more than just the driver. We need to runMarcel Moolenaar2005-09-192-72/+75
* Add the beginnings of a testsuite for testing GPT control requests.Marcel Moolenaar2005-09-192-0/+223
* Add a regression test for listen()'s backlog argument, both at time ofRobert Watson2005-09-182-0/+389
* Remove reference to bpfstat, this no longer exists.Christian S.J. Peron2005-09-171-1/+0
* Remove checks for shutdown(2) on non-connected socket.Maxim Konovalov2005-09-151-7/+0
* Add two small tests to set and clear two file I/O flags using ioctl onRobert Watson2005-09-131-0/+77
* Restructure fifo_io event-related tests in order to support test casesRobert Watson2005-09-131-480/+322