summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. Thisimp2010-06-2470-0/+8185
* Update the man page to reflect the changes to the netDev configurationrandi2010-06-231-6/+4
* If a device can't be opened, don't keep going but display the errorbrucec2010-06-231-0/+2
* Make it easier to cancel a failing installation by only attempting tobrucec2010-06-232-9/+19
* When installing on a machine which doesn't have a VGA card installed, enablebrucec2010-06-231-0/+29
* Remove unnecessarily inflammatory commentary.randi2010-06-221-3/+0
* Syntax, commas and stuff. Comments from jhb.sbruno2010-06-211-2/+2
* Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note thatrandi2010-06-204-5/+5
* Initialise the "trials" variable to zero earlier in case we unexpectedlygavin2010-06-191-1/+1
* Remove dead assignments, we overwrite the variable almost immediately.gavin2010-06-192-3/+0
* Expand man page to document the fact that mptutil/mpt doesn't support RAID vo...sbruno2010-06-171-0/+12
* * Allow partial MB/GB values to be entered in the slice and label editors.brucec2010-06-163-20/+39
* Freq sysctls are quite heavy due to set of malloc()/free() calls. Avoidmav2010-06-161-9/+21
* When Emulate3Button is active, do not set select() timeout in states whenmav2010-06-151-1/+2
* Use literal format strings. Found by clang.emaste2010-06-141-2/+2
* Further unbreak powerpc & sparc64.marcel2010-06-141-1/+3
* Update for hostapd & wpa_supplicant 0.6.10.rpaulo2010-06-144-484/+2
* Fix build breakages on ia64 introduced some commits ago.marcel2010-06-132-36/+37
* style(9) fixes:imp2010-06-131-5/+3
* Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattenedraj2010-06-131-0/+4
* Unbreak the build on less common architectures.ed2010-06-131-1/+6
* Clean up code by removing pre-C99 struct hack preprocessor magic.cperciva2010-06-111-6/+0
* Make sysinstall WARNS=2 clean.randi2010-06-116-8/+6
* Cache the last result from if_indextoname for printing. This speeds upmlaier2010-06-111-3/+9
* More mdoc nitpicking to improve compatibility to mdocmluqs2010-06-111-0/+1
* mdoc nitpicking: the title argument shall be uppercaseuqs2010-06-111-1/+1
* Fix uninitialized variables that cause a crash when the network israndi2010-06-101-0/+3
* mdoc: replace troff macros with -mdoc equivalentsuqs2010-06-082-25/+21
* Fix warnings found by Coverity.fabient2010-06-053-4/+8
* Add comment that this value is unused.edwin2010-06-051-1/+1
* When there is a problem with writing, also bail out.edwin2010-06-051-1/+2
* Plug resource leak.trasz2010-06-051-0/+1
* Make chown(1) emit more useful error message when user/group name is invalid.trasz2010-06-031-3/+1
* Add file include processing for newsyslog.gordon2010-05-292-19/+116
* Convert newsyslog to using queue(3) macros instead of a home rolled version.gordon2010-05-291-113/+71
* mdoc: use mdoc spelling of Umlautsuqs2010-05-271-1/+1
* mdoc: .Ud has attitude, it takes no argument!uqs2010-05-271-1/+1
* mdoc: Garbage collect unused/unneeded macrosuqs2010-05-272-2/+2
* mdoc: Remove leading garbage, empty lines and order preambleuqs2010-05-273-4/+1
* Change the current working directory to be inside the jail created bycperciva2010-05-271-0/+4
* Cleanup manpage as suggested by jhb@ to start new sentences on a new line.sbruno2010-05-241-3/+3
* Explain how the new sub-second interval from changeset:208389 works.sbruno2010-05-231-1/+8
* Flush all routes before adding the default route in order to allowrandi2010-05-221-2/+12
* Allow sub-second interval timings for iostat and vmstat.sbruno2010-05-212-6/+12
* Add a new build option, MAN_UTILS. This option lets you control buildingjkim2010-05-191-1/+5
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-1910-13/+13
* Garbage collect unused variable, missed in r200840uqs2010-05-191-5/+0
* - Fix terminating argument to execl(3), sizeof(NULL) != sizeof(char *)uqs2010-05-193-23/+11
* Add a sentence to the man page explaining that the -d optionbcr2010-05-181-1/+4
* Slightly improve wording.ivoras2010-05-171-1/+2
OpenPOWER on IntegriCloud