summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2021-10-29Add "--" 'options end' parameter to the sh -c call that runs thekre
2021-10-29reallocarr does not set errno.nia
2021-10-29citrus: Use calloc instead of malloc'ing and clearing the array manuallynia
2021-10-29scandir(3): Convert malloc(x * y) and realloc(x * y) to reallocarrnia
2021-10-29radixsort(3): use reallocarr instead of malloc(x * y)nia
2021-10-29wcsdup(3): use reallocarr to catch integer overflownia
2021-10-28Fix typo in comment: allows, not alows.riastradh
2021-10-28Use .Sq instead of a dangling .Sokim
2021-10-27getaddrinfo(3): malloc + memset -> callocnia
2021-10-27fix problem with uninitialized variable on malformed 32 bit time.christos
2021-10-27- Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-24setlocale.3: minor updates to reflect the current implementationgutteridge
2021-10-23Add support for the EVFILT_EMPTY filter, which is activated when thethorpej
2021-10-22Fix build failureryoon
2021-10-22Change to code and documentation from 2021a -> 2021echristos
2021-10-20Oops, forgot to note the history of NOTE_OPEN, NOTE_CLOSE, NOTE_CLOSE_WRITE,thorpej
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-10-13Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,thorpej
2021-10-07Fix the lib/libc/setjmp/t_setjmp:{,_}longjmp_zero test casesskrll
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-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-19Sort errors, remove extra comma.wiz
2021-09-19Add native implementations of eventfd(2) and timerfd(2), compatible withthorpej
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-09-16fix various typos, mainly in comments.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-08-30Remove lint workaroundschristos
2021-08-29libc: suppress lint warning for namespacing mismatch for _mcountrillig
2021-08-22s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor.andvar
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-12fix typos in "environment" word.andvar
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-08-08introduce a SOL_LOCAL for unix-domain socket level socket optionsnia
2021-08-07typodholland
2021-07-31s/dependend/dependent/andvar
2021-07-28Fix typos, improve wording.wiz
2021-07-27Tie the maximum file lock per unprivilegied uid to kern.maxfilesmanu
2021-07-26Improve previous:rin
2021-07-25Update to reflect current reality for template characters - the processsimonb
2021-07-24For evbppc, use C version of bcopy(3), memcpy(3), memcmp(3), andrin
2021-07-22revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigatechristos