| Commit message (Expand) | Author | Age | Files | Lines |
* | Add bsdconfig `wifi' (aka `wireless' or `wlan') module | dteske | 2016-06-16 | 6 | -9/+113 |
* | Utilize new `-v var_to_set' of f_snprintf() | dteske | 2016-02-01 | 2 | -7/+7 |
* | META MODE: Update dependencies with 'the-lot' and add missing directories. | bdrewery | 2015-12-01 | 3 | -0/+33 |
* | META MODE: These need object directories to handle staging. | bdrewery | 2015-11-26 | 3 | -6/+0 |
* | Update copyrights. | dteske | 2015-02-10 | 1 | -1/+1 |
* | Comments. | dteske | 2015-02-10 | 1 | -1/+1 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 1 | -1/+1 |
* | Follow-up to r255036; remove beforeinstall directives from bsdconfig(8) | dteske | 2014-11-04 | 3 | -9/+0 |
* | Implement GEOM based media device classification. You'll notice a few | dteske | 2014-04-23 | 1 | -2/+3 |
* | Performance and debugging enhancements: | dteske | 2013-12-07 | 13 | -83/+119 |
* | Sort messages. | dteske | 2013-11-25 | 1 | -4/+4 |
* | Improve network device scanning in the netdev module. First, make it use the | dteske | 2013-11-22 | 2 | -21/+22 |
* | Remove unused line -- cruft left over from SVN r258360. | dteske | 2013-11-21 | 1 | -1/+0 |
* | Quote the interface name for good measure. | dteske | 2013-11-21 | 1 | -6/+7 |
* | Whitespace, style, sub-shells, and standardize variable name | dteske | 2013-11-20 | 1 | -26/+20 |
* | "Tim trailing" -> "Trim trailing" | trhodes | 2013-11-19 | 1 | -1/+1 |
* | Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use | dteske | 2013-10-09 | 8 | -40/+39 |
* | Fix typos in the BSD License. | dteske | 2013-07-07 | 15 | -30/+30 |
* | Be consistent with other usr.sbin programs w/respect to the copyright | dteske | 2013-07-07 | 15 | -15/+15 |
* | Don't prevent the user from hanging their system by changing network | dteske | 2013-07-05 | 6 | -17/+16 |
* | Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main | dteske | 2013-07-05 | 2 | -3/+3 |
* | Add the beginnings of the old networking services functionality of | dteske | 2013-07-05 | 2 | -1/+55 |
* | More whitespace. | dteske | 2013-06-24 | 11 | -32/+33 |
* | Alphabetize library includes. | dteske | 2013-06-21 | 7 | -7/+7 |
* | Whitespace. | dteske | 2013-06-19 | 1 | -20/+21 |
* | Perform some code consolidation and add some additional error | dteske | 2013-06-18 | 2 | -26/+21 |
* | Whitespace and comments. | dteske | 2013-06-18 | 1 | -4/+2 |
* | Improve the INDEX format. Whitespace improvements, format improvements, typo | dteske | 2013-06-18 | 1 | -17/+21 |
* | Use a case-statement instead of multiple (separate even) if-statements. | dteske | 2013-06-04 | 1 | -4/+7 |
* | Make some obvious consolidations in local declaration for readability. | dteske | 2013-06-02 | 1 | -2/+1 |
* | Standardize NULL initialization to be consistent. | dteske | 2013-06-02 | 1 | -1/+1 |
* | Improvements to whitespace and comments. | dteske | 2013-06-02 | 1 | -1/+3 |
* | Standardize the way functions build their arguments leading up to a dialog | dteske | 2013-06-02 | 2 | -12/+12 |
* | Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store() | dteske | 2013-06-02 | 1 | -10/+14 |
* | Similar to r251236, improve the portion of dialog(1) API in dialog.subr | dteske | 2013-06-02 | 6 | -21/+14 |
* | Improve portion of the dialog(1) API in dialog.subr responsible for | dteske | 2013-06-01 | 5 | -32/+23 |
* | Improve portion of the dialog(1) API in dialog.subr responsible for | dteske | 2013-05-31 | 3 | -32/+41 |
* | Centralize standard getopts arguments, both for convenience and to correct | dteske | 2013-05-14 | 5 | -5/+5 |
* | Prevent device.subr from auto-loading in the nameservers module. | dteske | 2013-04-23 | 1 | -0/+3 |
* | Fix two bugs when setting up a plip interface. First, dhcp status was not | dteske | 2013-04-22 | 1 | -1/+2 |
* | UI improvements. First, implement --default-item whenever and wherever | dteske | 2013-04-22 | 6 | -16/+47 |
* | Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and | dteske | 2013-04-22 | 6 | -11/+15 |
* | Import media selection/preparation framework (sysinstall inspired). Makes | dteske | 2013-02-25 | 10 | -564/+15 |
* | Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax). | dteske | 2013-01-14 | 3 | -12/+6 |
* | Add missing dialog(1) arguments to internationalize "Help"-button label. | dteske | 2013-01-14 | 1 | -0/+1 |
* | Whitespace. | dteske | 2012-12-28 | 1 | -0/+1 |
* | Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/ | dteske | 2012-12-28 | 1 | -1/+1 |
* | Add more debugging to help with diagnosis of program-flow when needed. | dteske | 2012-12-25 | 13 | -0/+44 |
* | Remove unnecessary duplicate initialization of the dialog(1) API (automatically | dteske | 2012-12-25 | 5 | -5/+0 |
* | Split dialog(1)-based validators for hostname/netmask into two, providing | dteske | 2012-12-21 | 2 | -18/+74 |