mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Make improvements
- Polyfill pselect() on Windows - Add -O NOFILE flag to pledge.com - Polyfill ppoll() on NetBSD, XNU, and Windows - Support negative numbers and errno in sizetol() - Add .RSS, .NOFILE, and .MAXCORE to Landlock Make - Fix issue with .PLEDGE preventing touching of output files - Add __watch() function (like ftrace) for logging memory changes
This commit is contained in:
parent
d3b599a796
commit
f0701d2a24
35 changed files with 635 additions and 340 deletions
8
third_party/python/python.mk
vendored
8
third_party/python/python.mk
vendored
|
@ -2097,13 +2097,13 @@ o/$(MODE)/third_party/python/Lib/test/test_wsgiref.py.runs: private \
|
|||
/usr/local/etc/mime.types
|
||||
|
||||
o/$(MODE)/third_party/python/Lib/test/test_epoll.py.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath proc inet
|
||||
private .PLEDGE = stdio rpath wpath cpath fattr proc inet
|
||||
o/$(MODE)/third_party/python/Lib/test/test_fcntl.py.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath proc flock
|
||||
private .PLEDGE = stdio rpath wpath cpath fattr proc flock
|
||||
o/$(MODE)/third_party/python/Lib/test/test_signal.py.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath proc flock inet
|
||||
private .PLEDGE = stdio rpath wpath cpath fattr proc flock inet
|
||||
o/$(MODE)/third_party/python/Lib/test/test_timeout.py.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath proc inet
|
||||
private .PLEDGE = stdio rpath wpath cpath fattr proc inet
|
||||
|
||||
o/$(MODE)/third_party/python/Lib/test/test_grammar.py.runs: \
|
||||
o/$(MODE)/third_party/python/pythontester.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue