| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changing the types of members of struct stat | Utkarsh Anand | 2017-10-30 | 1 | -1/+1 |
| | | | | | As defined in the header files. | ||||
| * | Added a few more syscall descriptions, consts | Utkarsh Anand | 2017-10-30 | 1 | -2/+139 |
| | | | | | and other related files. | ||||
| * | Add two new syscalls `shmctl` and `msgctl` | Utkarsh Anand | 2017-10-30 | 1 | -2/+10 |
| | | |||||
| * | Fix the SYS_SEMCTL value issue for NetBSD | Utkarsh Anand | 2017-10-30 | 1 | -11/+11 |
| | | |||||
| * | sys/netbsd: fix mmap signature | Dmitry Vyukov | 2017-10-25 | 1 | -1/+1 |
| | | | | | mmap syscall has 7 arguments (one unused padding) | ||||
| * | Lots of changes to sys/netbsd (#397) | Utkarsh Anand | 2017-10-25 | 1 | -0/+54 |
| * 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 | |||||
