summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2009-03-21a paragraph break (.Pp macro) is not required before or after section headers.Igor Sobrado
2009-03-19minor tweaks (sorry grunk!);Jason McIntyre
2009-03-19correct an example in the manpage: after creating a new crypto volume,Alexander von Gernler
2009-03-19pfctl -ss printed state levels for ICMPv6. Disable this the sameAlexander Bluhm
2009-03-12Define a proper wsdisplay type for raptor(4).Mark Kettenis
2009-03-10Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER.Kenneth R Westerback
2009-03-07"Numer of " -> "Number of ". Typo from r1.1.Kenneth R Westerback
2009-02-23back out last commit since it breaks a few regress tests -- this will beTheo de Raadt
2009-02-22split synopsis and the options list according to functionality;Jason McIntyre
2009-02-19spacingTheo de Raadt
2009-02-19'(ifi->linkstat && ifi && ifi->rfdesc != -1)' is flawed. Swap theKenneth R Westerback
2009-02-16fix pfctl -v printing of anchors, from camield@. Closes user/6065Stuart Henderson
2009-02-16Allow username and password to be up to 255 characters in length.Can Erkin Acar
2009-02-16sync the wpa example with those in the driver pages, as pointed outJason McIntyre
2009-02-15should fsck the raw device; spotted by frantisek holop and mentioned onTheo de Raadt
2009-02-15Don't display, or save via the editor 's' command, the fsize andKenneth R Westerback
2009-02-15Give an example of how to use wpa-psk(8) to connect to WPABret Lambert
2009-02-15make "ifconfig if0 chan" list the channels supported by the device.Damien Bergamini
2009-02-13Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.Damien Bergamini
2009-02-09Document that ips has bio support now.Alexander Yurchenko
2009-02-09Add caveat that rebuild is not currently implemented on softraid.Marco Peereboom
2009-02-08Eliminate excessive verbiage for 'fdisk -i' and 'fdisk -u'. EspeciallyKenneth R Westerback
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-02-06Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_tAlexander Yurchenko
2009-02-03Reflect MPLS kernel changes. Operations are stored now in rt_mpls field.Michele Marchetto
2009-02-01Let this compile with gcc2.Miod Vallat
2009-01-31write point-to-point in a consistent way.Igor Sobrado
2009-01-30If the "peer" address is not specified or derived from "to" forAlexander Bluhm
2009-01-29After checking that peer == NULL do not assign peer = NULL a fewAlexander Bluhm
2009-01-29tweak previous;Jason McIntyre
2009-01-29Introduce -mplslabel to allow ipv4/ipv6 packets enter MPLS clouds.Michele Marchetto
2009-01-29Improve logging:Hans-Joerg Hoexer
2009-01-28Reflect MPLS kernel changes.Michele Marchetto
2009-01-28Allow to specify ike and flow explicitly without peer. The anyAlexander Bluhm
2009-01-28cleaning up my tree: trivial KNF and a comment fix.Hans-Joerg Hoexer
2009-01-28use claudios new rtsocket filters to restrict which messages on the routeDavid Gwynne
2009-01-28Remove some dead (#if 0) code.Hans-Joerg Hoexer
2009-01-27A warning text in ipsecctl was used twice. Make the messages uniqueAlexander Bluhm
2009-01-26Mark multipath routes with P in the show command flags. Bummer that bothClaudio Jeker
2009-01-24improve indentation without wasting space on the install media;Igor Sobrado
2009-01-24Improve comment about resolv.conf creation. Prodded by sobrado@.Kenneth R Westerback
2009-01-20Add support to isakmpd(8) and ipsecctl(8) to install SA's with aMarco Pfatschbacher
2009-01-17Use different variables for the dump offset in blocks and the dump offsetMiod Vallat
2009-01-11On *ppc disks shared with MacOS, walk the Apple partition map to find outMiod Vallat
2009-01-10Use the kernel set ifam_hdrlen so that ABI changes won't cause olderClaudio Jeker
2009-01-08Reflect MPLS kernel changes.Michele Marchetto
2009-01-06i saw the previous was wrong as soon as i committed it: put theJason McIntyre
2009-01-06document, consistently, those apps which also exist as built-insJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2009-01-02Handle kernel core files larger than 2GB; ok dlg@Miod Vallat