aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/darwin.zig
AgeCommit message (Expand)Author
2020-12-31Year++Frank Denis
2020-12-29std: Fix poll definitions for FreeBSD/DarwinLemonBoy
2020-12-23added comments, removed useless comptime keywordsLoris Cro
2020-12-23add termios bits for darwinLoris Cro
2020-12-13std: Fixes for siginfo test on macosLemonBoy
2020-12-12std: Further siginfo refinementsLemonBoy
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-03Fix Darwin codepathJakub Konka
2020-11-01std: add {set,get}rlimit bits and improve testxackus
2020-10-08Pull in Darwin definitions for rusageBenjamin Feng
2020-09-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-22Add poll definitions for DarwinGreg Anders
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-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-03-14Define Flock for all posix systemsLeRoyce Pearson
2020-03-08Define ino_t for systems not yet defining itLeRoyce Pearson
2020-03-03fix macosx and freebsd build failuresAndrew Kelley
2020-02-07add fcntl support on darwinAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2019-12-10fixed windows dynamic library loading and added loading for darwinemekoi
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-21std: remove O_LARGEFILE from OS bits when the OS does not define itAndrew Kelley
2019-11-08fixups and zig fmtAndrew 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-30make std.net more portableAndrew Kelley
2019-10-30fixes for macos and 32 bit archesAndrew Kelley
2019-10-21darwin: add AT_* bitsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley