This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
kitty
Watch
1
Star
0
Fork
0
You've already forked kitty
mirror of
https://github.com/kovidgoyal/kitty
synced
2026-06-10 18:48:54 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
76d0991b76fac7854ce2ce089223da42c3932d72
kitty
/
tools
/
utils
/
shm
History
Kovid Goyal
c861259e3b
Rename go module from kitty -> github.com/kovidgoyal/kitty
...
Makes the code more easily re-useable in other projects
2025-05-16 08:43:39 +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_fs.go
Rename go module from kitty -> github.com/kovidgoyal/kitty
2025-05-16 08:43:39 +05:30
shm_syscall.go
Rename go module from kitty -> github.com/kovidgoyal/kitty
2025-05-16 08:43:39 +05:30
shm_test.go
Always use fallocate() on Linux for SHM creation
2023-09-23 10:55:15 +05:30
shm.go
Rename go module from kitty -> github.com/kovidgoyal/kitty
2025-05-16 08:43:39 +05:30
specific_darwin.go
…
specific_dragonfly.go
…
specific_freebsd.go
…
specific_linux.go
…
specific_netbsd.go
…
specific_openbsd.go
…