aboutsummaryrefslogtreecommitdiff
path: root/std/os/freebsd
AgeCommit message (Expand)Author
2019-05-26more progress on posix API layerAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-17freebsd: fix pointer cast in mmapMaya Rashish
2019-01-05freebsd: fix wrong call to clock_getres (#1871)Marcio
2019-01-04freebsd: add sockaddr structsMarcio Giaxa
2019-01-04freebsd: implement clock related functionsMarcio Giaxa
2019-01-04freebsd: add clock const definitionsMarcio Giaxa
2018-12-24freebsd: fix flags for opening filesMarcio Giaxa
2018-12-23freebsd: remove syscall and use libcMarcio Giaxa
2018-12-20freebsd: add realpath to freebsd/index.zigMarcio Giaxa
2018-12-20Add preadv/pwritev on FreeBSDGreg V
2018-12-19freebsd: use sysctl to get the current executable pathMarcio Giaxa
2018-12-19freebsd: remove getrandom dependency from libcMarcio Giaxa
2018-12-19freebsd: use libc interface instead system callsMarcio Giaxa
2018-12-19freebsd: add accessMarcio Giaxa
2018-12-19freebsd: add getdirentriesMarcio Giaxa
2018-12-19freebsd: remove syscall filesMarcio Giaxa
2018-12-13freebsd: fix issues with syscallsAndrew Kelley
2018-12-12freebsd: fix os_self_exe_path function and update std libAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-19zig fmtAndrew Kelley
2018-10-20Support more of std on FreeBSDGreg V
2018-10-20Various fcntl flags are also machine-independent on FreeBSDGreg V
2018-10-20System call numbers on FreeBSD are machine-independentGreg V
2018-10-20Fix os/freebsd filesGreg V