summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-14Apply the ancient art of tedu to ksh_limval.h. ok guentherNicholas Marriott
2015-09-14syncStuart Henderson
2015-09-14Remove cast of int* to int*Philip Guenther
2015-09-14init a variable to avoid spurious failurePhilip Guenther
2015-09-14Check pselect, poll, and ppoll tooPhilip Guenther
2015-09-14Revert: finger slipPhilip Guenther
2015-09-14Prefer the standardized <poll.h> over <sys/poll.h>Philip Guenther
2015-09-14Use PROTO_DEPRECATED() make tcdrain() weak in libc, to guarantee libpthreadPhilip Guenther
can override it
2015-09-14Add regress for cancellation of wait/waitpid/wait3/wait4Philip Guenther
2015-09-14Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-14Supply DEF_WEAK() macro to suppress warnings during compilation viaPhilip Guenther
reach-around into libc noted by daniel@
2015-09-14Update expected output to reflect changed sort orderPhilip Guenther
2015-09-14Test the exported strsignal() API, not the (now hidden) internal APIPhilip Guenther
noted by daniel@
2015-09-14directions for using autoconf cannot be relevant.Ted Unangst
from Michael McConville
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Crank major version due to removal of SHA-0 and MD4 from libcrypto.Doug Hogan
2015-09-13Remove 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-15Import the OpenSSL libcrypto tests in a form suitable for our rergressMiod Vallat
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.
1996-08-14Import pdksh 5.2.7.Jason Downs
2015-09-13Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and thePhilip Guenther
symbols without underbar prefix are all weak
2015-09-13Another style(9) grenade.Joel Sing
2015-09-13Remove 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-13Wrap <fstab.h> so that calls go direct and the symbols are all weakPhilip Guenther
(Do you sense a theme?)
2015-09-13Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-13Wrap <sys/sysctl.h> so that calls go direct and the symbol is weakPhilip Guenther
2015-09-13intr_barrier(9) for loongson, octeon and sgi.Mark Kettenis
2015-09-13intr_barrier(9) for alpha.Mark Kettenis
2015-09-13For now, permit overriding of the malloc family, to make emacs happyPhilip Guenther
2015-09-13Revise regression test so that it works correctly with AES taking priorityJoel Sing
if hardware acceleration is available.
2015-09-13Wrap <login_cap.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-13DetritusPhilip Guenther
2015-09-13move tty_close up a bit so we can use it.Ted Unangst
combine two equiv if blocks. from Michael McConville
2015-09-13zap unused FP support. from Michael McConville. ok nicmTed Unangst
2015-09-13Fix double rtfree(9) in non-INET6 kernel.Martin Pieuchot
With and ok claudio@
2015-09-13nc(1) seems worth an Xr in SEE ALSO now;Jason McIntyre
2015-09-13vallue -> value;Jason McIntyre
2015-09-13There'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-13if_put() after if_get().Martin Pieuchot
ok dlg@
2015-09-13syncTheo de Raadt
2015-09-13syncTheo de Raadt
2015-09-13syncPhilip Guenther
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip Guenther
necessary ok deraadt@ jsing@
2015-09-13Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andMiod Vallat
OPENSSL_ia32cap_loc; nothing in ports uses them besides embedded copies of OpenSSL. This opens the `all hell gets loose' window.
2014-04-15Import the OpenSSL libcrypto tests in a form suitable for our rergressMiod Vallat
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.
2015-09-13Put the 12x22 font on alpha and macppc installation kernels, the 8x16 fontMiod Vallat
is really fugly on large displays (tga, vgafb). It's only 10KB more data before compression, which fits in our floppies.
2015-09-13Need SYS.h for END_STRONG()Philip Guenther
2015-09-13Major bump for symbol removalsPhilip Guenther
2015-09-13Add hidden _libc_ aliases and symbol sizesPhilip Guenther
2015-09-13Add hidden _libc_ aliases and symbol sizesPhilip Guenther
prodded by semarie@
2015-09-13Handle negative-zero in BN_bn2dec() too, just like in BN_print().Theo de Raadt
ok miod