Age | Commit message (Expand) | Author |
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 |
2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2015-02-07 | GC unused parameters now that ifname and rdomain are not used in | Kenneth R Westerback |
2015-02-06 | Better size_t overflow check for mount_mfs. OK miod@ | Todd C. Miller |
2015-02-06 | convert atoi to strtonum | Ted Unangst |
2015-02-06 | unneeded getopt.h | Theo de Raadt |
2015-02-06 | The write_file() privsep interface was too permissive and | Reyk Floeter |
2015-02-06 | matthew@ points out that it's a bad idea to rely on the non-privileged, | Kenneth R Westerback |
2015-02-06 | Don't let errors leak the memory returned by getifaddrs(). | Kenneth R Westerback |
2015-02-06 | Remove route/netstat -f encap in favor of ipsecctl -s flow. | Reyk Floeter |
2015-02-05 | Use sizeof(struct X) rather than sizeof(*p) in calloc() invocations. | Kenneth R Westerback |
2015-02-05 | implement "ifconfig <if> -inet", removing all inet addresses | Henning Brauer |
2015-02-02 | replace the wireless scan example with one showing how to select monitor | Jason McIntyre |
2015-02-01 | free(NULL) works, so stop checking for non-zero length allocation | Kenneth R Westerback |
2015-01-31 | free(NULL) works, so stop checking for non-zero length allocation | Kenneth R Westerback |
2015-01-31 | Don't leak the "access protected, zero sized object" returned by | Kenneth R Westerback |
2015-01-31 | Set is_static to 0 before trying to free a lease. Otherwise it | Kenneth R Westerback |
2015-01-31 | Always free(buf) if errmsg is set while trying to flush routes. | Kenneth R Westerback |
2015-01-30 | Don't leak incompletely cloned static lease. Should never happen | Kenneth R Westerback |
2015-01-30 | Tweak error message to say 'realloc' since that's what's failing, | Kenneth R Westerback |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2015-01-21 | Build the argument list for halt/reboot without excessive use of | Christian Weisgerber |
2015-01-21 | Use plain "-p" to specify "halt and power down", for consistency | Christian Weisgerber |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |