aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix improper use of varargs.Paul Saab2003-09-201-2/+2
* o add support for setting 128-bit WEP keysSam Leffler2003-09-171-4/+7
* Remove an unneccessary comma.Ceri Davies2003-09-141-1/+1
* Get rid of duplicates.Ruslan Ermilov2003-09-142-2/+2
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-103-3/+3
* mdoc(7): There cannot be a subsection inside a list.Ruslan Ermilov2003-09-101-2/+4
* Document the alternate way of matching MAC addresses: by a bitmask.Peter Pentchev2003-09-101-2/+22
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-086-14/+14
* Replace a reference to non existant mount_ffs(8) by a reference to mount(8).Philippe Charnier2003-09-071-1/+1
* Apply a bandaid to get this working on sparc64 again; the introductionThomas Moestl2003-09-041-4/+4
* Add a flag that reports the existence of a dump, and does nothing else.Doug Barton2003-09-042-4/+32
* Check an arguments count before proceed in sysctl_handler().Maxim Konovalov2003-09-021-1/+1
* Backout Rev. 1.24Christian Brueffer2003-08-301-1/+1
* Grammar fixChristian Brueffer2003-08-291-1/+1
* Introduce more knobs to slim down FreeBSD userlandPoul-Henning Kamp2003-08-291-2/+5
* When we initialize a disk with a virgin label, create also an 'a'Poul-Henning Kamp2003-08-271-0/+4
* Make build of atm, ip6fw and ping6 depend on existing NOATM andPoul-Henning Kamp2003-08-271-3/+9
* Adjust to the new sys/ata.h layoutSøren Schmidt2003-08-241-29/+35
* use arc4random.Hajimu UMEMOTO2003-08-221-1/+1
* Fix alignment of the trailing \Warner Losh2003-08-221-1/+1
* Get rid of a __DECONST by strdup'ing the string in question. WhenHartmut Brandt2003-08-201-1/+2
* style.Makefile(5)David E. O'Brien2003-08-181-4/+3
* Restore vendor ID's.David E. O'Brien2003-08-185-9/+10
* 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