aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* | We can cross-reference to vlan(4) as long asYaroslav Tykhiy2004-02-211-15/+38
* | The hardware tagging capability is set on the physicalYaroslav Tykhiy2004-02-211-1/+1
* | Mention that securelevel 1 also blocks access to /dev/io if itMaxime Henrion2004-02-201-2/+3
* | Merge from RELENG_4 1.28.2.13: Fix saving system crash dumps larger thanTim J. Robbins2004-02-201-1/+1
* | s/bytes/byte/Poul-Henning Kamp2004-02-191-1/+1
* | Add control utility for disk concatenation (GEOM_CONCAT class).Pawel Jakub Dawidek2004-02-192-0/+536
* | Add a -n option that stops ip6fw making any changes to the rulesDavid Malone2004-02-182-29/+58
* | remove dead codeJim Rees2004-02-171-53/+0
* | Report the difference between ufs and ufs2.Greg Lehey2004-02-172-3/+16
* | Explain what console names are valid.Greg Lehey2004-02-171-0/+5
* | Recognize if the user supplies the full pathname to /dev/console and friends,Greg Lehey2004-02-171-1/+27
* | Remove unnecessary newlines from errx() arguments.Tim J. Robbins2004-02-171-4/+4
* | Also remove "makedev" from the online help.Lukas Ertl2004-02-161-2/+0
* | Since DEVFS is mandatory, remove all instances to make_dev*. Keep theLukas Ertl2004-02-164-228/+3
* | Support mounting ext2fs file systems with -async to the small extentBruce Evans2004-02-151-0/+1
* | Remove unused variable and related bogus checks.Lukas Ertl2004-02-141-10/+3
* | Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-113-4/+22
* | style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-109-27/+0
* | style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-1/+0
* | Reorder Xrefs in SEE ALSO.Tom Rhodes2004-02-101-5/+5
* | Update to inform users of acls and multilabel options. Add Xrefs to theTom Rhodes2004-02-101-1/+20
* | Further simplify the code for printing the message buffer:Ian Dowse2004-02-081-33/+36
* | Certain ICMP error replies cause ping to perform a reverse DNSIan Dowse2004-02-081-0/+6
* | Fix the last and most important bit of the test case to test the samePoul-Henning Kamp2004-02-071-2/+8
* | Correct order of arguments given to checkparity and rebuildparity.Lukas Ertl2004-02-061-4/+7
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-055-10/+10
* | Don't print the oldest line in the message buffer if the buffer isIan Dowse2004-02-051-51/+54
* | Fixed operation of -f to match its documentation and fsck_ffs. ItBruce Evans2004-02-053-7/+6
* | Fixed some bugs in checkdirty(). The check for the clean bit wasBruce Evans2004-02-051-9/+27