summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Some improvements to the int-type printing code based on suggestions by bde.dwmalone2007-06-101-17/+13
* Fix a number of WARNS, including printf, constness and unsigned comparisondwmalone2007-06-101-12/+13
* Some style improvements suggested by bde, including removing andwmalone2007-06-101-37/+36
* Use common code for printing ints and longs by coppying the sysctldwmalone2007-06-041-42/+42
* Merge IPFilter 4.1.23 back to HEADdarrenr2007-06-041-22/+22
* I understood the MLINK part incorrectly, it should be the other way aroundremko2007-06-011-1/+0
* The newfs_msdos utility does not store the boot signature in thetrhodes2007-05-311-6/+6
* Check fdopen return value.kevlo2007-05-281-0/+6
* Fix the online usage for the "dump" command.ru2007-05-241-1/+1
* Add the -n flag for disabling automatic module loading, this will be used bythompsa2007-05-222-2/+18
* Force the alignment of the chars arrays, as they are casted later tocognet2007-05-211-1/+1
* Add an example which shows how mdconfig(8) can be usedkeramida2007-05-181-1/+7
* Fix the construction of the gctl_req that got broken by mymarcel2007-05-171-1/+3
* Bump G_LIB_VERSION to reflect the ABI change.marcel2007-05-161-1/+1
* Add gpart(8).marcel2007-05-1517-91/+512
* -n is used by newfs to tell "do not generate a .snap directory" instead ofremko2007-05-141-4/+4
* Replace incomprehensive description of -m by much clearer text from OpenBSD,pav2007-05-121-2/+3
* Another merging from sbin/fdisk/fdisk.8.nyan2007-05-101-68/+75
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-092-0/+2
* o Teach get_mac_addr_mask() to not silently accept incorrect MACmaxim2007-05-091-22/+38
* Reduce diffs against fdisk/fdisk.8.nyan2007-05-091-158/+142
* - A partition number is allowed to 1-8.nyan2007-05-091-11/+5
* Add Apple HFS+ (0xAF) MBR partition type identificator.andre2007-05-061-0/+1
* Correct some typos.pjd2007-05-061-2/+2
* Fix mdoc warnings.pjd2007-05-061-3/+1
* Add support for filtering on Routing Header Type 0 andbz2007-05-042-3/+25
* Do some cleanups (like freeing memory and closing file descriptors) beforepjd2007-05-011-6/+6
* o Add -p flag: print a slice table in fdisk configuration file format.maxim2007-04-302-4/+36
* o Make ipfw(8) show rules with mac/mac-type options correctly.maxim2007-04-301-36/+17
* Fix a typo: argv -> argvpyar2007-04-301-1/+2
* Improve reporting in recoverdisk a good deal.phk2007-04-231-12/+26
* Because there are so many more partitions on pc98 than on wintel (16imp2007-04-212-66/+82
* Correct two issues in ping6:mtm2007-04-191-19/+68
* o Add missed w/space in the error message.maxim2007-04-171-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-173-49/+49
* o IFNAMSIZ includes a terminating null byte.maxim2007-04-141-1/+1
* Align -p output in TAB built columns suitable for /etc/fstab.phk2007-04-131-2/+19
* The minimum size of an RFC3442 destination descriptor is five bytes, soemaste2007-04-131-1/+1
* Bump document date for new trunk commands.thompsa2007-04-101-1/+1
* Hook trunk(4) up to the build.thompsa2007-04-102-0/+18
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-101-0/+153
* Implement a work-around for poor ggate write performance.pjd2007-04-062-1/+12
* Remove temporary files when there are no longer needed.pjd2007-04-061-0/+2
* (bread): For a read that is contained entirely within a block, never copythomas2007-04-051-1/+1
* - Protect against specifing journal less than 100MB and against journalpjd2007-04-031-3/+12
* don't display ssid cloaking status as "ssid HIDE", use the cmd linesam2007-03-301-2/+2
* Correct the name of the 'proto' command.thompsa2007-03-291-1/+1
* Back out rev. 1.129 because it breaks the practice of auto-loadingyar2007-03-241-1/+3
* Exit status should be 1 on error.pjd2007-03-231-8/+5
* Attempt to load the kernel module only if we are going to create ayar2007-03-121-3/+1
OpenPOWER on IntegriCloud