freebsd-dev/sys/amd64/linux32
John Baldwin de1c01ad37 Correct the amount of data to allocate in these local copies of
exec_copyin_strings() to catch up to rev 1.266 of kern_exec.c.  This fixes
panics on amd64 with compat binaries since exec_free_args() was freeing
more memory than these functions were allocating and the mismatch could
cause memory to be freed out from under other concurrent execs.

Approved by:	re (scottl)
2005-06-24 17:41:28 +00:00
..
linux32_dummy.c
linux32_genassym.c
linux32_ipc64.h
linux32_locore.s
linux32_machdep.c Correct the amount of data to allocate in these local copies of 2005-06-24 17:41:28 +00:00
linux32_proto.h Regen after addition of linux_getpriority wrapper. 2005-06-08 20:47:30 +00:00
linux32_syscall.h Regen after addition of linux_getpriority wrapper. 2005-06-08 20:47:30 +00:00
linux32_sysent.c Regen after addition of linux_getpriority wrapper. 2005-06-08 20:47:30 +00:00
linux32_sysvec.c Make ps_nargvstr and ps_nenvstr unsigned. This fixes an input 2005-03-23 08:27:59 +00:00
linux.h
Makefile
syscalls.conf
syscalls.master Properly convert FreeBSD priority values into Linux values in the 2005-06-08 20:41:28 +00:00