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