summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates and other whitespacey stuff.jamie2011-06-179-16/+16
* Split run_command up into an outer function (next_command) that choosesjamie2011-06-174-303/+266
* Change cfstrings from an STAILQ into a TAILQ to allow commands to bejamie2011-06-176-53/+52
* run_command (mostly) cleanup:jamie2010-12-104-160/+194
* Check unmounts for a mount point of the right FS type.jamie2010-11-041-26/+56
* Check paths for security:jamie2010-11-042-3/+74
* Reads the mount.fstab file, and put its lines separately into thejamie2010-11-044-17/+50
* Combine check_intparams() and ip_params(), JF_CHECKINT and JF_IPPARAMS.jamie2010-11-013-69/+54
* Use a little more "ifdef INET6".jamie2010-10-271-6/+16
* Don't assume either jid or name is set - they may not be from thejamie2010-10-271-4/+5
* Keep all internal/known parameter names in one place, and usejamie2010-10-273-160/+151
* Initial work on the new jail(8). There are more features to add, and somejamie2010-10-2010-608/+4169
* A new jail(8) with a configuration file, to replace the work currently donejamie2010-10-191744-466922/+0
* Simplify and significantly speed up the timezone listing backend script.emaste2010-10-191-13/+4
* Minor cleanup, including sysctl -n instead of sed to remove the sysctlemaste2010-10-191-4/+1
* mdoc: drop even more redundant .Pp callsuqs2010-10-192-3/+0
* Log if fopen() fails.glebius2010-10-181-1/+4
* Fix a grammatical error connected to the previous commit.bcr2010-10-161-1/+1
* Correct some typos in comments, no functional changes.bcr2010-10-161-1/+1
* Enable the shared memory reference clock driver. The GPS devices areglebius2010-10-141-1/+1
* Use the RFC2606 domain example.com in examples.brucec2010-10-131-2/+2
* Create the /bin/rmail symlink (which mailers such as postfixmarkm2010-10-121-0/+4
* - Add support for xz compression to pkg_create, bzip2 remains the defaultflz2010-10-126-8/+36
* Add code to print the number and type of the CPU that is present ingnn2010-10-111-0/+4
* Fix compile with -DDEBUG by using the correct mfi_pd_ref union definitionrandi2010-10-101-2/+2
* Report subcommand handler errors in mfiutil/mptutil so that tools thatrandi2010-10-102-6/+10
* mdoc: drop redundant .Pp calls, kill EOL whitespaceuqs2010-10-091-4/+3
* Initial patches to install images...imp2010-10-099-102/+305
* Fix typo: thanks Kris for pointing this out.imp2010-10-091-1/+1
* Enable softupdate + journals support.imp2010-10-095-5/+29
* Don't let the "available"/"not available" logs flap quite so badly. In themarkm2010-10-081-6/+17
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-0818-24/+0
* mdoc: fix manlint warnings by unbreaking mdoc syntaxuqs2010-10-081-1/+2
* - Introduce WITH_GPIO knob and disable building gpioctlgonzo2010-10-051-1/+4
* Revert the unrelated patch crept in the previous commit.jkim2010-10-051-5/+5
* Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not changejkim2010-10-051-5/+5
* Revise markup, mainly.ru2010-10-051-8/+10
* Reconnect uathload to the build.antoine2010-10-031-0/+1
* Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasnwhitehorn2010-10-035-6/+12
* Add gpioctl(8). Utility for configuring/accessing GPIO pinsgonzo2010-09-284-0/+454
* Protect the watchdog daemon against swap OOM killer. This is similar toemaste2010-09-261-0/+3
* Eliminate the --disable-ipv6 string which while technically correct indougb2010-09-221-1/+1
* Bugfix: Reset the packet counters at the same time as the byte counts.n_hibma2010-09-181-2/+2
* Merge ACPICA 20100915.jkim2010-09-162-3/+4
* Only attempt to list extended capabilities for devices that have ajhb2010-09-161-1/+5
* Allow a kernel config to specify a set but empty value viaemaste2010-09-131-0/+1
* It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, butimp2010-09-131-11/+2
* Ooops! Shouldn't have committed thisimp2010-09-131-528/+0
* Merge from tbemd: use Makefile.arch to control building.imp2010-09-139-319/+728
* Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCHimp2010-09-131-2/+11
OpenPOWER on IntegriCloud