| Commit message (Expand) | Author | Age | Files | Lines |
* | Add RELENG_6_0. | des | 2005-10-09 | 2 | -2/+2 |
* | Rough implementation of the create and add verbs. The verbs cause | marcel | 2005-10-09 | 1 | -42/+65 |
* | Import iwi-specific tools. Can help debug firmware or connection issues. | damien | 2005-10-07 | 3 | -0/+136 |
* | Don't hard-code port numbers, let the user specify them. | rwatson | 2005-10-06 | 2 | -10/+8 |
* | Improve realism of benchmark httpd: return some HTTP headers as part | rwatson | 2005-10-06 | 1 | -1/+24 |
* | Add basic simplified HTTP benchmark tools to the netrate suite: | rwatson | 2005-10-06 | 4 | -0/+356 |
* | Add simple TCP connect and TCP receive benchmark components, intended to | rwatson | 2005-10-05 | 4 | -0/+262 |
* | Add regression tests for trimdomain(3). | brooks | 2005-10-05 | 5 | -0/+212 |
* | Use mkuzip(8) instead of create_compressed_fs. | fjoe | 2005-09-29 | 5 | -79/+119 |
* | Fix a bug in disk geometry calculation. | phk | 2005-09-29 | 1 | -4/+12 |
* | This one goes as well. | phk | 2005-09-26 | 1 | -134/+0 |
* | Remove the old Makefile based nanobsd build method, the new shell script | phk | 2005-09-26 | 10 | -600/+0 |
* | Correct filesystem mountpoint | phk | 2005-09-25 | 1 | -2/+2 |
* | Make it possible to set the NANO_TOOLS variable to a directory outside | simon | 2005-09-24 | 1 | -2/+11 |
* | Fix typo. MAILWRAPER -> MAILWRAPPER. | philip | 2005-09-21 | 1 | -1/+1 |
* | Update these scripts to be more userfriendly and usage safe. | phk | 2005-09-21 | 5 | -51/+133 |
* | Add a convenience function to set NANO_MEDIASIZE, NANO_HEADS and NANO_SECTS | phk | 2005-09-20 | 2 | -0/+127 |
* | Create an /etc/nanobsd.conf in the built image and put the disk drive name | phk | 2005-09-20 | 1 | -28/+124 |
* | Dump the environment for reference. | phk | 2005-09-19 | 1 | -2/+8 |
* | Small regression test tool to generate two forms of ENOSPC on a file | rwatson | 2005-09-19 | 2 | -0/+195 |
* | Create fstab before linking stuff into /conf | phk | 2005-09-19 | 1 | -1/+2 |
* | Missing ')' | phk | 2005-09-19 | 1 | -1/+1 |
* | o Extend the suite to run more than just the driver. We need to run | marcel | 2005-09-19 | 2 | -72/+75 |
* | Add the beginnings of a testsuite for testing GPT control requests. | marcel | 2005-09-19 | 2 | -0/+223 |
* | Add a regression test for listen()'s backlog argument, both at time of | rwatson | 2005-09-18 | 2 | -0/+389 |
* | Remove reference to bpfstat, this no longer exists. | csjp | 2005-09-17 | 1 | -1/+0 |
* | Remove checks for shutdown(2) on non-connected socket. | maxim | 2005-09-15 | 1 | -7/+0 |
* | Add two small tests to set and clear two file I/O flags using ioctl on | rwatson | 2005-09-13 | 1 | -0/+77 |
* | Restructure fifo_io event-related tests in order to support test cases | rwatson | 2005-09-13 | 1 | -480/+322 |
* | Garbage collect bpfstat. This is handled by netstat now. | csjp | 2005-09-13 | 4 | -419/+0 |
* | Teach fifo_io how to use ioctl(FIONREAD) to determine if a fifo is | rwatson | 2005-09-13 | 1 | -6/+95 |
* | Remove a debugging printf. | rwatson | 2005-09-13 | 1 | -1/+0 |
* | Comment test_lseek(). | rwatson | 2005-09-12 | 1 | -0/+117 |
* | Further updates to fifo_io regression test: | rwatson | 2005-09-12 | 1 | -61/+287 |
* | o Add shutdown(2) regression tests. At the moment we cannot pass | maxim | 2005-09-12 | 2 | -0/+124 |
* | Add fifo_misc, a regression test to hold misc. functional tests for fifos | rwatson | 2005-09-12 | 2 | -0/+147 |
* | Use different temporary directory templates for fifo_io and fifo_open so | rwatson | 2005-09-12 | 2 | -2/+2 |
* | Add fifo_io, a regression test for I/O operations on POSIX fifos. We | rwatson | 2005-09-12 | 2 | -0/+1259 |
* | After going to some trouble to create a temporary directory in which to run | rwatson | 2005-09-11 | 1 | -0/+2 |
* | Add fifo_open, a basic regression test for opening fifos, which tests | rwatson | 2005-09-11 | 2 | -0/+481 |
* | Add fifo_create, a simple regression test for mkfifo(2). | rwatson | 2005-09-10 | 2 | -0/+244 |
* | Now that the PID is constantly refreshed, introduce a pidname function which | csjp | 2005-09-05 | 1 | -5/+21 |
* | Add a regression test to test two variations on the same bug: joining a | rwatson | 2005-09-05 | 2 | -0/+251 |
* | - Add tests for hash and return and more tests for set -e. | stefanf | 2005-09-05 | 15 | -9/+78 |
* | Simplify and add PR 77067 which addresses the same bug. | stefanf | 2005-09-04 | 1 | -3/+3 |
* | Fix syntax error that crept in somehow. | stefanf | 2005-09-04 | 1 | -1/+1 |
* | Add a couple of regression tests for /bin/sh. | stefanf | 2005-09-04 | 36 | -0/+202 |
* | script to set ifs parameters based on distance; derived from program | sam | 2005-08-30 | 1 | -0/+42 |
* | Extend utility to allow recovering single file from the deffective | sobomax | 2005-08-29 | 2 | -14/+33 |
* | Correct a comment to match the configuration parameter it describes. | simon | 2005-08-27 | 1 | -1/+1 |