aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix a silly little typo I just spotted.Philip Paeps2005-06-061-1/+1
* Connect if_bridge to the build.Andrew Thompson2005-06-052-0/+113
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dAndrew Thompson2005-06-051-0/+533
* Better explain, then actually implement the IPFW ALTQ-rule first-matchBrian Feldman2005-06-041-2/+13
* Revert last. It was the result of mismerges from cvs not an actualWarner Losh2005-06-031-1/+0
* Build sconfig on i386 to match where drivers are made it configuresWarner Losh2005-06-031-0/+1
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.Max Laier2005-06-032-26/+71
* Fix some warnings on 64-bit archs.John Baldwin2005-06-011-6/+7
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-0116-15/+18
* Remove #ident directives, they don't exist on the vendor branch anymore.Stefan Farfeleder2005-05-319-9/+1
* Constify savedir pointer, and remove an accompaning strdup() call.Xin LI2005-05-291-8/+3
* Give variable an initial value. Use errx() instead of fprintf().Philippe Charnier2005-05-291-4/+4
* rscid -> __FBSDID. Mark parameter as __unused when necessary.Philippe Charnier2005-05-294-9/+13
* Fix order (I introduced some time ago) broken in previous revision.Ruslan Ermilov2005-05-251-1/+1
* Only build mount_reiserfs(8) on i386, it exists only there for now.Maxime Henrion2005-05-241-1/+2
* Connect mount_reiserfs(8) to the build.Jean-Sébastien Pédron2005-05-241-0/+1
* Import of mount_reiserfs(8), used to mount a ReiserFS filesystem.Jean-Sébastien Pédron2005-05-243-0/+207
* - do DNS lookup for symbolic names specified for a destinationHajimu UMEMOTO2005-05-231-4/+5
* Synchronize program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+2
* Unbreak handling of "ip[v]6" protocol and option flag. No more segfaultsMax Laier2005-05-211-2/+1
* Print the rigth argv string on error (too much c&p)..Søren Schmidt2005-05-201-4/+4
* guard against bogus address dataSam Leffler2005-05-201-1/+1
* Fix the contents of the underneath .depend files and "make checkdpadd".Ruslan Ermilov2005-05-171-8/+4
* Ignore sigpipe so we can properly detach clients to the pipe.Warner Losh2005-05-161-0/+2
* Enable building /sbin/ipf (but not the rescue version) with the ability toDarren Reed2005-05-161-2/+4
* Fixed markup from the previous revision.Ruslan Ermilov2005-05-161-8/+7
* Reflect the new usage.Søren Schmidt2005-05-161-39/+17
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-161-183/+217
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-132-21/+6
* 'ngtee' also depends on net.inet.ip.fw.one_pass.Gleb Smirnoff2005-05-111-1/+3
* shutdown(2)'s how argument as 0 is nowhere near as cool as SHUT_RDJuli Mallett2005-05-111-2/+2
* IPFW version 2 is the only option now in HEAD. Do not confuseGleb Smirnoff2005-05-041-45/+0
* Add -m option (find module using modfind() and stat it).Max Khon2005-05-042-5/+31
* Update ifconfig's pfsync module for 3.7 pfsync(4)Max Laier2005-05-031-14/+80
* Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.Max Laier2005-05-031-0/+1
* Cleanups for gcc4:Xin LI2005-05-023-4/+3
* WARNS=6 and gcc4 cleanup:Xin LI2005-05-021-15/+15
* include stdarg.h for va_listXin LI2005-05-021-0/+1
* Make gcc4 happy by making consistent signedness.Xin LI2005-05-021-1/+1
* - Merged some missing changes from fdisk/fdisk.c.Yoshihiro Takahashi2005-05-012-434/+39
* cosmetic changes.Yoshihiro Takahashi2005-05-011-17/+15
* Merged more changes from fdisk/fdisk.c.Yoshihiro Takahashi2005-05-011-26/+7
* Use NDOSPART macro instead of a magic number.Yoshihiro Takahashi2005-05-011-2/+2
* Merged from src/sbin/fdisk/fdisk.c revision 1.77.Yoshihiro Takahashi2005-05-011-2/+2
* If we resort to opening a slice instead of the base device, do so withPoul-Henning Kamp2005-04-291-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2005-04-291-1/+1
* Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupDarren Reed2005-04-288-38/+4
* Fix a the previous commit. I wanted to remove the if and always run theBrooks Davis2005-04-261-0/+1
* Don't force IPv6 proto to be printed numericaly.Brooks Davis2005-04-261-2/+0
* Not looking for ipfilter source files in the right placeDarren Reed2005-04-261-1/+1