Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-14 | Apply the ancient art of tedu to ksh_limval.h. ok guenther | Nicholas Marriott | |
2015-09-14 | sync | Stuart Henderson | |
2015-09-14 | Remove cast of int* to int* | Philip Guenther | |
2015-09-14 | init a variable to avoid spurious failure | Philip Guenther | |
2015-09-14 | Check pselect, poll, and ppoll too | Philip Guenther | |
2015-09-14 | Revert: finger slip | Philip Guenther | |
2015-09-14 | Prefer the standardized <poll.h> over <sys/poll.h> | Philip Guenther | |
2015-09-14 | Use PROTO_DEPRECATED() make tcdrain() weak in libc, to guarantee libpthread | Philip Guenther | |
can override it | |||
2015-09-14 | Add regress for cancellation of wait/waitpid/wait3/wait4 | Philip Guenther | |
2015-09-14 | Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak | Philip Guenther | |
2015-09-14 | Supply DEF_WEAK() macro to suppress warnings during compilation via | Philip Guenther | |
reach-around into libc noted by daniel@ | |||
2015-09-14 | Update expected output to reflect changed sort order | Philip Guenther | |
2015-09-14 | Test the exported strsignal() API, not the (now hidden) internal API | Philip Guenther | |
noted by daniel@ | |||
2015-09-14 | directions for using autoconf cannot be relevant. | Ted Unangst | |
from Michael McConville | |||
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan | |
2015-09-13 | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | Doug Hogan | |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan | |
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@ | |||
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat | |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. | |||
1996-08-14 | Import pdksh 5.2.7. | Jason Downs | |
2015-09-13 | Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and the | Philip Guenther | |
symbols without underbar prefix are all weak | |||
2015-09-13 | Another style(9) grenade. | Joel Sing | |
2015-09-13 | Remove SHA-0 support. | Doug Hogan | |
SHA-0 was withdrawn shortly after publication 20 years ago and replaced with SHA-1. This will require a major crank. ok bcook@, jsing@ | |||
2015-09-13 | Wrap <fstab.h> so that calls go direct and the symbols are all weak | Philip Guenther | |
(Do you sense a theme?) | |||
2015-09-13 | Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weak | Philip Guenther | |
2015-09-13 | Wrap <sys/sysctl.h> so that calls go direct and the symbol is weak | Philip Guenther | |
2015-09-13 | intr_barrier(9) for loongson, octeon and sgi. | Mark Kettenis | |
2015-09-13 | intr_barrier(9) for alpha. | Mark Kettenis | |
2015-09-13 | For now, permit overriding of the malloc family, to make emacs happy | Philip Guenther | |
2015-09-13 | Revise regression test so that it works correctly with AES taking priority | Joel Sing | |
if hardware acceleration is available. | |||
2015-09-13 | Wrap <login_cap.h> so that calls go direct and the symbols are all weak | Philip Guenther | |
2015-09-13 | Detritus | Philip Guenther | |
2015-09-13 | move tty_close up a bit so we can use it. | Ted Unangst | |
combine two equiv if blocks. from Michael McConville | |||
2015-09-13 | zap unused FP support. from Michael McConville. ok nicm | Ted Unangst | |
2015-09-13 | Fix double rtfree(9) in non-INET6 kernel. | Martin Pieuchot | |
With and ok claudio@ | |||
2015-09-13 | nc(1) seems worth an Xr in SEE ALSO now; | Jason McIntyre | |
2015-09-13 | vallue -> value; | Jason McIntyre | |
2015-09-13 | There's no point in abstracting ifp->if_output() as long as pf_test() | Martin Pieuchot | |
needs to see lo0 in the output path. ok claudio@ | |||
2015-09-13 | if_put() after if_get(). | Martin Pieuchot | |
ok dlg@ | |||
2015-09-13 | sync | Theo de Raadt | |
2015-09-13 | sync | Theo de Raadt | |
2015-09-13 | sync | Philip Guenther | |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther | |
necessary ok deraadt@ jsing@ | |||
2015-09-13 | Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap and | Miod Vallat | |
OPENSSL_ia32cap_loc; nothing in ports uses them besides embedded copies of OpenSSL. This opens the `all hell gets loose' window. | |||
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat | |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. | |||
2015-09-13 | Put the 12x22 font on alpha and macppc installation kernels, the 8x16 font | Miod Vallat | |
is really fugly on large displays (tga, vgafb). It's only 10KB more data before compression, which fits in our floppies. | |||
2015-09-13 | Need SYS.h for END_STRONG() | Philip Guenther | |
2015-09-13 | Major bump for symbol removals | Philip Guenther | |
2015-09-13 | Add hidden _libc_ aliases and symbol sizes | Philip Guenther | |
2015-09-13 | Add hidden _libc_ aliases and symbol sizes | Philip Guenther | |
prodded by semarie@ | |||
2015-09-13 | Handle negative-zero in BN_bn2dec() too, just like in BN_print(). | Theo de Raadt | |
ok miod |