aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix -WunsequencedTim Kientzle2013-06-291-10/+10
* Fix -Wunsequenced warningTim Kientzle2013-06-291-1/+1
* sysconf(3) returns a long, not an int.David E. O'Brien2013-06-293-3/+5
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-285-0/+5
* sysconf(3) returns a long, not an int.David E. O'Brien2013-06-281-1/+2
* Allow 8259 registers to be read. This is a transient conditionPeter Grehan2013-06-281-9/+8
* Allow the PCI config address register to be read. The LinuxPeter Grehan2013-06-281-11/+21
* Consistently cast ACPICA 64-bit integer types when we print them.Jung-uk Kim2013-06-262-10/+10
* More whitespace.Devin Teske2013-06-2457-107/+108
* Whitespace.Devin Teske2013-06-241-2/+2
* Remove request to email suggestions and fixes to the author.Eitan Adler2013-06-241-8/+0
* Document the "-o" option added by r252138.Rick Macklem2013-06-241-1/+6
* Add a new "-o" option to the gssd which forces gss_init_sec_context()Rick Macklem2013-06-241-3/+136
* Add a newline character to the end of the "Check URL again" error messageDevin Teske2013-06-231-1/+1
* Merge r248313 from stable/9 sysinstall(8) to head bsdconfig(8):Devin Teske2013-06-239-22/+678
* Implement the $probe_only parameter (previously unimplemented).Devin Teske2013-06-231-3/+8
* Fine-tune the parsing of the URL. Re-order, comment, and add debugging toDevin Teske2013-06-232-17/+66
* Fix a code typo that prevented the probing of the current defaultrouterDevin Teske2013-06-221-1/+1
* Oops, previous revision (r252084) broke non-full-path resolution (e.g.,Devin Teske2013-06-221-1/+1
* Trim the trailing `/' from the ftp_dir when validating that the directoryDevin Teske2013-06-221-1/+4
* Take advantage of the fact that f_getvar evaluates the $var_to_get parameterDevin Teske2013-06-222-6/+5
* Fix a regression introduced by r251967, resulting in:Devin Teske2013-06-221-1/+1
* Fix a regression introduced by r251967, resulting in:Devin Teske2013-06-221-1/+1
* Add missing local declaration.Devin Teske2013-06-211-1/+1
* Remove unused library include.Devin Teske2013-06-211-1/+0
* Alphabetize library includes.Devin Teske2013-06-2121-33/+33
* Style.Devin Teske2013-06-212-18/+10
* Typo and grammar fixes to comments.Devin Teske2013-06-212-2/+2
* Fix a code typo in a case-statement match expression that prevented IPv6Devin Teske2013-06-201-1/+1
* When the fall-back of a case-statement is the last thing executed in aDevin Teske2013-06-202-21/+19
* When the fall-back of a case-statement is the last thing executed in aDevin Teske2013-06-205-41/+33
* Remove pedanticism and consolidate some logic.Devin Teske2013-06-201-7/+1
* Add debugging (for a case that shouldn't arise, but makes it more obviousDevin Teske2013-06-203-0/+6
* Style -- no ;; needed on fallback clause within case-statement.Devin Teske2013-06-192-3/+3
* Whitespace.Devin Teske2013-06-192-40/+31
* Whitespace and comments.Devin Teske2013-06-196-8/+10
* Alphabetize reserved-word (resword) registration.Devin Teske2013-06-191-4/+4
* Alphabetize includes.Devin Teske2013-06-191-1/+1
* Remove extra whitespace lines.Devin Teske2013-06-194-8/+0
* Change a humongous if-statement at the end of f_install_zoneinfo_file() intoDevin Teske2013-06-191-114/+110
* Take advantage of newly updated f_dialog_{yesno,noyes}() functions fromDevin Teske2013-06-191-22/+4
* When I first wrote the timezone module, it was in sysutils/tzdialog and itDevin Teske2013-06-191-105/+31
* Change the f_dialog_{yesno,noyes}() function-arguments in `dialog.subr' toDevin Teske2013-06-181-6/+6
* Perform some code consolidation and replace nested case-statements withDevin Teske2013-06-181-67/+71
* Fix a regression introduced by r251967, resulting in:Devin Teske2013-06-181-1/+1
* Whitespace.Devin Teske2013-06-181-2/+2
* Perform some code consolidation and add some additional errorDevin Teske2013-06-186-49/+44
* Comments.Devin Teske2013-06-183-0/+9
* Comments and whitespace.Devin Teske2013-06-182-3/+2
* Comments.Devin Teske2013-06-181-0/+4