Kovid Goyal
|
c280a28155
Dont use os.Remove on failures in syscall_shm
|
1 year ago |
Kovid Goyal
|
341d845b9a
Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function
|
1 year ago |
Kovid Goyal
|
5b46d990a2
Add Read/Write to the MMap interface
|
1 year ago |
Kovid Goyal
|
944e036611
DRYer
|
1 year ago |
Kovid Goyal
|
1b2fe90ed1
Fix askpass.go on shm_syscall based systems
|
1 year ago |
Kovid Goyal
|
6b71b58997
Add write API to shm objects
|
1 year ago |
Kovid Goyal
|
d656017f27
Move SSH askpass implementation into kitten
|
1 year ago |
Kovid Goyal
|
fbaaca1be9
Function to create symlinks atomically
|
1 year ago |
Kovid Goyal
|
88077fdbcd
Allow Stat() for MMap objects
|
1 year ago |
Kovid Goyal
|
5a8d903a4d
Go SHM API to read simple data with size from SHM name
|
1 year ago |
Kovid Goyal
|
bd13238d9b
Should only return ENOTSUPP if SHM_DIR doesnt exist, not the fil we are trying to open
|
1 year ago |
Kovid Goyal
|
dc0093cb51
SHM FS: Return a not supported error if SHM_DIR does not exist
|
1 year ago |
Kovid Goyal
|
a757587ea2
Fix SHM on OpenBSD
|
2 years ago |
Kovid Goyal
|
6ace082bc2
Add openbsd and dragonfly support to shm
|
2 years ago |
Kovid Goyal
|
7e161ea94b
Get syscall based SHM working
|
2 years ago |
Kovid Goyal
|
d01d5297b8
Start work on a SHM implementation in Go
|
2 years ago |