https://github.com/ylh/extrasys
Birthplace of go pledge(2) support (deprecated, read-only mirror)
https://github.com/ylh/extrasys
Last synced: 5 months ago
JSON representation
Birthplace of go pledge(2) support (deprecated, read-only mirror)
- Host: GitHub
- URL: https://github.com/ylh/extrasys
- Owner: ylh
- License: other
- Created: 2016-04-05T19:54:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T05:52:22.000Z (over 6 years ago)
- Last Synced: 2024-05-19T00:29:58.051Z (12 months ago)
- Language: Go
- Homepage: https://git.ylh.io/extrasys
- Size: 8.79 KB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pledge - extrasys - *Extra system calls for Go not provided by the syscall package* (Libraries)
README
# `/!\ ACHTUNG /!\` DEPRECATED `/!\ ACHTUNG /!\`
In what remains the most significant open-source contribution of my short life thus far, the singular call provided within this library [has been merged into `golang.org/x/sys/unix`](https://github.com/golang/sys/commit/8fd966b47dbdd4faa03de0d06e3d733baeb9a1a9). Please use that instead.
# extrasys
github wouldn't shut up until I added this stupid document
This may eventually serve as a general repository for syscalls not provided by Go's syscall package.
Currently it just provides OpenBSD's pledge(2).To use:
````
go get ylh.io/extrasys
````