summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/merge.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-08supply the correct value of ciphers DEFAULT; from djmjmc1-3/+3
2010-10-08document "openssl ec";jmc1-3/+209
2010-10-07OpenSSL grows another undocumented header, apparently needed on armishdjm1-1/+2
2010-10-06More OpenSSL fixes:djm7-26/+30
2010-10-06Retire Skipjackmikeb4-4/+0
2010-10-06catch up to openssl-1.0.0a; there's some new commands, as yet undocumented,jmc1-214/+650
2010-10-04Our make already uses sh -e when executing commands.naddy1-7/+7
2010-10-03don't use non-standard CFLAGS; ok miod@, deraadt@naddy1-2/+2
2010-10-03DES_LONG should be u_int on all platforms, it was spuriouslydjm1-1/+1
2010-10-02percolate up errors from perl asm scripts, correctly enable SHA-256 asm ondjm1-9/+9
2010-10-01fix -Wall due to API changedjm2-6/+6
2010-10-01update to openssl-1.0.0adjm1-20/+8
2010-10-01update supporting files, crank library majorsdjm18-274/+621
2010-10-01add missing; yay for cvs!djm5-0/+607
2010-10-01resolve conflicts, fix local changesdjm1649-188904/+70184
2010-10-01import OpenSSL-1.0.0adjm569-17816/+61097
2010-10-01import OpenSSL-1.0.0adjm798-31734/+48478
2010-10-01import OpenSSL-1.0.0adjm373-6688/+55495
2010-09-25Make gcvt() better match printf("%g") behavior, it now passes regress.millert1-11/+23
2010-09-24Add timingsafe_bcmp(3) to libc, mention that it's already in thematthew3-5/+62
2010-09-24add a GLOB_KEEPSTAT option that retains a copy of the struct statdjm3-10/+86
2010-09-24Implement if_freenameindex() as a real function as required by posix.claudio1-1/+7
2010-09-19more wacky macro fixing;jmc1-37/+37
2010-09-18Add cvs tag, author name and yearmillert1-1/+5
2010-09-18Test default precision when ndigit is negative.millert1-0/+6
2010-09-18Add more test vectors.millert1-6/+60
2010-09-17Add gcvt() regress with test vectors derived from perl regress.millert2-0/+61
2010-09-10observe the following spelling:jmc2-9/+9
2010-09-09Use mandoc instead of groff to build PostScript manuals; note thatschwarze1-3/+3
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.millert2-54/+58
2010-08-23Add setenv/putenv regressmillert3-2/+132
2010-08-23Check for duplicate variables in the environment when setting a valuemillert2-11/+24
2010-07-28Sync hcreate(3) with NetBSD, adding some caveats.ray1-12/+67
2010-07-25echo behaves differently in sh and csh, only handling C-style escapesguenther1-3/+3
2010-07-22getopt_long.c replaced getopt.c 6+ years ago; we can retireblambert1-7/+1
2010-07-06Document new unsetenv() error returns.naddy1-2/+8
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesguenther2-19/+19
2010-07-01getpeereid() can now be a library routine using getsockopt() withderaadt3-3/+158
2010-07-01oops. Missed this from my aes-ni commit.thib1-3/+4