diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-01-29 23:12:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-01-29 23:12:00 +0000 |
commit | 610ecfe035fa08e39d4f6f6a247a16b7e60188e7 (patch) | |
tree | c697d47092272c8c6973b42ba0a424e9763f7ce5 /sys/modules | |
parent | 3fcd9325ec61ead859015f90f524cda56ef9d347 (diff) | |
download | src-610ecfe035fa08e39d4f6f6a247a16b7e60188e7.tar.gz src-610ecfe035fa08e39d4f6f6a247a16b7e60188e7.zip |
o Split out kernel part of execve(2) syscall into two parts: one that
copies arguments into the kernel space and one that operates
completely in the kernel space;
o use kernel-only version of execve(2) to kill another stackgap in
linuxlator/i386.
Obtained from: DragonFlyBSD (partially)
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=140992
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 720fd2295f7b..af12bb03173c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -175,6 +175,7 @@ SUBDIR= ${_3dfx} \ procfs \ pseudofs \ ${_pst} \ + ${_radio} \ ${_random} \ ${_ray} \ rc \ @@ -326,6 +327,7 @@ _oltr= oltr _pccard= pccard _pcfclock= pcfclock _pecoff= pecoff +#_radio= radio _pst= pst _ray= ray _safe= safe |