freebsd-dev/sys/compat
John Baldwin 43cf129c99 Sync up linux and svr compat elf fixup functions for exec(). These
functions are now all basically identical except that alpha linux uses
Elf64 arguments and svr4 and i386 linux use Elf32.  The fixups include
changing the first argument to be a register_t ** to match the prototype
for fixup functions, asserting that the process in the image_params struct
is always curproc and removing unnecessary locking to read credentials as a
result, and a few style fixes.
2003-03-21 19:49:34 +00:00
..
freebsd32 Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ia32 SCARGS removal take II. 2002-12-14 01:56:26 +00:00
linprocfs - Change the linux_[gs]et_os{name, release, s_version}() functions to 2003-03-13 22:45:43 +00:00
linux Use td->td_ucred instead of td->td_proc->p_ucred. 2003-03-20 21:17:40 +00:00
netbsd Remove __P. 2002-03-20 05:48:58 +00:00
pecoff Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
svr4 Sync up linux and svr compat elf fixup functions for exec(). These 2003-03-21 19:49:34 +00:00