aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits
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-06-01Merge pull request #5475 from marler8997/windowsDnsAndrew Kelley
2020-05-31more windows network fixesJonathan Marler
2020-05-30linux: fix IOSQE_BIT decl and io_uring_sqe flagsVincent Rischmann
2020-05-29more windows network support, including dnsJonathan Marler
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-24os/bits/freebsd auditJethro Nederhof
2020-05-24FreeBSD: missing networking constantsJethro Nederhof
2020-05-22Add poll definitions for DarwinGreg Anders
2020-05-18Make mode_t a 0-byte type in WASIJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-17linux: remove duplicated fieldsVincent Rischmann
2020-05-08std: fix RTLD_ constants on OSXdaurnimator
2020-05-05zig fmtTadeo Kondrak
2020-05-02solve the problem with Darwin shims in std.os insteadAndrew Kelley
2020-05-01Added socket bits for DarwinCato Auestad
2020-04-30Fast-forward std.os.bits.wasi to match preview1 snapshot ABIJakub Konka
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-10Merge pull request #4711 from leroycep/feature-file-locksAndrew Kelley
2020-04-07Add missing constants for DragonFlyMichael Neumann
2020-04-02Add LOCK_* constants to BSD `os/bits`LeRoyce Pearson
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-01Workaround for #4789LemonBoy
2020-04-01std: Fix more NetBSD bitsLemonBoy
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-27Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-23Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-23Add O_SHLOCK and O_EXLOCK to freebsd and netbsdLeRoyce Pearson
2020-03-23std: Add missing C bits and defines for NetBSDLemonBoy
2020-03-23std: Add missing C defines for NetBSDLemonBoy
2020-03-18std: Introduce fnctl wrapperLemonBoy
2020-03-17Match netbsd's flock fields with othersLeRoyce Pearson
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-10std: Fix detection of Linux kernel versionLemonBoy
2020-03-09std: add some definitions for netlink socketsdaurnimator
2020-03-08Use os.ino_t for everythingLeRoyce Pearson
2020-03-08Define ino_t for systems not yet defining itLeRoyce Pearson