linux-2.6.git
19 years agoThis commit was manufactured by cvs2svn to create tag before-enable-floppy-module-patch
Planet-Lab Support [Tue, 14 Dec 2004 19:46:44 +0000 (19:46 +0000)]
This commit was manufactured by cvs2svn to create tag
'before-enable-floppy-module-patch'.

19 years agoenable kexec
Aaron Klingaman [Tue, 14 Dec 2004 19:46:42 +0000 (19:46 +0000)]
enable kexec

19 years agokexec patch backported from 2.6.10-mm
Aaron Klingaman [Tue, 14 Dec 2004 19:35:17 +0000 (19:35 +0000)]
kexec patch backported from 2.6.10-mm

19 years agoaccidently delete
Aaron Klingaman [Tue, 14 Dec 2004 19:29:05 +0000 (19:29 +0000)]
accidently delete

19 years agoThis stack check implementation leverages the compiler's profiling (gcc -p)
Marc Fiuczynski [Tue, 14 Dec 2004 19:13:38 +0000 (19:13 +0000)]
This stack check implementation leverages the compiler's profiling (gcc -p)
support to determine precisely when there is a stack overflow.  The compiler
generates a call to the special function 'mcount' in the prologue of each
function.  This special 'mcount' function checks whether the stack has
grown beyond STACK_WARN size; and, if so, it will call the stack_overflowed
function, which generates a stack trace.  If the stack has grown to STACK_PANIC
size, the stack_overflowed function will panic() the system.

The hope is that with this support we can track down precisely the execution
context when the stack overflows.

19 years agoAdded configuration support for:
Marc Fiuczynski [Mon, 13 Dec 2004 22:00:04 +0000 (22:00 +0000)]
Added configuration support for:
1) 4KB, 8KB, and 16KB stacks
2) separate IRQSTACKS
3) stack overflow warnings at a user-specified size

The original FC code only supports 4KB kernel stacks w/ a separate,
per-cpu, IRQ stack and the stack overflow warning was printed whenever
the kernel approached 1/8 of the current stack size.

The new support permits one to select different stack sizes and
separate IRQ stack using configuration options.  The default right
now is to use a 8KB kernel stack with a separate IRQ stack.

19 years ago- return -EPERM instead of silently freeing
Mark Huang [Tue, 30 Nov 2004 16:32:22 +0000 (16:32 +0000)]
- return -EPERM instead of silently freeing

19 years agoPL3069
Marc Fiuczynski [Tue, 30 Nov 2004 15:59:12 +0000 (15:59 +0000)]
PL3069

Fixed memory leak of skbuff.  Requires changes to accurately do statistics
and some additional cosmetic changes.  But this should be sufficient for
the next release candidate.

19 years agoPL3131 fix: prevent vservers from escaping chroot() barriers
Mark Huang [Tue, 23 Nov 2004 15:15:05 +0000 (15:15 +0000)]
PL3131 fix: prevent vservers from escaping chroot() barriers

19 years ago- apply patch to enable legacy ioctl() programs such as 0.30 stable
Mark Huang [Tue, 23 Nov 2004 15:11:39 +0000 (15:11 +0000)]
- apply patch to enable legacy ioctl() programs such as 0.30 stable
  util-vserver showattr/setattr to set the immulink and barrier
  high bits
- this is patch-2.6.9-final-vs1.9.3-rc3-legacyimmulinkioctl.patch

From: Sam Vilain <sam@vilain.net>
Re: [Vserver] [PATCH] immulink ioctl is not available on vs1.9.3-rc2,  even with CONFIG_VSERVER_LEGACY
To: vserver@list.linux-vserver.org
Date: 10/18/04 12:48 am

19 years agoPL3131 fix: prevent vservers from escaping chroot() barriers
Mark Huang [Tue, 23 Nov 2004 15:08:22 +0000 (15:08 +0000)]
PL3131 fix: prevent vservers from escaping chroot() barriers

19 years ago- make sure that all extended attributes are passed properly to the
Mark Huang [Tue, 23 Nov 2004 15:08:03 +0000 (15:08 +0000)]
- make sure that all extended attributes are passed properly to the
  inode structure

19 years ago- apply ioctl() patch to make sure that only superuser or someone
Mark Huang [Tue, 23 Nov 2004 15:07:40 +0000 (15:07 +0000)]
- apply ioctl() patch to make sure that only superuser or someone
  capable of setting the immutable bit, can set the immulink bit

From: Sam Vilain <sam@vilain.net>
Re: [Vserver] [PATCH] immulink ioctl is not available on vs1.9.3-rc2,  even with CONFIG_VSERVER_LEGACY
To: vserver@list.linux-vserver.org
Date: 10/19/04 12:17 am

Here's the missing link.

19 years agoFix comment
Steve Muir [Tue, 23 Nov 2004 15:00:18 +0000 (15:00 +0000)]
Fix comment

19 years agoignore generated junk
Mark Huang [Fri, 19 Nov 2004 19:08:15 +0000 (19:08 +0000)]
ignore generated junk

19 years agoNeed a way to manipulate vserver file attrs using a file descriptor
Steve Muir [Thu, 18 Nov 2004 20:06:31 +0000 (20:06 +0000)]
Need a way to manipulate vserver file attrs using a file descriptor

19 years agoRemove XID check that prevents one vserver from reading files created in
Steve Muir [Wed, 17 Nov 2004 18:59:31 +0000 (18:59 +0000)]
Remove XID check that prevents one vserver from reading files created in
another vserver but made visible by, say, a bind mount

19 years agoFixed vserver memory accounting bug. Between v1.8 and v1.9, a call to vx_rsspages_in...
Andy Bavier [Tue, 16 Nov 2004 19:41:55 +0000 (19:41 +0000)]
Fixed vserver memory accounting bug.  Between v1.8 and v1.9, a call to vx_rsspages_inc() was lost; restored now.

19 years agoTurned off CKRM memory controller.
Marc Fiuczynski [Tue, 9 Nov 2004 16:48:52 +0000 (16:48 +0000)]
Turned off CKRM memory controller.
Waiting for PL2899 to be resolved, which involves waiting for the
CKRM/IBM folks.

19 years ago- PL292: bump RLIMIT_NOFILE (a.k.a. INR_OPEN) to 4096 from 1024
Mark Huang [Mon, 8 Nov 2004 16:07:55 +0000 (16:07 +0000)]
- PL292: bump RLIMIT_NOFILE (a.k.a. INR_OPEN) to 4096 from 1024

19 years ago- 2.planetlab was branched, bump release number on the HEAD to
Mark Huang [Mon, 8 Nov 2004 15:51:17 +0000 (15:51 +0000)]
- 2.planetlab was branched, bump release number on the HEAD to
  3.planetlab to avoid confusion. Branch release numbers will look like
  2.1.planetlab, 2.2.planetlab, etc.

19 years agoThis patch fixes a crash problem in rbce when a class is deleted
Marc Fiuczynski [Fri, 5 Nov 2004 09:56:50 +0000 (09:56 +0000)]
This patch fixes a crash problem in rbce when a class is deleted

Problem is that the as part of running the rules_list the class
is effectively deleted through put_class thus the value of cls->classtype
is undefined. Since on entry cls->classtype == classtype use
parameter classtype instead.

Hubertus Frankeh (frankeh@us.ibm.com)

19 years agobump release number
Mark Huang [Thu, 4 Nov 2004 16:32:45 +0000 (16:32 +0000)]
bump release number

19 years agochanged printk's to use KERN_DEBUG, KERN_ERR, or KERN_WARNING.
Marc Fiuczynski [Thu, 4 Nov 2004 12:18:26 +0000 (12:18 +0000)]
changed printk's to use KERN_DEBUG, KERN_ERR, or KERN_WARNING.

19 years ago- build a placeholder kernel-vserver RPM that provides kernel and
Mark Huang [Thu, 4 Nov 2004 04:18:20 +0000 (04:18 +0000)]
- build a placeholder kernel-vserver RPM that provides kernel and
  kernel-drm so that rpm or yum inside a vserver does not have to
  download and install a full, useless kernel package to satisfy tcpdump
  dependencies

19 years ago- PL2529 fix: disable vserver debug code
Mark Huang [Wed, 3 Nov 2004 18:48:24 +0000 (18:48 +0000)]
- PL2529 fix: disable vserver debug code

19 years ago- don't install Kerntypes until we can fix LKCD
Mark Huang [Wed, 3 Nov 2004 18:47:17 +0000 (18:47 +0000)]
- don't install Kerntypes until we can fix LKCD

19 years ago- disable LKCD until we can actually get it to work (i.e. update
Mark Huang [Wed, 3 Nov 2004 18:08:32 +0000 (18:08 +0000)]
- disable LKCD until we can actually get it to work (i.e. update
  patchset)

19 years agoNew documentation for CKRM.
Marc Fiuczynski [Wed, 3 Nov 2004 11:49:53 +0000 (11:49 +0000)]
New documentation for CKRM.

19 years agoCommented out the 'interactive bonus' and 'cvt saving' when updating cvt
Andy Bavier [Wed, 27 Oct 2004 21:09:03 +0000 (21:09 +0000)]
Commented out the 'interactive bonus' and 'cvt saving' when updating cvt

19 years agoCommented out the contribution of 'urgency' to a class's effective priority
Andy Bavier [Wed, 27 Oct 2004 21:07:25 +0000 (21:07 +0000)]
Commented out the contribution of 'urgency' to a class's effective priority

19 years agoIncreased size of CLASSQUEUE from 128 to 1024 to support CPU shares of 4 or greater
Andy Bavier [Wed, 27 Oct 2004 21:06:11 +0000 (21:06 +0000)]
Increased size of CLASSQUEUE from 128 to 1024 to support CPU shares of 4 or greater

19 years agoPermit hard-linking across bind-mounts as long as the source dir is not
Steve Muir [Wed, 27 Oct 2004 20:12:10 +0000 (20:12 +0000)]
Permit hard-linking across bind-mounts as long as the source dir is not
read-only [PL #2624]

19 years agoadd miscellaneous tags
Mark Huang [Wed, 27 Oct 2004 15:09:37 +0000 (15:09 +0000)]
add miscellaneous tags

19 years agoDisabled surplus allocation feature of the CKRM cpu scheduler.
Marc Fiuczynski [Sat, 23 Oct 2004 20:13:55 +0000 (20:13 +0000)]
Disabled surplus allocation feature of the CKRM cpu scheduler.
See PL2642 for further details.

19 years agoIncreased CKRM_SHARE_ACCURACY from (1<<10) to (1<<13). This resolves PL2620.
Marc Fiuczynski [Fri, 22 Oct 2004 06:26:45 +0000 (06:26 +0000)]
Increased CKRM_SHARE_ACCURACY from (1<<10) to (1<<13). This resolves PL2620.

19 years agoFix to prevent kernel from crashing in the memory controller on shutdown.
Marc Fiuczynski [Thu, 21 Oct 2004 17:54:19 +0000 (17:54 +0000)]
Fix to prevent kernel from crashing in the memory controller on shutdown.

19 years ago- PL2525 fix: implement SO_SETXID (reset the context ID of an existing
Mark Huang [Wed, 20 Oct 2004 02:33:41 +0000 (02:33 +0000)]
- PL2525 fix: implement SO_SETXID (reset the context ID of an existing
  socket). Callable by root context only. To avoid having to register a
  new sockopt number, #define SO_SETXID to be SO_PASSCRED (which is not
  usually callable by setsockopt()).

19 years ago- PL2525 fix: implement SO_SETXID (reset the context ID of an existing
Mark Huang [Wed, 20 Oct 2004 02:33:15 +0000 (02:33 +0000)]
- PL2525 fix: implement SO_SETXID (reset the context ID of an existing
  socket). Callable by root context only. To avoid having to register a
  new sockopt number, #define SO_SETXID to be SO_PASSCRED (which is not
  usually callable by setsockopt()):

#if !defined(SO_SETXID)
#define SO_SETXID SO_PASSCRED
#endif

int xid;
setsockopt(fd, SOL_SOCKET, SO_SETXID, &xid, sizeof(xid));

19 years agohave been renamed to ckrm_numtasks by the CKRM folks
Marc Fiuczynski [Tue, 19 Oct 2004 23:21:35 +0000 (23:21 +0000)]
have been renamed to ckrm_numtasks by the CKRM folks

19 years agoReenabled CKRM memory controller.
Marc Fiuczynski [Tue, 19 Oct 2004 23:05:37 +0000 (23:05 +0000)]
Reenabled CKRM memory controller.

19 years agodisabled code for CKRM memory class shrinking
Marc Fiuczynski [Tue, 19 Oct 2004 22:55:10 +0000 (22:55 +0000)]
disabled code for CKRM memory class shrinking

19 years ago- fix printing of conntrack owners
Mark Huang [Mon, 18 Oct 2004 17:45:31 +0000 (17:45 +0000)]
- fix printing of conntrack owners

19 years agoversion 9.1 of the ckrm cpu scheduler.
Marc Fiuczynski [Mon, 18 Oct 2004 13:24:29 +0000 (13:24 +0000)]
version 9.1 of the ckrm cpu scheduler.

19 years agocommented out unnecessary BUG_ON statement
Marc Fiuczynski [Fri, 15 Oct 2004 20:55:24 +0000 (20:55 +0000)]
commented out unnecessary BUG_ON statement

19 years agotypo
Marc Fiuczynski [Fri, 15 Oct 2004 20:53:04 +0000 (20:53 +0000)]
typo

19 years agoenabled ckrm memory controller
Marc Fiuczynski [Fri, 15 Oct 2004 20:51:06 +0000 (20:51 +0000)]
enabled ckrm memory controller

19 years agoConfig file to be used for "kernel-desktop" rpm package. It includes a
Marc Fiuczynski [Mon, 11 Oct 2004 20:26:18 +0000 (20:26 +0000)]
Config file to be used for "kernel-desktop" rpm package. It includes a
bunch of stuff -- such as USB, cpufreq, and laptop support that we
currently do not wish to add to the standard
kernel-2.6.8-i686-planetlab.config file.

19 years agoPL2340 workaround: disable CKRM memory controller
Mark Huang [Sun, 10 Oct 2004 22:24:53 +0000 (22:24 +0000)]
PL2340 workaround: disable CKRM memory controller

19 years ago- initialize connection contexts to -1 (== unknown)
Mark Huang [Fri, 1 Oct 2004 20:10:17 +0000 (20:10 +0000)]
- initialize connection contexts to -1 (== unknown)

19 years ago- Fix thinko. Bypass xid checks if socket was created in the root
Mark Huang [Fri, 1 Oct 2004 20:09:49 +0000 (20:09 +0000)]
- Fix thinko. Bypass xid checks if socket was created in the root
context, like the freaking comment says.

19 years ago- panic on OOM condition instead of killing processes
Mark Huang [Fri, 1 Oct 2004 17:59:41 +0000 (17:59 +0000)]
- panic on OOM condition instead of killing processes
- compile hangcheck-timer into kernel

19 years ago- reboot by default
Mark Huang [Fri, 1 Oct 2004 17:55:04 +0000 (17:55 +0000)]
- reboot by default

19 years ago- Just panic() instead of the default behavior of selecting processes
Mark Huang [Fri, 1 Oct 2004 17:54:48 +0000 (17:54 +0000)]
- Just panic() instead of the default behavior of selecting processes
  for death.

19 years ago- add option to panic when OOM instead of killing processes
Mark Huang [Fri, 1 Oct 2004 17:53:49 +0000 (17:53 +0000)]
- add option to panic when OOM instead of killing processes

19 years ago- delay 15 minutes before rebooting the machine after a panic
Mark Huang [Fri, 1 Oct 2004 17:52:44 +0000 (17:52 +0000)]
- delay 15 minutes before rebooting the machine after a panic

19 years ago- export vx_debug_nid and vx_debug_xid which are necessary if, for
Mark Huang [Fri, 1 Oct 2004 17:47:57 +0000 (17:47 +0000)]
- export vx_debug_nid and vx_debug_xid which are necessary if, for
  instance, af_packet.o is compiled as a module

19 years agoCKRM cpu controller version 8.2.
Marc Fiuczynski [Thu, 30 Sep 2004 12:45:42 +0000 (12:45 +0000)]
CKRM cpu controller version 8.2.

19 years agoFixed compilation warnings in the CKRM cpu controller.
Marc Fiuczynski [Tue, 28 Sep 2004 16:53:02 +0000 (16:53 +0000)]
Fixed compilation warnings in the CKRM cpu controller.

19 years agoMerged to version 4 of the CKRM io controller.
Marc Fiuczynski [Tue, 28 Sep 2004 16:52:36 +0000 (16:52 +0000)]
Merged to version 4 of the CKRM io controller.
Fixed some compilation warnings in the CKRM cpu controller.

19 years agoversion 1 of the CKRM memory controller.
Marc Fiuczynski [Tue, 28 Sep 2004 07:49:30 +0000 (07:49 +0000)]
version 1 of the CKRM memory controller.

19 years agoInitial revision
Marc Fiuczynski [Tue, 28 Sep 2004 06:48:25 +0000 (06:48 +0000)]
Initial revision

19 years agoCKRM CPU MONITOR now part of CKCRM CPU SCHEDULE
Marc Fiuczynski [Tue, 28 Sep 2004 06:25:53 +0000 (06:25 +0000)]
CKRM CPU MONITOR now part of CKCRM CPU SCHEDULE

19 years agoMerge in the version 7 cpu controller from CKRM.
Marc Fiuczynski [Tue, 28 Sep 2004 06:14:31 +0000 (06:14 +0000)]
Merge in the version 7 cpu controller from CKRM.
- Had to shuffle the runqueue datastructure from sched.h to sched.c.
- Fixed arithmetic fault that would occur early in boot due to uninitialized
  CKRM cpu controller data structure. Odd that the CKRM folks didn't have
  this bug, too.

19 years agoCKRM E16rc1 memory controller configuration
Marc Fiuczynski [Sat, 25 Sep 2004 10:49:11 +0000 (10:49 +0000)]
CKRM E16rc1 memory controller configuration

19 years agoCKRM e16 memory controller.
Marc Fiuczynski [Fri, 24 Sep 2004 20:37:00 +0000 (20:37 +0000)]
CKRM e16 memory controller.

This contains a fix I made to make it work with initrd.  A variant of
this fix will be incorporated in the next release of the CKRM memory
controller.

19 years agoCKRM E16rc1 io controller support.
Marc Fiuczynski [Thu, 23 Sep 2004 19:26:45 +0000 (19:26 +0000)]
CKRM E16rc1 io controller support.

This version only implements 20 classes of I/O priority. The next release
candidate will support limits, which can then be used as a means to express
proportional sharing between classes (vservers).

The cfq-iosched.c function was hacked by me to work around an issue with
Fedora Core 2 that does not appear in the vanilla 2.6.8.1 kernel.  The
CKRM folks are aware of this and will fix this problem (hopefully in the
next release, too).

19 years agoBuild cls_fw module for bandwidth scheduler
Andy Bavier [Thu, 23 Sep 2004 19:23:55 +0000 (19:23 +0000)]
Build cls_fw module for bandwidth scheduler

19 years agoaccidentally imported
Marc Fiuczynski [Thu, 23 Sep 2004 13:16:46 +0000 (13:16 +0000)]
accidentally imported

19 years agoInitial revision
Marc Fiuczynski [Thu, 23 Sep 2004 11:47:02 +0000 (11:47 +0000)]
Initial revision

19 years agockrm_E16 release candidate 1 merge
Marc Fiuczynski [Thu, 23 Sep 2004 00:19:46 +0000 (00:19 +0000)]
ckrm_E16 release candidate 1 merge

19 years agoThis commit was generated by cvs2svn to compensate for changes in r180,
Marc Fiuczynski [Wed, 22 Sep 2004 12:12:05 +0000 (12:12 +0000)]
This commit was generated by cvs2svn to compensate for changes in r180,
which included commits to RCS files with non-trunk default branches.

19 years agoInitial revision
Marc Fiuczynski [Wed, 22 Sep 2004 12:12:03 +0000 (12:12 +0000)]
Initial revision

19 years ago- include the Fedora release number so that Fedora kernels don't defeat
Mark Huang [Mon, 20 Sep 2004 14:46:49 +0000 (14:46 +0000)]
- include the Fedora release number so that Fedora kernels don't defeat
ours in a yum update cage match

19 years agoenabled CKRM
Marc Fiuczynski [Sat, 18 Sep 2004 11:50:22 +0000 (11:50 +0000)]
enabled CKRM

19 years agoCKRM e15 IO controller framework --- cfq-iosched.c remains unchanged for now, hence...
Marc Fiuczynski [Sat, 18 Sep 2004 11:48:31 +0000 (11:48 +0000)]
CKRM e15 IO controller framework --- cfq-iosched.c remains unchanged for now, hence the controller does nothing until we get a new, ported version of this file

19 years agobind mount patch (patch-2.6.8.1-bme0.05.1.diff)
Marc Fiuczynski [Sat, 18 Sep 2004 10:53:07 +0000 (10:53 +0000)]
bind mount patch (patch-2.6.8.1-bme0.05.1.diff)

19 years ago- don't require kernel-utils yet until we move to FC3
Mark Huang [Fri, 17 Sep 2004 19:17:39 +0000 (19:17 +0000)]
- don't require kernel-utils yet until we move to FC3

19 years agoDammit, UML patch keeps adding generated files
Mark Huang [Fri, 17 Sep 2004 18:08:38 +0000 (18:08 +0000)]
Dammit, UML patch keeps adding generated files

19 years ago- fix printing of conntrack xid tags
Mark Huang [Fri, 17 Sep 2004 18:06:14 +0000 (18:06 +0000)]
- fix printing of conntrack xid tags

19 years ago- remove warning, VServer 1.9.2 patch appears to be aware of this change
Mark Huang [Fri, 17 Sep 2004 18:03:39 +0000 (18:03 +0000)]
- remove warning, VServer 1.9.2 patch appears to be aware of this change
  now

19 years agoMerge to User Mode Linux 2.6.8.1-1um (uml-patch-2.6.8.1-1)
Mark Huang [Fri, 17 Sep 2004 18:00:35 +0000 (18:00 +0000)]
Merge to User Mode Linux 2.6.8.1-1um (uml-patch-2.6.8.1-1)

19 years agoInitial revision
Mark Huang [Fri, 17 Sep 2004 15:28:58 +0000 (15:28 +0000)]
Initial revision

19 years agoAdd default 2.6.8 configuration for PlanetLab Linux
Mark Huang [Fri, 17 Sep 2004 04:02:26 +0000 (04:02 +0000)]
Add default 2.6.8 configuration for PlanetLab Linux

19 years agoMerge to VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
Mark Huang [Fri, 17 Sep 2004 02:53:31 +0000 (02:53 +0000)]
Merge to VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)

19 years agoInitial revision
Mark Huang [Thu, 16 Sep 2004 18:47:16 +0000 (18:47 +0000)]
Initial revision

19 years agoMerge to Fedora Core 2 kernel-2.6.8-1.521
Mark Huang [Thu, 16 Sep 2004 18:16:15 +0000 (18:16 +0000)]
Merge to Fedora Core 2 kernel-2.6.8-1.521

19 years agoInitial revision
Marc Fiuczynski [Wed, 15 Sep 2004 20:47:57 +0000 (20:47 +0000)]
Initial revision

19 years agoInitial revision
Marc Fiuczynski [Wed, 15 Sep 2004 19:47:30 +0000 (19:47 +0000)]
Initial revision

19 years agoThis commit was generated by cvs2svn to compensate for changes in r152,
Marc Fiuczynski [Wed, 15 Sep 2004 17:11:56 +0000 (17:11 +0000)]
This commit was generated by cvs2svn to compensate for changes in r152,
which included commits to RCS files with non-trunk default branches.

19 years agoThis commit was generated by cvs2svn to compensate for changes in r149,
Marc Fiuczynski [Wed, 15 Sep 2004 17:11:54 +0000 (17:11 +0000)]
This commit was generated by cvs2svn to compensate for changes in r149,
which included commits to RCS files with non-trunk default branches.

19 years agoThis commit was generated by cvs2svn to compensate for changes in r146,
Marc Fiuczynski [Wed, 15 Sep 2004 17:11:52 +0000 (17:11 +0000)]
This commit was generated by cvs2svn to compensate for changes in r146,
which included commits to RCS files with non-trunk default branches.

19 years agoThis commit was generated by cvs2svn to compensate for changes in r141,
Marc Fiuczynski [Wed, 15 Sep 2004 17:11:48 +0000 (17:11 +0000)]
This commit was generated by cvs2svn to compensate for changes in r141,
which included commits to RCS files with non-trunk default branches.

19 years agoInitial revision
Marc Fiuczynski [Wed, 15 Sep 2004 17:00:00 +0000 (17:00 +0000)]
Initial revision

19 years ago- add /boot/Kerntypes-x.x.x to the files list
Mark Huang [Tue, 14 Sep 2004 15:02:02 +0000 (15:02 +0000)]
- add /boot/Kerntypes-x.x.x to the files list

19 years ago- install /boot/Kerntypes for LKCD
Mark Huang [Mon, 13 Sep 2004 22:29:33 +0000 (22:29 +0000)]
- install /boot/Kerntypes for LKCD

19 years agoInitial revision
Marc Fiuczynski [Mon, 13 Sep 2004 03:06:06 +0000 (03:06 +0000)]
Initial revision

19 years ago- fix merge of LKCD patch
Mark Huang [Sun, 12 Sep 2004 04:58:31 +0000 (04:58 +0000)]
- fix merge of LKCD patch

19 years ago- Be more like FC2 w.r.t. BSD process accounting support, kallsyms
Mark Huang [Sun, 12 Sep 2004 04:37:35 +0000 (04:37 +0000)]
- Be more like FC2 w.r.t. BSD process accounting support, kallsyms
  support, misc binary support, optimization, kernel debugging options
- enable hangcheck-timer instead of softdog; hangcheck-timer uses the
  TSC intead of jiffies (heavy I/O can infinitely delay jiffy count),
  and requires no user mode support (beyond loading the module)
- enable basic (437, ISO-8859-1, UTF8) NLS support to quell warnings

19 years agoCompile LKCD support
Mark Huang [Sun, 12 Sep 2004 03:12:54 +0000 (03:12 +0000)]
Compile LKCD support