From 610ecfe035fa08e39d4f6f6a247a16b7e60188e7 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 29 Jan 2005 23:12:00 +0000 Subject: 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 --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules') 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 -- cgit v1.2.3