aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* At imp's request, force devd to be statically compiled. This avoids theGordon Tetlow2003-08-171-0/+2
* Stage 4 of dynamically linked root support. Add a big knob,Gordon Tetlow2003-08-171-1/+4
* Hook up ffsinfo(8).Robert Watson2003-08-141-0/+1
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.Robert Watson2003-08-143-211/+226
* support poll(2).Hajimu UMEMOTO2003-08-141-1/+1
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.Robert Watson2003-08-142-115/+292
* - Clarify the port range syntax in -redirect_port.Ruslan Ermilov2003-08-131-14/+24
* Added an option to specify an alternate PID file.Ruslan Ermilov2003-08-132-3/+23
* Add a '-M mask' option so that users can have differentTom Rhodes2003-08-122-5/+34
* Correct a grammatical error.Ceri Davies2003-08-121-1/+1
* Add a program for configuration of the ATM drivers and the IP over ATMHartmut Brandt2003-08-1210-0/+3017
* Add the new arguments for the add pvc command to the help information.Hartmut Brandt2003-08-111-1/+3
* Turn the annoying and long error message off. It was soMartin Blapp2003-08-091-1/+1
* PR: docs/53688Bruce M Simpson2003-08-091-8/+10
* Make this WARNS=6 clean by prototyping 'usage'.Johan Karlsson2003-08-082-0/+3
* Make this WARNS=6 clean by renaming the variable 'err' to 'error'Johan Karlsson2003-08-072-7/+7
* Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, soWarner Losh2003-08-073-5/+5
* No need to define optind as an extern. stdlib.h does that for us.Warner Losh2003-08-071-1/+0
* Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.Warner Losh2003-08-071-1/+1
* MAXPATHLEN includes the trailing NUL, so no need to add 1 here.Warner Losh2003-08-071-1/+1
* Localize 'ls' outputAndrey A. Chernov2003-08-062-4/+8
* Don't reinvent the wheel: Use setmode(3) to interpretYaroslav Tykhiy2003-08-052-3/+15
* Exit with a non-zero status upon a block allocation failure.Yaroslav Tykhiy2003-08-051-3/+3
* Make this WARNS=6 clean by:Johan Karlsson2003-08-054-41/+41
* LANG->LC_ALLAndrey A. Chernov2003-08-041-1/+1
* Fix problem differently, use Andrey A. Chernov2003-08-041-1/+1
* Use tr '[:lower:]' '[:upper:]' to work with any localeAndrey A. Chernov2003-08-041-1/+1
* style.Makefile(5)'izeDavid E. O'Brien2003-08-035-32/+15
* Spell "file system" correctly.Ruslan Ermilov2003-08-013-3/+3
* Make firmware version 4.1.12 the default for download to PCA-200E adapters.Hartmut Brandt2003-07-313-11/+2073
* Fix the code with respect to the assumption that sizeof(long) == 4.Hartmut Brandt2003-07-301-32/+32
* Fix what was a common idiom in PDP-11 days: declare a local int andHartmut Brandt2003-07-301-2/+2
* Make this compile with WARNS=6.Hartmut Brandt2003-07-302-102/+78
* Fix warnings: a variable that was unused, a variable thatHartmut Brandt2003-07-301-4/+3
* Use size_t for buffer sizes. Improve error handling in some places.Hartmut Brandt2003-07-298-148/+117
* Add support for CBR and VBR PVCs. Enhance the error handling forHartmut Brandt2003-07-283-39/+159
* Enable dhclient to poll the interface state and send onlyMartin Blapp2003-07-281-1/+1
* Make atm WARNS=6 clean. The changes are mostly:Hartmut Brandt2003-07-2810-382/+299
* o Fix usage(): remove '-l', add missed '-f', sort.Maxim Konovalov2003-07-261-1/+1
* Remove references to the '-l' option in synopsis. The rest of theSimon L. B. Nielsen2003-07-261-2/+1
* Minor mdoc(7) cleanup, based on the PR below.Simon L. B. Nielsen2003-07-261-2/+4
* When deciding whether to download the microcode or not look at the API ratherHartmut Brandt2003-07-251-1/+1
* Due to a gcc bug, it doesn't like local variables with names like 'sin'.Hartmut Brandt2003-07-251-3/+3
* Make ilmid WARNS=6 clean. The problem were a couple of unused functionHartmut Brandt2003-07-252-14/+14
* Build /sbin/gpt on amd64 for good luck as well.Peter Wemm2003-07-241-1/+2
* Simplistic C comment re is wrong, use more correct oneWarner Losh2003-07-231-1/+1
* Remove old workaroundWarner Losh2003-07-231-3/+1
* Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specificLuigi Rizzo2003-07-221-0/+4
* Quote from a Problem Report:Maxim Konovalov2003-07-211-1/+1
* o Initialize do_pipe before command parsing.Maxim Konovalov2003-07-211-0/+1