summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2010-04-12a little more tidying and excess word reduction. ok jmcTed Unangst
2010-04-11use .Pp to split up this huge text chunk;Jason McIntyre
2010-04-11fix a hack that only worked with old groff;Jason McIntyre
2010-04-11make the options blurb consistent;Jason McIntyre
2010-04-11reduce redundant text in several sections. ok jmcTed Unangst
2010-04-06Simple implementation of RFC4941, "Privacy Extensions for StatelessStefan Sperling
2010-04-06fix some more dodgy "-indent"; aucat.1 has some too, but i'll leave that forJason McIntyre
2010-04-06list offset should be "indent", not "-indent";Jason McIntyre
2010-04-05-indet is not a valid .Bl option, it should be -indent. But what mandoc(1)Theo de Raadt
2010-04-04Add some ipv6 hooks the isc code expects for dhcpv6.Jonathan Gray
2010-04-04In editor_add(), determine block & frag size base on the the actual fsOtto Moerbeek
2010-04-03scsi_all.h is needed before scsi_disk.h now. ok marcoNicholas Marriott
2010-04-03On the random MAC address also turn off the 'local administered' bit,Theo de Raadt
2010-04-02randomized mac addresses, avaliable via 'ifconfig $if lladdr random'.Theo de Raadt
2010-04-02Use a dedicated variable to prevent attempting to open multipleStuart Henderson