aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix stray "." left over from previous commit.Christian Brueffer2014-04-101-1/+1
* Fix Xref order in SEE ALSO.Christian Brueffer2014-04-101-2/+2
* More mdoc/spelling/grammar cleanup.Christian Brueffer2014-04-101-30/+36
* Constrain the amount of data returned to what is actually availableTycho Nightingale2014-04-091-3/+5
* Handle single-byte reads from the bvmcons port (0x220) by returningJohn Baldwin2014-04-081-0/+9
* Quick mdoc/whitespace/spelling pass, this needs some more work.Christian Brueffer2014-04-081-20/+24
* Explicitly initialize 'vmname' to NULL.John Baldwin2014-04-081-0/+1
* Add Stacey Son's binary activation patches that allow remapping ofSean Bruno2014-04-084-0/+705
* Fork a child process and wait until the process terminates when the -PJaakko Heinonen2014-04-061-1/+1
* Timestamps may not have a decimal point.Marcel Moolenaar2014-04-061-1/+3
* Speed up the lookup of interfaces when there are a large numberGeorge V. Neville-Neil2014-04-051-8/+19
* Add support for the virtio RNG entropy-source device.Peter Grehan2014-04-024-1/+194
* Print status of ARI capability in pciconf -cRyan Stone2014-04-011-1/+7
* Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be calledNeel Natu2014-03-261-1/+34
* Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to processDimitry Andric2014-03-261-0/+2
* Revert r263638 (create /root dataset) for now as it breaks install and needsBryan Drewery2014-03-261-2/+0
* Move the atpit device model from userspace into vmm.ko for betterTycho Nightingale2014-03-253-338/+0
* Add missing LIBM to DPADD from r263650Bryan Drewery2014-03-241-1/+1
* Remove unneeded fake _KERNEL definition.Gleb Smirnoff2014-03-231-2/+0
* Fix build with libucl 20140321Bryan Drewery2014-03-221-1/+1
* Create a root dataset so that /root is outside of the boot environment.Bryan Drewery2014-03-221-0/+2
* Use 'cpuset_t' to represent the vcpus active in a virtual machine.Neel Natu2014-03-203-20/+16
* Fix kern/187712: config(8) does not respect KERNCONFDIR.Alan Somers2014-03-204-1/+38
* Make the error message more clear.Edward Tomasz Napierala2014-03-191-2/+2
* Don't reissue in-flight commands.Tycho Nightingale2014-03-181-2/+16
* Line-wrapping tweak: make the sample jail command line fit in 80 characters.Robert Watson2014-03-171-2/+3
* Though there currently isn't a way to insert new media into an ATAPITycho Nightingale2014-03-161-0/+18
* Support the bootloader's single 16-bit 'outw' access to the DivisorTycho Nightingale2014-03-161-7/+19
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-163-3/+3
* Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.Julio Merino2014-03-1642-0/+3948
* Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff2014-03-152-38/+2
* Be a little more verbose in service's error messageEitan Adler2014-03-151-1/+1
* Fix ASSUME_ALWAYS_YES not being parsed properly from config after UCL convers...Bryan Drewery2014-03-141-0/+4
* Fix ABI from /usr/local/etc/pkg.conf not being respected.Bryan Drewery2014-03-141-0/+11
* Rewrite usermgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-1411-1044/+2085
* Add protection against input containing single-quotes (e.g., i18n-users).Devin Teske2014-03-142-35/+97
* For non-interactive scripts, forgot to check we were given an argumentDevin Teske2014-03-141-0/+4
* Fix a bug preventing errors from pw(8) from filtering up to a dialog.Devin Teske2014-03-141-4/+4
* Reduce the sleep cycle when using dialog(1) to 1-second.Devin Teske2014-03-141-3/+3
* Fix comments and whitespace.Devin Teske2014-03-141-6/+7
* Fix a code-typo that prevented auto-sizing of the dialog.Devin Teske2014-03-141-1/+1
* Remove directory which should not have been re-added.Eitan Adler2014-03-1421-4535/+0
* multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-1423-10/+4537
* Point hat! Fix a broken f_isinteger().Devin Teske2014-03-141-1/+1
* Remove IPX support.Gleb Smirnoff2014-03-1422-4543/+0
* Remove useless NULL string '' in compound strings. Look very closely.Devin Teske2014-03-142-3/+3
* Fix future namespace issues for functions taking $var_to_set -- functionsDevin Teske2014-03-141-26/+48
* Update copyright.Devin Teske2014-03-142-2/+2
* Comments.Devin Teske2014-03-141-5/+3
* Add debug statement just before attempting to exec a module.Devin Teske2014-03-141-0/+1