summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add missing LIBM to DPADD from r263650bdrewery2014-03-241-1/+1
* Remove unneeded fake _KERNEL definition.glebius2014-03-231-2/+0
* Fix build with libucl 20140321bdrewery2014-03-221-1/+1
* Create a root dataset so that /root is outside of the boot environment.bdrewery2014-03-221-0/+2
* Use 'cpuset_t' to represent the vcpus active in a virtual machine.neel2014-03-203-20/+16
* Fix kern/187712: config(8) does not respect KERNCONFDIR.asomers2014-03-204-1/+38
* Make the error message more clear.trasz2014-03-191-2/+2
* Don't reissue in-flight commands.tychon2014-03-181-2/+16
* Line-wrapping tweak: make the sample jail command line fit in 80 characters.rwatson2014-03-171-2/+3
* Though there currently isn't a way to insert new media into an ATAPItychon2014-03-161-0/+18
* Support the bootloader's single 16-bit 'outw' access to the Divisortychon2014-03-161-7/+19
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-163-3/+3
* Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.jmmv2014-03-1642-0/+3948
* Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-152-38/+2
* Be a little more verbose in service's error messageeadler2014-03-151-1/+1
* Fix ASSUME_ALWAYS_YES not being parsed properly from config after UCL convers...bdrewery2014-03-141-0/+4
* Fix ABI from /usr/local/etc/pkg.conf not being respected.bdrewery2014-03-141-0/+11
* Rewrite usermgmt -- hooking it into the scripting system with dispatchdteske2014-03-1411-1044/+2085
* Add protection against input containing single-quotes (e.g., i18n-users).dteske2014-03-142-35/+97
* For non-interactive scripts, forgot to check we were given an argumentdteske2014-03-141-0/+4
* Fix a bug preventing errors from pw(8) from filtering up to a dialog.dteske2014-03-141-4/+4
* Reduce the sleep cycle when using dialog(1) to 1-second.dteske2014-03-141-3/+3
* Fix comments and whitespace.dteske2014-03-141-6/+7
* Fix a code-typo that prevented auto-sizing of the dialog.dteske2014-03-141-1/+1
* Remove directory which should not have been re-added.eadler2014-03-1421-4535/+0
* multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-1423-10/+4537
* Point hat! Fix a broken f_isinteger().dteske2014-03-141-1/+1
* Remove IPX support.glebius2014-03-1422-4543/+0
* Remove useless NULL string '' in compound strings. Look very closely.dteske2014-03-142-3/+3
* Fix future namespace issues for functions taking $var_to_set -- functionsdteske2014-03-141-26/+48
* Update copyright.dteske2014-03-142-2/+2
* Comments.dteske2014-03-141-5/+3
* Add debug statement just before attempting to exec a module.dteske2014-03-141-0/+1
* Remove indexfile from debug statement as it is already logged bydteske2014-03-141-2/+1
* Fix pw(8) deletion of group "username" on userdel even if group "username"dteske2014-03-131-1/+9
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-115-160/+22
* Remove vestigial global, no-longer used since SVN r262904.dteske2014-03-101-6/+0
* Whitespace.dteske2014-03-101-2/+2
* Pass the size of the top-level table to map when mapping the table insteadjhb2014-03-101-1/+1
* Take a group name on the command-line if available.dteske2014-03-071-0/+8
* Fix copy/paste error in a comment.dteske2014-03-071-1/+1
* Change dipatch words from group* to *Group to backward compatible withdteske2014-03-071-3/+3
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchdteske2014-03-0711-440/+827
* Comment -- to go with NL global introduced (but not mentioned) by r262901dteske2014-03-071-0/+3
* s/__number/__num/ for code clarify but more to prevent localization ofdteske2014-03-071-11/+19
* Centralize function name. Update a comment while here.dteske2014-03-071-4/+5
* Make f_show_err non-fatal.dteske2014-03-071-4/+1
* Fix incorrect return status if var_to_set and var_to_get are the same.dteske2014-03-071-1/+1
* Fix a typo in a comment.dteske2014-03-071-1/+1
* Add missing local declaration.dteske2014-03-071-2/+2
OpenPOWER on IntegriCloud