This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
compat
/
linux
History
Marcel Moolenaar
42035021f5
Implement linux_vfork() syscall by calling vfork(). Analogous to the
...
linux_fork() implementation.
1999-08-16 11:49:30 +00:00
..
linux_file.c
Fix bug in the fcntl syscall where 'arg' was not set properly.
1999-08-15 14:22:30 +00:00
linux_ioctl.c
Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or out
1999-08-14 13:26:44 +00:00
linux_ipc.c
…
linux_misc.c
Implement linux_vfork() syscall by calling vfork(). Analogous to the
1999-08-16 11:49:30 +00:00
linux_signal.c
Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both
1999-08-14 17:28:46 +00:00
linux_socket.c
Fix linux sendmsg() emulation
1999-01-11 05:28:44 +00:00
linux_stats.c
Divorce "dev_t" from the "major|minor" bitmap, which is now called
1999-05-11 19:55:07 +00:00
linux_util.c
…
linux_util.h
We don't end up checking for a return value of EFAULT from the copyinstr()
1999-08-07 05:33:35 +00:00