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