aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2020-11-18std: add chdir smoke testJakub Konka
2020-11-18Move utf8->utf16 up one level into os.zigLee Cannon
2020-11-18Switch to RtlSetCurrentDirectory_ULee Cannon
2020-11-18Implement chdir and chdirZ for WindowsLee Cannon
2020-11-16std: Make windows.ReadFile allow short readsLemonBoy
2020-11-10openbsd: proper implementation for Thread.cpuCount()Sébastien Marie
2020-11-10openbsd: add time definitions for gettimeofday()Sébastien Marie
2020-11-10openbsd: add sockets constantsSébastien Marie
2020-11-10openbsd: add dlfcn.h definitions for dlopen()Sébastien Marie
2020-11-05Merge pull request #6978 from LemonBoy/statshitAndrew Kelley
2020-11-05Merge pull request #6974 from daurnimator/prctl-cleanupAndrew Kelley
2020-11-05Merge pull request #6895 from jorangreef/fallocateAndrew Kelley
2020-11-05Label WASI stat as kernel_statLemonBoy
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-04Add missing LONG_PTR typerageoholic
2020-11-04Fix CoInitializeEx so it can take a null pointerrageoholic
2020-11-04std: Correct stack_t definition for mipsLemonBoy
2020-11-04std: Fix pipe syscall stub for sparc64LemonBoy
2020-11-04std: use PR enum as only location of opcode numbersdaurnimator
2020-11-04std: add PR enum for the prctl opcodedaurnimator
2020-11-03Merge pull request #6921 from xackus/gimmeMoreOfThoseSweetSweetFileDescriptorsJakub Konka
2020-11-03Support 32-bit big-endian targetsJoran Dirk Greef
2020-11-03Fix Darwin codepathJakub Konka
2020-11-02std: Fix syscall stubs passing 64bit offsets for BE targetsLemonBoy
2020-11-02Pending #5127Joran Dirk Greef
2020-11-02Switch back to writing ZigJoran Dirk Greef
2020-11-02Debug unhandled errnoJoran Dirk Greef
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-11-01std: add {set,get}rlimit bits and improve testxackus
2020-11-01Swap endiannessJoran Dirk Greef
2020-11-01Add testJoran Dirk Greef
2020-11-01"The Traveling Wilburys' - Handle With Care"Joran Dirk Greef
2020-11-01Add definitions for FALLOC_FL_ mode flagsJoran Dirk Greef
2020-10-31linux: add fallocate()Joran Dirk Greef
2020-10-30Add close_range, faccessat2 and process_madviseJoran Dirk Greef
2020-10-30Add more mips syscall numbersJoran Dirk Greef
2020-10-30Select stat struct type based on whether we are linking with libcKoakuma
2020-10-29Merge pull request #6356 from jorangreef/io_uringAndrew Kelley
2020-10-29Use the *_stat type as selfKoakuma
2020-10-27std.os.linux.accept/accept4: allow null for addr and lenjohnLate
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-26std/*: add missing MIT license headersFrank Denis
2020-10-25openbsd: make dl_phdr_info cross archesSébastien Marie
2020-10-25Separate libc stat and kernel stat definitionsKoakuma
2020-10-25Various formatting fixesKoakuma
2020-10-25Fix sparc64 bits definitionsKoakuma
2020-10-25Fix SA_* constants for sparc64Koakuma
2020-10-25Predict error-less path on syscallsKoakuma
2020-10-25Add back ppc input/output/clobber definitionsKoakuma
2020-10-25"zig fmt" on lib/std/os/linux.zigKoakuma