aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/sys.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/host: explicitly disable syz_execute_funcDmitry Vyukov2024-04-291-1/+1
| | | | | | | | | Disable the syscall in descriptions rather than in the code. This makes it more visible for users that it's disabled, and makes it less special (will not need to move this logic to host). Also change the condition in syz-sysgen to be more precise, otherwise syz_execute_func becomes unused function.
* sys/netbsd: adding ipc and system management syscallsais23972022-07-201-0/+37
| | | | sys/netbsd: removing comments
* sys/netbsd: adding filesystem and device management related syscalls (#2640)Ayushi Sharma2021-10-241-0/+28
| | | sys/netbsd: fixing descriptions
* sys/netbsd: adding device driver's ioctl descriptions for NetBSD (#2080)Ayushi Sharma2021-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-3/+25
| | | | | | | | | * 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-1/+5
| | | | | | | | | | | | | | | * 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: add common ioctl() commands (#1850)Ayushi Sharma2020-06-211-0/+13
| | | | | | | | | | | * 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 Co-authored-by: Siddharth M <siddharth.muralee@gmail.com>
* sys/netbsd: increase syscall support (#1805)Ayushi Sharma2020-06-211-14/+57
| | | | | | | | | * 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-5/+24
|
* sys/netbsd: increase syscall supportAyushi Sharma2020-05-151-0/+4
|
* sys/netbsd: add access(2)Ayushi Sharma2020-05-111-1/+3
|
* sys/netbsd: add __getcwd(2) (#1725)Ayushi Sharma2020-05-111-0/+1
|
* sys/netbsd: add lchmod(2) (#1687)Ayushi Sharma2020-04-211-0/+1
|
* sys/netbsd: add minherit(2)ais2397@gmail.com2020-04-161-0/+2
|
* sys/netbsd: adding chflags(2) syscalls (#1661)Ayushi Sharma2020-04-041-0/+4
|
* sys/netbsd: adding lwp syscalls (#1654)Ayushi Sharma2020-03-311-0/+5
|
* sys/netbsd: fix the build issues with posix_spawnSiddharth Muralee2019-12-051-6/+7
|
* make required changes to sys/netbsdSiddharth M2019-12-051-9/+10
|
* sys/netbsd: add the newer vfork syscallR3x2019-12-051-0/+1
|
* sys/netbsd: Added posix_spawn and fork syscallsR3x2019-12-051-0/+45
|
* sys/netbsd: Adding more syscallsSiddharth M2019-07-011-0/+3
| | | | | | | | | | | | | | * sys/netbsd: Adding more syscalls * Added lwp create structures * Added a few lwp flags * completed _lwp* syscalls * add clone syscall * fix errors, recheck arguments
* sys/netbsd: Add new syscalls exit and ptraceR3x2019-06-261-0/+4
|
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-0/+2
| | | | | | The function executes random code. Update #310
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-163/+0
| | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs.
* pkg/compiler: make signalno a type aliasDmitry Vyukov2018-01-081-37/+0
| | | | | | | We don't need compiler support for such things anymore, now we simply can do: type signalno int32[0:65]
* Added a few more syscall descriptions, constsUtkarsh Anand2017-10-301-0/+404
and other related files.