COMMITS
/ lib/std/os/linux.zig May 9, 2025
M
Fix implementation of std.os.linux.accept on x86
Michael Pfaff committed
April 29, 2025
P
std.posix: Add sigrtmin() and sigrtmax()
Pat Tullmann committed
C
fix mount api
Cutie Deng committed
P
std.os.linux: Fix MIPS signal numbers
Pat Tullmann committed
May 3, 2025
May 1, 2025
A
Merge pull request #23601 from rootbeer/sig-split
Alex Rønne Petersen committed
April 22, 2025
P
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann committed
April 13, 2025
P
std.os.linux: export kernel-sized sigset_t and operations
Pat Tullmann committed
April 11, 2025
R
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King committed
A
std.os.linux: Use faccessat2 syscall in faccessat().
Alex Rønne Petersen committed
April 8, 2025
P
Fix sigaddset/sigdelset bit-fiddling math
Pat Tullmann committed
P
linux.zig: epoll_wait: pass kernel sigset size
Pat Tullmann committed
A
Merge pull request #23376 from sweiglbosker/m68k-archbits
Alex Rønne Petersen committed
April 7, 2025
A
std: Disable usage of fstat() and friends on loongarch.
Alex Rønne Petersen committed
March 29, 2025
S
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker committed
March 26, 2025
S
std.os.linux: add arch bits for m68k
Stefan Weigl-Bosker committed
April 4, 2025
D
std.os.linux: add constants for ETH
Dacheng Gao committed
April 2, 2025
A
Merge pull request #22337 from ruihe774/fix-app-mask
Alex Rønne Petersen committed
December 20, 2024
W
linux: don't export getauxval when not required
wooster0 committed
March 5, 2025
I
io_uring: refactor buf_reg flags
Igor Anić committed
March 3, 2025
I
io_uring: incremental provided buffer consumption
Igor Anić committed
March 2, 2025
I
io_uring: add setsockopt/getsockopt
Igor Anić committed
February 28, 2025
I
io_uring: probe capabilities function
Igor Anić committed
February 27, 2025
I
io_uring: add bind and listen
Igor Anić committed
February 20, 2025
J
linux: add UDP socket options
Jari Vetoniemi committed
J
linux: add IORING_RECVSEND_BUNDLE
Jari Vetoniemi committed
February 4, 2025
A
std.os.linux.mmap: remove logic that does not belong here
Andrew Kelley committed
A
introduce std.posix.mremap and use it
Andrew Kelley committed
December 28, 2024
M
std.os.linux: remove app_mask
Misaki Kasumi committed
M
linux: make ptid and ctid in clone() optional
Misaki Kasumi committed
February 2, 2025
J
std.os.linux: re-add missing timerfd_create() constants
John Benediktsson committed
February 1, 2025
C
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create() (#22627)
Chris Boesch committed
January 31, 2025
J
std.os.linux: adding recvmmsg() (#22651)
John Benediktsson committed
January 28, 2025
M
std: mkdir(2) mode uses mode_t
Meghan Denny committed
December 15, 2024
T
std: add optional times pointer for futimes, futimens, utimes, utimensat
thejohnny5 committed
January 26, 2025
E
std.os.linux: Adding sigdelset (#22406)
Enrique Miguel Mora Meza committed
January 15, 2025
M
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg committed
December 22, 2024
M
fix: allow std.linux.getgroups to accept null
Meili C committed
December 1, 2024
A
std.os.linux: Fix fadvise64 syscall selection for n32/x32.
Alex Rønne Petersen committed
November 16, 2024
C
Add realtime scheduling calls to std.os.linux (issue #19671) (#19675)
curuvar committed
November 9, 2024
B
Flags for SIOC{G,S}IFFLAGS
Benjamin Hetz committed
November 3, 2024
A
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen committed
October 3, 2024
A
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen committed
October 16, 2024
A
generate_linux_syscalls: Generate syscalls for x32.
Alex Rønne Petersen committed
A
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen committed
October 26, 2024
N
Fix up Linux xattr syscalls
Nelson Crosby committed
October 10, 2024
A
std.os.linux: Use the Thumb-specific syscall helpers for thumbeb too.
Alex Rønne Petersen committed
October 6, 2024
A
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen committed
October 1, 2024
A
std.os.linux: Fix mmap() syscall invocation for s390x.
Alex Rønne Petersen committed
October 2, 2024
A
std.os.linux: Add hexagon arch bits.
Alex Rønne Petersen committed