Andrew Kelley
|
21767144fc
|
linux: support VDSO for clock_gettime
also fix a compiler crash when using cmpxchg with nullable pointer
|
2018-04-22 18:11:50 -04:00 |
Andrew Kelley
|
da2af9c613
|
fixups
|
2018-04-22 13:36:26 -04:00 |
Andrew Kelley
|
0dcadc61b4
|
Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz-std.os.time
|
2018-04-22 13:24:25 -04:00 |
tgschultz
|
7cfe328a16
|
fixed typos.
|
2018-04-18 17:43:35 -05:00 |
tgschultz
|
8b66dd8c7d
|
Added unstaged changes.
|
2018-04-18 13:55:42 -05:00 |
Andrew Kelley
|
b7af9edb8a
|
add std.os.createThread
this adds kernel thread support to the standard library for
linux.
See #174
|
2018-04-14 02:24:05 -04:00 |
Marc Tiehuis
|
03bec631bd
|
Replace File.exists with File.access
|
2018-04-13 21:27:09 +12:00 |
Andrew Kelley
|
2ec1cec92d
|
add more linux syscalls and constants
Based on #904 by tgshultz
|
2018-04-10 23:29:24 -04:00 |
Andrew Kelley
|
e85a10e9f5
|
async tcp server proof of concept
|
2018-04-09 00:52:45 -04:00 |
Andrew Kelley
|
0d22a00f6f
|
*WIP* async/await TCP server
|
2018-04-08 18:26:24 -04:00 |
Andrew Kelley
|
2cff31937f
|
std.os.linux exposes syscall functions and syscall numbers
|
2018-03-24 15:57:36 -04:00 |
Andrew Kelley
|
bde15cf080
|
improve std lib linux epoll API
|
2018-02-17 17:53:07 -05:00 |
Andrew Kelley
|
f9be970375
|
Merge remote-tracking branch 'origin/master' into error-sets
|
2018-02-08 20:45:26 -05:00 |
Andrew Kelley
|
44d8d654a0
|
fix test failure, organize code, add new compile error
|
2018-02-05 09:26:39 -05:00 |