aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefsRobert Watson2002-10-142-7/+73
* Teach mount(8) about MNT_ACLS for the purposes of mount options andRobert Watson2002-10-142-1/+5
* Increase the max dummynet hash size from 1024 to 65536. Default is stillSean Chittenden2002-10-121-1/+1
* Document that write(2) et al can return EROFS for attempts to write theJens Schweikhardt2002-10-102-2/+8
* Make sure strsep() gets a nul-terminated string.Giorgos Keramidas2002-10-101-1/+2
* When verifying a superblock, the lower bound on block size is MINBSIZEKirk McKusick2002-10-101-1/+1
* de-__P()Alfred Perlstein2002-10-103-73/+73
* Update documentation for kldload(8)'s ability to load multiple modules.Juli Mallett2002-10-092-4/+6
* Fix to support pc98.Yoshihiro Takahashi2002-10-082-0/+8
* Make it possible to kldload(8) many modules.Juli Mallett2002-10-081-9/+17
* Treat the pathptrn field as a real pattern with the aid of fnmatch().Dima Dorfman2002-10-081-3/+0
* Document behaviour change in reboot(8) introduced in reboot.c rev. 1.17:Thomas Quinot2002-10-071-7/+8
* Don't use DPCYL and DPSECT macros. These are not needed.Yoshihiro Takahashi2002-10-071-8/+8
* Set only the RB_POWEROFF flag (not the RB_HALT flag) whenThomas Quinot2002-10-061-1/+1
* Don't be noisy if DIOCWLABEL fails, it's probably because we're writingPoul-Henning Kamp2002-10-052-4/+2
* Include <sys/diskpc98.h>Yoshihiro Takahashi2002-10-041-0/+1
* EFI GPT partitions use 'p' as a slice seperator. eg: da0p1 or da0p217.Peter Wemm2002-10-041-1/+1
* Cast malloc() assignments.Matthew N. Dodd2002-10-021-6/+6
* Add an -o option to exit after receiving one reply. This can be usedDima Dorfman2002-10-022-5/+12
* Don't crash when the user feeds us nonesense in the form:Dima Dorfman2002-10-021-3/+4
* Remove a comma trailing an if clause.Poul-Henning Kamp2002-10-011-1/+1
* Changed "file system" back to "filesystem" in the usage message. EnglishBruce Evans2002-10-011-3/+3
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-013-0/+3
* - bzero() allocations.Matthew N. Dodd2002-09-301-1/+38
* Turn warnings back on.Matthew N. Dodd2002-09-301-1/+0
* Add the "Monitor" interface flag.Poul-Henning Kamp2002-09-272-0/+13
* Give up on a tty if opening it's special file returns ENOENT like we do forJohn Baldwin2002-09-271-1/+1
* Don't show disklabel in the examples, it is not necessary.Poul-Henning Kamp2002-09-261-3/+2
* Do not dump core on 'ipfw add unreach': handling null strings inMaxim Konovalov2002-09-251-0/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-2521-30/+54
* Add support to fsck_ffs to account for storage for extendedKirk McKusick2002-09-241-1/+19
* o Fix a typo.Maxim Konovalov2002-09-221-3/+3
* Don't disklabel(8) the md(4) device, it is not needed, and we don't wantPoul-Henning Kamp2002-09-223-22/+3
* Failure to rewrite the disklabel should not be fatal.Poul-Henning Kamp2002-09-221-4/+2
* Construct new disklabels based on the medias stated parameters inPoul-Henning Kamp2002-09-202-40/+94
* Straighten out get_params().Poul-Henning Kamp2002-09-201-33/+34
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-9/+10
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.Mike Barcroft2002-09-161-8/+11
* I forgot fsdb was still sharing files with fsck.Poul-Henning Kamp2002-09-161-1/+1
* Add a source file where EXTATTR checks will happen and hook it in evenPoul-Henning Kamp2002-09-164-2/+93
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.Mike Barcroft2002-09-161-4/+6
* Try to pick up disk geometry with specific DIOC* ioctls, rather thanPoul-Henning Kamp2002-09-151-1/+21
* Removed a debugging printf() left here in peter'sMaxime Henrion2002-09-141-1/+0
* Use the proper fields for security.Søren Schmidt2002-09-121-2/+2
* Store the port number in "fwd" rules in host format, same as ipfw1Luigi Rizzo2002-09-121-2/+2
* Commit "unrelated style fixes" part of Bruce's patch (regardingPeter Wemm2002-09-111-5/+5
* Modify previous commit to solve the real problem that made gcc thinkPeter Wemm2002-09-111-5/+5
* In reference to previous commit: use err(3).Jacques Vidrine2002-09-091-4/+2
* Back out previous commit. I was a bit overzealous: the fd_set size isJacques Vidrine2002-09-091-2/+0
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+2