aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-22fix type errors in os.linux (#15801)yujiri8
2023-05-19std.os: add linux timer apiDavid CARLIER
2023-05-13std.os: adding linux's sched_setaffinity and its wrapperDavid CARLIER
2023-05-13linux adding some NUMA supportDavid CARLIER
2023-05-11Add tc{set,get}pgrp to std.os.linuxGregory Mullen
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-27fix incorrect struct definition朕与将军解战袍
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-23std.os.linux: Add new CAP constantsHubert Jasudowicz
2023-04-06std.os: add mincore syscalljim price
2023-03-15std: child process API supports rusage dataAndrew Kelley
2023-03-15hot code swapping PoC workingAndrew Kelley
2023-03-15std.os.linux: add ptraceAndrew Kelley
2023-03-03std: add fchmodatAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-04Add support for mips64/mips64elSuirad
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-13update usages of `@call`Veikka Tuominen
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-16stdlib: make linux.PERF.TYPE non-exhaustiveBjörn Linse
2022-11-15std.os.linux: Add setitimer and getitimer syscallsHayden Pope
2022-11-09Merge pull request #13418 from ryanschneider/signal-alignment-13216Veikka Tuominen
2022-11-06std.os.linux.T: translate more MIPS valuesr00ster91
2022-11-04std.os: fix alignment of Sigaction.handler_fnRyan Schneider
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-27Add sockaddr_vm for vSocckets on Linuxdaurnimator
2022-10-27Add reboot syscalldaurnimator
2022-10-17add tcdrain on linuxYujiri
2022-10-13io_uring: ignore SOCK_NONEMPTY for reproducible testsJacob Young
2022-10-11std: add linux support for packet sockaddrEric Milliken
2022-09-29std: Replace use of stage1 function pointersominitay
2022-09-20Merge pull request #12904 from Vexu/ptrcastAndrew Kelley
2022-09-20std: fix os.linux.S function signatures to use mode_tMeghan
2022-09-20Sema: check pointer qualifiers before implicit castVeikka Tuominen
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-07-31Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watchRyan Liptak
2022-07-23io_uring: add new flags and opcodesVincent Rischmann
2022-07-21LLVM: fix lowering of structs with underaligned fieldsAndrew Kelley
2022-07-05Mark fstype argument to mount as optionalJonathan Marler
2022-07-03std: better definition for std.os.linux.epoll_eventAndrew Kelley
2022-06-28zig fmt: fix idempotency with newlines surrounding doc commentPhilipp Lühmann
2022-05-26fix semantic error with std.os.linux.all_maskJonathan Marler
2022-05-16Generate linux syscalls via. the linux source treeStephen Gregoratto
2022-05-16std.os: Add memfd_create for FreeBSDIsaac Freund
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-13std.os.linux: fix signature of setgroupsJonathan Marler