aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
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
2022-05-02Avoid some unnecessary underscores in constant namesr00ster91
2022-04-28Seccomp fixups re: #10717Stephen Gregoratto
2022-04-28Merge pull request #10717 from gh-fork-dump/seccomp-bitsVeikka Tuominen
2022-03-21stage2 llvm: fix lowerDeclRefValue for function aliasesVeikka Tuominen
2022-03-19std: enable default panic handler for stage2 LLVM on LinuxVeikka Tuominen
2022-03-09Add bits for the Linux Secure Computing facilityStephen Gregoratto
2022-02-27stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...Veikka Tuominen
2022-02-27stage2: use stage1 test runner for stage2Veikka Tuominen
2022-02-23std.os.linux.socketpair: fd is an out parameterFelix Queißner
2022-02-13Merge pull request #10863 from m-radomski/fixAndrew Kelley
2022-02-13Fix preadv/pwritev bug on 64bit platformTw
2022-02-11validate in Windows using VirtualQuerym
2022-02-11std: validate frame-pointer address in stack walkingm
2022-01-29Add bits for the Linux Auditing SystemStephen Gregoratto