aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2020-09-27Merge pull request #6397 from suirad/fix-5537Jakub Konka
2020-09-27uefi system_tableWoze Parrrot
2020-09-25Add clarification commentSuirad
2020-09-25Stdlib fix for os.windows.deleteFile to fail withSuirad
2020-09-17Add rename to std.fs APIRyan Liptak
2020-09-13changed to opaqueMatt Knight
2020-09-13removed all those kern aliasesMatt Knight
2020-09-13got booleans wrongMatt Knight
2020-09-12added helper definitionsMatt Knight
2020-09-11std: add securebits definitions for linuxIsaac Freund
2020-09-11std: add prctl definition for linuxIsaac Freund
2020-09-10update the stack trace test case for lines added to start.zigAndrew Kelley
2020-09-10Merge pull request #5527 from shawnanastasio/ppc64leAndrew Kelley
2020-09-08Add the Linux TCP socket optionsJens Goldberg
2020-09-08Merge pull request #6267 from mattnite/btfAndrew Kelley
2020-09-07added map create, update, delete, and prog loadMatt Knight
2020-09-07BPF: add some more documentation (#6268)Matthew Knight
2020-09-07added license commentsMatt Knight
2020-09-07changed enums to lower caseMatt Knight
2020-09-06fixed missing 'packed' keywordMatt Knight
2020-09-06added btfMatt Knight
2020-09-06fixed improper builtin importMatt Knight
2020-09-06improved compile error messageMatt Knight
2020-09-06removed redundant pseudo insnMatt Knight
2020-09-06implemented and testing op codes for instructions documented in the unofficia...Matt Knight
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-03Merge pull request #6243 from ifreund/uid-gid-cleanupAndrew Kelley
2020-09-03update uses of deprecated type field accessVexu
2020-09-03std: ensure seteuid/setegid do not change saved idIsaac Freund
2020-09-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-09-03Split the sync tests into sync and fsyncJens Goldberg
2020-09-03Add C declarations and tests for the sync functionsJens Goldberg
2020-09-02Add the sync functionsAransentin
2020-08-30handle lack of privilege to create symbolic links on windowsSahnvour
2020-08-29fix SimpleTextInputProtocolwozeparrot
2020-08-22Bpf: move under os/linux instead of bits (#6126)Matthew Knight
2020-08-21fixed bpf namespaceMatt Knight
2020-08-21decided to split up loading of 64-bit immediatesMatt Knight
2020-08-21moved bpf syscall, added some bpf instructions and testsMatt Knight
2020-08-20add UTIME_NOW and UTIME_OMIT constants for use in utimensat/futimensheidezomp
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-19windows: match the same error code for EBADFAndrew Kelley
2020-08-19Add handler for INVALID_HANDLE to prevent infinite loop when stderr is not av...StrangeBug
2020-08-17added bpf() syscall and some supporting structs (#6061)Matthew Knight
2020-08-17std: signalfd: fix the types of things; add testAndrew Kelley
2020-08-17rename signalfd4 to signalfdLuna
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-08-10Convert prefix from u8 to u16 programmaticallyJakub Konka
2020-08-10Validate DOS path before returningJakub Konka
2020-08-09Address some review commentsJakub Konka