aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux
AgeCommit message (Expand)Author
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
2019-10-17mipsel: fix padding on stat structAndrew Kelley
2019-10-12Fix signedness for some fields in ARM stat definitionLemonBoy
2019-10-01Correct signal bits for MIPSLemonBoy
2019-09-26Errno changes for MIPSLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25mv std/ lib/Andrew Kelley