openbsd
2015-10-25 dougSimplify ssl23_get_client_hello error handling.
2015-10-25 zhukDecapitalize yyparse tag name here.
2015-10-25 czarkoffstrvis directory names in ps
2015-10-25 mpiSimple sizes for free(9).
2015-10-25 deraadtdo not expose nd6 randomid's to userland via ioctl.
2015-10-25 mpiTrivial rt_ifp->if_index -> rt_ifidx conversions.
2015-10-25 mpiSync after recent rtable_insert() change.
2015-10-25 mpiMerge rtable_mpath_conflict() into rtable_insert().
2015-10-25 florianIPV6_NEXTHOP is gone, remove -g option which used this.
2015-10-25 florianRemove IPV6_NEXTHOP implementation. Source routing...
2015-10-25 jcaKill unused local var, and reorder while here.
2015-10-25 claudioBe more consisten with rtmsgs. Always set rtm_index...
2015-10-25 jcaWe don't care about lack of source route support for...
2015-10-25 jcaKill IP Source Route support, unusable since 1998.
2015-10-25 mpiUse the "modern" way to check if a route entry correspo...
2015-10-25 mpiDo not overwrite if_rtrequest() if the driver specified...
2015-10-25 mpiarp_ifinit() is no longer needed.
2015-10-25 mpiarp_ifinit() is no longer needed and almost dead.
2015-10-25 jmczap trailing whitespace;
2015-10-25 jmctweak previous;
2015-10-25 mpiarp_ifinit() is no longer needed.
2015-10-25 mpiifa is no longer used.
2015-10-25 mpiarp_ifinit() is no longer needed.
2015-10-25 florianImplement ping(8)'s -L option in ping6:
2015-10-25 mpiarp_ifinit() is no longer needed.
2015-10-25 mpiarp_ifinit() is no longer required.
2015-10-25 miodMissing initializer; spotted by coverity.
2015-10-25 mpiIntroduce if_rtrequest() the successor of ifa_rtrequest().
2015-10-25 deraadtbackout; many issues remain...
2015-10-25 semariereorder some checks in pledge_namei() in order to prope...
2015-10-25 deraadtthe DNS process was not discarding & redirecting stdin...
2015-10-25 deraadtps(1) needs sysctl KERN_PROC_CWD exposed as well in...
2015-10-25 bluhmThe only thing that was translated into multiple langua...
2015-10-25 krwUse 'fdisk -i', instead of 'fdisk -e' with a here docum...
2015-10-25 bluhmInstead of doing the the if_get() dance for rt_missmsg...
2015-10-25 miodsync
2015-10-25 deraadtneed "getpw" pledge; spotted by matthieu
2015-10-25 deraadtroute flush cannot pledge before sysctl for NET_RT_DUMP...
2015-10-25 tedujust dump the help on stdout with messing about with...
2015-10-25 nicmPass output from jobs through format_expand() so they...
2015-10-25 ajacoutotNo need to declare pwd_gensalt; it's unused and gone.
2015-10-25 deraadtpledge the main usage patterns similar to arp(8). ...
2015-10-25 deraadtLet's see if anyone screams about not being able to...
2015-10-25 deraadtpledge bind(1), dig(1), and nslookup(1). This modifies...
2015-10-25 guentherUse sigaction() instead of signal() to avoid pulling...
2015-10-25 guentherUse dprintf() instead of fprintf() in the signal handler
2015-10-25 guentherPOSIX says that you can't capture the return value...
2015-10-25 millertFor SYS_open let the /dev/null special case match if...
2015-10-25 renatoFix some bugs in the detection of when an interface...
2015-10-25 renatoWhen converting the real bandwidth to the composite...
2015-10-25 renatoAdd a few more overflow protections in the DUAL state
2015-10-25 nicmAllow getsockopt(IP_OPTIONS) (with inet), needed by...
2015-10-24 mmcctypo
2015-10-24 djmfix keyscan output for multiple hosts/addrs on one...
2015-10-24 djmskip "Could not chdir to home directory" message when...
2015-10-24 matthieuchlim has been removed from the nd_ifinfo structure.
2015-10-24 miodMove removal of "getpw" pledge after all setusercontext...
2015-10-24 miodsetusercontext() may still need "getpw" pledge rights...
2015-10-24 mmccCast toupper()'s argument to unsigned char.
2015-10-24 mmccCast ctype functions' argument to unsigned char.
2015-10-24 mmccCast ctype functions' argument to unsigned char.
2015-10-24 mmccCast ctype functions' argument to unsigned char.
2015-10-24 mmccCast ctype functions' argument to unsigned char.
2015-10-24 mmccCast ctype functions' argument to unsigned char.
2015-10-24 mmccCast ctype functions' argument to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 mmccCast ctype functions' argument to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 guentherMove #includes from private.h to the .c files that...
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 mmccCast isdigit()'s argument to unsigned char.
2015-10-24 mmccCast isdigit()'s argument to unsigned char.
2015-10-24 mmccCast islower()'s argument to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 mmccCast isprint()'s argument to unsigned char.
2015-10-24 mmccCast toupper()'s argument to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 mmccCast isdigit()'s argument to unsigned char.
2015-10-24 mmccCast isalpha()'s argument to unsigned char.
2015-10-24 mmccCast isblank()'s argument to unsigned char.
2015-10-24 mmccCast isdigit()'s argument to unsigned char.
2015-10-24 mmccCast isblank()'s argument to unsigned char.
2015-10-24 mmccCast toupper()'s argument to unsigned char.
2015-10-24 mmccCast islower()'s argument to unsigned char.
2015-10-24 mmccCast islower()'s argument to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 mmccCast ctype functions' arguments to unsigned char.
2015-10-24 jmcsome minor tweaks; ok ajacoutot
2015-10-24 florianInline trivial myechoreply function in the one place...
2015-10-24 mpiConvert to rt_ifidx.
2015-10-24 claudioFilter our RTM_GET messages which are not from us.
2015-10-24 floriannonce is unused.
2015-10-24 sthenCarry out additional length/size checks in DECnet packe...
2015-10-24 florianSync ping6 output to ping. ping has been around for...
2015-10-24 mpiConvert to rt_ifidx.
2015-10-24 mpiIgnore Router Advertisment's current hop limit.
2015-10-24 bennoclarify use of "bgpctl show rib in|out neighbor FOO"
next