| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -3/+0 |
* | Fix for architectures where sizeof(void *) > sizeof(int). | jb | 2006-08-04 | 1 | -2/+2 |
* | Add a test program which performs some very basic tests of libmp(3). | simon | 2006-07-28 | 3 | -0/+233 |
* | Add a test case for closing a UDPv6 socket that has been connected to | rwatson | 2006-07-19 | 2 | -0/+30 |
* | Add very basic regression test for netinet6: create and close raw, | rwatson | 2006-07-19 | 2 | -0/+67 |
* | Add regression tests of the emulation of the long branch conditional form. | marcel | 2006-07-17 | 2 | -0/+271 |
* | o style.Makefile(5): WARNS= -> WARNS?=. | maxim | 2006-07-09 | 20 | -20/+20 |
* | When extending a file with truncate, check that newly added bytes have | rwatson | 2006-07-09 | 1 | -21/+55 |
* | Add regression tests to make sure that attempting to call ftruncate() on | rwatson | 2006-07-09 | 1 | -5/+46 |
* | Add very basic ftruncate() regression test, with a comment rather more | rwatson | 2006-07-09 | 2 | -0/+109 |
* | Add regression tests for geli(8) authentication feature. | pjd | 2006-06-06 | 5 | -0/+306 |
* | - Update regression tests after recent changes. | pjd | 2006-06-06 | 2 | -65/+72 |
* | Add regression tests for IPsec. | pjd | 2006-06-04 | 1 | -0/+89 |
* | Output directory has gone, remove it from Makefile. | maxim | 2006-05-31 | 1 | -1/+0 |
* | Fix test for empty interpreter. | maxim | 2006-05-31 | 1 | -1/+1 |
* | o Add various regression tests for execve(2) syscall. | maxim | 2006-05-31 | 10 | -0/+227 |
* | o Let getopt(3) report errors in command line arguments. | maxim | 2006-05-31 | 1 | -13/+11 |
* | o Add a collection of regression tests for ancillary (control) | maxim | 2006-05-29 | 4 | -0/+1823 |
* | o Test truncate(2) on fifo: it should ignore the request and | maxim | 2006-05-29 | 1 | -0/+19 |
* | Use WARNS and rely on rules rather than an explicit target for the | rwatson | 2006-05-25 | 2 | -6/+2 |
* | Add a basic regression test for sendfile() over TCP, which sends varying | rwatson | 2006-05-25 | 2 | -0/+337 |
* | o Convert to Test::Harness testing infratructure. | maxim | 2006-05-20 | 1 | -0/+22 |
* | o A tiny regression test exposes bug in rip_disconnect(). | maxim | 2006-05-14 | 2 | -0/+85 |
* | Add multicast group join/leave functionality to IPv4 regression | bms | 2006-05-14 | 1 | -10/+68 |
* | For some time now, -i and -P options are mutually exclusive, there's even | pjd | 2006-05-01 | 1 | -1/+1 |
* | Add some new options to mac_bsdestended. We can now match on: | dwmalone | 2006-04-23 | 2 | -8/+217 |
* | MFp4: | marcel | 2006-04-10 | 1 | -16/+70 |
* | MFp4: | marcel | 2006-04-10 | 1 | -17/+81 |
* | Add a simple regression test that creates and tears down route sockets, | rwatson | 2006-04-09 | 2 | -0/+108 |
* | Add simple regression tests that creates UNIX domain sockets using | rwatson | 2006-04-09 | 2 | -0/+91 |
* | Test that variable assignments preceding special built-ins affect the current | stefanf | 2006-04-09 | 1 | -0/+55 |
* | Add a second pass to the close-before-accept test using a call to the | rwatson | 2006-04-03 | 1 | -5/+59 |
* | Add regression test for tcpdrop sysctl. | rwatson | 2006-04-03 | 2 | -0/+257 |
* | Add a regression test to exercise the case where accept() is called and | rwatson | 2006-04-03 | 2 | -0/+156 |
* | Add test cases that check utility syntax errors and redirection errors. For | stefanf | 2006-04-02 | 2 | -0/+99 |
* | When running the second part of the test, kill off the server process from | rwatson | 2006-04-02 | 1 | -7/+10 |
* | Pass the right pid into the parent and child tasks so that when a test | rwatson | 2006-04-02 | 1 | -2/+2 |
* | Add makefile for tcpsocktimewait missed in previous commit. | rwatson | 2006-04-02 | 1 | -0/+9 |
* | Add a short regression test that triggers a TCP socket to enter time wait | rwatson | 2006-04-02 | 1 | -0/+169 |
* | Add spxabort, a simple netipx/spx regression test that triggers | rwatson | 2006-03-27 | 2 | -0/+108 |
* | Add simple regression test to ping pong a data packet over SPX in stream | rwatson | 2006-03-26 | 2 | -0/+270 |
* | Add a simple IPX datagram regression test, which opens two IPX datagram | rwatson | 2006-03-26 | 2 | -0/+130 |
* | Add a short README with configuration hints to get the netipx regression | rwatson | 2006-03-26 | 1 | -0/+11 |
* | Modify ipxsocket regression test to create and close sockets several | rwatson | 2006-03-26 | 1 | -22/+43 |
* | Add simple ipxsocket regression test: open, and close, various IPX socket | rwatson | 2006-03-26 | 2 | -0/+80 |
* | Merge Perforce change 93572 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 2 | -0/+152 |
* | Change s_net to s_node when printing the destination address. | rwatson | 2006-03-17 | 1 | -1/+1 |
* | NO_MAN is not needed here. | ru | 2006-03-16 | 2 | -2/+0 |
* | Style: NO_MAN doesn't need any value. | ru | 2006-03-15 | 13 | -14/+13 |
* | NOMAN --> NO_MAN | ume | 2006-03-07 | 1 | -1/+1 |