aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2021-11-16os/linux: fix rlimit_resource for mips/sparcv9Vincent Rischmann
2021-11-15Add `chmod` and `chown`Ominitay
2021-11-14Merge pull request #10081 from hnakamur/lib_std_os_linux_io_uring_cancelAndrew Kelley
2021-11-14io_uring: add poll_updateKenta Iwasaki
2021-11-12Use io_uring_prep_rw in io_uring_prep_cancelHiroaki Nakamura
2021-11-12std.os.linux: Add cancel and io_uring_prep_cancelHiroaki Nakamura
2021-11-11Merge pull request #9935 from g-w1/plan9-stdJakub Konka
2021-11-10Merge pull request #9853 from koachan/sparc64-unittestsAndrew Kelley
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-11-09io_uring: skip statx test failure on older kernelsAndrew Kelley
2021-11-09os/linux/io_uring: implement statxVincent Rischmann
2021-11-09plan9: more syscallsJacob G-W
2021-11-09fix outputs in inline assemblyJacob G-W
2021-11-09add initial plan9 support to stdJacob G-W
2021-11-01std: expose rusage constants under rusage namespaceAndrew Kelley
2021-11-01std: add Linux perf syscall bitsAndrew Kelley
2021-10-25fix(uefi MemoryDescriptor): padding after memory typeStephen von Takach
2021-10-23std: Fix edge case in TLS tp calculationLemonBoy
2021-10-17Linux: Update syscall numbers for 5.14Stephen Gregoratto
2021-10-15std.os.windows: Fix typo (#9951)Sizhe Zhao
2021-10-10SPARCv9: fix timeval definitionKoakuma
2021-10-10Linux: fix socket constants for SPARCv9Koakuma
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-10-04FileProtocol: add Reader, Writer, SeekableStreamSreehari Sreedev
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-23Linux/sparc64 bits: Add missing C type definitionsKoakuma
2021-09-22io_uring: implement read_fixed/write_fixedVincent Rischmann
2021-09-20adding support for UTF-8 outputHugoFlorentino
2021-09-18Add Linux ioctl creation utilities (#9748)Jens Goldberg
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-14Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINETravis Martin
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
2021-09-01fix regression on linux with kernel_timespecAndrew Kelley
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01re-apply a commit dropped in this branch due to conflictsAndrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std, compiler-rt: remove test names where applicableAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os.linux: remove the "bits" namespace altogetherAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-31std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFlyPhilip Ã…kesson
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24Linux/SPARCv9: use C calling convention for restore_rtKoakuma
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-22std.os: (p)writev should perform partial writes if iov.len > IOV_MAXdaurnimator