| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/netbsd: use a correct syscall const name | Aleksandr Nogikh | 2023-10-04 | 1 | -1/+1 |
| | | |||||
| * | sys/netbsd: adding ipc and system management syscalls | ais2397 | 2022-07-20 | 1 | -0/+150 |
| | | | | | sys/netbsd: removing comments | ||||
| * | Added a few more syscall descriptions, consts | Utkarsh Anand | 2017-10-30 | 1 | -0/+8 |
| | | | | | and other related files. | ||||
| * | Add two new syscalls `shmctl` and `msgctl` | Utkarsh Anand | 2017-10-30 | 1 | -7/+11 |
| | | |||||
| * | Fix the SYS_SEMCTL value issue for NetBSD | Utkarsh Anand | 2017-10-30 | 1 | -1/+1 |
| | | |||||
| * | Lots of changes to sys/netbsd (#397) | Utkarsh Anand | 2017-10-25 | 1 | -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 Anand | 2017-10-24 | 1 | -0/+125 |
| * Added 4 files containing syscall descriptions - Initial additions for peer review. * Removed a flag: - Because it was failing to compile. | |||||
