Age | Commit message (Expand) | Author |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2024-04-14 | Zap trailing whitespace. | Florian Obser |
2024-04-04 | tzset_basic: only call issetugid(2) if TZ has changed | Todd C. Miller |
2024-04-03 | Reading https://github.com/Geal/rust-syslog/issues/79, I came to a | Theo de Raadt |
2024-04-02 | Implement SO_ACCEPTCONN in getsockopt(2) | Claudio Jeker |
2024-04-02 | fix unintended sizeof(pointer) introduced in rev 1.41 | Jonathan Gray |
2024-04-01 | pinsyscalls appeared in 7.5 | Sebastian Benoit |
2024-03-30 | In _malloc_init(), round up the region being mprotected RW to the malloc | Miod Vallat |
2024-03-29 | Do not include <machine/frame.h> in libc sparc64 fpu routines, they don't | Miod Vallat |
2024-03-29 | the msyscall(2) manual page can be deleted. | Theo de Raadt |
2024-03-28 | Delete pinsyscall(2) [which was specific only to SYS_execve] now | Theo de Raadt |
2024-03-27 | When the syscall number has to be loaded from a pc-relative location, | Miod Vallat |
2024-03-25 | Move the "no (hard) linking directories" and "no cross-mount links" | Philip Guenther |
2024-03-23 | readdir_r(3) was never necessary and has been deprecated by POSIX. | Philip Guenther |
2024-03-18 | fix markup of _PATH_DEFPATH (Li -> Dv); ok jmc | Omar Polo |
2024-03-06 | POSIX defines inet_ntoa, not inet_aton. | Anthony J. Bentley |
2024-03-02 | Shorter and simpler version which does not need to use the stack. | Miod Vallat |
2024-03-02 | Provide the missing fabsl alias to fabs. | Miod Vallat |
2024-03-01 | Add mkdtemps(3), like mkdtemp(3) but with a suffix. | Todd C. Miller |
2024-02-04 | Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers i... | Jeremie Courreges-Anglas |
2024-02-04 | Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefix | Jeremie Courreges-Anglas |
2024-01-22 | I forgot that chpass(1) and passwd(1) reach-around into libc for | Theo de Raadt |
2024-01-22 | make login.conf(5) and crypt_newhash(3) and the underlying code | Theo de Raadt |
2024-01-22 | Similar to getpwnam(3) and getnetgrent(3), it is better to call | Theo de Raadt |
2024-01-22 | getpwnam(3) uses dbopen(3), which pulls all 3 database backends into | Theo de Raadt |
2024-01-22 | When getpwnam(3) reaches out to YP, it calls clntudp_create(3) with a | Theo de Raadt |
2024-01-21 | update docs on madvise/msync/minherit behaviour in relation to immutable memo... | Theo de Raadt |
2024-01-21 | Static non-PIE binaries always have a base address of 0 (even if the ELF | Mark Kettenis |
2024-01-21 | Add Xr mimmutable to manual pages which discuss immutable memory. | Theo de Raadt |
2024-01-20 | Early during mimmutable(2) development, we had a big problem with the | Theo de Raadt |
2024-01-19 | Make our mktemp(3) callback-driven and split into multiple files. | Todd C. Miller |
2024-01-19 | _execvesize.c is no longer generated to support pinsyscall(SYS_execve | Theo de Raadt |
2024-01-19 | Move mktemp.c to stdlib where it belongs. | Todd C. Miller |
2024-01-19 | Stop initializing pinsyscall(SYS_execve in static binaries that contain | Theo de Raadt |
2024-01-18 | the warning about syscall going away is a bit dated now. | Theo de Raadt |
2024-01-15 | Make sure to return a proper string in ai_canonname. | Florian Obser |
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 |