summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Promote mediasize and physmem to uintmax_t when comparing them.des2004-10-041-1/+1
* Whitespace nit.des2004-10-031-1/+0
* dumpon builds cleanly at WARNS level 6.des2004-10-031-1/+1
* Verify that the specified device is at least as large as hw.physmem.des2004-10-032-20/+52
* Wrap some long lines (no content changes)des2004-10-031-6/+6
* Don't add integers to void pointers.stefanf2004-10-031-2/+4
* Remove blindly-copied extra include path.green2004-10-031-1/+0
* Remove -I from CFLAGS. This splipped in with the 3.5 import (as I wasmlaier2004-10-031-1/+0
* Add support to IPFW for matching by TCP data length.green2004-10-032-0/+29
* Add the documentation for IPFW's diverted(-loopback|-output) matches.green2004-10-031-0/+8
* Add support to IPFW for classification based on "diverted" statusgreen2004-10-031-0/+35
* Remove accidentally-added O_DIVERTED section.green2004-10-031-17/+0
* Add to IPFW the ability to do ALTQ classification/tagging.green2004-10-033-33/+258
* Fix a deadlock in ggatel(8) simlar to one which was fixed some timepjd2004-10-021-1/+1
* Fixed desctiptions of some options:ru2004-09-301-18/+6
* FreeBSD has full support for multiple consoles since 2001.ru2004-09-301-7/+1
* o Store timestamp in network byte order.maxim2004-09-301-4/+15
* This is a small tool which will read an entire disk(partition) usingphk2004-09-282-0/+149
* Turns out that revision 1.52 was a bad idea. It broke the longimp2004-09-281-1/+1
* Embellish the man page after trying to migrate to gstripe from ccd(4).obrien2004-09-261-4/+27
* Don't allow to specify wrong stripe size.pjd2004-09-261-1/+11
* Sort the SEE ALSO list correctly. Update the document date.brooks2004-09-231-2/+2
* Refrence bsdlabel.8 and bsdlabel.5 rather then the obsolete disklabel.8brooks2004-09-231-3/+3
* Since "d" is an array of 32 bit values, it is morecsjp2004-09-211-1/+1
* Prepare for 5.x soon becoming -STABLE.ru2004-09-191-8/+8
* Fix '-s' option for large disks and fix printing maximum file system size.pjd2004-09-191-4/+7
* Document '-p' flag for 'insert' command correct.pjd2004-09-181-3/+4
* Use correct format string.le2004-09-171-1/+1
* Do not exit after printing usage, give geom(8) a chance to show standardpjd2004-09-172-2/+0
* - Show all commands in usage, even if those commands are not available.pjd2004-09-171-19/+32
* - Make md(4) 64-bit clean.pjd2004-09-163-19/+47
* Distinguish between TCQ and NCQ type of tagged queing.sos2004-09-151-9/+11
* Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copiedandre2004-09-131-13/+2
* WARNS=4 safe.alfred2004-09-121-3/+11
* Fix build.alfred2004-09-121-5/+7
* Hook mount_autofs to the build.alfred2004-09-121-0/+1
* Currently when ipfw(8) generates the micro-instructions for rules whichcsjp2004-09-111-3/+3
* o Initialize a local variable and make gcc happy.maxim2004-09-101-0/+2
* Fix a type bug which sometimes wrote unusable lock sectors on the disk.phk2004-09-101-2/+2
* The disk labels generated by bsdlabel can no address more thanbrooks2004-09-092-7/+22
* add support for documented readonly option...jmg2004-09-081-1/+5
* sync with private code:alfred2004-09-083-4/+4
* Fix/clean up return values checking.pjd2004-09-084-31/+31
* Allow to setup GBDE on providers which contain '/' in their names,pjd2004-09-061-2/+0
* Use a spare byte in struct if_data to store the structure size withoutbrooks2004-09-011-1/+4
* Move back to WARNS=2scottl2004-09-011-1/+1
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.scottl2004-09-015-40/+59
* Enter the autofs.alfred2004-08-313-0/+182
* Correct a style bug: remove a gratuitous space between ( and ".trhodes2004-08-311-1/+1
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandpeter2004-08-301-2/+12
OpenPOWER on IntegriCloud