aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/mouse
Commit message (Expand)AuthorAgeFilesLines
* bsdconfig: Move to -bsdconfig packageLexi Winter2025-08-031-0/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1613-13/+0
* Remove mse(4) from treeWarner Losh2018-10-222-6/+0
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-012-0/+22
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-262-4/+0
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske2014-11-042-6/+0
* Performance and debugging enhancements:Devin Teske2013-12-076-31/+47
* Sort messages.Devin Teske2013-11-251-4/+4
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-useDevin Teske2013-10-091-1/+1
* Fix typos in the BSD License.Devin Teske2013-07-077-14/+14
* Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske2013-07-077-7/+7
* More whitespace.Devin Teske2013-06-246-6/+6
* Fix a regression introduced by r251967, resulting in:Devin Teske2013-06-221-1/+1
* Perform some code consolidation and add some additional errorDevin Teske2013-06-182-11/+14
* Remove unnecessary loops, perform some code consolidation, and add someDevin Teske2013-06-183-62/+58
* Whitespace.Devin Teske2013-06-183-3/+0
* Use newly enhanced f_dialog_msgbox() from SVN r251912.Devin Teske2013-06-181-10/+1
* Improve the INDEX format. Whitespace improvements, format improvements, typoDevin Teske2013-06-181-17/+21
* Lessen verbosity of "Exit" menutag items to appear more consistent acrossDevin Teske2013-06-041-1/+1
* Standardize the way functions build their arguments leading up to a dialogDevin Teske2013-06-023-13/+9
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()Devin Teske2013-06-021-10/+14
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrDevin Teske2013-06-021-3/+2
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-06-013-25/+17
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-05-314-34/+38
* Centralize standard getopts arguments, both for convenience and to correctDevin Teske2013-05-146-6/+6
* UI improvements. First, implement --default-item whenever and whereverDevin Teske2013-04-223-11/+37
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) andDevin Teske2013-04-227-14/+18
* Add more debugging to help with diagnosis of program-flow when needed.Devin Teske2012-12-256-0/+6
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallyDevin Teske2012-12-256-6/+0
* Add much-needed dialog(1) --inputbox function for simplifying the process ofDevin Teske2012-12-211-25/+3
* Replicate a feature from sysinstall documented inDevin Teske2012-11-166-6/+6
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesignDevin Teske2012-09-211-1/+1
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).Devin Teske2012-09-211-1/+1
* Change all invocations of dialog(1) to no-longer require temporary files.Devin Teske2012-09-204-8/+25
* Move major includes into /usr/share/bsdconfig for easy external access.Devin Teske2012-09-186-35/+35
* Import bsdconfig(8) as a replacement for the post-install abilities ofDevin Teske2012-07-1411-0/+980