cosmopolitan/tool/viz
Justine Tunney 6ffed14b9c
Rewrite memory manager
Actually Portable Executable now supports Android. Cosmo's old mmap code
required a 47 bit address space. The new implementation is very agnostic
and supports both smaller address spaces (e.g. embedded) and even modern
56-bit PML5T paging for x86 which finally came true on Zen4 Threadripper

Cosmopolitan no longer requires UNIX systems to observe the Windows 64kb
granularity; i.e. sysconf(_SC_PAGE_SIZE) will now report the host native
page size. This fixes a longstanding POSIX conformance issue, concerning
file mappings that overlap the end of file. Other aspects of conformance
have been improved too, such as the subtleties of address assignment and
and the various subtleties surrounding MAP_FIXED and MAP_FIXED_NOREPLACE

On Windows, mappings larger than 100 megabytes won't be broken down into
thousands of independent 64kb mappings. Support for MAP_STACK is removed
by this change; please use NewCosmoStack() instead.

Stack overflow avoidance is now being implemented using the POSIX thread
APIs. Please use GetStackBottom() and GetStackAddr(), instead of the old
error-prone GetStackAddr() and HaveStackMemory() APIs which are removed.
2024-06-22 05:45:11 -07:00
..
lib Rewrite memory manager 2024-06-22 05:45:11 -07:00
ascii2utf8.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
basicidea.c Refactor some code 2024-05-26 06:03:50 -07:00
bd.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
bin2asm.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
bing.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
BUILD.mk Implement proper time zone support 2024-05-04 23:06:37 -07:00
clock_accuracy.c Cull the examples folder 2023-10-11 21:45:32 -07:00
clock_nanosleep_accuracy.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
cpuid.c Implement proper time zone support 2024-05-04 23:06:37 -07:00
datauri.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
deathstar.c Fix regression when building deathstar.com for aarch64 (#957) 2023-11-16 12:13:17 -08:00
derasterize.c Rewrite memory manager 2024-06-22 05:45:11 -07:00
dumphexc.c Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
fixconsole.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
fliphex.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
fold.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
fontspace.c Rename _bsr/_bsf to bsr/bsf 2024-03-04 17:33:26 -08:00
generatetortureimage.c Bring back gc() function 2024-01-08 10:26:28 -08:00
getglyph.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
getifaddrs.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
hwcap.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
img.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
life.c Rerun clang-format on the repo (#1217) 2024-06-15 16:34:48 -04:00
maxmind.c Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
memzoom.c Rewrite memory manager 2024-06-22 05:45:11 -07:00
od16.c Update stb (#885) 2023-12-22 21:39:27 -08:00
printansi.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
printdos2errno.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
printimage.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
printvideo.c Rewrite memory manager 2024-06-22 05:45:11 -07:00
rlimit.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
setitimer_accuracy.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
tailf.c Rewrite memory manager 2024-06-22 05:45:11 -07:00
unbing.c Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
virtualquery.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00