aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits
AgeCommit message (Expand)Author
2020-11-25std/os: fix prctl constantsIsaac Freund
2020-11-20std/os: define and use dev_t for linux x86_64Isaac Freund
2020-11-20std/os: add time_t definiton for x86_64 linuxIsaac Freund
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-04std: Correct stack_t definition for mipsLemonBoy
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-03Fix Darwin codepathJakub Konka
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-11-01std: add {set,get}rlimit bits and improve testxackus
2020-11-01Add definitions for FALLOC_FL_ mode flagsJoran 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: 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-25Fix sparc64 bits definitionsKoakuma
2020-10-25Fix SA_* constants for sparc64Koakuma
2020-10-24Add sparc64-specific values for the various SA_ and SIG_ constantsKoakuma
2020-10-24Fix constantsKoakuma
2020-10-24Add sp loadingKoakuma
2020-10-24Fix register namingKoakuma
2020-10-24Add sparc64 linux bitsKoakuma
2020-10-22Merge branch 'improve-windows-networking'Andrew Kelley
2020-10-19std: Minor changes to startup codeLemonBoy
2020-10-17code cleanupsAndrew Kelley
2020-10-17Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...Andrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-08Rename ix_rss -> ixrssBenjamin Feng
2020-10-08Pull in Darwin definitions for rusageBenjamin Feng
2020-10-04implement {get, set}rlimit for linuxxackus
2020-10-03Add IORING_FEAT_POLL_32BITSJoran Dirk Greef
2020-09-21Define SPLICE, PROVIDE_BUFFERS, REMOVE_BUFFERS and TEE opcodes and flagsJoran Dirk Greef
2020-09-21Add io_uring syscalls to os.bits.linux.mips.SYSJoran Dirk Greef
2020-09-20Add IORING_FEAT_FAST_POLLJoran Dirk Greef