Age | Commit message (Expand) | Author |
2015-03-27 | Wrap some annoying long lines. | Kenneth R Westerback |
2015-03-27 | Use DOSACTIVE define instead of magic number 0x80. | Kenneth R Westerback |
2015-03-26 | Adapt ask_string() from disklabel's getstring(). It will be used | Kenneth R Westerback |
2015-03-26 | initial support for RFC 7427 signatures, so we are no longer | Markus Friedl |
2015-03-26 | Allow input/printing/conversion of terabyte sizes. Which GPT partitons | Kenneth R Westerback |
2015-03-26 | Expand internal representation of partition starting LBA and size | Kenneth R Westerback |
2015-03-26 | Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone? | Mike Belopuhov |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |
2015-03-23 | port src/sbin/ping/ping.c r1.118 to ping6: | David Gwynne |
2015-03-23 | port src/sbin/ping/ping.c r1.116 to ping6: | David Gwynne |
2015-03-23 | obfuscate the monotonic clock values we put on the wire by offsetting | David Gwynne |
2015-03-20 | Fix cut & pasto in warning message; from Andre Smagin | Todd C. Miller |
2015-03-19 | When zapping the GPT at the end of the disk, don't use disk.size | Kenneth R Westerback |
2015-03-19 | Nuke now unused variable. | Kenneth R Westerback |
2015-03-18 | Instead of embedding interface names in a sockaddr use their indexes | Martin Pieuchot |
2015-03-18 | Make init(8) static PIE. | Pascal Stumpf |
2015-03-18 | Stop passing around little used 'struct mbr tt' parameter. Just | Kenneth R Westerback |
2015-03-18 | Sort getopt() string. | Masao Uebayashi |
2015-03-17 | Stop passing around little used and superfluous 'offset' parameter. | Kenneth R Westerback |
2015-03-17 | for small mem machines, make sure max does not get smaller than | Otto Moerbeek |
2015-03-16 | Stop passing around a pointer to the stack variable 'disk' in main(). | Kenneth R Westerback |
2015-03-16 | Document that -i/-u are mutually exclusive and clean up the related | Kenneth R Westerback |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-14 | Whitespace & KNF tweaks. Change functions whose return values are | Kenneth R Westerback |
2015-03-14 | Zap unused variable. | Kenneth R Westerback |
2015-03-14 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-13 | request from Thomas Schmidt to mention dmesg retention over reboot | Theo de Raadt |
2015-03-12 | automatic parent interface selection does not work anymore (see rev. | Sebastian Benoit |
2015-03-12 | Only read time information from the received packet if it is big | Florian Obser |
2015-03-12 | replace bcopy with memcpy | David Gwynne |
2015-03-12 | bump the size of the time types on the wire to 64bit, and use nsec | David Gwynne |
2015-03-11 | port src/sbin/ping/ping.c r1.115. | David Gwynne |
2015-03-11 | use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure the | David Gwynne |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-26 | %% not % in error message; ok millert@ henning@ | Stuart Henderson |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley |
2015-02-15 | convert bcmp to memcmp | Ted Unangst |
2015-02-15 | These functions turned up in my grep for bcmp. There are already perfectly | Ted Unangst |
2015-02-14 | Rather than using 0xff as a placeholder for "don't check prio", use 0xff to | Stuart Henderson |
2015-02-13 | Direct people to netstat for the new multicast routing sysctls. | Philip Guenther |
2015-02-10 | since we inherit prio (as in, the queuing priority) from outside sources, | Henning Brauer |
2015-02-10 | Groundwork for better route support over multiple interfaces by | Kenneth R Westerback |
2015-02-10 | If 'write' is issued after a 'reinit' command, and the MBR to be | Kenneth R Westerback |
2015-02-09 | provide a net.inet6.ip6.ifq sysctl so people can see and fiddle | David Gwynne |
2015-02-09 | Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Rename | Kenneth R Westerback |
2015-02-08 | Use AI_ADDRCONFIG when resolv hosts on startup. | Reyk Floeter |
2015-02-08 | Get rid of a bunch of memset()'s where struct variables and arrays | Kenneth R Westerback |
2015-02-07 | parse debug levels with strtonum, so that debug 1banana doesn't parse. | Ted Unangst |
2015-02-07 | Add support for interface-mtu (option 26). | Kenneth R Westerback |