summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change `iostat -Ix` to display total duration of transactions insteadtrociny2012-12-152-13/+42
* Change progress indicator for downloading patches.alfred2012-12-131-2/+26
* Add -R, an option to restart all enabled "local" services.delphij2012-12-122-2/+35
* Add missed BETA* to list.gjb2012-12-091-1/+1
* Get 'uname -r' earlier, so it can be used to determine what branch isgjb2012-12-091-1/+12
* A number of places in the source tree still reference cuad.* aftereadler2012-12-086-19/+19
* remove redundant yyparse declarationsbapt2012-12-051-1/+0
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-48/+6
* Simplify string duplication: use strdup instead of malloc + strcpyeadler2012-12-051-6/+5
* Avoid overflowing the file buffereadler2012-12-051-1/+1
* Use strdup instead of malloc + strcpyeadler2012-12-051-6/+4
* Avoid overflow of file buffereadler2012-12-051-1/+1
* Remove useless check for NULL prior to free.eadler2012-12-052-4/+2
OpenPOWER on IntegriCloud