aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* add support for setting 802.11 rtsthreshold, transmit power,Sam Leffler2004-03-304-1/+101
* Remove a stray \n from a setproctitle.David Malone2004-03-301-1/+1
* Backout revision 1.140; it seems that the previous version is clearCeri Davies2004-03-271-2/+1
* Don't read an inode which isn't used to avoid problems on UFS2 where notLukas Ertl2004-03-261-0/+8
* fix for 64-bit arch:Jim Rees2004-03-261-4/+1
* o The lenght of the port list is limited to 30 entries in ipfw2 not to 15.Maxim Konovalov2004-03-261-1/+1
* Fixed some style bugs in the residue of rev.1.14 (mainly initialization inBruce Evans2004-03-261-26/+23
* Not too much point specifying -N but not specifying -M.Ruslan Ermilov2004-03-262-14/+12
* Fixed some style bugs in or related to rev.1.13 (mainly misindentation ofBruce Evans2004-03-261-109/+128
* Correct the definition of the multilabel flag: it enables multilabelRobert Watson2004-03-261-3/+8
* Final step of the sbin -> usr.sbin move: cvs rm src/sbin/nologin/*Colin Percival2004-03-254-188/+0
* Clarify the description of the "established" option.Ceri Davies2004-03-221-1/+2
* Share the i386 boot manual page.David E. O'Brien2004-03-221-0/+3
* Add initial support for compiling a special 32 bit version ofPeter Wemm2004-03-211-12/+26
* NULL -> 0.Ruslan Ermilov2004-03-171-1/+1
* Remove the RAIDframe userland tool.Scott Long2004-03-165-3031/+0
* When installing boot blocks into an Alpha BSD label, setup the location,John Baldwin2004-03-151-0/+10
* Add printing of relevant SATA info where approbiate.Søren Schmidt2004-03-151-9/+31
* Validate argument to -i.Juli Mallett2004-03-151-1/+4
* Don peril-sensitive glasses and throw the switch to move nologin(8) fromColin Percival2004-03-131-1/+0
* Fix 10 year old size-of-bcopy bug.Colin Percival2004-03-131-1/+1
* The print mask's first part is the base, not the total number of bitRuslan Ermilov2004-03-121-1/+1
* Show the polling(4) flag on the interface.Ruslan Ermilov2004-03-121-1/+1
* Fixed mispellings of '\0' as NULL.Bruce Evans2004-03-111-2/+2
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-111-2/+2
* Fix a long-standing deadlock issue with vnode backed md(4) devices:Poul-Henning Kamp2004-03-102-1/+8
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-101-1/+1
* Make libgeom usable by C++ programs:John Baldwin2004-03-091-13/+13
* Link pf to the build and install:Max Laier2004-03-081-0/+7
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-055-6/+6
* s/considred/considered/Christian Brueffer2004-03-042-2/+2
* Make this WARNS=2 clean by:Johan Karlsson2004-03-032-3/+2
* Fix a couple of camcontrol issues that popped up on sparc64:Kenneth D. Merry2004-03-031-2/+12
* Add CTLTYPE_QUAD to the list of types for which we don't want an emptyDima Dorfman2004-03-021-1/+2
* Add skeleton build dirs for pf userland:Max Laier2004-02-2813-0/+2298
* o Remove obsoleted '-N' and '-d' flags.Maxim Konovalov2004-02-281-3/+1
* o Sync usage() with reality: add 'z' flag.Maxim Konovalov2004-02-281-1/+2
* In the case of a background fsck, periodically update the process titleScott Long2004-02-289-0/+47
* Look for both name and if_<name> strings in module metadata. Pseudo-devicesAlexander Kabaev2004-02-271-1/+2
* Add a "-l" parameter to mdmfs so that memory file systems can beRobert Watson2004-02-262-1/+7
* Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. ThisRobert Watson2004-02-264-2/+11
* Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.Bruce M Simpson2004-02-2514-162/+368
|\
| * Virgin import of rhyolite.com routed v2.27vendor/SGIBruce M Simpson2004-02-2514-179/+374
* | Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT andBruce Evans2004-02-241-2/+2
* | style.Makefile(5):Johan Karlsson2004-02-2349-49/+49
* | Connect gconcat(8) to the build.Pawel Jakub Dawidek2004-02-231-0/+1
* | - Connect manual page for gconcat utility to the build.Pawel Jakub Dawidek2004-02-232-3/+2
* | Added manual page for gconcat utility.Pawel Jakub Dawidek2004-02-231-0/+141
* | Report login attempts to syslog. Due to the statically-linked nature ofColin Percival2004-02-222-1/+21
* | change baduser and badgroup from -2 to 65534, 65533Jim Rees2004-02-211-17/+13