| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add regression tests for '-L' option. | pjd | 2005-08-25 | 2 | -0/+84 |
* | '-F' option behaviour was reverted, so revert previous commit. | pjd | 2005-08-25 | 2 | -3/+5 |
* | '-F' option now needs locked pidfile. Modify regression tests respectively. | pjd | 2005-08-24 | 2 | -6/+4 |
* | Add support for processing the "bd_locked" flag offered by the bpf | csjp | 2005-08-23 | 1 | -2/+3 |
* | Increase flexibility in disk-layout | phk | 2005-08-16 | 1 | -25/+52 |
* | Put more stuff in logfiles instead of stdout | phk | 2005-08-15 | 1 | -2/+8 |
* | Cleanup and polishing. | phk | 2005-08-15 | 1 | -24/+28 |
* | After much experimentation, settle for the simplest model for customize | phk | 2005-08-15 | 1 | -0/+17 |
* | Prune empty directories in /usr | phk | 2005-08-13 | 1 | -26/+38 |
* | Update to latest version of this tool. | phk | 2005-08-09 | 5 | -247/+335 |
* | sigh, sizeof the correct variable so we can match ifname's > 4 bytes | sam | 2005-08-06 | 1 | -1/+1 |
* | Add a few more system call timing cases: | rwatson | 2005-08-03 | 1 | -10/+65 |
* | simplify use with non-ath devices; search the wlan sysctl nodes to | sam | 2005-08-03 | 1 | -7/+18 |
* | polish various bits. | phk | 2005-08-02 | 1 | -36/+35 |
* | Ignore CVS directories | phk | 2005-08-02 | 1 | -1/+1 |
* | typo | phk | 2005-08-01 | 1 | -1/+1 |