mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 12:18:31 +00:00
Make ZipOS and Qemu work better
This change improves the dirstream library in a lot of respects, especially for /zip/... files. Also turn off MAP_STACK on Aarch64 because Qemu seems to implement it differently than Linux and it's probably responsible for a lot of mysterious crashes.
This commit is contained in:
parent
4658ae539f
commit
110559ce6a
48 changed files with 748 additions and 500 deletions
|
@ -957,18 +957,6 @@ syscon pf PF_VSOCK 40 40 0 0 0 0 0 0
|
|||
syscon pf PF_WANPIPE 25 25 0 0 0 0 0 0
|
||||
syscon pf PF_X25 9 9 0 0 0 0 0 0
|
||||
|
||||
# getdents() constants
|
||||
#
|
||||
# group name GNU/Systemd GNU/Systemd (Aarch64) XNU's Not UNIX! MacOS (Arm64) FreeBSD OpenBSD NetBSD The New Technology Commentary
|
||||
syscon dt DT_UNKNOWN 0 0 0 0 0 0 0 0 # consensus
|
||||
syscon dt DT_FIFO 1 1 1 1 1 1 1 1 # unix consensus & faked nt
|
||||
syscon dt DT_CHR 2 2 2 2 2 2 2 2 # unix consensus & faked nt
|
||||
syscon dt DT_DIR 4 4 4 4 4 4 4 4 # unix consensus & faked nt
|
||||
syscon dt DT_BLK 6 6 6 6 6 6 6 6 # unix consensus & faked nt
|
||||
syscon dt DT_REG 8 8 8 8 8 8 8 8 # unix consensus & faked nt
|
||||
syscon dt DT_LNK 10 10 10 10 10 10 10 10 # unix consensus & faked nt
|
||||
syscon dt DT_SOCK 12 12 12 12 12 12 12 12 # unix consensus & faked nt
|
||||
|
||||
# msync() flags
|
||||
#
|
||||
# group name GNU/Systemd GNU/Systemd (Aarch64) XNU's Not UNIX! MacOS (Arm64) FreeBSD OpenBSD NetBSD The New Technology Commentary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue