summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2010-06-05Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be ableJoel Sing
2010-06-04Fix NAT-T detection to enable UDP encapsulation. It was done before,Reyk Floeter
2010-06-04Merge interface flags and xflags before printing them. So it is possible toClaudio Jeker
2010-06-03manpage tweaksReyk Floeter
2010-06-03Stop requiring the 'inet6' keyword when the 'autoconfprivacy' option is used.Stefan Sperling
2010-06-03Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user.Reyk Floeter
2010-06-03remove my BINDIR override, pointed out by deraadt@Reyk Floeter
2010-06-03update the manpages for isakmpd(8) and ipsec.conf(5) to point to iked(8)Reyk Floeter
2010-06-03Import iked, a new implementation of the IKEv2 protocol.Reyk Floeter
2010-06-02Have dhclient obey the interface's rdomain, instead of doing routes onPeter Hessler
2010-05-28tweak previous;Jason McIntyre
2010-05-28Add mpls/-mpls commands to enable MPLS label switching on an interface.Claudio Jeker
2010-05-25no Pp before/after Sh/Ss;Jason McIntyre
2010-05-25use opendev(), as requested in 6373. document this using text borrowed fromTheo de Raadt
2010-05-25match usage to the manual page, and borrow the description of 'disk'Theo de Raadt
2010-05-20document the optional arg to "flag", as requested by Thomas Pfaff;Jason McIntyre
2010-05-19Use the newly committed version of strnlen from libc. ok millert@ kettenis@Dale Rahn
2010-05-19Set RTF_MPLS when playing with MPLS routes since this is now required.Claudio Jeker
2010-05-19remove unused variablesCharles Longeau
2010-05-19Do not default to rdomain 1 for route exec use 0 as default like every otherClaudio Jeker
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-05-16plug memory leak. `ps' was allocated with strdup(3), but on error pathzinovik
2010-05-15grow /usr/local more at the cost of /home; ok krw@Otto Moerbeek
2010-05-14nowadays, .Dx is callable, so we need to quote it;Ingo Schwarze
2010-05-11set max size of auto allocated /usr/local to 10G; ok espie@ krw@Otto Moerbeek
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-05-07Add faith(4) to the list of clonable devices even though it is not enbaledClaudio Jeker
2010-05-06Print the link state for devices not having if_media support by looking atClaudio Jeker
2010-05-03Switch newfs to opendev(3) - this simplies the code and will allow it toJoel Sing
2010-04-28Add a new 'i' command to the disklabel interactive editor, allowing theJoel Sing
2010-04-28Move the UID printing/parsing code into separate functions and avoid usingJoel Sing
2010-04-28When restoring a disklabel do not restore the uid. Let the kernel allocateJoel Sing
2010-04-28Teach disklabel how to print and parse UIDs.Joel Sing
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-21scale angle by 1000000 to permit min.sec accuracyTheo de Raadt
2010-04-21zap trailing whitespace;Jason McIntyre
2010-04-21Add the "angle" sensor, measured in degrees; from Luis PintoTheo de Raadt
2010-04-21Remove interactive help for individual disklabel editor commands.lum
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-20Add "frequency" type for sensors. (and teach userland how to print thatOwain Ainsworth
2010-04-17Print startup errors to both the console and the log, rather thanKenneth R Westerback
2010-04-15there is in fact no default salt file nameTed Unangst
2010-04-15Log when isakmpd starts - patch from Toni Muellerlum
2010-04-15add SENSOR_HUMIDITY to sensor framework to handle humidity valuesYojiro Uo
2010-04-14Specifying an invalid number of nfsd's is an error. So error outKenneth R Westerback
2010-04-14neccessary -> necessary;Jason McIntyre
2010-04-14Remove reference to a limitation of 8GB that does not exist anymore.lum
2010-04-13Some more help text cleanup, from suggestions by krw@lum
2010-04-13Clean up and make consistent the first sentence of each help entry inlum
2010-04-12remove pkcs5 implementation here and use the one from bioctl. no libcryptoTed Unangst