summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2023-09-28don't mention what language functions are implemented inJonathan Gray
2023-09-14use Fn notation instead of Nm, as the rest of the page does;Jason McIntyre
2023-09-12since since -> sinceJonathan Gray
2023-09-09Print waring message when not allocated memory in putleakinfo().ASOU Masato
2023-09-06remove unused variableJonathan Gray
2023-08-25new manual page MB_CUR_MAX(3) written from scratch;Ingo Schwarze
2023-08-20remove "flag" from the Dv line;Jason McIntyre
2023-08-20Add syscall stub for kqueue1(2)Visa Hankala
2023-08-20Provide C11 <uchar.h>.Ingo Schwarze
2023-08-17add space needed in punctuation;Jason McIntyre
2023-08-13simplify previous;Jason McIntyre
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-08-13Make sure modf() returns correct values for infinities. While there, dropMiod Vallat
2023-08-05Remove empty file left behind in a revert during p2k17Theo Buehler
2023-08-01ualarm.3: cleanups, rewritesScott Soule Cheloha
2023-07-18Remove extra parentheses.ASOU Masato
2023-07-11No need to initialize the first element of st->string since it was justClaudio Jeker
2023-07-03fix uuid_dec_{b,l}e prototypesJasper Lievisse Adriaanse
2023-07-01Document that small allocations are initially junked with 0xdf nowOtto Moerbeek
2023-06-30Recommit "Allow to ask for deeper callers for leak reports usingOtto Moerbeek
2023-06-26Fix Ed Schouten's nameTheo Buehler
2023-06-26document handling of NULL envp as an extension;Jason McIntyre
2023-06-23Revert previous, not all platforms allow compilingOtto Moerbeek
2023-06-22Allow to ask for deeper callers for leak reports using malloc options.Otto Moerbeek
2023-06-21Use recallocarray() consistently. recallocarray() was introduced to simplifyClaudio Jeker
2023-06-07Add portable version and m88k-specific version lb() function, becauseKenji Aoyama
2023-06-04More thorough write-afetr-free checks.Otto Moerbeek
2023-06-02pledge(2): stdio: permit restricted profil(2) for moncontrol(3)Scott Soule Cheloha
2023-05-27Remove malloc interposition, a workaround that was once needed for emacsOtto Moerbeek
2023-05-19Since waitid(2) shares code with wait4(2) and doesn't expose anyPhilip Guenther
2023-05-18memmove() entry point is declared with NENTRY() and isn't consecutivePhilip Guenther
2023-05-18Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidPhilip Guenther
2023-05-18Add PROTO_NORMAL() declarations for utrace (and ktrace) syscallsPhilip Guenther
2023-05-18Make two corrections to the vfork(2) stub:Philip Guenther
2023-05-16add net.inet.tcp.tso;Jason McIntyre
2023-05-13default path includes /usr/local/sbinKlemens Nanni
2023-05-11Retguard addition in commit 72pYktDvmJhq7OyF was based on the understandingPhilip Guenther
2023-05-10As mmap(2) is no longer a LOCK syscall, do away with the extraOtto Moerbeek
2023-04-26Declare sendsyslog to match its man pageGreg Steuck
2023-04-21remove duplicate includeJonathan Gray
2023-04-19remove duplicate includesJonathan Gray
2023-04-17remove bad Pp;Jason McIntyre
2023-04-16Dump (leak) info using utrace(2) and compile the code always inOtto Moerbeek
2023-04-05Introduce variation in location of junked bytes; ok tb@Otto Moerbeek
2023-04-01Check all chunks in the delayed free list for write-after-free.Otto Moerbeek
2023-03-31Since all arm64 assembly code in libc uses the ENTRY* macros fromMark Kettenis
2023-03-25Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@Otto Moerbeek
2023-03-25Change malloc chunk sizes to be fine grained.Otto Moerbeek
2023-03-15Fix a number of out of bound reads in DNS response parsing.Todd C. Miller
2023-03-02When parsing %s, the result should be in the local time zone.Todd C. Miller