aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2020-06-04std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY statusRyan Liptak
2020-06-04Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...Ryan Liptak
2020-06-02cleanupsAndrew Kelley
2020-06-02Change ioctl's request type to i32Luna
2020-06-02Replace syscall3 to os.ioctlLuna
2020-06-02Add std.os.ioctlLuna
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-06-01Fix evented builds on windows with runtime safety onAlexandros Naskos
2020-05-31more windows network fixesJonathan Marler
2020-05-31Merge pull request #5478 from vrischmann/fix-iouringVeikka Tuominen
2020-05-30linux: fix IOSQE_BIT decl and io_uring_sqe flagsVincent Rischmann
2020-05-30Fix WSARecvFrom signatureAlexandros Naskos
2020-05-29more windows network support, including dnsJonathan Marler
2020-05-25fix pwrite on 32-bit linuxAndrew Kelley
2020-05-25fix regression in std.os.windows.fromSysTimeAndrew Kelley
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-18Integrate getTestDir with tmpDir logicJakub Konka
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-07Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntaxAndrew Kelley
2020-05-07Removed GetModuleHandleA from user32Jens Goldberg
2020-05-07Removed duplicate WM_ACTIVATEJens Goldberg
2020-05-05zig fmtTadeo Kondrak
2020-05-02solve the problem with Darwin shims in std.os insteadAndrew Kelley
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-02Get evented io code paths to build on macOS (#5233)Chris Heyes
2020-05-02fix regressions in windows std lib testsAndrew Kelley
2020-05-02std.event.Loop: promote the fs thread to be available for all OS'sAndrew Kelley
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew 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-30Update WASI snapshot to preview1Jakub Konka
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-27std: support `/` in Windows pathsAndrew Kelley
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-22std: Implement progress for WindowsLemonBoy
2020-04-18update std lib to decls being disallowed between fieldsVexu