aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove indexfile from debug statement as it is already logged byDevin Teske2014-03-141-2/+1
* Fix pw(8) deletion of group "username" on userdel even if group "username"Devin Teske2014-03-131-1/+9
* Replace the userspace atpic stub with a more functional vmm.ko model.Tycho Nightingale2014-03-115-160/+22
* Remove vestigial global, no-longer used since SVN r262904.Devin Teske2014-03-101-6/+0
* Whitespace.Devin Teske2014-03-101-2/+2
* Pass the size of the top-level table to map when mapping the table insteadJohn Baldwin2014-03-101-1/+1
* Take a group name on the command-line if available.Devin Teske2014-03-071-0/+8
* Fix copy/paste error in a comment.Devin Teske2014-03-071-1/+1
* Change dipatch words from group* to *Group to backward compatible withDevin Teske2014-03-071-3/+3
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-0711-440/+827
* Comment -- to go with NL global introduced (but not mentioned) by r262901Devin Teske2014-03-071-0/+3
* s/__number/__num/ for code clarify but more to prevent localization ofDevin Teske2014-03-071-11/+19
* Centralize function name. Update a comment while here.Devin Teske2014-03-071-4/+5