Age | Commit message (Expand) | Author |
2021-10-19 | vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop | Sebastien Marie |
2021-10-19 | vnode: do not manipulate vnode lock directly | Sebastien Marie |
2021-10-19 | vnode: deadfs: do not call v_op->vop_lock directly, use VOP_LOCK() wrapper | Sebastien Marie |
2021-10-18 | Don't bother decoding a partition's c/h/s start or end from the MBR read from | Kenneth R Westerback |
2021-10-18 | document X509_VERIFY_PARAM_inherit(3) and X509_VERIFY_PARAM_set1(3) | Ingo Schwarze |
2021-10-18 | r1.66 (May 2014) introduced a two #if 0/#else/#endif chunks to avoid "over | Kenneth R Westerback |
2021-10-18 | split seven functions out of the page X509_VERIFY_PARAM_set_flags(3), which | Ingo Schwarze |
2021-10-18 | Fix menu width containing disabled items, from Alexis Hildebrandt in | Nicholas Marriott |
2021-10-18 | Spacing fixes from Alexis Hildebrandt. | Nicholas Marriott |
2021-10-18 | Remove duplicate options, spotted by Ricky Cintron. | Nicholas Marriott |
2021-10-17 | simplify a few accesses to fields of structs, using auxiliary pointer | Ingo Schwarze |
2021-10-17 | Simplify the code building lists of spans, no output change intended. | Ingo Schwarze |
2021-10-17 | Disambiguate "autoconf" handling now that it is used for IPv4 as well | Klemens Nanni |
2021-10-17 | km_alloc(9) needs to be passed a size that is a multiple of PAGE_SIZE. | Patrick Wildt |
2021-10-17 | drm/amdgpu: fix gart.bo pin_count leak | Jonathan Gray |
2021-10-17 | Install "autoconf" as proper "inet autoconf" in hostname.if(5) files | Klemens Nanni |
2021-10-17 | Teach modern "inet autoconf" | Klemens Nanni |
2021-10-16 | Bail out early if the PCIe controller hasn't been initialized by the | Mark Kettenis |
2021-10-16 | 40mhz is now supported so remove the caveat; ok stsp | Jason McIntyre |
2021-10-15 | zap 3 comments | Job Snijders |
2021-10-15 | Update name of SMF, and add SAC (Sacramento Executive) | Jeremy Evans |
2021-10-15 | Pull in ssl_locl.h so that we can keep reaching into libssl internals. | Joel Sing |
2021-10-15 | Move various structs from ssl.h/tls1.h to ssl_locl.h. | Joel Sing |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-10-15 | openbsd 7.0 release shipped with the (hopefully last) scp that uses RCP | Theo de Raadt |
2021-10-15 | Add initial 40MHz support to the iwx(4) driver. | Stefan Sperling |
2021-10-15 | Do not send any key if -N flag is given even if no other arguments, | Nicholas Marriott |
2021-10-15 | Update json key names | Job Snijders |
2021-10-15 | Teach modern "inet autoconf" | Klemens Nanni |
2021-10-15 | Revert "Implement select(2) and pselect(2) on top of kqueue." | Martin Pieuchot |
2021-10-15 | vnode: remove vop_generic_{,is,un}lock stub functions | Sebastien Marie |
2021-10-14 | Release solock() before call unp_externalize(). | Vitaliy Makkoveev |
2021-10-14 | Replace lrint(3), lrintf(3), llrint(3) and llrintf(3) implementations with | Mark Kettenis |
2021-10-14 | ip6_output_ipsec_send() may change the route embeded in struct ro | Alexander Bluhm |
2021-10-14 | Add popup-border-lines option to set popup line style, from Alexis | Nicholas Marriott |
2021-10-14 | When checking ranges in tty_cmd_cells, cannot use the tty cursor | Nicholas Marriott |
2021-10-14 | Implement select(2) and pselect(2) on top of kqueue. | Martin Pieuchot |
2021-10-14 | Use unsigned char instead of u_char for two prototypes (like everywhere | Theo Buehler |
2021-10-13 | Remove redundant NULL checks in IPsec which are never reached. | Alexander Bluhm |
2021-10-13 | The function crypto_dispatch() never returns an error. Make it | Alexander Bluhm |
2021-10-13 | Change syslog.conf comments relating to network logging to focus on client | Stuart Henderson |
2021-10-13 | Sending live tcpdump output over SSH while running tests may drop | Alexander Bluhm |
2021-10-13 | acme-client: stop reaching into X509 | Theo Buehler |
2021-10-13 | Fix fd leak of /dev/tty on auth failure, introduced in revision 1.91. | Todd C. Miller |
2021-10-13 | ssltest.c does not need param.h | Theo Buehler |
2021-10-13 | Remove __dead from usage() to reduce the diff needed to build LibreSSL | Theo Buehler |
2021-10-13 | isakmpd: remove #ifdefs for ancient OPENSSL_VERSIONs. | Theo Buehler |
2021-10-13 | isakmpd: remove libcrypto.c | Theo Buehler |
2021-10-13 | Provide realpath(1) | Klemens Nanni |
2021-10-13 | The function ipip_output() was registered as .xf_output() xform | Alexander Bluhm |