Age | Commit message (Expand) | Author |
2022-07-17 | Rather than opening the binding file, checking for advisory lock, reading a | Theo de Raadt |
2022-07-17 | Add ypconnect(2) stub inside libc so that libc functions can use it, | Theo de Raadt |
2022-07-17 | add ypconnect(2) manual page | Theo de Raadt |
2022-07-16 | Add ESSCertIDv2 stack macros | Klemens Nanni |
2022-07-16 | Add ESSCertIDv2 ASN.1 boilerplate | Klemens Nanni |
2022-07-16 | Add NID for signingCertificateV2 | Klemens Nanni |
2022-07-16 | Avoid direct X509 structure access | Klemens Nanni |
2022-07-16 | To fix an KASSERT(la != NULL) panic in ARP, protect the rt_llinfo | Alexander Bluhm |
2022-07-16 | Zap duplicate ERR_load_TS_strings() prototype | Klemens Nanni |
2022-07-16 | Fix IPIs on systems with multiple clusters where the CPU interface | Mark Kettenis |
2022-07-16 | Fix previous commit. We need to enable the new "halt" IPI on all the CPUs | Mark Kettenis |
2022-07-16 | Add support for using the power button to wake up from suspend. | Mark Kettenis |
2022-07-16 | Bump libsndio pkg-config version to 1.9.0 | Alexandre Ratchov |
2022-07-16 | Revert previous. The added includes were already there. Duh. | Theo Buehler |
2022-07-15 | Introduce fine grained pipex(4) locking. Use per-session `pxs_mtx' | Vitaliy Makkoveev |
2022-07-15 | fix typos in previous | Theo de Raadt |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-15 | Add a new clnt*_control CLSET_CONNECTED, which says the socket has already | Theo de Raadt |
2022-07-15 | Allow ypconnect() in "getpw" | Theo de Raadt |
2022-07-15 | sync | Theo de Raadt |
2022-07-15 | pledge "getpw" would notice access to /var/run/ypbind.lock, and grant "inet" | Theo de Raadt |
2022-07-15 | Use db_rint() to make it possible to enter ddb(4) by typing ESC D. | Mark Kettenis |
2022-07-15 | Once a ypserv is discovered we know the remote UDP port number, but not | Theo de Raadt |
2022-07-15 | Missing xhcivar.h bit that should have gone with xhci.c r1.125 | Theo Buehler |
2022-07-15 | Use a separate varaible to signal a "dead" controller (that has disappeared | Mark Kettenis |
2022-07-15 | Expand the comment explaining the for loop with bn_lucas_step() a bit. | Theo Buehler |
2022-07-15 | Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2() | Theo Buehler |
2022-07-15 | Rename is_perfect_square to out_perfect in prototype to match | Theo Buehler |
2022-07-14 | Add sxirintc(4), a driver for the "wake up" interrupt controller found | Mark Kettenis |
2022-07-14 | When the autoconf flag flaps around we might end up with multiple bpf | Florian Obser |
2022-07-14 | Zap trailing whitespace | Theo Buehler |
2022-07-14 | Use capital letters for global ipsec(4) locks description. Use 'D' | Vitaliy Makkoveev |
2022-07-14 | Protect all writers to ifm_cur with a mutex. ifmedia_match() does | Alexander Bluhm |
2022-07-14 | Fix JSON output in filemode for TALs | Job Snijders |
2022-07-14 | More IPv6 scope_id fixes, now hopefully scope_id should be handled | Claudio Jeker |
2022-07-14 | Turn pppoe(4) back to kernel lock. We can't predict netlock state within | Vitaliy Makkoveev |
2022-07-14 | Replace tabs by spaces after "#define". No functional changes, just | Vitaliy Makkoveev |
2022-07-14 | Time to bump version | Claudio Jeker |
2022-07-14 | Suppress output of the deprecated -tls1 option in usage() and help | Theo Buehler |
2022-07-14 | Switch to using TLS_client_method() | Theo Buehler |
2022-07-14 | Only run the client connection test with supported ciphers. Avoids test | Theo Buehler |
2022-07-14 | Document openssl ciphers -s | Theo Buehler |
2022-07-14 | Add -s option to openssl ciphers | Theo Buehler |
2022-07-14 | sync | Theo de Raadt |
2022-07-13 | add .Xr links to SSL_CTX_set_security_level(3) | Ingo Schwarze |
2022-07-13 | add a few .Xr links to new manual pages | Ingo Schwarze |
2022-07-13 | In dsa.h rev. 1.34 (14 Jan 2022), tb@ provided DSA_bits(3). | Ingo Schwarze |
2022-07-13 | In x509_vfy.h rev. 1.54, tb@ provided X509_VERIFY_PARAM_get_time(3) | Ingo Schwarze |
2022-07-13 | link three new manual pages to the build | Ingo Schwarze |
2022-07-13 | Start documenting our new pet octopus, SSL_CTX_set_security_level(3). | Ingo Schwarze |