summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/labs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-01Clean up some of the nightmare of string and pointer arithmatic inbeck2-104/+72
2014-06-01realloc with NULL is same as mallocderaadt2-8/+2
2014-06-01Make usage for -quiet match the manpage and fix a misspellingguenther1-2/+2
2014-06-01Correct version for disabling getserbyname_r to reduce diff with upstreamafresh11-1/+1
2014-06-01Overhaul the key block handling in tls1_change_cipher_state() - usejsing2-92/+132
2014-06-01In tls1_setup_key_block(), use the correct IV length for GCM mode, whichjsing2-34/+48
2014-06-01Remove mention of the old __P practice.deraadt1-9/+2
2014-06-01There is no need for is{upper,lower}() tests before to{lower,uppper}(),deraadt4-54/+16
2014-06-01Commit this before the head-scratching leads to premature baldness:deraadt2-2/+2
2014-06-01Build with WARNINGS=Yes and Werror.miod2-12/+4
2014-06-01Remove __bio_h__attr__ wrapper around __attribute__, since earlier statementsmiod2-20/+8
2014-06-01Add a deprecated attribute to all CRYPTO_dbg_ functions.miod2-20/+20
2014-06-01Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod40-65/+143
2014-06-01Take subsequent stack alignment into account in local_stack_frame() whenmiod1-15/+13
2014-06-01update currency exchange rates;jmc1-42/+42
2014-06-01Avoid the use of an uninitialised variable. In reality, this is a non-issuejsing2-4/+2
2014-06-01EBCDIC support died a while ago, except in a comment.deraadt2-4/+0
2014-06-01Clean up the tls1_change_cipher_state() key length handling and use ajsing2-20/+24
2014-06-01Use C99 initialisers for cipher_aliases. This improves readability,jsing2-184/+664
2014-06-01Remove real mode VGA repost option. It was used by nobody, and even if itmlarkin3-82/+8
2014-05-31Get the public headers from the official place with <openssl/ >deraadt12-12/+14
2014-05-31Remove now unnecessary local patch to disable usemallocwrap on m68kafresh11-8/+5
2014-05-31tweak previous;jmc1-3/+10
2014-05-31annoying whitespacederaadt2-6/+6
2014-05-31Remove unneeded patch, upstream fixed this differently in 2008afresh11-1/+0
2014-05-31Use calloc to make sure the correct size is zeroed; Benjamin Baiermiod1-4/+3
2014-05-31Change the actual default for returned asn1 strings to be utf8 in the code,beck2-2/+2
2014-05-31Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@miod4-8/+8
2014-05-31BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false commentsmiod4-18/+6
2014-05-31Add a comment documenting where libssl depends upon the current (objectionable)miod2-0/+2
2014-05-31copy a comment placed in other files; req from miodderaadt2-2/+6
2014-05-31Some KNF and fix the vairable spelling.jsing2-46/+32
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machinempi20-51/+39
2014-05-31Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in aclaudio1-19/+28
2014-05-31Move the cts128 and gcm128 tests to regress.jsing9-924/+530
2014-05-31Add a basic test for RTM_CHANGEclaudio2-1/+25
2014-05-31Oops. We're reporting DEV_BSIZE values in error messages, so callkrw1-3/+3
2014-05-31More KNF.jsing2-206/+244
2014-05-31More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup.jsing8-28/+20
2014-05-31Cast daddr_t variable (blkno) to (long long) when printing with %lld.krw1-3/+3
2014-05-31Address several problems in signal delivery on 88100 processors:miod2-32/+133
2014-05-31In regdump(), print DAE registers when they are valid, regardless of themiod1-9/+2
2014-05-31Introduce m88100_rewind_insn() to rewind the execution pipeline onemiod4-29/+29
2014-05-31unifdef -UDOXYGEN and manually remove the few doxygen comments that are notjsing2-62/+0
2014-05-31ECDH and ECDSA will not work overly well if there is no EC, so unifdefjsing16-100/+0
2014-05-31TLS would not be entirely functional without extensions, so unifdefjsing30-360/+0
2014-05-31Delete the extraneous "return" statement at the end of a void function.jca1-2/+1
2014-05-31KNF and other cleanup.jsing2-266/+295
2014-05-31add -S to usage();jmc1-2/+2
2014-05-31Remove some unused code that we added at the 2013 Toronto hackathon butmlarkin6-111/+6