freebsd-dev/sys/compat/linux
David Greenman c52007c2cc All:
Changed vnodep -> vp for consistency with the rest of the kernel, and
changed iparams -> imgp for brevity.

kern_exec.c:
   Explicitly initialized some additional parts of the image_params struct
to avoid bzeroing it. Rewrote the set-id code to reduce the number of
logical tests. The rewrite exposed a mostly benign bug in the algorithm:
traced set-id images would get ktracing disabled even if the set-id didn't
happen for other reasons.
1995-11-06 12:52:37 +00:00
..
linux_file.c Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets. 1995-10-10 23:13:27 +00:00
linux_ioctl.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_ipc.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_misc.c All: 1995-11-06 12:52:37 +00:00
linux_signal.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_socket.c First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
linux_stats.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00