| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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: removing comments
|
| |
|
| |
sys/netbsd: fixing descriptions
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* sys/netbsd: Adding missing flags for fstatat(2)
* sys/netbsd: reordering rlimit_type
* sys/netbsd: reordering flags for stat(2) and mount(2)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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: 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
* sys/netbsd: increase syscall support fixed
* sys/netbsd: fixed mknod issue
* sys/netbsd: add fix for getdents, futimes and setpriority
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* sys/netbsd: Adding more syscalls
* Added lwp create structures
* Added a few lwp flags
* completed _lwp* syscalls
* add clone syscall
* fix errors, recheck arguments
|
| | |
|
| |
|
|
|
|
| |
The function executes random code.
Update #310
|
| |
|
|
|
| |
Error on unused structs/unions/resources/flags.
Finds tons of bugs.
|
| |
|
|
|
|
|
| |
We don't need compiler support for such things anymore,
now we simply can do:
type signalno int32[0:65]
|
|
|
and other related files.
|