aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux
AgeCommit message (Expand)Author
2020-12-31Year++Frank Denis
2020-12-17Add process_madvise to Linux syscalls (#7450)Dmitry Atamanov
2020-12-14Add missed Linux syscallsdata-man
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-05Merge pull request #6978 from LemonBoy/statshitAndrew Kelley
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-04std: use PR enum as only location of opcode numbersdaurnimator
2020-11-04std: add PR enum for the prctl opcodedaurnimator
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
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-26std/*: add missing MIT license headersFrank Denis
2020-10-25Separate libc stat and kernel stat definitionsKoakuma
2020-10-25Fix sparc64 bits definitionsKoakuma
2020-10-24Fix constantsKoakuma
2020-10-24Add sp loadingKoakuma
2020-10-24Fix register namingKoakuma
2020-10-24Add sparc64 linux bitsKoakuma
2020-09-21Add io_uring syscalls to os.bits.linux.mips.SYSJoran Dirk Greef
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-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-08-22Bpf: move under os/linux instead of bits (#6126)Matthew 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 license header to all std lib filesAndrew Kelley
2020-08-17added bpf() syscall and some supporting structs (#6061)Matthew Knight
2020-07-01Implement std.os for powerpc64{,le}Shawn Anastasio
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-18update std lib to decls being disallowed between fieldsVexu
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-03-30std: add some missing errnos on linuxdaurnimator
2020-03-30std: update for linux 5.6 releasedaurnimator
2020-03-14Define Flock for all posix systemsLeRoyce Pearson
2020-03-14Implement blocking file locking API for windowsLeRoyce Pearson
2020-03-14Add fnctlFlock system call, use it to lock filesLeRoyce Pearson
2020-03-09std: add some definitions for netlink socketsdaurnimator
2020-03-08Define ino_t for systems not yet defining itLeRoyce Pearson
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2019-11-30linux-i386 supportLemonBoy