zig/std/os
Marc Tiehuis 19659c3bd3 freebsd: Fix argc resolution in _start
FreeBSD appears to use rdi instead of rsp as in other posix systems.
According to some loose documentation, x86 passes values on the stack,
so amd64 freebsd may be the only exception.
2018-10-20 15:15:01 +03:00
..
darwin re-organize std lib darwin files 2018-07-22 00:04:24 -04:00
linux Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
windows Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
child_process.zig fix windows 2018-10-15 21:38:01 -04:00
darwin.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
epoch.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
file.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
freebsd.zig freebsd: Fix argc resolution in _start 2018-10-20 15:15:01 +03:00
freebsd_errno.zig Get freebsd std compiling again 2018-10-20 15:15:01 +03:00
freebsd_i386.zig Add initial freebsd stdlib functionality 2018-10-20 15:15:01 +03:00
freebsd_x86_64.zig Get freebsd std compiling again 2018-10-20 15:15:01 +03:00
get_app_data_dir.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
get_user_id.zig Add initial freebsd stdlib functionality 2018-10-20 15:15:01 +03:00
index.zig Get freebsd std compiling again 2018-10-20 15:15:01 +03:00
path.zig Add initial freebsd stdlib functionality 2018-10-20 15:15:01 +03:00
test.zig std lib (breaking): posixRead can return less than buffer size 2018-10-01 13:50:55 -04:00
time.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
zen.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00