aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits
AgeCommit message (Expand)Author
2020-12-14Add missed Linux syscallsdata-man
2020-12-13Fix compilation error on OpenBSDLemonBoy
2020-12-13Fix compilation error on FreeBSDLemonBoy
2020-12-13std: Drop struct prefixes in FreeBSD siginfoLemonBoy
2020-12-13Fix Sigaction struct on FreeBSD.Alex Cameron
2020-12-13std: Update more siginfo bits for BSDsLemonBoy
2020-12-13std: Fixes for siginfo test on macosLemonBoy
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-11-30add std.os.shutdown function for socketsJonathan Marler
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