summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-10-12crypt(3): clean up some leftover debug goonia
2021-10-12crypt(3): match the Argon2 reference implementation's Base64 exactlynia
2021-10-12fix typos in man pages.andvar
2021-10-12crypt(3): Make Argon2 implementation match the reference impl bynia
2021-10-12paranoia: use explicit_memsetnia
2021-10-12pw_gensalt.3: add argon2 bitsnia
2021-10-12crypt-argon2: Properly honor user's version number.nia
2021-10-12crypt-argon2: improve resilience of the parser.nia
2021-10-07Fix the lib/libc/setjmp/t_setjmp:{,_}longjmp_zero test casesskrll
2021-10-04remove duplicate the article in comments.andvar
2021-10-04remove duplicate the article in documentation.andvar
2021-10-01remove parameter names from decls.christos
2021-10-01PR/56424: Clay Mayers: recvfrom() is not a cancelation point as documentedchristos
2021-09-30kqueue(2) file descriptors are not inherited across fork(2). Achristos
2021-09-28Remove duplicate tm_isdst. Fixes PR misc/56419 for HEAD.kim
2021-09-26make flag unsigned to match prototype of the function usedchristos
2021-09-26- Completion should not add a quote at the end of the line to match anchristos
2021-09-23Spell the number of nanoseconds as 10^9. Forgotten in previous.uwe
2021-09-23Minor markup tweaks.uwe
2021-09-23Spell the number of nanoseconds as 10^9.uwe
2021-09-23Markup fixes.uwe
2021-09-23printf(3): mention snprintb(3)wiz
2021-09-19s/Plese/Please/ in comment, and fix an article in obio_wdc.c comment.andvar
2021-09-19Sort errors, remove extra comma.wiz
2021-09-19Add native implementations of eventfd(2) and timerfd(2), compatible withthorpej
2021-09-17some love to double letters (in comments).andvar
2021-09-17Robustness fix: handle libraries that contain . in their basename.christos
2021-09-16fix typos in word "successful".andvar
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-09-16fix various typos, mainly in comments.andvar
2021-09-11sysinst/partitions.h: fix typos comments, also fix same typos in other files.andvar
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-09-11popen.3: move popenve from BUGS to HISTORYrillig
2021-09-11fseek.3: fix grammarrillig
2021-09-11Ignore failed closes (if for example a closed file descriptor is passed aschristos
2021-09-11remove fake closefrom()christos
2021-09-11librumphijack: fix typo for NetBSD < 5.99.7rillig
2021-09-10Ignore closefrom(3) for now; too complicated to descern between regularchristos
2021-09-10- implement pselect so that the ssh test has a chance to workchristos
2021-09-10libedit: fix indentationrillig
2021-09-10Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler)christos
2021-09-10rl_startup_hook should be called each time. From Carlos Henrique Lima Melarachristos
2021-09-09fix memory issues found by fuzzing (double frees and buffer overflows)christos
2021-09-09Add casts to appease conversions between wchar_t and wint_tchristos
2021-09-07Do not compile in whole fileio.c for LIBHACK.rin
2021-09-07PR lib/56388rin
2021-09-06Always autogen fileio.h.rin
2021-09-06Style fixes most for __CTRACE().rin
2021-09-06Unifdef DEBUG for CTRACE().rin
2021-09-06Expand __CTRACE() to __nothing #ifndef DEBUG.rin