cosmopolitan/tool
Justine Tunney 853b6c3864 Improve system calls
- Wrap clock_getres()
- Wrap sched_setscheduler()
- Make sleep() api conformant
- Polyfill sleep() using select()
- Improve clock_gettime() polyfill
- Make nanosleep() POSIX conformant
- Slightly improve some DNS functions
- Further strengthen pledge() sandboxing
- Improve rounding of timeval / timespec
- Allow layering of pledge() calls on Linux
- Polyfill sched_yield() using select() on XNU
- Delete more system constants we probably don't need
2022-07-08 06:42:03 -07:00
..
args Make some systemic improvements 2022-05-18 16:52:36 -07:00
build Strengthen the pledge() polyfill 2022-06-27 13:02:17 -07:00
decode Make some quick fixes and cleanup 2022-06-26 02:58:36 -07:00
emacs Improve system calls 2022-07-08 06:42:03 -07:00
hash Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
lambda Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
net Improve system calls 2022-07-08 06:42:03 -07:00
plinko Make more fixes and improvements 2022-06-13 11:02:13 -07:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Add torture test for zipos file descriptors 2022-06-15 16:29:49 -07:00
tool.mk Make fixes and improvements 2022-06-18 01:46:12 -07:00