Age | Commit message (Expand) | Author |
2010-05-20 | document the optional arg to "flag", as requested by Thomas Pfaff; | Jason McIntyre |
2010-05-19 | Use the newly committed version of strnlen from libc. ok millert@ kettenis@ | Dale Rahn |
2010-05-19 | Set RTF_MPLS when playing with MPLS routes since this is now required. | Claudio Jeker |
2010-05-19 | remove unused variables | Charles Longeau |
2010-05-19 | Do not default to rdomain 1 for route exec use 0 as default like every other | Claudio Jeker |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-16 | plug memory leak. `ps' was allocated with strdup(3), but on error path | zinovik |
2010-05-15 | grow /usr/local more at the cost of /home; ok krw@ | Otto Moerbeek |
2010-05-14 | nowadays, .Dx is callable, so we need to quote it; | Ingo Schwarze |
2010-05-11 | set max size of auto allocated /usr/local to 10G; ok espie@ krw@ | Otto Moerbeek |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-07 | Add faith(4) to the list of clonable devices even though it is not enbaled | Claudio Jeker |
2010-05-06 | Print the link state for devices not having if_media support by looking at | Claudio Jeker |
2010-05-03 | Switch newfs to opendev(3) - this simplies the code and will allow it to | Joel Sing |
2010-04-28 | Add a new 'i' command to the disklabel interactive editor, allowing the | Joel Sing |
2010-04-28 | Move the UID printing/parsing code into separate functions and avoid using | Joel Sing |
2010-04-28 | When restoring a disklabel do not restore the uid. Let the kernel allocate | Joel Sing |
2010-04-28 | Teach disklabel how to print and parse UIDs. | Joel Sing |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-21 | scale angle by 1000000 to permit min.sec accuracy | Theo de Raadt |
2010-04-21 | zap trailing whitespace; | Jason McIntyre |
2010-04-21 | Add the "angle" sensor, measured in degrees; from Luis Pinto | Theo de Raadt |
2010-04-21 | Remove interactive help for individual disklabel editor commands. | lum |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-20 | Add "frequency" type for sensors. (and teach userland how to print that | Owain Ainsworth |
2010-04-17 | Print startup errors to both the console and the log, rather than | Kenneth R Westerback |
2010-04-15 | there is in fact no default salt file name | Ted Unangst |
2010-04-15 | Log when isakmpd starts - patch from Toni Mueller | lum |
2010-04-15 | add SENSOR_HUMIDITY to sensor framework to handle humidity values | Yojiro Uo |
2010-04-14 | Specifying an invalid number of nfsd's is an error. So error out | Kenneth R Westerback |
2010-04-14 | neccessary -> necessary; | Jason McIntyre |
2010-04-14 | Remove reference to a limitation of 8GB that does not exist anymore. | lum |
2010-04-13 | Some more help text cleanup, from suggestions by krw@ | lum |
2010-04-13 | Clean up and make consistent the first sentence of each help entry in | lum |
2010-04-12 | remove pkcs5 implementation here and use the one from bioctl. no libcrypto | Ted Unangst |
2010-04-12 | a little more tidying and excess word reduction. ok jmc | Ted Unangst |
2010-04-11 | use .Pp to split up this huge text chunk; | Jason McIntyre |
2010-04-11 | fix a hack that only worked with old groff; | Jason McIntyre |
2010-04-11 | make the options blurb consistent; | Jason McIntyre |
2010-04-11 | reduce redundant text in several sections. ok jmc | Ted Unangst |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |
2010-04-06 | fix some more dodgy "-indent"; aucat.1 has some too, but i'll leave that for | Jason McIntyre |
2010-04-06 | list 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-04 | Add some ipv6 hooks the isc code expects for dhcpv6. | Jonathan Gray |
2010-04-04 | In editor_add(), determine block & frag size base on the the actual fs | Otto Moerbeek |
2010-04-03 | scsi_all.h is needed before scsi_disk.h now. ok marco | Nicholas Marriott |
2010-04-03 | On the random MAC address also turn off the 'local administered' bit, | Theo de Raadt |
2010-04-02 | randomized mac addresses, avaliable via 'ifconfig $if lladdr random'. | Theo de Raadt |
2010-04-02 | Use a dedicated variable to prevent attempting to open multiple | Stuart Henderson |