Age | Commit message (Expand) | Author |
2024-01-10 | pthread_cond_timedwait(3): accept negative absolute timeouts | Scott Soule Cheloha |
2024-01-07 | libc, librthread: _twait: subtraction is not comparison | Scott Soule Cheloha |
2023-12-19 | static binary setting a table, or dynamic binary trying to do what | Theo de Raadt |
2023-12-19 | - new sentence, new line | Jason McIntyre |
2023-12-19 | A small cleanup of malloc_bytes(), getting rid of a goto and a tiny | Otto Moerbeek |
2023-12-19 | pinsyscalls(2) has changed a little bit, and I can provide more advice | Theo de Raadt |
2023-12-13 | Move a large part of SYS.h defines to DEFS.h to match where other platforms | Miod Vallat |
2023-12-13 | actually remove it, pointed out by jsg | Theo de Raadt |
2023-12-12 | crank libc major because syscall(2) was removed | Theo de Raadt |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-12-11 | Make sure the syscall table entries are aligned on a 4-byte boundary. | Mark Kettenis |
2023-12-11 | arm just had to be different and change the syntax for .pushsection | Theo de Raadt |
2023-12-11 | Oops, wrong argument to macro | Theo de Raadt |
2023-12-11 | document upcoming pinsyscalls(2) system call | Theo de Raadt |
2023-12-10 | Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL) | Theo de Raadt |
2023-12-06 | Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it for | Miod Vallat |
2023-12-04 | zap trailing whitespace | Theo Buehler |
2023-12-04 | Save backtraces to show in leak dump. Depth of backtrace set by | Otto Moerbeek |
2023-11-22 | Set correct errno field in struct asr_result. | Florian Obser |
2023-11-21 | Do not short-circuit localhost resolution when AI_NUMERICHOST is set. | Florian Obser |
2023-11-20 | localhost is either 127.0.0.1 or ::1, nothing else. | Florian Obser |
2023-11-14 | Add break to error out on weird characters in gethostbyname(). | Florian Obser |
2023-11-11 | Delete the useless .\" ----- comments before .Sh. | Ingo Schwarze |
2023-11-11 | more details about error recovery | Ingo Schwarze |
2023-11-10 | MNT_SOFTDEP and mount -o softdep no longer have any effect | Ingo Schwarze |
2023-11-09 | missing full stop | Jasper Lievisse Adriaanse |
2023-11-08 | libc, librthread: _twait: fully validate absolute timeout | Scott Soule Cheloha |
2023-11-04 | KNF plus fixed a few signed vs unsigned compares (that we actually | Otto Moerbeek |
2023-10-30 | seperate -> separate; | Jason McIntyre |
2023-10-30 | make special note, right at the start, that DNS is handled seperately | Theo de Raadt |
2023-10-29 | libc: Makefile.inc: remove "sparc" from quad support list; ok deraadt@ | Scott Soule Cheloha |
2023-10-29 | Enable ISO C11 APIs when building libc, even with an older compiler. | Todd C. Miller |
2023-10-26 | A few micro-optimizations; ok asou@ | Otto Moerbeek |
2023-10-22 | correct Va in previous; | Jason McIntyre |
2023-10-22 | When option D is active, store callers for all chunks; this avoids | Otto Moerbeek |
2023-10-14 | Document the hw.battery sysctls. | Mark Kettenis |
2023-10-12 | Static binaries which do not call execve() were not calling | Theo de Raadt |
2023-10-12 | for a few sysctl nodes, mention standard or at least more widely | Ingo Schwarze |
2023-10-09 | Mention that the strings are OS-specific. | Ingo Schwarze |
2023-10-06 | __swsetup: set error flag and errno on error. | Todd C. Miller |
2023-10-02 | Add 'host root port' information to hw.ucomnames. | Kenneth R Westerback |
2023-10-02 | DV -> Dv; | Jason McIntyre |
2023-10-01 | Add sysctl hw.ucomnames to list 'fixed' paths to USB serial | Kenneth R Westerback |
2023-09-28 | don't mention what language functions are implemented in | Jonathan Gray |
2023-09-14 | use Fn notation instead of Nm, as the rest of the page does; | Jason McIntyre |
2023-09-12 | since since -> since | Jonathan Gray |
2023-09-09 | Print waring message when not allocated memory in putleakinfo(). | ASOU Masato |
2023-09-06 | remove unused variable | Jonathan Gray |
2023-08-25 | new manual page MB_CUR_MAX(3) written from scratch; | Ingo Schwarze |
2023-08-20 | remove "flag" from the Dv line; | Jason McIntyre |