aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-2711-22/+17
* Align timestamps when -t is used in ipfw and ipfw2.Giorgos Keramidas2002-11-261-3/+11
* Fix a kernel panic with rules of the typeLuigi Rizzo2002-11-261-19/+31
* Update documentation to match the behaviour of ipfw with respectLuigi Rizzo2002-11-261-4/+6
* mdoc(7) police: Nits.Ruslan Ermilov2002-11-261-2/+2
* mdoc(7) police: Fixed markup now that it was taken out of vendor branch.Ruslan Ermilov2002-11-251-30/+36
* mdoc(7) police: markup, spelling.Ruslan Ermilov2002-11-251-8/+6
* mdoc(7) police: Added missing markup bit.Ruslan Ermilov2002-11-252-2/+6
* Fsck needs to check each CG's rotor values to ensure thay are not -ve.Julian Elischer2002-11-241-3/+3
* Typo fix that I brought in rev 1.16Giorgos Keramidas2002-11-211-1/+1
* Properly handle UFS2 sparsely allocated inodes. Fix bug that causedKirk McKusick2002-11-201-24/+59
* o Bring the NOTICE section into the DESCRIPTION section and wrap it inChris Costello2002-11-181-11/+12
* Fixup FILES section to use proper width and to use a cross-reference toJohn Baldwin2002-11-181-2/+2
* Remove leading ^ from example of match line in vendor-supplied rules sinceJohn Baldwin2002-11-181-2/+2
* Add BUGS section and note departure of actual implementation from whatWarner Losh2002-11-182-0/+6
* Everything in the disklabel is unsigned so make all the input routinesJulian Elischer2002-11-182-114/+104
* Deal with the possibility that time_t != int32_t. Otherwise ia64 thoughtPeter Wemm2002-11-171-2/+4
* Properly calculate the initial number of fragments in a large filesystem.Kirk McKusick2002-11-151-1/+2
* update vlandev description; vlan code now auto-recognizes devices thatSam Leffler2002-11-151-6/+4
* o display new interface capability bitsSam Leffler2002-11-151-1/+1
* Install devd.conf(5).Tim J. Robbins2002-11-141-1/+1
* Try to reword things a bit more to make it clearer.John Baldwin2002-11-131-3/+13
* - Fix some minor grammar and spelling nits.John Baldwin2002-11-131-10/+14
* Fix a "bug" in sysctl(8). Limit the length when we print a string fromPeter Wemm2002-11-121-1/+1
* Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> inMarcel Moolenaar2002-11-107-7/+0
* Fix one misspelling and two punctuation nits.Bruce A. Mah2002-11-071-3/+3
* Kill EOL whitespaces, style(9) fix.Maxim Konovalov2002-11-061-13/+12
* Fix UID/GID options parsing.Maxim Konovalov2002-11-061-2/+2
* Take sizeof() the right string for fspath's iovec. The old string was theJohn Baldwin2002-11-051-1/+1
* Use more non-b0rked error reporting. Print the disk we are trying to openJuli Mallett2002-11-051-3/+6
* Hook the new nextboot(8) manpage up to the build.Gordon Tetlow2002-11-041-1/+1
* Add a nextboot manual page.Gordon Tetlow2002-11-041-0/+116
* Run a revision on the GBDE encryption facility.Poul-Henning Kamp2002-11-043-48/+106
* Bring newfs_msdos into the GEOM world. Totally rewrite and simplifyScott Long2002-11-031-83/+49
* o Remove the fallback implementations of uuid_create(),Marcel Moolenaar2002-11-026-68/+5
* o Replace 'struct uuid' with 'uuid_t',Marcel Moolenaar2002-11-011-19/+20
* Give a meaningfull diagnostic when we cannot determine the filesystem type.Poul-Henning Kamp2002-10-311-1/+3
* Initialize the new salt field in the lock sector.Poul-Henning Kamp2002-10-301-2/+3
* Misc fixes from Chris Pepper, plus additional explainations onLuigi Rizzo2002-10-281-186/+183
* Remove a line that reflected behavior that does not actually exist.Chris Costello2002-10-281-1/+0
* Merged various changes from src/sbin/fdisk/fdisk.c revisions up to 1.66.Yoshihiro Takahashi2002-10-271-758/+426
* Fix the regexp evilness so that fdisk can (again?) find the devicePoul-Henning Kamp2002-10-271-1/+1
* Don't attempt to find the geometry with disklabel based ioctl, it justPoul-Henning Kamp2002-10-271-15/+0
* o Add functionality to add a GPT partition,Marcel Moolenaar2002-10-279-104/+389
* Document the `maclabel' command.Chris Costello2002-10-251-0/+7
* Add the functionality to create an (empty) GPT from scratch. TheMarcel Moolenaar2002-10-254-2/+199
* Fix ipfw2 panics on 64-bit platforms.Maxime Henrion2002-10-241-5/+5
* Report the MONITOR bit.Poul-Henning Kamp2002-10-241-1/+1
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionRobert Watson2002-10-233-9/+9
* Hook raidctl up to the build.Scott Long2002-10-231-0/+1