1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/i386/linux
Marcel Moolenaar 4c60745daf Fix a bug in debug-printfs of struct linux_termios fields, where I forgot to
change the format specifier after changing the definition of the structure.

Submitted by: billf
Commented on by: bde
1999-08-17 10:27:55 +00:00
..
imgact_linux.c Fix a couple of warnings and some bitrot in comments. 1999-05-09 16:04:14 +00:00
linux_dummy.c Major rewrite. 1999-08-15 18:59:44 +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_genassym.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
linux_ioctl.c Fix a bug in debug-printfs of struct linux_termios fields, where I forgot to 1999-08-17 10:27:55 +00:00
linux_ipc.c
linux_locore.s Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
linux_misc.c Fix bug in the debug-printf of the vfork syscall, where the format specifier 1999-08-17 10:09:06 +00:00
linux_proto.h 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
linux_stats.c Divorce "dev_t" from the "major|minor" bitmap, which is now called 1999-05-11 19:55:07 +00:00
linux_syscall.h Implement linux_vfork() syscall by calling vfork(). Analogous to the 1999-08-16 11:49:30 +00:00
linux_sysent.c Implement linux_vfork() syscall by calling vfork(). Analogous to the 1999-08-16 11:49:30 +00:00
linux_sysvec.c Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's 1999-06-28 09:12:46 +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
linux.h Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy 1999-08-15 17:28:40 +00:00
Makefile
syscalls.conf
syscalls.master Implement vfork() syscall. 1999-08-16 11:47:21 +00:00