openbsd
2015-10-23 bluhmIt was possible to create a gateway route pointing...
2015-10-23 mpi``rt_ifp'' cannot be NULL.
2015-10-23 deraadtgetnameinfo() no longer needs pledge "route". this...
2015-10-23 claudioSwitch if_nameindex(3) to use the new NET_RT_IFNAMES...
2015-10-23 claudioAdd ifnameindex to te libc regress tests
2015-10-23 deraadtdelete ) that jumped in
2015-10-23 bennolet the icmp check use getsockopt IP_IPDEFTTL to get...
2015-10-23 zhukA bit of whitespace cleanup, to make further diffs...
2015-10-23 zhukFix BODUN handling after switch to UTF-8.
2015-10-23 krwNuke a bunch of leading/embedded/trailing whitespace...
2015-10-23 teduforgot to commit makefile change for utf-8 calendars
2015-10-23 claudioIntroduce a new sysctl NET_RT_IFNAMES that returns...
2015-10-23 renatoMake use of pledge(2).
2015-10-23 renatoAdd pledge(2) to the child processes.
2015-10-23 kettenisZap pv allocation abstraction layer.
2015-10-23 tedui assume this file needs a LANG like all the rest
2015-10-23 tedutranslate calendar files to utf-8
2015-10-23 tedupush LDSTATIC line down so it's not overridden by makef...
2015-10-23 kettenisFix uvm_object reference counting. While these referen...
2015-10-23 tedusimplify argv back compat
2015-10-23 tedufurther simplify argv
2015-10-23 teducleanup argv handling a bit
2015-10-23 tedusimplify backcompat. no more support for kernel or...
2015-10-23 teduundent includes, from michael reed
2015-10-23 tedummap is the default. it's effectively the only tested...
2015-10-23 teduadd BUILDINFO file. currently contains a timestamp...
2015-10-23 deraadtsync
2015-10-23 mlarkinenable viornd on RAMDISK_CD
2015-10-23 beckInitial pledge of netcat - unfortunately flawed because...
2015-10-23 guentherFix waitpid() loop again: do the errno check only if...
2015-10-23 guentherUse waitpid() instead of wait() to avoid returning...
2015-10-23 guentherLoop the waitpid() on EINTR, and save and restore the...
2015-10-23 guentherMerge the sigaction() and sigprocmask() overloads/wrapp...
2015-10-23 deraadtpledge "stdio rpath getpw proc exec id" at start, much...
2015-10-23 deraadtWith new pledge "ps" and "vminfo" requests, ps/top...
2015-10-23 dlgthere's an extra argument to soreceive now.
2015-10-23 dlgpass the right sizes to free.
2015-10-23 dtuckerUpdate expected group sizes to match recent code changes.
2015-10-23 dlginline the hfsc_active TAILQ.
2015-10-23 jsginclude err.h for err() calls added with recent pledge...
2015-10-23 dlginline the hif_eligible TAILQ.
2015-10-23 mmccRemove two comments listing functionless files. Trivial...
2015-10-23 dlgcounting packets in hif_packets in hfsc_if is redundant.
2015-10-23 dlgtweak the vnetid so it can be optional and therefore...
2015-10-23 mmccproto.h contains many function prototypes. It's apparen...
2015-10-23 deraadtAdd 3 new pledge requests. "ps" exposes enough sysctl...
2015-10-23 dlgremove the pointer from hfsc_class structs back to...
2015-10-23 deraadtcorrect precedence; from Ilya Kaliman
2015-10-23 deraadtAllow hw.ncpu sysctl (a few reasons showed up in my...
2015-10-23 deraadtcrank libc major
2015-10-23 deraadtRemove dnssocket() and dnsconnect(), since we decided...
2015-10-23 deraadtSwitch to using SOCK_DNS flag, rather than the dnssocke...
2015-10-23 jsgreplace pointer arithmetic and casts with offsetof
2015-10-23 jsgreplace pointer arithmetic and casts with offsetof
2015-10-22 bmercerAdd pledge support to login_yubikey. Much feedback...
2015-10-22 mmccCast ctype function arguments to unsigned char.
2015-10-22 renatoFix some bugs in the handling of the RTM_GET and RTM_CH...
2015-10-22 bennodocument tid keyword.
2015-10-22 schwarzeuse the new function man_validate() here, too
2015-10-22 schwarzemove man(7) validation into the dedicated validation...
2015-10-22 schwarzeIf no output device was allocated because no file wante...
2015-10-22 miodBuild boot blocks with -msmall-data -msmall-text.
2015-10-22 mpiDrop historical comment and an old '#if notyet'.
2015-10-22 mpiKill link_rtrequest(), introduce in 1990 to "fix" the...
2015-10-22 mpiUse only one refcounting mechanism for route entries.
2015-10-22 mpiOnly check for rt_ifp now that it is alays the same...
2015-10-22 mpiMake sure that the address matching the key (destinatio...
2015-10-22 mpiUse rt_ifp instead of rt_ifa->ifa_ifp.
2015-10-22 mpiKill dead code, ifa is specified and won't change.
2015-10-22 reykiked hereby pledges that it will run with restricted...
2015-10-22 claudioAdd a regress test for if_indextoname() and if_nametoin...
2015-10-22 jsingAnother change that is needed to restore the previous...
2015-10-22 bluhmInspired by satosin(), use inline functions to convert...
2015-10-22 mmccFinal removal of EXTERN.
2015-10-22 reykStop linking iked -static: It was inherited from isakmp...
2015-10-22 jsingRestore previous behaviour and allow
2015-10-22 pascalAdd pledge(2) to some binutils that handle untrusted...
2015-10-22 jsingExtend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_st...
2015-10-22 jsingFix case where we wanted to test ASN1_TIME_set_string...
2015-10-22 jsingFix case where we wanted to test ASN1_TIME_set_string...
2015-10-22 mpiDo not pass an ``ia'' just to dereference ``ia_ifp''.
2015-10-22 reykRevert revision 1.282:
2015-10-22 teduuse crypt_checkpass("password", NULL) to fake a login...
2015-10-22 teduuse crypt_checkpass to check password
2015-10-22 teducopying of the environment can be done later, as the...
2015-10-22 deraadtpledge "abort" left behind accidentally
2015-10-22 teduuse crypt_checkpass instead of doing things the hard...
2015-10-22 deraadtsetlocale() before pledge()... until we learn more
2015-10-22 jsgremove some horrible iwm typedefs
2015-10-22 nicmIf the pane is still on all_window_panes but not actual...
2015-10-22 nicmUnzoom before -LRUD, reported by Andy Weidenbaum.
2015-10-22 phesslerIf we receive an empty route message, log it and ignore...
2015-10-22 sobradofix company name.
2015-10-22 sobradofix spelling mess.
2015-10-22 sobradoimprove indentation in list block.
2015-10-22 sobradofix typo in unit of time.
2015-10-22 deraadtFurther study shows "route" should allow all address...
2015-10-22 sobradotypo.
2015-10-22 nicmLog identify messages.
2015-10-22 nicmThis should not be changed.
next