Age | Commit message (Expand) | Author |
2016-05-04 | internal only negative types should not be handled here. | Ted Unangst |
2016-05-04 | be careful about consuming excessive memory by reading in chunks. | Ted Unangst |
2016-05-04 | revert the big change from yesterday to prepare for smaller commits. | Ted Unangst |
2016-05-04 | Remove old cruft. | Vadim Zhukov |
2016-05-04 | Add ERRORS section (requested by bluhm@). While there, move start of | Vadim Zhukov |
2016-05-04 | Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and | Vadim Zhukov |
2016-05-03 | prefer limits.h over sys/limits.h | Brent Cook |
2016-05-03 | patch from openssl for multiple issues: | Ted Unangst |
2016-05-03 | Combine help.h and help.c into a simplified help.h | Ingo Schwarze |
2016-05-03 | The files editline.c, historyn.c, and tokenizern.c are completely | Ingo Schwarze |
2016-05-03 | Move to /dev/bpf; ok lteo | Martin Natano |
2016-05-02 | Remove a vax remnant (that was really a no-op anyway). | Todd C. Miller |
2016-05-01 | Remove old NeXT-specific cruft. From mmcc@ | Todd C. Miller |
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 |