| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop amd64 warnings. | phk | 2004-10-23 | 1 | -3/+4 |
* | Add NO_BLUETOOTH and NO_AUTHPF variables. [1] | blackend | 2004-10-22 | 1 | -1/+3 |
* | Sort NO* variables. | blackend | 2004-10-22 | 1 | -21/+21 |
* | Remove NOLIBPTHREAD=yes since BIND related binaries (dig etc.) require | blackend | 2004-10-21 | 1 | -1/+0 |
* | Typo fix. | keramida | 2004-10-18 | 1 | -1/+1 |
* | Fix a typo: s/kerncruft/kernelcruft/. | maxim | 2004-10-17 | 1 | -1/+1 |
* | Fixed a typo. | ru | 2004-10-17 | 1 | -1/+1 |
* | Add a regression test for floating-point output in the Greek locale. | keramida | 2004-10-13 | 1 | -0/+7 |
* | Don't leave noschg files laying around in /tmp | peter | 2004-10-11 | 1 | -0/+2 |
* | Resort unprivileged uid with privileged socket after unprivileged uid | rwatson | 2004-10-11 | 1 | -4/+6 |
* | A number of improvements to the IP socket option API regression test: | rwatson | 2004-10-11 | 1 | -248/+357 |
* | Add regression tests for ilogb{,f,l}(). | stefanf | 2004-10-11 | 2 | -1/+83 |
* | Add a simple exercise suite for IP-level socket options. The suite | rwatson | 2004-10-11 | 2 | -0/+735 |
* | Add a simple C-based TCP connection generator, which generates and | rwatson | 2004-10-09 | 2 | -0/+160 |
* | Add a version of netsend that uses the interval timer rather than | rwatson | 2004-10-08 | 2 | -0/+205 |
* | Use int format string, not a long format string. | rwatson | 2004-10-08 | 1 | -1/+1 |
* | Only print progress statistics once per second. | phk | 2004-10-08 | 1 | -9/+16 |
* | add 80211watch program | sam | 2004-10-05 | 1 | -1/+4 |
* | simple program to watch 802.11 events through a routing socket | sam | 2004-10-05 | 1 | -0/+381 |
* | While calling perror() on send() failure was useful for debugging the | rwatson | 2004-09-30 | 2 | -3/+2 |
* | Add syscall_timing, a simple timing micro-benchmark for some | rwatson | 2004-09-30 | 2 | -0/+195 |
* | This is a small tool which will read an entire disk(partition) using | phk | 2004-09-28 | 3 | -0/+170 |
* | add my script that helps me handle MFC's. It takes in a commit message | jmg | 2004-09-24 | 2 | -1/+31 |
* | Print number of "waits" per second during transmission, not just waits | rwatson | 2004-09-24 | 1 | -0/+1 |
* | Add mfc. | des | 2004-09-24 | 1 | -0/+2 |
* | A simple shell script to help MFC an entire directory to a branch where it | des | 2004-09-24 | 2 | -0/+48 |
* | Improve netsend timing logic in various ways: | rwatson | 2004-09-21 | 1 | -13/+78 |
* | Set default socket size for netreceive to 128k to reduce the chances | rwatson | 2004-09-21 | 1 | -1/+7 |
* | Don't forget to check defined() before testing the value. | des | 2004-09-20 | 1 | -0/+1 |
* | Make this use a standard bsd.subdir.mk. | ru | 2004-09-20 | 1 | -6/+2 |
* | netsend uses an arbitrary maximum send rate to reject bogus arguments. | rwatson | 2004-09-19 | 1 | -2/+4 |
* | Recognize options with values. If an option is present in both GENERIC | des | 2004-09-19 | 1 | -4/+20 |
* | Modify accept_fd_leak regression test to generate "PASS" output, not | rwatson | 2004-09-18 | 1 | -2/+3 |
* | Update path to c++ internals includes for the 3.4 location. | peter | 2004-09-16 | 1 | -9/+2 |
* | Add libmagic to the explicit build-tools list. | peter | 2004-09-16 | 1 | -0/+1 |
* | Make libcrypto/libssh cross compile | peter | 2004-09-15 | 1 | -0/+1 |
* | Fix typo in rev 1.2 "-DNOINFOall" should be "-DNOINFO all" | peter | 2004-09-15 | 1 | -1/+1 |
* | Comment lines may have leading whitespace. | des | 2004-09-15 | 1 | -1/+1 |
* | Add a very basic README for tcpstream. | rwatson | 2004-09-13 | 1 | -0/+20 |
* | Add tcpstream, a simple TCP stream generator that uses a pseudo-random | rwatson | 2004-09-13 | 2 | -0/+253 |
* | Add netrate (netreceive, netsend), a tool for generating (and sinking) | rwatson | 2004-09-10 | 6 | -0/+398 |
* | Make the output more suitable for use in a frameset. | des | 2004-09-08 | 1 | -24/+24 |
* | new version of cryptotest (w/ only code from me) | sam | 2004-09-07 | 2 | -1/+583 |
* | Add a regression test for <tgmath.h>. | stefanf | 2004-09-04 | 2 | -0/+624 |
* | Join the effort in simplifying this makefile. ;) | ru | 2004-09-03 | 1 | -3/+1 |
* | Pass O_NONBLOCK directly to fcntl() rather than the pointer to an int | rwatson | 2004-09-02 | 1 | -12/+8 |
* | Don't override the rule used to build a binary by providing our own | rwatson | 2004-09-02 | 1 | -1/+0 |
* | Add -c option to preserve comments from GENERIC in the output. | des | 2004-08-29 | 1 | -4/+12 |
* | Add genericize, a Perl script that converts a kernel config into something | des | 2004-08-28 | 3 | -0/+115 |
* | Update for latest make(1) changes. | obrien | 2004-08-24 | 1 | -17/+39 |