summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2023-11-04KNF plus fixed a few signed vs unsigned compares (that we actuallyOtto Moerbeek
2023-10-30seperate -> separate;Jason McIntyre
2023-10-30make special note, right at the start, that DNS is handled seperatelyTheo de Raadt
2023-10-29libc: Makefile.inc: remove "sparc" from quad support list; ok deraadt@Scott Soule Cheloha
2023-10-29Enable ISO C11 APIs when building libc, even with an older compiler.Todd C. Miller
2023-10-26A few micro-optimizations; ok asou@Otto Moerbeek
2023-10-22correct Va in previous;Jason McIntyre
2023-10-22When option D is active, store callers for all chunks; this avoidsOtto Moerbeek
2023-10-14Document the hw.battery sysctls.Mark Kettenis
2023-10-12Static binaries which do not call execve() were not callingTheo de Raadt
2023-10-12for a few sysctl nodes, mention standard or at least more widelyIngo Schwarze
2023-10-09Mention that the strings are OS-specific.Ingo Schwarze
2023-10-06__swsetup: set error flag and errno on error.Todd C. Miller
2023-10-02Add 'host root port' information to hw.ucomnames.Kenneth R Westerback
2023-10-02DV -> Dv;Jason McIntyre
2023-10-01Add sysctl hw.ucomnames to list 'fixed' paths to USB serialKenneth R Westerback
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