aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/ipc.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/netbsd: use a correct syscall const nameAleksandr Nogikh2023-10-041-1/+1
|
* sys/netbsd: adding ipc and system management syscallsais23972022-07-201-0/+150
| | | | sys/netbsd: removing comments
* Added a few more syscall descriptions, constsUtkarsh Anand2017-10-301-0/+8
| | | | and other related files.
* Add two new syscalls `shmctl` and `msgctl`Utkarsh Anand2017-10-301-7/+11
|
* Fix the SYS_SEMCTL value issue for NetBSDUtkarsh Anand2017-10-301-1/+1
|
* Lots of changes to sys/netbsd (#397)Utkarsh Anand2017-10-251-12/+0
| | | | | | | | | | | | | | | | * Lots of changes to sys/netbsd: - Removed a few syscalls that did not have proper constants defined. - Autogenerated *.const files. - Removed a few types like uid and gid, that were not available. - Ran make generate * Few changes for NetBSD support: - Added sys/netbsd/init.go - Added netbsd to sys/sys.go * Fix order in sys/sys.go * Update documentation for NetBSD
* Added 4 files containing syscall descriptions (#396)Utkarsh Anand2017-10-241-0/+125
* Added 4 files containing syscall descriptions - Initial additions for peer review. * Removed a flag: - Because it was failing to compile.