| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exit | scottl | 2005-11-21 | 1 | -0/+18 |
* | Add geometry of SiliconSystems 4GB CF card | phk | 2005-11-15 | 1 | -0/+13 |
* | Use the new syntax for GENERIC. | des | 2005-11-14 | 1 | -1/+1 |
* | Build a PAE kernel if a PAE config exists. | des | 2005-11-14 | 1 | -0/+1 |
* | Add support for the += operator, which appends to a multiple-value variable. | des | 2005-11-14 | 2 | -6/+19 |
* | Add support for building other kernels than LINT and GENERIC. | des | 2005-11-14 | 2 | -15/+39 |
* | Update to match geom_gpt:1.35 | marcel | 2005-11-13 | 1 | -3/+5 |
* | Instead of saving the unit number of the md(4) device name, save the | marcel | 2005-11-12 | 1 | -23/+26 |
* | Add unix_passfd, a simple set of regression tests for UNIX domain socket | rwatson | 2005-11-09 | 2 | -0/+314 |
* | Add code to test queued SIGCHLD. | davidxu | 2005-11-08 | 3 | -1/+100 |
* | Add tests for -t option with short tty name - pkill(1) should accept both | pjd | 2005-11-07 | 2 | -6/+30 |
* | Add sigqueue test code. | davidxu | 2005-11-07 | 3 | -0/+62 |
* | Fix two minor typos that caused schedgraph to exit with an exception | rwatson | 2005-11-06 | 1 | -2/+2 |
* | Fix the path to aac_ioctl.h in the comment and style includes. | maxim | 2005-11-06 | 1 | -4/+6 |
* | Fix include: aac_ioctl.h was moved from sys/dev/aac/ to sys/sys. | maxim | 2005-11-06 | 1 | -1/+1 |
* | Add test cases for the command built-in, including its -v and -V options which | stefanf | 2005-10-28 | 10 | -3/+58 |
* | Change u_int64_t to uintmax_t and use %ju, so it compiles on 64bit archs. | pjd | 2005-10-26 | 1 | -5/+6 |
* | Updates and enhancements to the multi-threaded httpd performance test | rwatson | 2005-10-25 | 1 | -32/+91 |
* | Add first tests for semicolon handling. The first test fails. This is | harti | 2005-10-18 | 8 | -0/+47 |
* | Add more tests for escaped newline handling and fix a test that currently | harti | 2005-10-18 | 14 | -8/+48 |
* | This test can run now. | ambrisko | 2005-10-12 | 1 | -4/+0 |
* | 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 |