summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-28Don't add setjmp.S twice.Mark Kettenis
2016-04-28spelling fix;Jason McIntyre
2016-04-28Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbolJoel Sing
2016-04-28Factor our the keypair handling in libtls. This results in more readableJoel Sing
2016-04-28Rework the error handling in libtls so that we can associate errors withJoel Sing
2016-04-28don't go into an unbreakable infinite loop during operations suchTed Unangst
2016-04-28Implement the IETF ChaCha20-Poly1305 cipher suites.Joel Sing
2016-04-28Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old()Joel Sing
2016-04-28Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as inMark Kettenis
2016-04-28Initialize the search buffer.Ingo Schwarze
2016-04-28remove duplicate strrchr.c entry in SRCSJonathan Gray
2016-04-27minor cleanup;Jason McIntyre
2016-04-26Remove predefined strings from libm pages.Theo Buehler
2016-04-26Enable LIBREBUILD to construct libc.so.*.aTheo de Raadt
2016-04-25Allow setenv(3) and putenv(3) to operate on a NULL environ pointer.Todd C. Miller
2016-04-25no more systraceTed Unangst
2016-04-24no more outlen; from remcoJason McIntyre
2016-04-24typos;Jason McIntyre
2016-04-20delete unused -m option;Ingo Schwarze
2016-04-20New editline(7) manual, explaining to end-users how line editing worksIngo Schwarze
2016-04-19fix typo in comment; ok beckT.J. Townsend
2016-04-18Delete redundant, empty callbacks;Ingo Schwarze
2016-04-17document pledge(2); from rob pierceJason McIntyre
2016-04-15Document PROTO_NORMAL requires matching DEF_{,NON}STDPhilip Guenther
2016-04-15PROTO_NORMAL(pthread_cond_signal) requires DEF_STD(pthread_cond_signal)Philip Guenther
2016-04-15make pthread_barrier_wait behave more like it does on other platforms.Ted Unangst
2016-04-13Revert the recent changes to pledge.2.Theo Buehler
2016-04-13Use the correct iv and counter when decrypting the ciphertext forJoel Sing
2016-04-13Re-introduce the following commit:Ingo Schwarze
2016-04-12tweak previous;Jason McIntyre
2016-04-12two times a define to an inline function, from Michael McConville; ok djm@Otto Moerbeek
2016-04-12documents "mcast" promiseSebastien Marie
2016-04-12documents "route" promiseSebastien Marie
2016-04-12Cleanup, no functional change:Ingo Schwarze
2016-04-12* Delete the unimplemented feature XK_EXE.Ingo Schwarze
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;Ingo Schwarze
2016-04-11Clean up chartype.h:Ingo Schwarze
2016-04-11get rid of the non-standard data type "Char" in almost all files;Ingo Schwarze
2016-04-11Move wrapper macros to the two files actually needing them:Ingo Schwarze
2016-04-10Clean up and complete the lists of allowed syscalls.Theo Buehler
2016-04-09For pointers, use NULL rather than 0; no functional change;Ingo Schwarze
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noIngo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-04-09Reset the terminal to its initial state before exiting a programIngo Schwarze
2016-04-09tweak MALLOC_STATS printing (switched off by default), prodded byOtto Moerbeek
2016-04-09redundant memset(3), from Michael McConville, ok armani@Otto Moerbeek
2016-04-09replace 0xf57ff05f with dmb syJonathan Gray
2016-04-09Document (near) standards conformancePhilip Guenther
2016-04-07Use the "new" audio(4) api and delete all the useless code to dealAlexandre Ratchov
2016-04-06bad spell of whether...Jason McIntyre