| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of scanning the entire lower 1 MB of RAM, only scan locations | njl | 2004-05-14 | 2 | -29/+53 |
* | Do not build sysintall for arm. | cognet | 2004-05-14 | 1 | -1/+1 |
* | Document the "files" directive. | cognet | 2004-05-13 | 1 | -0/+4 |
* | check if the null encryption is supported or not. | ume | 2004-05-13 | 1 | -1/+11 |
* | Make getprotobynumber() calls in FilterCheck conditional on the log | dds | 2004-05-13 | 1 | -13/+43 |
* | Fix a few glitches in my previous commit. | cognet | 2004-05-11 | 2 | -3/+2 |
* | Minor style issues. | des | 2004-05-10 | 3 | -6/+6 |
* | Add a new "files" directive, which allows to include a files.foo file directly | cognet | 2004-05-09 | 6 | -28/+62 |
* | Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the right | bmah | 2004-05-08 | 1 | -1/+3 |
* | Minor fixes for ia64 installs: | jhb | 2004-05-07 | 4 | -2/+16 |
* | mdoc(7) cleanup for the last commit to this file. | simon | 2004-05-04 | 1 | -3/+10 |
* | Bump the copyright year since I forgot last time. | smkelly | 2004-05-03 | 1 | -1/+1 |
* | Ammend jail(8) man page to explain new sysctl for raw-sockets | bmilekic | 2004-05-03 | 1 | -0/+7 |
* | Check that specified in the command line path is actually a directory, | sobomax | 2004-04-30 | 1 | -0/+9 |
* | Update comments to reflect changes made by phk. Also no longer need | smkelly | 2004-04-28 | 1 | -5/+2 |
* | mdoc(7) janitor: | simon | 2004-04-25 | 1 | -2/+2 |
* | mdoc(7) janitor: | simon | 2004-04-25 | 1 | -9/+9 |
* | Remove the requirement that the "discard" service be defined in the | brooks | 2004-04-20 | 1 | -1/+5 |
* | While walking over the list of interfaces obtained from getifaddrs(3), | joerg | 2004-04-20 | 1 | -4/+40 |
* | Fix a typo. | joerg | 2004-04-20 | 1 | -1/+1 |
* | Update number of ports | murray | 2004-04-19 | 1 | -2/+2 |
* | Instead of using a static, check for the FADT revision before using it. | njl | 2004-04-18 | 1 | -12/+20 |
* | Add a missing memcpy (*blush*!) | brian | 2004-04-17 | 1 | -4/+8 |
* | o split a sentence to make it more understandable | brueffer | 2004-04-16 | 1 | -2/+8 |
* | Install the MIBs and the definition file to the new location under | harti | 2004-04-15 | 1 | -2/+2 |
* | Use a MANFILTER to patch the man pages to point to the right path. | harti | 2004-04-14 | 2 | -0/+8 |
* | Put the name of the module first in the list of all .Nm calls with | harti | 2004-04-14 | 1 | -0/+1 |
* | Compare with 0 if comparing an integer, not with NULL. | harti | 2004-04-14 | 1 | -1/+1 |
* | Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to | harti | 2004-04-14 | 1 | -2/+2 |
* | Fix examples. | fjoe | 2004-04-13 | 2 | -4/+4 |
* | Use ifconfig(8) for setting common 802.11 parameters. | fjoe | 2004-04-13 | 4 | -386/+16 |
* | Massive cleanup of the code removing global variables to | luigi | 2004-04-13 | 1 | -206/+199 |
* | Back out previous commit, it was unintentional. | luigi | 2004-04-13 | 1 | -1/+1 |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | luigi | 2004-04-13 | 4 | -19/+9 |
* | Make functions and variables static. | luigi | 2004-04-13 | 1 | -88/+96 |
* | Sync list of FTP sites with current reality. | kensmith | 2004-04-12 | 2 | -24/+20 |
* | Start committing Bluetooth HID (Human Interface Device) support. | emax | 2004-04-10 | 17 | -0/+3015 |
* | Use uint instead of u_int | emax | 2004-04-09 | 10 | -64/+64 |
* | Make sure Bluetooth stuff can be compiled on amd64 | emax | 2004-04-09 | 2 | -5/+5 |
* | o SIOCGIFCONF->getifaddrs(2) conversion. | maxim | 2004-04-09 | 1 | -76/+51 |
* | - Change several errx() calls that should have been err() calls. | mux | 2004-04-09 | 2 | -13/+15 |
* | When invoking tar, make sure the mode option (-x) is first. | kientzle | 2004-04-08 | 1 | -7/+6 |
* | This manual page will not first appear in 4.10 as RELENG_4 has a different | trhodes | 2004-04-07 | 1 | -1/+1 |
* | Make WARNS=5 clean. | phk | 2004-04-05 | 2 | -6/+9 |
* | The list of (key,value) pairs to request_init is terminated by a 0 key, | dwmalone | 2004-04-04 | 1 | -1/+1 |
* | Add FBSDID. Use getopt(3). | charnier | 2004-04-04 | 1 | -11/+15 |
* | Add FBSDID. err(3) changed to errx(3) because there is no errno message | charnier | 2004-04-04 | 1 | -4/+4 |
* | 2 small typos. | charnier | 2004-04-04 | 1 | -2/+2 |
* | Do not :-terminate err(3) string, one will be added anyway. | charnier | 2004-04-04 | 1 | -1/+1 |
* | If the user doesn't specify a device and we can't open any of the defaults, | dwmalone | 2004-04-01 | 1 | -6/+7 |