freebsd-dev/sys/compat
Bill Paul 6e121c5427 Make the Win64 -> ELF64 template a little smaller by using a string
copy op to shift arguments on the stack instead of transfering each
argument one by one through a register. Probably doesn't affect overall
operation, but makes the code a little less grotty and easier to update
later if I choose to make the wrapper handle more args. Also add
comments.
2005-02-18 03:22:37 +00:00
..
freebsd32 Add a 32bit syscall wrapper for modstat 2005-01-19 17:53:06 +00:00
ia32 o Split out kernel part of execve(2) syscall into two parts: one that 2005-01-29 23:12:00 +00:00
linprocfs Match the LINUX32's style with existing style 2005-01-14 04:44:56 +00:00
linux Unbreak the kernel build. Pointy hat to: sobomax. 2005-02-13 19:50:57 +00:00
ndis Make the Win64 -> ELF64 template a little smaller by using a string 2005-02-18 03:22:37 +00:00
netbsd Start each of the license/copyright comments with /*- 2005-01-05 22:34:37 +00:00
pecoff o Split out kernel part of execve(2) syscall into two parts: one that 2005-01-29 23:12:00 +00:00
svr4 Backout previous change (disabling of security checks for signals delivered 2005-02-13 17:37:20 +00:00