aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/fs_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/netbsd: adding device driver's ioctl descriptions for NetBSD (#2080)Ayushi Sharma2021-03-241-96/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * sys/netbsd: adding descriptions for device drivers & minor updation of syscall flags sys/netbsd: reordering rlimit_type sys/netbsd: reordering flags for stat(2) and mount(2) sys/netbsd: adding i2c and wscons device drivers sys/netbsd: adding desciptions for device drivers ioctls sys/netbsd: minor update in dev_wscons.txt sys/netbsd: updating descriptions of device driver files sys/netbsd: adding copyright statement to dev files sys/netbsd: minor changes in device driver files sys/netbsd: ioctl descriptions for /dev/tprof sys/netbsd: adding flags for tprof device driver * sys/netbsd: updating .const files
* sys/netbsd: Adding syscalls related to mount(2),uname(2) and sockets (#1976)Ayushi Sharma2020-07-301-0/+16
| | | | | | | | | * sys/netbsd: Adding syscalls related to mount(2),uname(2) and sockets * sys/netbsd: Adding missing flags for fstatat(2) * sys/netbsd: reordering rlimit_type * sys/netbsd: reordering flags for stat(2) and mount(2)
* Adding stat(2) and statfs(2) related syscalls (#1855)Ayushi Sharma2020-06-261-0/+28
| | | | | | | | | | | | | | | * sys/netbsd: adding filesystem and communication syscalls * sys/netbsd: add fix for struct sockaddr_storage and profil(2) * sys/netbsd: add common ioctl(2) commands * sys/netbsd: resolving conflicts * sys/netbsd: adding stat() and statfs() related syscalls * sys/netbsd: adding missing flags for getfsstat(2) Co-authored-by: Siddharth M <siddharth.muralee@gmail.com>
* sys/netbsd: increase syscall support (#1805)Ayushi Sharma2020-06-211-0/+1
| | | | | | | | | * sys/netbsd: increase syscall support * sys/netbsd: increase syscall support fixed * sys/netbsd: fixed mknod issue * sys/netbsd: add fix for getdents, futimes and setpriority
* sys/netbsd: adding filesystem and communication syscalls (#1826)Ayushi Sharma2020-06-171-0/+1
|
* sys/netbsd: Adding more syscallsSiddharth M2019-07-011-0/+2
| | | | | | | | | | | | | | * sys/netbsd: Adding more syscalls * Added lwp create structures * Added a few lwp flags * completed _lwp* syscalls * add clone syscall * fix errors, recheck arguments
* Lots of changes to sys/netbsd (#397)Utkarsh Anand2017-10-251-0/+48
* 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