Age | Commit message (Expand) | Author |
2015-10-25 | Trivial rt_ifp->if_index -> rt_ifidx conversions. | Martin Pieuchot |
2015-10-25 | Sync after recent rtable_insert() change. | Martin Pieuchot |
2015-10-25 | Merge rtable_mpath_conflict() into rtable_insert(). | Martin Pieuchot |
2015-10-25 | IPV6_NEXTHOP is gone, remove -g option which used this. | Florian Obser |
2015-10-25 | Remove IPV6_NEXTHOP implementation. Source routing is considered to be | Florian Obser |
2015-10-25 | Kill unused local var, and reorder while here. | Jeremie Courreges-Anglas |
2015-10-25 | Be more consisten with rtmsgs. Always set rtm_index (even in the RTM_GET | Claudio Jeker |
2015-10-25 | We don't care about lack of source route support for IPv6. | Jeremie Courreges-Anglas |
2015-10-25 | Kill IP Source Route support, unusable since 1998. | Jeremie Courreges-Anglas |
2015-10-25 | Use the "modern" way to check if a route entry correspond to a local | Martin Pieuchot |
2015-10-25 | Do not overwrite if_rtrequest() if the driver specified it *before* | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed and almost dead. | Martin Pieuchot |
2015-10-25 | zap trailing whitespace; | Jason McIntyre |
2015-10-25 | tweak previous; | Jason McIntyre |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-25 | ifa is no longer used. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-25 | Implement ping(8)'s -L option in ping6: | Florian Obser |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer required. | Martin Pieuchot |
2015-10-25 | Missing initializer; spotted by coverity. | Miod Vallat |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-25 | backout; many issues remain... | Theo de Raadt |
2015-10-25 | reorder some checks in pledge_namei() in order to properly work. | Sebastien Marie |
2015-10-25 | the DNS process was not discarding & redirecting stdin/out/err to | Theo de Raadt |
2015-10-25 | ps(1) needs sysctl KERN_PROC_CWD exposed as well in the pledge "ps" set. | Theo de Raadt |
2015-10-25 | The only thing that was translated into multiple languages in OpenBSD | Alexander Bluhm |
2015-10-25 | Use 'fdisk -i', instead of 'fdisk -e' with a here document of | Kenneth R Westerback |
2015-10-25 | Instead of doing the the if_get() dance for rt_missmsg(), change the | Alexander Bluhm |
2015-10-25 | sync | Miod Vallat |
2015-10-25 | need "getpw" pledge; spotted by matthieu | Theo de Raadt |
2015-10-25 | route flush cannot pledge before sysctl for NET_RT_DUMP; defer the act. | Theo de Raadt |
2015-10-25 | just dump the help on stdout with messing about with a pager. | Ted Unangst |
2015-10-25 | Pass output from jobs through format_expand() so they are expanded again | Nicholas Marriott |
2015-10-25 | No need to declare pwd_gensalt; it's unused and gone. | Antoine Jacoutot |
2015-10-25 | pledge the main usage patterns similar to arp(8). Some akkorokamui | Theo de Raadt |
2015-10-25 | Let's see if anyone screams about not being able to specify $TMPDIR | Theo de Raadt |
2015-10-25 | pledge bind(1), dig(1), and nslookup(1). This modifies the underlying | Theo de Raadt |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter |
2015-10-25 | Use sigaction() instead of signal() to avoid pulling in unnecessary | Philip Guenther |
2015-10-25 | Use dprintf() instead of fprintf() in the signal handler | Philip Guenther |
2015-10-25 | POSIX says that you can't capture the return value of sigsetjmp(). | Philip Guenther |
2015-10-25 | For SYS_open let the /dev/null special case match if any TMN_RPATH, | Todd C. Miller |
2015-10-25 | Fix some bugs in the detection of when an interface can be enabled. | Renato Westphal |
2015-10-25 | When converting the real bandwidth to the composite bandwidth, truncate | Renato Westphal |
2015-10-25 | Add a few more overflow protections in the DUAL state | Renato Westphal |
2015-10-25 | Allow getsockopt(IP_OPTIONS) (with inet), needed by portmap (for RPC). | Nicholas Marriott |
2015-10-24 | typo | mmcc |