aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Allow the LACP state to be queried from userland which at the moment is theAndrew Thompson2007-07-051-3/+45
* Remove the -DFAST_IPSEC from Makefiles again.Bjoern A. Zeeb2007-07-051-1/+1
* Use the -n flag on ifconfig so that dhclient does not cause the kernel moduleAndrew Thompson2007-07-031-8/+9
* Link pf 4.1 to the build:Max Laier2007-07-031-0/+2
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-019-19/+18
* - Remove UMAP filesystem. It was disconnected from build three years ago,Rong-En Fan2007-06-259-580/+1
* o Make ipfw set more robust -- now it is possible:Maxim Konovalov2007-06-182-41/+131
* In the previous changeset a cast of myminor to u_int wereXin LI2007-06-141-1/+1
* Add the vlan tag to the bridge route table. This allows a vlan trunk to beAndrew Thompson2007-06-131-2/+3
* Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion ofRobert Watson2007-06-133-13/+0
* WARNS=6Xin LI2007-06-131-11/+6
* Add recoverdisk to the base system, it is far too useful to livePoul-Henning Kamp2007-06-121-0/+1
* Catch up with variable name changes in struct lagg_protos.Andrew Thompson2007-06-121-10/+10
* Reset the pointer to the ioctl buffer after it gets changed.Andrew Thompson2007-06-121-0/+2
* Add reporting and toggling of TCP LRO (large receive offload) support toAndre Oppermann2007-06-112-1/+11
* Exclude inet_addr.c from the build.Olivier Houchard2007-06-111-1/+1
* When we return from a "show" function without printing anything exceptBruce Evans2007-06-111-6/+6
* Update for revised 802.11 support:Sam Leffler2007-06-114-167/+955
* Some improvements to the int-type printing code based on suggestions by bde.David Malone2007-06-101-17/+13
* Fix a number of WARNS, including printf, constness and unsigned comparisonDavid Malone2007-06-101-12/+13
* Some style improvements suggested by bde, including removing anDavid Malone2007-06-101-37/+36
* Use common code for printing ints and longs by coppying the sysctlDavid Malone2007-06-041-42/+42
* Merge IPFilter 4.1.23 back to HEADDarren Reed2007-06-041-22/+22
* I understood the MLINK part incorrectly, it should be the other way aroundRemko Lodder2007-06-011-1/+0
* The newfs_msdos utility does not store the boot signature in theTom Rhodes2007-05-311-6/+6
* Check fdopen return value.Kevin Lo2007-05-281-0/+6
* Fix the online usage for the "dump" command.Ruslan Ermilov2007-05-241-1/+1
* Add the -n flag for disabling automatic module loading, this will be used byAndrew Thompson2007-05-222-2/+18
* Force the alignment of the chars arrays, as they are casted later toOlivier Houchard2007-05-211-1/+1
* Add an example which shows how mdconfig(8) can be usedGiorgos Keramidas2007-05-181-1/+7
* Fix the construction of the gctl_req that got broken by myMarcel Moolenaar2007-05-171-1/+3
* Bump G_LIB_VERSION to reflect the ABI change.Marcel Moolenaar2007-05-161-1/+1
* Add gpart(8).Marcel Moolenaar2007-05-1517-91/+512
* -n is used by newfs to tell "do not generate a .snap directory" instead ofRemko Lodder2007-05-141-4/+4
* Replace incomprehensive description of -m by much clearer text from OpenBSD,Pav Lucistnik2007-05-121-2/+3
* Another merging from sbin/fdisk/fdisk.8.Yoshihiro Takahashi2007-05-101-68/+75
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-092-0/+2
* o Teach get_mac_addr_mask() to not silently accept incorrect MACMaxim Konovalov2007-05-091-22/+38
* Reduce diffs against fdisk/fdisk.8.Yoshihiro Takahashi2007-05-091-158/+142
* - A partition number is allowed to 1-8.Yoshihiro Takahashi2007-05-091-11/+5
* Add Apple HFS+ (0xAF) MBR partition type identificator.Andre Oppermann2007-05-061-0/+1
* Correct some typos.Pawel Jakub Dawidek2007-05-061-2/+2
* Fix mdoc warnings.Pawel Jakub Dawidek2007-05-061-3/+1
* Add support for filtering on Routing Header Type 0 andBjoern A. Zeeb2007-05-042-3/+25
* Do some cleanups (like freeing memory and closing file descriptors) beforePawel Jakub Dawidek2007-05-011-6/+6
* o Add -p flag: print a slice table in fdisk configuration file format.Maxim Konovalov2007-04-302-4/+36
* o Make ipfw(8) show rules with mac/mac-type options correctly.Maxim Konovalov2007-04-301-36/+17
* Fix a typo: argv -> argvpYaroslav Tykhiy2007-04-301-1/+2
* Improve reporting in recoverdisk a good deal.Poul-Henning Kamp2007-04-231-12/+26
* Because there are so many more partitions on pc98 than on wintel (16Warner Losh2007-04-212-64/+80