aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Garbage collect bpfstat. This is handled by netstat now.Christian S.J. Peron2005-09-134-419/+0
* Teach fifo_io how to use ioctl(FIONREAD) to determine if a fifo isRobert Watson2005-09-131-6/+95
* Remove a debugging printf.Robert Watson2005-09-131-1/+0
* Comment test_lseek().Robert Watson2005-09-121-0/+117
* Further updates to fifo_io regression test:Robert Watson2005-09-121-61/+287
* o Add shutdown(2) regression tests. At the moment we cannot passMaxim Konovalov2005-09-122-0/+124
* Add fifo_misc, a regression test to hold misc. functional tests for fifosRobert Watson2005-09-122-0/+147
* Use different temporary directory templates for fifo_io and fifo_open soRobert Watson2005-09-122-2/+2
* Add fifo_io, a regression test for I/O operations on POSIX fifos. WeRobert Watson2005-09-122-0/+1259
* After going to some trouble to create a temporary directory in which to runRobert Watson2005-09-111-0/+2
* Add fifo_open, a basic regression test for opening fifos, which testsRobert Watson2005-09-112-0/+481
* Add fifo_create, a simple regression test for mkfifo(2).Robert Watson2005-09-102-0/+244
* Now that the PID is constantly refreshed, introduce a pidname function whichChristian S.J. Peron2005-09-051-5/+21
* Add a regression test to test two variations on the same bug: joining aRobert Watson2005-09-052-0/+251
* - Add tests for hash and return and more tests for set -e.Stefan Farfeleder2005-09-0515-9/+78
* Simplify and add PR 77067 which addresses the same bug.Stefan Farfeleder2005-09-041-3/+3
* Fix syntax error that crept in somehow.Stefan Farfeleder2005-09-041-1/+1
* Add a couple of regression tests for /bin/sh.Stefan Farfeleder2005-09-0436-0/+202
* script to set ifs parameters based on distance; derived from programSam Leffler2005-08-301-0/+42
* Extend utility to allow recovering single file from the deffectiveMaxim Sobolev2005-08-292-14/+33