aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux.zig
AgeCommit message (Expand)Author
2020-06-02cleanupsAndrew Kelley
2020-06-02Make ifru fields sentinel-terminatedLuna
2020-06-02Replace C types in declarationsLuna
2020-06-02Replace C shorts by integer typesLuna
2020-06-02Fix ifreq definitionLuna
2020-06-02Only resolve scope id when neededLuna
2020-06-02Add some interface structs to linux bitsLuna
2020-05-30linux: fix IOSQE_BIT decl and io_uring_sqe flagsVincent Rischmann
2020-05-17linux: remove duplicated fieldsVincent Rischmann
2020-05-05zig fmtTadeo Kondrak
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-18update std lib to decls being disallowed between fieldsVexu
2020-04-01Workaround for #4789LemonBoy
2020-04-01std: Fix more NetBSD bitsLemonBoy
2020-03-30std: update for linux 5.6 releasedaurnimator
2020-03-18std: Introduce fnctl wrapperLemonBoy
2020-03-10std: Fix detection of Linux kernel versionLemonBoy
2020-03-09std: add some definitions for netlink socketsdaurnimator
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-05std: Make TCSA enum ABI-compliantLemonBoy
2020-02-04Add basic linux termios implementationnofmal
2020-01-31std: update for linux 5.5 releasedaurnimator
2020-01-19Small cleanupsLemonBoy
2020-01-14Correct dlpi_name field typeLemonBoy
2020-01-05std.os.getrusage: add C extern fn and reserved fieldAndrew Kelley
2020-01-05Add std.os.getrusagedata-man
2019-12-31os: add memfd_createLuna
2019-12-22std: use simpler sigset_t definitiondaurnimator
2019-12-05fix castsVexu
2019-11-30linux-i386 supportLemonBoy
2019-11-25zig fmtAndrew Kelley
2019-11-25Merge pull request #3728 from ziglang/null-terminated-pointersAndrew Kelley
2019-11-25std: update for linux 5.4daurnimator
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-08fixups and zig fmtAndrew Kelley
2019-10-31fix regression in std.os.dirent64 on linuxAndrew Kelley
2019-10-31DragonFlyBSD tidyupTse
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-30fix os.sockaddr being a union instead of a structAndrew Kelley
2019-10-30canonicalize std.os IPPROTO constantsAndrew Kelley
2019-10-30make std.net more portableAndrew Kelley
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-28move libc/linux bits aroundAndrew Kelley
2019-10-28partial no-libc implementation of std.net.getAddressListAndrew Kelley
2019-10-28std.net.getAddressListAndrew Kelley
2019-10-16improve docs and field names of Statx structAndrew Kelley
2019-10-12Add support for the statx syscallLemonBoy