freebsd-dev/sys/compat/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
..
linux_file.c Fix the getdents() emulation, the Linux ELF libraries use this, and 1996-03-10 22:27:51 +00:00
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_misc.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
linux_signal.c update linux_times() and linux_utime() emulation, 1996-03-04 21:03:11 +00:00
linux_socket.c Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +00:00
linux_stats.c Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +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 Fix a (mostly harmless) bogon when allocating space above the stack 1996-03-10 22:23:51 +00:00