aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* New/updated dependenciesSimon J. Gerraty2014-05-051-1/+0
* Merge headSimon J. Gerraty2014-04-28111-1073/+3969
|\
| * Correct min/max cluster counts for FAT12/16/32Ed Maste2014-04-241-5/+5
| * Add information about supported NCQ functionality to camcontrol identify.Steven Hartland2014-04-241-0/+26
| * When switching variables to flags in r243185 a few cases were missed.Bjoern A. Zeeb2014-04-161-5/+5
| * Add a missing break in option parsing.Christian Brueffer2014-04-151-0/+1
| * Fix double fclose() in an error case.Christian Brueffer2014-04-141-1/+1
| * In tree makefile shouldn't be setting policy piecemeal. Don't setWarner Losh2014-04-131-1/+0
| * NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
| * Detach from controlling session of parent. This is similarXin LI2014-04-031-0/+3
| * Document more parition types.Andrey V. Elsukov2014-04-021-1/+26
| * Fix path to the run.pl script to let these tests run.Julio Merino2014-03-271-1/+1
| * Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to processDimitry Andric2014-03-261-0/+2
| * Revert r263694, and apply a better fix to squelch unnecessary warningsDimitry Andric2014-03-261-1/+0
| * Update userspace users of hw.bus.devctl_disable.Mateusz Guzik2014-03-261-4/+4
| * Apply a temporary band-aid for building devd with clang 3.4, libstdc++Dimitry Andric2014-03-241-0/+1
| * Add several ATF tests that deal with multiple fibs. They're described inAlan Somers2014-03-203-0/+139
| * Fix statically-linked build (WITHOUT_DYNAMICROOT).Jilles Tjoelker2014-03-162-4/+4
| * Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-166-8/+8
| * Add Makefile missed in r263220.Julio Merino2014-03-161-0/+13
| * Migrate tools/regression/sbin/ to the new tests layout.Julio Merino2014-03-1613-0/+1142
| * Remove AppleTalk support.Gleb Smirnoff2014-03-146-294/+2
| * multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
| * Remove IPX support.Gleb Smirnoff2014-03-145-149/+0
| * Avoid segment fault when attempting to clean up cylinder groupKirk McKusick2014-03-121-6/+8
| * kldconfig: Remove some code for compatibility with FreeBSD 4.x.Jilles Tjoelker2014-03-091-27/+0
| * sbin/devd/devd.8Alan Somers2014-03-072-13/+19
| * Slight if reordering to make error branch last.Warner Losh2014-03-071-3/+3
| * Fix compilation for 32-bit machines.Gleb Smirnoff2014-03-051-6/+7
| * Log the name of the device that we failed to open rather than anMark Johnston2014-03-051-1/+1
| * Instead of playing games with casts simply add 3 more members to theGleb Smirnoff2014-03-051-8/+6
| * Arguments for malloc and calloc should be size_t, not int.Kirk McKusick2014-02-252-3/+5
| * Better build fix.Gleb Smirnoff2014-02-151-6/+7
| * Fix build on 32bit arches broken by me in r261882.Gleb Smirnoff2014-02-141-4/+5
| * Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-141-4/+4
| * Fix world build WITHOUT_PF.Gleb Smirnoff2014-02-122-2/+13
| * If the main casperd process exits, zygote process should exit as wellPawel Jakub Dawidek2014-02-091-1/+6
| * Refer newfs and growfs users to fsck_ffs instead ofChristian Brueffer2014-02-092-2/+2
| * init: Remove code to track line numbers in /etc/ttys.Jilles Tjoelker2014-02-081-16/+4
| * Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer2014-02-062-2/+2
| * Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-051-3/+0
| * Add a license (1) and do some cleanup.Christian Brueffer2014-02-041-4/+36
| * Protect ping(8) using Capsicum and Casper. This is protection against maliciousPawel Jakub Dawidek2014-02-042-37/+183
| * Unbreak mount_udf by passing the correct iovec length intoChristian Brueffer2014-02-041-3/+3
| * dhclient: change the pidfile's permissions to 644Eitan Adler2014-02-031-1/+1
| * Remove the .Ex macro that I used for testing.Christian Brueffer2014-02-011-1/+0
| * Bring the exit status wording closer to what .Ex would produce.Christian Brueffer2014-02-011-1/+4
| * Add quiet support for kldstat -nBaptiste Daroussin2014-01-222-4/+10
| * Fix dmesg(1) -> dmesg(8)Baptiste Daroussin2014-01-131-1/+1
| * Fix typoBaptiste Daroussin2014-01-131-1/+1