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