summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't completely drain the read file descriptor. Instead, onlygrehan2013-01-071-10/+34
* Use 64-bit arithmetic throughout, and lock accesses to globals.grehan2013-01-071-6/+13
* IFC @ r244983.neel2013-01-04136-7487/+1744
|\
| * Make sade actually be a symlink to partedit, as per the commit message innwhitehorn2013-01-021-1/+2
| * Add a man page for the new sade(8), which is mostly the same uninformativenwhitehorn2012-12-302-1/+76
| * Replace sade the extracted piece of sysinstall with sade the extractednwhitehorn2012-12-3025-6370/+1
| * If invoked as sade, don't complain about having a filesystem on / alreadynwhitehorn2012-12-301-2/+6
| * Comments.dteske2012-12-291-1/+4
| * Add missing enforcement of height restriction after minor adjustment.dteske2012-12-291-0/+1
| * Add support for running without a controlling terminal (for example, whendteske2012-12-291-8/+21
| * Allow debug output to be logged to a file (set $debugFile to target pathname)dteske2012-12-281-0/+24
| * Whitespace.dteske2012-12-281-0/+1
| * Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/dteske2012-12-281-1/+1
| * Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil.bapt2012-12-271-169/+67
| * Fix a regression in "pw group show" introduced r242349:bapt2012-12-271-1/+1
| * Simplify the code by using the new gr_add functionbapt2012-12-271-15/+9
| * Comments and fit to 80-columns.dteske2012-12-271-10/+11
| * Simplify copying of group members by using memcpybapt2012-12-261-2/+1
| * Fix off-by-one error in memory allocation: j entries, one new and a nullbapt2012-12-261-1/+1
| * In case of the deletion of a user those whole database has to be regenerated,bapt2012-12-261-1/+5
| * Fix creating a user and adding it to a groupbapt2012-12-261-7/+8
| * Attempt to clarify that for ZFS, all file systems underrmacklem2012-12-251-1/+3
| * Attempt to clarify that for ZFS, all file systems underrmacklem2012-12-251-2/+5
| * Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-2567-21/+181
| * Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-2542-42/+0
| * Remove extraneous space and new-line.matthew2012-12-231-2/+2
| * Fix the Makefile so it can build gssd.c after r244604.rmacklem2012-12-231-2/+2
| * Third time's the charm. pkg -N output needs to go to stderr.matthew2012-12-231-4/+2
| * Document the new gssd daemon options added by r244604.rmacklem2012-12-221-1/+27
| * It was reported via email that some sshds create kerberosrmacklem2012-12-221-11/+295
| * Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activationmatthew2012-12-221-2/+2
| * Add the missing '$' from the LIBNETBSD variableandrew2012-12-221-1/+1
| * Split dialog(1)-based validators for hostname/netmask into two, providingdteske2012-12-212-18/+74
| * Remove unused include.dteske2012-12-211-1/+0
| * Add NetBSD's mtree to the tree and install it as nmtree as the first stepbrooks2012-12-212-0/+27
| * Change axiom for initialization. Including script can disable (default)dteske2012-12-211-1/+4
| * Remove erroneous use of "local" (not in a function).dteske2012-12-211-1/+0
| * New f_show_info() function for dialog(1) --infobox using printf(1) syntax.dteske2012-12-212-4/+23
| * Use f_show_help() where printf(1) syntax is desired.dteske2012-12-217-64/+28
| * In preparation for making 'pkg -n' the one true method of determiningmatthew2012-12-211-0/+10
| * Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-2115-72/+106
| * Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-2113-602/+134
| * Fix socket calls on error post-r243965.kevlo2012-12-214-6/+6
| * Divine the array size by using 'nitems(array)' instead of using magic numbers.neel2012-12-211-5/+7
| * The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID".neel2012-12-211-3/+3
| * Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).neel2012-12-212-13/+263
| * - Make sure that errno isn't modified before calling logerror() in errormarkj2012-12-201-1/+5
| * Post r243965 the nfsd daemon will not start up for kernelsrmacklem2012-12-191-1/+1
| * Fix the gssd daemon so that it uses syslog() to reportrmacklem2012-12-171-0/+23
| * Minor wording improvments to some manual pageseadler2012-12-161-2/+2
OpenPOWER on IntegriCloud