Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-03 | Switch newfs to opendev(3) - this simplies the code and will allow it to | Joel Sing | |
benefit from planned changes to opendev(3). ok krw@ marco@ | |||
2010-04-28 | Add a new 'i' command to the disklabel interactive editor, allowing the | Joel Sing | |
disklabel UID to be changed. ok krw@ marco@ | |||
2010-04-28 | Move the UID printing/parsing code into separate functions and avoid using | Joel Sing | |
sscanf(). ok marco@ | |||
2010-04-28 | When restoring a disklabel do not restore the uid. Let the kernel allocate | Joel Sing | |
a new uid instead. ok krw@ marco@ | |||
2010-04-28 | Teach disklabel how to print and parse UIDs. | Joel Sing | |
ok deraadt@ krw@ | |||
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing | |
identifier, allowing the disk to be identified without relying on the device name. ok deraadt@ krw@ beck@ marco@ todd@ | |||
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 | |
These were in effect a duplication of the man page contents. The man page has been updated to include any small ommissions that were in the interactive help. Man page tweaks/suggestions from jmc@ and deraadt@. ok jmc@ deraadt@ krw@ otto@ | |||
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt | |
by returning ENXIO instead of ENOENT, to essentially indicate hotplug sensor that has gone away. Accessing beyond the end of the sensordev list still returns ENOENT, so that you can see there are no further devices. ok kettenis oga | |||
2010-04-20 | Add "frequency" type for sensors. (and teach userland how to print that | Owain Ainsworth | |
type). Measured in Hz. ok deraadt@ | |||
2010-04-17 | Print startup errors to both the console and the log, rather than | Kenneth R Westerback | |
just the console. ok deraadt@ beck@ | |||
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 | |
ok ho@ mpf@ krw@ sthen@ kjell@ | |||
2010-04-15 | add SENSOR_HUMIDITY to sensor framework to handle humidity values | Yojiro Uo | |
ok kettenis@ xsa@ sobrado@ krw@ deraadt@ | |||
2010-04-14 | Specifying an invalid number of nfsd's is an error. So error out | Kenneth R Westerback | |
rather than try to guess what was intended. ok halex@ tedu@ deraadt@ | |||
2010-04-14 | neccessary -> necessary; | Jason McIntyre | |
2010-04-14 | Remove reference to a limitation of 8GB that does not exist anymore. | lum | |
ok krw@ otto@ | |||
2010-04-13 | Some more help text cleanup, from suggestions by krw@ | lum | |
ok krw@ jmc@ otto@ | |||
2010-04-13 | Clean up and make consistent the first sentence of each help entry in | lum | |
interactive disklabel. Plus realign all lines because of textual changes. ok krw@ jmc@ otto@ | |||
2010-04-12 | remove pkcs5 implementation here and use the one from bioctl. no libcrypto | Ted Unangst | |
dependency. and some other tweaks. from mikeb. ok djm | |||
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 | |
Address Autoconfiguration in IPv6". For those among us who are paranoid about broadcasting their MAC address to the IPv6 internet. Man page help from jmc, testing by weerd, arc4random API hints from djm. ok deraadt, claudio | |||
2010-04-06 | fix some more dodgy "-indent"; aucat.1 has some too, but i'll leave that for | Jason McIntyre | |
ratchov, to avoid messing up his current diff... | |||
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 | |
did was spit that out on the next line of output, without warning, which is a bug in mandoc(1)... | |||
2010-04-04 | Add some ipv6 hooks the isc code expects for dhcpv6. | Jonathan Gray | |
ok krw@ ramdisks checked by deraadt@ | |||
2010-04-04 | In editor_add(), determine block & frag size base on the the actual fs | Otto Moerbeek | |
size chosen by the user, and not the suggested size; move to bigger blocksize in two steps; ok krw@ | |||
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 | |
since it is our intent to deceive. Prompted by weerd. ok ckuethe | |||
2010-04-02 | randomized mac addresses, avaliable via 'ifconfig $if lladdr random'. | Theo de Raadt | |
Note that not all device drivers do the work of the SIOCSIFLLADDR ioctl correctly, but this is just more reason to get them fixed. ok beck kettenis | |||
2010-04-02 | Use a dedicated variable to prevent attempting to open multiple | Stuart Henderson | |
ALTQ transactions when anchors are loaded. Fixes pfctl when using 'load anchor ... from' as seen by beck@ and Toni Mueller, which stopped working after r1.295 removed loadopt (which was overloaded to do this job as well as indicate command- line flags). ok henning@ | |||
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre | |
2010-03-29 | Improve the way we handle spoofed paritions for Resize. Now any auto | Otto Moerbeek | |
allocated can be treated. We still check if no non-native partition overlaps the openbsd area, to avoid surprised. ok krw@ lum@ | |||
2010-03-27 | remainer->remainder; from miod | Jason McIntyre | |
2010-03-27 | various improvements from Anders Langworthy, with some tweaks | Jason McIntyre | |
from krw and myself; ok deraadt krw | |||
2010-03-27 | `b' and `c' arguments to mknod are not optional; from LEVAI Daniel | Jason McIntyre | |
c_sh.c part from sobrado; ok millert guenther | |||
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2010-03-25 | be more strict in check_option(). | Kevin Steves | |
ISC dhclient had a buffer overflow: http://www.kb.cert.org/vuls/id/410676 and while our dhclient is not vulnerable to that, it got us looking at how the subnet mask option is handled. this limits specific ip address options to length 4 in conformance with RFC 2132. discussion started by william@ and with input from krw@ ok krw@ | |||
2010-03-25 | s/parititon/partition/ in error message | Stuart Henderson | |
2010-03-23 | tweak previous; ok otto | Jason McIntyre | |
2010-03-23 | oops - i obviously missed -r1.142; | Jason McIntyre | |
2010-03-23 | Add missing break, found while syncing with netstat/show.c | Claudio Jeker | |
2010-03-23 | Print MPLS information in route -n get and do some cleanup in the show code. | Claudio Jeker | |
OK michele@ | |||
2010-03-23 | avoid use of uninited var in max_partition_size(); ok krw@ | Otto Moerbeek | |