[Lunar-commits] r14534 - in moonbase/trunk/kernel: linux-2.4 linux-2.4-agr linux-2.4-grsec linux-2.4-om linux-2.4-stable linux-2.4-vanilla linux-2.6 linux-2.6-ck linux-2.6-cko linux-2.6-grsec linux-2.6-inotify linux-2.6-mm linux-2.6-prepatch

Auke Kok sofar at lunar-linux.org
Sat Apr 30 18:19:15 UTC 2005


Author: sofar
Date: 2005-04-30 18:19:14 +0000 (Sat, 30 Apr 2005)
New Revision: 14534

Modified:
   moonbase/trunk/kernel/linux-2.4-agr/DETAILS
   moonbase/trunk/kernel/linux-2.4-grsec/DETAILS
   moonbase/trunk/kernel/linux-2.4-om/DETAILS
   moonbase/trunk/kernel/linux-2.4-stable/DETAILS
   moonbase/trunk/kernel/linux-2.4-vanilla/DETAILS
   moonbase/trunk/kernel/linux-2.4/DETAILS
   moonbase/trunk/kernel/linux-2.6-ck/DETAILS
   moonbase/trunk/kernel/linux-2.6-cko/DETAILS
   moonbase/trunk/kernel/linux-2.6-grsec/DETAILS
   moonbase/trunk/kernel/linux-2.6-inotify/DETAILS
   moonbase/trunk/kernel/linux-2.6-mm/DETAILS
   moonbase/trunk/kernel/linux-2.6-prepatch/DETAILS
   moonbase/trunk/kernel/linux-2.6/DETAILS
Log:
Forcing TMPFS to off and KEEP_SOURCE to on on all kernel modules.


Modified: moonbase/trunk/kernel/linux-2.4/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.4/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.4/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -13,7 +13,8 @@
           ENTERED=20030227
           UPDATED=20050312
             SHORT="The Linux kernel with the lunar patch set"
-      KEEP_SOURCE="on"
+KEEP_SOURCE=on
+TMPFS=off  
 cat << EOF
 This is the Linux kernel with the Lunar Linux kernel patch set.
 

Modified: moonbase/trunk/kernel/linux-2.4-agr/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.4-agr/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.4-agr/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -13,7 +13,8 @@
           ENTERED=20030227
           UPDATED=20050312
             SHORT="The Linux kernel with the lunar patch set"
-KEEP_SOURCE="on"
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 This is the Linux kernel with the Lunar Linux kernel patch set.
 

Modified: moonbase/trunk/kernel/linux-2.4-grsec/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.4-grsec/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.4-grsec/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -13,7 +13,8 @@
           ENTERED=20030227
           UPDATED=20050316
             SHORT="Security enhanced linux kernel"
-KEEP_SOURCE="on"
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 This is the same as the linux-2.4 module but with a fixed patch set with all
 the main patches and with these additional patches:

Modified: moonbase/trunk/kernel/linux-2.4-om/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.4-om/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.4-om/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -13,7 +13,8 @@
           ENTERED=20030227
           UPDATED=20050316
             SHORT="OpenMosix enabled cluster kernel"
-KEEP_SOURCE="on"
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 This is the linux-2.4 module with the same patches and on top of that:
 

Modified: moonbase/trunk/kernel/linux-2.4-stable/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.4-stable/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.4-stable/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -13,7 +13,8 @@
           ENTERED=20030227
           UPDATED=20050312
             SHORT="Stable linux kernel with only critical patches"
-KEEP_SOURCE="on"
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 This is the Linus-tree Linux kernel with only critical patches included.
 

Modified: moonbase/trunk/kernel/linux-2.4-vanilla/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.4-vanilla/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.4-vanilla/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -9,7 +9,8 @@
           ENTERED=20030227
           UPDATED=20050121
             SHORT="The plane Jane Vanilla linux kernel"
-KEEP_SOURCE="on"
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 This is a plane jane vanilla kernel with no additional patches included.
 

Modified: moonbase/trunk/kernel/linux-2.6/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.6/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -10,11 +10,12 @@
   SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
       SOURCE_VFY=sha1:d72ab76360d004dac4b976633dd0490e8d4b15cd
      SOURCE2_VFY=sha1:65623215caa27721a696fc83a5a829a918953d00
-	WEB_SITE=http://www.kernel.org
-     KEEP_SOURCE=on
-	 ENTERED=20041019
+        WEB_SITE=http://www.kernel.org
+         ENTERED=20041019
          UPDATED=20050423
            SHORT="The Linux kernel is the core of a Linux GNU Operating System."
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 This is the stable version of the 2.6.x branch.
 

Modified: moonbase/trunk/kernel/linux-2.6-ck/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6-ck/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.6-ck/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -12,8 +12,9 @@
 	WEB_SITE=http://www.kernel.org
          ENTERED=20041106
          UPDATED=20050307
-     KEEP_SOURCE="on"
            SHORT="2.6 kernel with Con Kolivas patches with emphasis on the desktop.."
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 2.6 kernel with Con Kolivas patches to improve system responsiveness.
 

Modified: moonbase/trunk/kernel/linux-2.6-cko/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6-cko/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.6-cko/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -12,8 +12,9 @@
 	WEB_SITE=http://www.kernel.org
          ENTERED=20041106
          UPDATED=20050307
-     KEEP_SOURCE="on"
            SHORT="2.6 kernel with Con Kolivas Overloaded patches"
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 2.6 kernel with Con Kolivas patches to improve system responsiveness.
 The CKO patchset adds the following patches to the CK patchset:

Modified: moonbase/trunk/kernel/linux-2.6-grsec/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6-grsec/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.6-grsec/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -18,8 +18,9 @@
     	WEB_SITE=http://www.kernel.org
          ENTERED=20041012
          UPDATED=20050430
-     KEEP_SOURCE="on"
            SHORT="The Linux kernel with the latest grsecurity patch"
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 grsecurity is an innovative approach to security utilizing a multi-layered 
 detection, prevention, and containment model. It is licensed under the GPL.

Modified: moonbase/trunk/kernel/linux-2.6-inotify/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6-inotify/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.6-inotify/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -13,6 +13,8 @@
          ENTERED=20041026
          UPDATED=20050407
            SHORT="2.6 Kernel with Robert Love's Inotify Patch"
+KEEP_SOURCE=on
+TMPF=off
 cat << EOF
 ${SHORT}
 EOF

Modified: moonbase/trunk/kernel/linux-2.6-mm/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6-mm/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.6-mm/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -17,6 +17,8 @@
          ENTERED=20041013
          UPDATED=20050430
            SHORT="2.6 kernel with Andrew Morton's latest test patches."
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 The -mm patches are a set of patches, released by Andrew Morton, against the 
 official 2.6 kernel series. They are frequently more experimental in nature 

Modified: moonbase/trunk/kernel/linux-2.6-prepatch/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6-prepatch/DETAILS	2005-04-30 18:00:48 UTC (rev 14533)
+++ moonbase/trunk/kernel/linux-2.6-prepatch/DETAILS	2005-04-30 18:19:14 UTC (rev 14534)
@@ -12,6 +12,8 @@
          ENTERED=20041025
          UPDATED=20050421
            SHORT="The latest prepatch (rc patch) for the 2.6 kernel tree."
+KEEP_SOURCE=on
+TMPFS=off
 cat << EOF
 The latest prepatch (rc patch) for the 2.6 kernel tree.
 EOF



More information about the Lunar-commits mailing list