summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-02Free {alert,phh}_data in tls13_record_layer_free()Theo Buehler
2021-01-02Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in thePatrick Wildt
2021-01-02Switch libc++ and libc++abi to use libunwind 11.0.0. Bump major for bothPatrick Wildt
2018-09-11import of libunwind 6.0.0Robert Nagy
2016-09-03Import libunwind 3.9.0Patrick Wildt
2021-01-02Whitespace.rob
2020-12-31More regular error handling with the REQUIRE macro.Todd C. Miller
2020-12-31Remove unused categories in re_guts; they are written to but never read.Todd C. Miller
2020-12-31Strings in struct parse can be const, they are never modified.Todd C. Miller
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30Make the list of supported protocols more prominentkn
2020-12-30regcomp.c uses the "start + count < end" idiom to check that there areTheo Buehler
2020-12-30Constify the strings in regerror.c and make use of the strlcpy()Theo Buehler
2020-12-30cclasses[] multis field is always an empty string. Remove it and codeTheo Buehler
2020-12-30Constify the strings in cnames[]. No functional change.Theo Buehler
2020-12-29Allocate new buffer space based on requested need.rob
2020-12-29Remove unnecessary assignment.rob
2020-12-29Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395Alexander Bluhm
2020-12-29Document kern.video.record.Marcus Glocker
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingTodd C. Miller
2020-12-22Destroy the mutex in tls_config objects when tls_config_free is called.Brent Cook
2020-12-22Revert call to pthread_mutex_destroy until installers have a stub.Brent Cook
2020-12-21Destroy the mutex in a tls_config object when tls_config_free is called.Brent Cook
2020-12-21Always call endservent_r() after getservbyport_r().Eric Faurot
2020-12-16Remove two reduntat memset calls.Theo Buehler
2020-12-16Avoid potential use of uninitialized in ASN1_time_parseTheo Buehler
2020-12-16Fix some KNF issuesTheo Buehler
2020-12-15Use natural sizes for S3I(s)->tmp's *_md arraysTheo Buehler
2020-12-15typo fix from aisha tammy; ok nicmJason McIntyre
2020-12-15Fix return value variable type in tls_keypair_load_certKinichiro Inoguchi
2020-12-14switch over ncurses to --enable-constChristian Weisgerber
2020-12-14Fix SSL_get{,_peer}_finished() with TLSv1.3Theo Buehler
2020-12-14Switch finish{,_peer}_md_len from int to size_tTheo Buehler
2020-12-13Geode CPU does not support SSE, so MXCSR does not exists there. AsAlexander Bluhm
2020-12-08LibreSSL 3.3.1Brent Cook
2020-12-08Fix a NULL dereference in GENERAL_NAME_cmp()Theo Buehler
2020-12-07Convert the per-process thread list into a SMR_TAILQ.Martin Pieuchot
2020-12-06On i386 setjmp(3) should store the FPU state and longjmp(3) restoreAlexander Bluhm
2020-12-06Introduce constants to access the setjmp(3) jmp_buf fields fromAlexander Bluhm
2020-12-05Mark bitmask_{start,end}_values[] and g_probable_mtu[] const.Theo Buehler
2020-12-05Mark nid_list[] const. This moves 116 bytes to .rodata.Theo Buehler
2020-12-04Move point-on-curve check to set_affine_coordinatesTheo Buehler
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;Jason McIntyre
2020-12-03There are special rules regarding the memory passed to pthread_attr_setstack().Otto Moerbeek
2020-12-01Set type to DB_RECNO in __rec_open() for consistency with other db types.Todd C. Miller
2020-12-01Bring back *_client_method() structsTheo Buehler
2020-11-29Clarify what sio_start() does exactlyAlexandre Ratchov
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-11-25Avoid undefined behavior due to memcpy(NULL, NULL, 0)Theo Buehler
2020-11-23mapalign() only handles allocations >= a page; problem found by and ok semarie@Otto Moerbeek