kitty/tools/utils/shm
Kovid Goyal dc43f0d42f
...
2023-09-23 11:08:55 +05:30
..
fallocate_linux.go Use fallocate() rather than truncate() when creating SHM memory 2023-09-23 09:53:17 +05:30
fallocate_other.go Always use fallocate() on Linux for SHM creation 2023-09-23 10:55:15 +05:30
shm.go ... 2023-09-23 11:08:55 +05:30
shm_fs.go Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function 2023-08-04 22:50:13 +05:30
shm_syscall.go Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function 2023-08-04 22:50:13 +05:30
shm_test.go Always use fallocate() on Linux for SHM creation 2023-09-23 10:55:15 +05:30
specific_darwin.go Get file mode transmission working for unmodified PNG 2023-01-05 19:15:11 +05:30
specific_dragonfly.go Fix SHM on OpenBSD 2023-01-05 19:15:10 +05:30
specific_freebsd.go Get file mode transmission working for unmodified PNG 2023-01-05 19:15:11 +05:30
specific_linux.go Fix SHM on OpenBSD 2023-01-05 19:15:10 +05:30
specific_netbsd.go Fix SHM on OpenBSD 2023-01-05 19:15:10 +05:30
specific_openbsd.go Fix SHM on OpenBSD 2023-01-05 19:15:10 +05:30