summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2023-12-11arm just had to be different and change the syntax for .pushsectionTheo de Raadt
2023-12-11Oops, wrong argument to macroTheo de Raadt
2023-12-11document upcoming pinsyscalls(2) system callTheo de Raadt
2023-12-10Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL)Theo de Raadt
2023-12-06Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it forMiod Vallat
2023-12-04zap trailing whitespaceTheo Buehler
2023-12-04Save backtraces to show in leak dump. Depth of backtrace set byOtto Moerbeek
2023-11-22Set correct errno field in struct asr_result.Florian Obser
2023-11-21Do not short-circuit localhost resolution when AI_NUMERICHOST is set.Florian Obser
2023-11-20localhost is either 127.0.0.1 or ::1, nothing else.Florian Obser
2023-11-14Add break to error out on weird characters in gethostbyname().Florian Obser
2023-11-11Delete the useless .\" ----- comments before .Sh.Ingo Schwarze
2023-11-11more details about error recoveryIngo Schwarze
2023-11-10MNT_SOFTDEP and mount -o softdep no longer have any effectIngo Schwarze
2023-11-09missing full stopJasper Lievisse Adriaanse
2023-11-08libc, librthread: _twait: fully validate absolute timeoutScott Soule Cheloha
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