freebsd_amp_hwpstate/sys/i386/linux
Bruce Evans 6bce784d06 Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'
so that the compiler can see that it is OK to use const strings in
NDINIT().  Some emulators want to use paths of the form "/compat/foo".
Removed the casts that hid the non-problem.  Didn't fix the missing
consts in syscalls.master that hid the non-problem.
1996-09-03 23:17:15 +00:00
..
imgact_linux.c Fixed some more easy cases of const poisoning in the kernel. Cosmetic. 1996-09-03 22:19:16 +00:00
linux.h Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's. 1996-03-10 22:30:53 +00:00
linux_dummy.c
linux_file.c
linux_genassym.c
linux_ioctl.c Removed unused #include. Linux doesn't support SCO consoles. 1996-06-23 17:08:11 +00:00
linux_ipc.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
linux_locore.s
linux_misc.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
linux_proto.h
linux_signal.c
linux_socket.c
linux_stats.c
linux_syscall.h
linux_sysent.c
linux_sysvec.c Clean-up the new VM map procfs code, and also add support for executable 1996-06-18 05:16:00 +00:00
linux_util.c Changed type of ni_dirp in `struct namei' from caddr_t to `const char *' 1996-09-03 23:17:15 +00:00
linux_util.h
syscalls.conf
syscalls.master