Age | Commit message (Expand) | Author |
2010-06-05 | Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be able | Joel Sing |
2010-06-04 | Fix NAT-T detection to enable UDP encapsulation. It was done before, | Reyk Floeter |
2010-06-04 | Merge interface flags and xflags before printing them. So it is possible to | Claudio Jeker |
2010-06-03 | manpage tweaks | Reyk Floeter |
2010-06-03 | Stop requiring the 'inet6' keyword when the 'autoconfprivacy' option is used. | Stefan Sperling |
2010-06-03 | Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user. | Reyk Floeter |
2010-06-03 | remove my BINDIR override, pointed out by deraadt@ | Reyk Floeter |
2010-06-03 | update the manpages for isakmpd(8) and ipsec.conf(5) to point to iked(8) | Reyk Floeter |
2010-06-03 | Import iked, a new implementation of the IKEv2 protocol. | Reyk Floeter |
2010-06-02 | Have dhclient obey the interface's rdomain, instead of doing routes on | Peter Hessler |
2010-05-28 | tweak previous; | Jason McIntyre |
2010-05-28 | Add mpls/-mpls commands to enable MPLS label switching on an interface. | Claudio Jeker |
2010-05-25 | no Pp before/after Sh/Ss; | Jason McIntyre |
2010-05-25 | use opendev(), as requested in 6373. document this using text borrowed from | Theo de Raadt |
2010-05-25 | match usage to the manual page, and borrow the description of 'disk' | Theo de Raadt |
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 |