| Commit message (Expand) | Author | Age | Files | Lines |
* | Better build fix. | glebius | 2014-02-15 | 1 | -6/+7 |
* | Fix build on 32bit arches broken by me in r261882. | glebius | 2014-02-14 | 1 | -4/+5 |
* | Once pf became not covered by a single mutex, many counters in it became | glebius | 2014-02-14 | 1 | -4/+4 |
* | Fix world build WITHOUT_PF. | glebius | 2014-02-12 | 2 | -2/+13 |
* | If the main casperd process exits, zygote process should exit as well | pjd | 2014-02-09 | 1 | -1/+6 |
* | Refer newfs and growfs users to fsck_ffs instead of | brueffer | 2014-02-09 | 2 | -2/+2 |
* | init: Remove code to track line numbers in /etc/ttys. | jilles | 2014-02-08 | 1 | -16/+4 |
* | Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT. | brueffer | 2014-02-06 | 2 | -2/+2 |
* | Drop the 3rd clause from all 3 clause BSD licenses where I am the sole | jhb | 2014-02-05 | 1 | -3/+0 |
* | Add a license (1) and do some cleanup. | brueffer | 2014-02-04 | 1 | -4/+36 |
* | Protect ping(8) using Capsicum and Casper. This is protection against malicious | pjd | 2014-02-04 | 2 | -37/+183 |
* | Unbreak mount_udf by passing the correct iovec length into | brueffer | 2014-02-04 | 1 | -3/+3 |
* | dhclient: change the pidfile's permissions to 644 | eadler | 2014-02-03 | 1 | -1/+1 |
* | Remove the .Ex macro that I used for testing. | brueffer | 2014-02-01 | 1 | -1/+0 |
* | Bring the exit status wording closer to what .Ex would produce. | brueffer | 2014-02-01 | 1 | -1/+4 |
* | Add quiet support for kldstat -n | bapt | 2014-01-22 | 2 | -4/+10 |
* | Fix dmesg(1) -> dmesg(8) | bapt | 2014-01-13 | 1 | -1/+1 |
* | Fix typo | bapt | 2014-01-13 | 1 | -1/+1 |
* | Point the user to dmesg(1) to get informations about why loading a module did... | bapt | 2014-01-13 | 1 | -2/+12 |
* | Bump dates in nestat(1) and route(8) man pages. | melifaro | 2014-01-11 | 1 | -5/+4 |
* | Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8). | melifaro | 2014-01-10 | 3 | -4/+44 |
* | Replace several instances of -1 with appropriate CAM_*_WILDCARD and types. | mav | 2014-01-10 | 1 | -22/+30 |
* | Check if the given argument to 'gpart add' is actually a geom device and | lme | 2014-01-09 | 1 | -2/+13 |
* | Fix error counting | bapt | 2014-01-09 | 1 | -4/+3 |
* | Import error message shown to the user when trying to load a module that is | bapt | 2014-01-09 | 1 | -2/+8 |
* | Do some more sanity checks in route(8): require netmask to have | melifaro | 2014-01-09 | 1 | -0/+7 |
* | Always create /var/run/casper with correct permissions and don't depend on the | pjd | 2014-01-09 | 1 | -0/+3 |
* | For "nvmecontrol devlist", show namespace sizes in terms of MB instead of | jimharris | 2014-01-06 | 1 | -2/+2 |
* | Don't allow to create GELI providers with a sector size, which is no a | pjd | 2014-01-04 | 1 | -1/+1 |
* | getopt returns an int, not a char, so use the correct data type for | scottl | 2013-12-30 | 1 | -1/+1 |
* | Add globs.c, missed in r260068,260069 | scottl | 2013-12-30 | 1 | -0/+165 |
* | Add globs.c to the build now that it's a separate file. | scottl | 2013-12-30 | 1 | -1/+1 |
* | Add the -R option to allow fsck_ffs to restart itself when too many critical | scottl | 2013-12-30 | 10 | -108/+183 |
* | Add the '-b' flag to 'camcontrol devlist'. This prints only the existing | scottl | 2013-12-29 | 2 | -8/+31 |
* | Improve wording slightly. | joel | 2013-12-27 | 1 | -3/+1 |
* | Add an ability to stop gmirror and clear its metadata in one command. | ae | 2013-12-27 | 2 | -1/+20 |
* | Use feature_present(3) to determine whether to open an INET or an | bz | 2013-12-26 | 4 | -4/+35 |
* | Minor grammar fix | crees | 2013-12-21 | 1 | -2/+1 |
* | swapon: Fix buffer overflow when configuring encrypted swap on GBDE. | jilles | 2013-12-21 | 1 | -1/+2 |
* | Add net.inet.ip.fw.dyn_keep_states sysctl which | melifaro | 2013-12-18 | 1 | -0/+5 |
* | Reword the part about mutual CHAP. | trasz | 2013-12-17 | 1 | -5/+4 |
* | MFp4 @1189141: | pjd | 2013-12-15 | 1 | -0/+2 |
* | sbin/devd/devd.cc | asomers | 2013-12-13 | 1 | -2/+2 |
* | sbin/devd/devd.cc | asomers | 2013-12-13 | 1 | -1/+20 |
* | Somehow stable/10 branch contains correct version, but head doesn't. | glebius | 2013-12-12 | 1 | -1/+1 |
* | Check remote protocol version only for the first connection (when it | trociny | 2013-12-10 | 1 | -6/+6 |
* | Send wakeup to threads waiting on empty queue before releasing the | trociny | 2013-12-10 | 2 | -16/+7 |
* | In remote_send_thread, if sending a request fails don't take the | trociny | 2013-12-10 | 1 | -11/+2 |
* | Fix compiler warnings. | trociny | 2013-12-10 | 2 | -4/+4 |
* | Add some macros to make the code more readable (no functional chages). | trociny | 2013-12-10 | 1 | -6/+9 |