freebsd-nq/sys/compat/freebsd32
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
..
freebsd32_misc.c Correct the amount of data to allocate in these local copies of 2005-06-24 17:41:28 +00:00
freebsd32_proto.h Rebuild generated system call definition files following the addition of 2005-05-30 15:20:21 +00:00
freebsd32_syscall.h Rebuild generated system call definition files following the addition of 2005-05-30 15:20:21 +00:00
freebsd32_syscalls.c Rebuild generated system call definition files following the addition of 2005-05-30 15:20:21 +00:00
freebsd32_sysent.c Rebuild generated system call definition files following the addition of 2005-05-30 15:20:21 +00:00
freebsd32_util.h Eliminate stackgap usage for the (woefully incomplete) path translations 2003-12-23 02:48:11 +00:00
freebsd32.h Catch up to the not-so-recent statfs(2) changes. 2004-04-14 23:17:37 +00:00
Makefile Begin attempting to consolidate the two different i386 emulations 2003-08-22 22:51:48 +00:00
syscalls.conf GC unused 'syshide' override to /dev/null. This was here to disable 2003-12-24 00:32:07 +00:00
syscalls.master Introduce a new field in the syscalls.master file format to hold the 2005-05-30 15:09:18 +00:00