openbsd
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.
2015-10-22 mpiDo not dereference ``ifa_ifp'' when we already have...
2015-10-22 nicmRename shutdown to exit.
2015-10-22 renatoThe eigrpe process also needs to pledge "cpath" for...
2015-10-22 deraadtAfter some consideration, simply allow TIOCSCTTY in...
2015-10-22 mpiDo not dereference ``ia_ifp'' when we already have...
2015-10-22 mpiUse rt_ifp as intended.
2015-10-22 mpiKill dead code missed in per-ifp counter removal.
2015-10-22 deraadtdocument "id" request; from Gregor Best
2015-10-22 gillesdelivery to maildir needs pledge fattr
2015-10-22 jmchalex removed the -p restriction, so do not document it;
2015-10-22 deraadtat present the setpriority() syscall is considered...
2015-10-22 guentherAdd a regress for libc handling of SIGTHR
2015-10-22 dougPledge "stdio rpath tty" for hangman(6).
2015-10-22 dlgrename ml_join to ml_enlist and expose it to the rest...
2015-10-22 deraadtpledge in doas. startup pledge "stdio rpath getpw...
2015-10-22 deraadtUntil we understand the sitaution better, we should...
2015-10-22 mmccFix typo in comment. From Theo Buehler.
2015-10-21 schwarzeMove all mdoc(7) node validation done before child...
2015-10-21 miodReject too small bits value in BN_generate_prime_ex...
2015-10-21 jsingUse SSL_CTX_set_ecdh_auto() instead of rolling our...
2015-10-21 jsingOnly enable SSL_VERIFY_PEER when the verify option...
2015-10-21 jsingIn the case where len is not a multiple of sizeof(RC4_C...
2015-10-21 bluhmSetting fcntl(F_SETOWN) for a pipe failed with inapprop...
2015-10-21 millertStyle fixes; from Ilya Kaliman
2015-10-21 mmccRemove a couple of unhelpful defines.
2015-10-21 mmccDon't bother casting NULL.
2015-10-21 mmccAssign pointer to NULL rather than 0.
2015-10-21 mmccPenultimate commit to remove EXTERN.
2015-10-21 bluhmDo some cleanup in syslogd ttymsg(). Add a debug messa...
2015-10-21 nicmclient_key_table was missing.
2015-10-21 gsoaresfix memory leak in error path
next