| Commit message (Expand) | Author | Age | Files | Lines |
* | Grammar fixes and some wordsmithing | bjk | 2013-01-05 | 1 | -11/+8 |
* | - Print scopeid for link-local scope addresses. | hrs | 2013-01-03 | 1 | -3/+18 |
* | Fix r244604 so that it builds when MK_KERBEROS_SUPPORT == "no". | rmacklem | 2013-01-03 | 2 | -2/+21 |
* | Make sure to update the mtime of a logfile after archiving it. This | markj | 2013-01-03 | 1 | -0/+9 |
* | Have -n imply -r, since dry-run mode obviously doesn't require root | markj | 2013-01-03 | 2 | -2/+4 |
* | Fix a typo in an error message. | markj | 2013-01-03 | 1 | -1/+1 |
* | Comments. | dteske | 2013-01-03 | 1 | -0/+6 |
* | Remove bogus '-' from getopt(3) string hit when porting daemon(8) to | marius | 2013-01-03 | 1 | -1/+1 |
* | Make sade actually be a symlink to partedit, as per the commit message in | nwhitehorn | 2013-01-02 | 1 | -1/+2 |
* | Add a man page for the new sade(8), which is mostly the same uninformative | nwhitehorn | 2012-12-30 | 2 | -1/+76 |
* | Replace sade the extracted piece of sysinstall with sade the extracted | nwhitehorn | 2012-12-30 | 25 | -6370/+1 |
* | If invoked as sade, don't complain about having a filesystem on / already | nwhitehorn | 2012-12-30 | 1 | -2/+6 |
* | Comments. | dteske | 2012-12-29 | 1 | -1/+4 |
* | Add missing enforcement of height restriction after minor adjustment. | dteske | 2012-12-29 | 1 | -0/+1 |
* | Add support for running without a controlling terminal (for example, when | dteske | 2012-12-29 | 1 | -8/+21 |
* | Allow debug output to be logged to a file (set $debugFile to target pathname) | dteske | 2012-12-28 | 1 | -0/+24 |
* | Whitespace. | dteske | 2012-12-28 | 1 | -0/+1 |
* | Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/ | dteske | 2012-12-28 | 1 | -1/+1 |
* | Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil. | bapt | 2012-12-27 | 1 | -169/+67 |
* | Fix a regression in "pw group show" introduced r242349: | bapt | 2012-12-27 | 1 | -1/+1 |
* | Simplify the code by using the new gr_add function | bapt | 2012-12-27 | 1 | -15/+9 |
* | Comments and fit to 80-columns. | dteske | 2012-12-27 | 1 | -10/+11 |
* | Simplify copying of group members by using memcpy | bapt | 2012-12-26 | 1 | -2/+1 |
* | Fix off-by-one error in memory allocation: j entries, one new and a null | bapt | 2012-12-26 | 1 | -1/+1 |
* | In case of the deletion of a user those whole database has to be regenerated, | bapt | 2012-12-26 | 1 | -1/+5 |
* | Fix creating a user and adding it to a group | bapt | 2012-12-26 | 1 | -7/+8 |
* | Attempt to clarify that for ZFS, all file systems under | rmacklem | 2012-12-25 | 1 | -1/+3 |
* | Attempt to clarify that for ZFS, all file systems under | rmacklem | 2012-12-25 | 1 | -2/+5 |
* | Add more debugging to help with diagnosis of program-flow when needed. | dteske | 2012-12-25 | 67 | -21/+181 |
* | Remove unnecessary duplicate initialization of the dialog(1) API (automatically | dteske | 2012-12-25 | 42 | -42/+0 |
* | Remove extraneous space and new-line. | matthew | 2012-12-23 | 1 | -2/+2 |
* | Fix the Makefile so it can build gssd.c after r244604. | rmacklem | 2012-12-23 | 1 | -2/+2 |
* | Third time's the charm. pkg -N output needs to go to stderr. | matthew | 2012-12-23 | 1 | -4/+2 |
* | Document the new gssd daemon options added by r244604. | rmacklem | 2012-12-22 | 1 | -1/+27 |
* | It was reported via email that some sshds create kerberos | rmacklem | 2012-12-22 | 1 | -11/+295 |
* | Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activation | matthew | 2012-12-22 | 1 | -2/+2 |
* | Add the missing '$' from the LIBNETBSD variable | andrew | 2012-12-22 | 1 | -1/+1 |
* | Split dialog(1)-based validators for hostname/netmask into two, providing | dteske | 2012-12-21 | 2 | -18/+74 |
* | Remove unused include. | dteske | 2012-12-21 | 1 | -1/+0 |
* | Add NetBSD's mtree to the tree and install it as nmtree as the first step | brooks | 2012-12-21 | 2 | -0/+27 |
* | Change axiom for initialization. Including script can disable (default) | dteske | 2012-12-21 | 1 | -1/+4 |
* | Remove erroneous use of "local" (not in a function). | dteske | 2012-12-21 | 1 | -1/+0 |
* | New f_show_info() function for dialog(1) --infobox using printf(1) syntax. | dteske | 2012-12-21 | 2 | -4/+23 |
* | Use f_show_help() where printf(1) syntax is desired. | dteske | 2012-12-21 | 7 | -64/+28 |
* | In preparation for making 'pkg -n' the one true method of determining | matthew | 2012-12-21 | 1 | -0/+10 |
* | Improve the debugging abilities and clean up debug messages. In most cases, | dteske | 2012-12-21 | 15 | -72/+106 |
* | Add much-needed dialog(1) --inputbox function for simplifying the process of | dteske | 2012-12-21 | 13 | -602/+134 |
* | Fix socket calls on error post-r243965. | kevlo | 2012-12-21 | 4 | -6/+6 |
* | Divine the array size by using 'nitems(array)' instead of using magic numbers. | neel | 2012-12-21 | 1 | -5/+7 |
* | The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID". | neel | 2012-12-21 | 1 | -3/+3 |