linux-2.6.git
17 years ago- bump EXTRAVERSION
Mark Huang [Fri, 14 Jul 2006 15:29:29 +0000 (15:29 +0000)]
- bump EXTRAVERSION

17 years ago- bump release number for usb-uhci fixes
Mark Huang [Mon, 10 Jul 2006 18:02:14 +0000 (18:02 +0000)]
- bump release number for usb-uhci fixes

17 years ago- really remove last vestiges of lkcd patch
Mark Huang [Wed, 28 Jun 2006 21:49:46 +0000 (21:49 +0000)]
- really remove last vestiges of lkcd patch

17 years ago- just warn if gcc 3.x compiler can't be found
Mark Huang [Wed, 28 Jun 2006 19:21:37 +0000 (19:21 +0000)]
- just warn if gcc 3.x compiler can't be found

17 years ago- enable compiling under gcc4 without warnings
Mark Huang [Wed, 28 Jun 2006 18:40:32 +0000 (18:40 +0000)]
- enable compiling under gcc4 without warnings

17 years agoBackported fix from 2.6.17-rc1: Wait for the UHCI controller in HP's iLO2 server...
Marc Fiuczynski [Fri, 9 Jun 2006 17:41:39 +0000 (17:41 +0000)]
Backported fix from 2.6.17-rc1: Wait for the UHCI controller in HP's iLO2 server management chip.

18 years ago- apply http://lkml.org/lkml/2006/4/7/149
Mark Huang [Thu, 4 May 2006 14:32:21 +0000 (14:32 +0000)]
- apply http://lkml.org/lkml/2006/4/7/149

Unlink files, symlinks, FIFOs, devices etc. (except directories) before
writing them when extracting CPIOs.  This stops weird behaviour like:
  1) writing through symlinks created in earlier CPIOs. eg foo->bar in
     the first CPIO.  Having foo as a non-link in a subsequent CPIO,
     results in bar being written and foo remaining as a symlink.
  2) if the first version of file foo is larger than foo in a
     subsequent CPIO, we end up with a mix of the two.  ie. neither
     the first or second version of /foo.
  3) special files like devices, fifo etc. can't be overwritten in
     subsequent CPIOS.

With this, the kernel will more closely replicate
   for i in *.cpio; do cpio --extract --unconditional < $i ; done

This is a change but it's regarded as fixing broken functionality.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
18 years ago- fix broken hardlink handling: copy hardlink filenames instead of storing
Mark Huang [Thu, 4 May 2006 14:12:22 +0000 (14:12 +0000)]
- fix broken hardlink handling: copy hardlink filenames instead of storing
  pointers to them, since the filenames may be in temporary storage (e.g., see
  read_into(); if the filename crosses a collection boundary,
  read_into() will reset collected to temporary storage). This fixes the
  weird intermittent bugs I've been seeing in initramfs creation,
  basically, 0 byte hardlinked files.

18 years ago- kernel-uml-modules: depmod and cleanup
Mark Huang [Tue, 2 May 2006 17:40:06 +0000 (17:40 +0000)]
- kernel-uml-modules: depmod and cleanup

18 years agoUpdated to bcm5700 version 8.3.17b release of driver.
Marc Fiuczynski [Tue, 18 Apr 2006 14:30:19 +0000 (14:30 +0000)]
Updated to bcm5700 version 8.3.17b release of driver.

18 years agocorrect smp related /boot symlinks
Marc Fiuczynski [Mon, 17 Apr 2006 14:32:22 +0000 (14:32 +0000)]
correct smp related /boot symlinks

18 years agotake out V=1 verbose compile option
Marc Fiuczynski [Tue, 11 Apr 2006 15:06:18 +0000 (15:06 +0000)]
take out V=1 verbose compile option

18 years agobuild with gcc 3.x compiler instead of gcc 4.x compiler
Marc Fiuczynski [Tue, 11 Apr 2006 15:03:52 +0000 (15:03 +0000)]
build with gcc 3.x compiler instead of gcc 4.x compiler

18 years agoswitch to gcc 3.x based compiler on systems using gcc 4.x by default
Marc Fiuczynski [Tue, 11 Apr 2006 14:28:15 +0000 (14:28 +0000)]
switch to gcc 3.x based compiler on systems using gcc 4.x by default

18 years agosetup smp specific symlinks for conf, initrd-boot, and kernel-boot
Marc Fiuczynski [Tue, 11 Apr 2006 14:27:23 +0000 (14:27 +0000)]
setup smp specific symlinks for conf, initrd-boot, and kernel-boot

18 years ago- add IP set support from patch-o-matic-ng-20051203
Mark Huang [Wed, 22 Feb 2006 21:23:20 +0000 (21:23 +0000)]
- add IP set support from patch-o-matic-ng-20051203

18 years ago- added ipset support
Mark Huang [Mon, 20 Feb 2006 20:19:09 +0000 (20:19 +0000)]
- added ipset support
- add conntrack classification support
- bump release number

18 years ago- add "priority" (like skb->priority) classification variable to conntrack
Mark Huang [Mon, 20 Feb 2006 20:08:53 +0000 (20:08 +0000)]
- add "priority" (like skb->priority) classification variable to conntrack

18 years ago- allow -j CLASSIFY to be called from the mangle or vnet tables
Mark Huang [Mon, 20 Feb 2006 20:06:03 +0000 (20:06 +0000)]
- allow -j CLASSIFY to be called from the mangle or vnet tables

18 years ago- add IP set support from patch-o-matic-ng-20051203
Mark Huang [Mon, 20 Feb 2006 18:48:51 +0000 (18:48 +0000)]
- add IP set support from patch-o-matic-ng-20051203

18 years agoremove old configs
Mark Huang [Mon, 20 Feb 2006 18:11:00 +0000 (18:11 +0000)]
remove old configs

18 years agoadd bcm5700
Marc Fiuczynski [Fri, 20 Jan 2006 04:59:42 +0000 (04:59 +0000)]
add bcm5700

18 years agoonly let it find HP chips
Marc Fiuczynski [Fri, 20 Jan 2006 04:30:22 +0000 (04:30 +0000)]
only let it find HP chips

18 years agoHP NC10xx/67xx/77xx/150x/320x/325x Gigabit Ethernet NIC Driver for Linux
Marc Fiuczynski [Fri, 20 Jan 2006 04:23:45 +0000 (04:23 +0000)]
HP NC10xx/67xx/77xx/150x/320x/325x Gigabit Ethernet NIC Driver for Linux

18 years agoVIA board support PCI ID
Marc Fiuczynski [Wed, 18 Jan 2006 10:23:23 +0000 (10:23 +0000)]
VIA board support PCI ID

18 years agosupport pldistro "variants"
Mark Huang [Thu, 15 Dec 2005 16:50:38 +0000 (16:50 +0000)]
support pldistro "variants"

18 years agobump release number for rc7
Mark Huang [Tue, 6 Dec 2005 04:26:08 +0000 (04:26 +0000)]
bump release number for rc7

18 years agoShould return ESRCH rather than EINVAL if a context doesn't exist
Steve Muir [Fri, 2 Dec 2005 18:44:05 +0000 (18:44 +0000)]
Should return ESRCH rather than EINVAL if a context doesn't exist

18 years agobump release number for planetlab-3_2-rc6
Mark Huang [Thu, 1 Dec 2005 20:05:37 +0000 (20:05 +0000)]
bump release number for planetlab-3_2-rc6

18 years agoReincorporate forgotten patch for modifying vserver file flags using ioctl
Steve Muir [Tue, 29 Nov 2005 22:42:40 +0000 (22:42 +0000)]
Reincorporate forgotten patch for modifying vserver file flags using ioctl

18 years ago- disable kexec syscall for uml
Mark Huang [Tue, 22 Nov 2005 16:04:20 +0000 (16:04 +0000)]
- disable kexec syscall for uml

18 years ago- bump release number to enable kexec syscall
Mark Huang [Mon, 21 Nov 2005 23:06:18 +0000 (23:06 +0000)]
- bump release number to enable kexec syscall

18 years ago- enable kexec syscall
Mark Huang [Mon, 21 Nov 2005 23:06:00 +0000 (23:06 +0000)]
- enable kexec syscall

18 years ago- bump release number for Andy's scheduler fix
Mark Huang [Fri, 11 Nov 2005 19:19:26 +0000 (19:19 +0000)]
- bump release number for Andy's scheduler fix

18 years agoReinitialize minimum ticks on each pass through scheduling loop
Andy Bavier [Fri, 11 Nov 2005 18:16:58 +0000 (18:16 +0000)]
Reinitialize minimum ticks on each pass through scheduling loop

18 years agoFixed an overflow bug with div_long_long_rem
Andy Bavier [Fri, 11 Nov 2005 18:15:55 +0000 (18:15 +0000)]
Fixed an overflow bug with div_long_long_rem

18 years agohttp://patchwork.netfilter.org/netfilter-devel/patch.pl?id=2678
Mark Huang [Thu, 6 Oct 2005 18:53:17 +0000 (18:53 +0000)]
patchwork.netfilter.org/netfilter-devel/patch.pl?id=2678
- 2.6.12 netfilter: local packets marked as invalid
- PL7714 fix: don't reset conntrack in the ip_output() path

18 years ago- copy the extra files necessary for a proper kernel-uml-devel package
Mark Huang [Tue, 4 Oct 2005 21:09:59 +0000 (21:09 +0000)]
- copy the extra files necessary for a proper kernel-uml-devel package

18 years ago- bump version number to match spec file
Mark Huang [Tue, 4 Oct 2005 21:09:27 +0000 (21:09 +0000)]
- bump version number to match spec file

18 years agodo not link over the non-xenU vsyscall-note.S
Marc Fiuczynski [Tue, 4 Oct 2005 19:31:23 +0000 (19:31 +0000)]
do not link over the non-xenU vsyscall-note.S

18 years agotake out xen_conflicts for now
Marc Fiuczynski [Tue, 4 Oct 2005 19:24:05 +0000 (19:24 +0000)]
take out xen_conflicts for now

18 years agoChanges to support Andy's new CPU scheduler
Andy Bavier [Thu, 8 Sep 2005 14:29:44 +0000 (14:29 +0000)]
Changes to support Andy's new CPU scheduler

18 years agoChanges to support Andy's new CPU scheduler
Andy Bavier [Thu, 8 Sep 2005 03:10:24 +0000 (03:10 +0000)]
Changes to support Andy's new CPU scheduler

18 years agoenable VNET extensions
Mark Huang [Thu, 8 Sep 2005 02:46:45 +0000 (02:46 +0000)]
enable VNET extensions

18 years ago- fix kernel-smp %post script
Mark Huang [Sat, 27 Aug 2005 17:09:06 +0000 (17:09 +0000)]
- fix kernel-smp %post script

18 years agoOlder modutils do not support --package option
Mark Huang [Sat, 27 Aug 2005 16:53:30 +0000 (16:53 +0000)]
Older modutils do not support --package option

18 years ago- os-Linux/util/mk_user_constants.c includes user-offsets.h, add a
Mark Huang [Sat, 27 Aug 2005 02:09:48 +0000 (02:09 +0000)]
- os-Linux/util/mk_user_constants.c includes user-offsets.h, add a
  dependency on it so that make -j2 works properly

18 years agoSMP PlanetLab config
Mark Huang [Fri, 26 Aug 2005 20:30:26 +0000 (20:30 +0000)]
SMP PlanetLab config

18 years ago- merge in latest kernel-2.6.12-1.1398_FC4 spec file changes
Mark Huang [Fri, 26 Aug 2005 19:56:05 +0000 (19:56 +0000)]
- merge in latest kernel-2.6.12-1.1398_FC4 spec file changes
- build all kernels in separate BUILD/ directories; the UP version is in
  BUILD/linux-2.6.12 for backward compatibility

18 years agoXen used the i386 version this file, which was modified to support kexec.
Marc Fiuczynski [Mon, 22 Aug 2005 05:05:44 +0000 (05:05 +0000)]
Xen used the i386 version this file, which was modified to support kexec.
Unfortunately, the kexec patch prevented a xenU from starting correctly.
Removed kexec patch and created separate vmlinux.lds.S file for xen.

18 years ago- PlanetLab-like UML configuration
Mark Huang [Sun, 21 Aug 2005 22:35:12 +0000 (22:35 +0000)]
- PlanetLab-like UML configuration

18 years ago- sync with fedora branch
Mark Huang [Sun, 21 Aug 2005 01:01:22 +0000 (01:01 +0000)]
- sync with fedora branch

18 years ago- sync with fedora branch
Mark Huang [Sun, 21 Aug 2005 00:40:13 +0000 (00:40 +0000)]
- sync with fedora branch

18 years ago- sync fedora branch
Mark Huang [Sun, 21 Aug 2005 00:34:22 +0000 (00:34 +0000)]
- sync fedora branch

18 years ago- remove last vestiges of CKRM
Mark Huang [Sun, 21 Aug 2005 00:24:34 +0000 (00:24 +0000)]
- remove last vestiges of CKRM

18 years ago- sync fedora branch
Mark Huang [Sun, 21 Aug 2005 00:21:46 +0000 (00:21 +0000)]
- sync fedora branch

18 years ago- remove old vserver-1.9.0 code
Mark Huang [Sun, 21 Aug 2005 00:19:04 +0000 (00:19 +0000)]
- remove old vserver-1.9.0 code

18 years ago- remove redundant merge conflict
Mark Huang [Sun, 21 Aug 2005 00:14:07 +0000 (00:14 +0000)]
- remove redundant merge conflict

18 years ago- sync fedora branch
Mark Huang [Sun, 21 Aug 2005 00:10:58 +0000 (00:10 +0000)]
- sync fedora branch

18 years ago- remove last vestiges of CKRM
Mark Huang [Sun, 21 Aug 2005 00:09:34 +0000 (00:09 +0000)]
- remove last vestiges of CKRM
- sync fedora branch

18 years ago- remove redundant merge conflict
Mark Huang [Sun, 21 Aug 2005 00:02:12 +0000 (00:02 +0000)]
- remove redundant merge conflict
- sync fedora branch

18 years ago- remove redundant merge conflict
Mark Huang [Sat, 20 Aug 2005 23:57:28 +0000 (23:57 +0000)]
- remove redundant merge conflict

18 years ago- remove last vestiges of CKRM
Mark Huang [Sat, 20 Aug 2005 23:56:03 +0000 (23:56 +0000)]
- remove last vestiges of CKRM

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 23:54:23 +0000 (23:54 +0000)]
- sync fedora branch

18 years ago- remove last vestiges of CKRM
Mark Huang [Sat, 20 Aug 2005 23:49:30 +0000 (23:49 +0000)]
- remove last vestiges of CKRM
- sync fedora branch

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 23:45:32 +0000 (23:45 +0000)]
- sync fedora branch

18 years ago- remove redundant merge conflict
Mark Huang [Sat, 20 Aug 2005 23:44:42 +0000 (23:44 +0000)]
- remove redundant merge conflict

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 23:36:52 +0000 (23:36 +0000)]
- sync fedora branch

18 years ago- sync to vserver and fedora branches
Mark Huang [Sat, 20 Aug 2005 23:20:54 +0000 (23:20 +0000)]
- sync to vserver and fedora branches

18 years ago- sync vserver branch
Mark Huang [Sat, 20 Aug 2005 23:13:19 +0000 (23:13 +0000)]
- sync vserver branch

18 years ago- remove last vestiges of CKRM
Mark Huang [Sat, 20 Aug 2005 23:02:55 +0000 (23:02 +0000)]
- remove last vestiges of CKRM

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 23:02:39 +0000 (23:02 +0000)]
- sync fedora branch

18 years ago- sync to vserver
Mark Huang [Sat, 20 Aug 2005 23:00:10 +0000 (23:00 +0000)]
- sync to vserver

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 22:50:46 +0000 (22:50 +0000)]
- sync fedora branch

18 years ago- remove last vestiges of CKRM
Mark Huang [Sat, 20 Aug 2005 22:50:29 +0000 (22:50 +0000)]
- remove last vestiges of CKRM

18 years ago- sync to fedora branch
Mark Huang [Sat, 20 Aug 2005 22:46:28 +0000 (22:46 +0000)]
- sync to fedora branch

18 years ago- sync vserver branch
Mark Huang [Sat, 20 Aug 2005 22:37:15 +0000 (22:37 +0000)]
- sync vserver branch

18 years ago- remove last vestiges of CKRM
Mark Huang [Sat, 20 Aug 2005 22:35:08 +0000 (22:35 +0000)]
- remove last vestiges of CKRM

18 years ago- remove last vestiges of CKRM
Mark Huang [Sat, 20 Aug 2005 22:34:21 +0000 (22:34 +0000)]
- remove last vestiges of CKRM
- sync fedora branch

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 22:24:41 +0000 (22:24 +0000)]
- sync fedora branch

18 years agooops, restore accidentally removed kexec files
Mark Huang [Sat, 20 Aug 2005 22:23:06 +0000 (22:23 +0000)]
oops, restore accidentally removed kexec files

18 years ago- sync vserver branch
Mark Huang [Sat, 20 Aug 2005 22:17:20 +0000 (22:17 +0000)]
- sync vserver branch

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 22:12:40 +0000 (22:12 +0000)]
- sync fedora branch

18 years ago- sync vserver branch
Mark Huang [Sat, 20 Aug 2005 22:04:39 +0000 (22:04 +0000)]
- sync vserver branch

18 years ago- sync vserver branch
Mark Huang [Sat, 20 Aug 2005 21:50:42 +0000 (21:50 +0000)]
- sync vserver branch

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 21:44:06 +0000 (21:44 +0000)]
- sync fedora branch

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 21:32:10 +0000 (21:32 +0000)]
- sync fedora branch

18 years ago- sync to fedora: fix merge conflict
Mark Huang [Sat, 20 Aug 2005 21:14:18 +0000 (21:14 +0000)]
- sync to fedora: fix merge conflict

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 21:10:46 +0000 (21:10 +0000)]
- sync fedora branch

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 21:05:34 +0000 (21:05 +0000)]
- sync fedora branch

18 years ago- sync fedora branch: will help future merges
Mark Huang [Sat, 20 Aug 2005 21:04:49 +0000 (21:04 +0000)]
- sync fedora branch: will help future merges

18 years ago- sync fedora branch
Mark Huang [Sat, 20 Aug 2005 20:22:07 +0000 (20:22 +0000)]
- sync fedora branch

18 years ago- sync vserver branch
Mark Huang [Sat, 20 Aug 2005 20:19:24 +0000 (20:19 +0000)]
- sync vserver branch

18 years agoremove more CKRM files
Mark Huang [Sat, 20 Aug 2005 20:11:25 +0000 (20:11 +0000)]
remove more CKRM files

18 years ago- sync vserver branch: will help future merges
Mark Huang [Sat, 20 Aug 2005 20:04:17 +0000 (20:04 +0000)]
- sync vserver branch: will help future merges

18 years ago- remove last vestiges of lkcd patch (kexec functionality subsumed by
Mark Huang [Sat, 20 Aug 2005 19:58:22 +0000 (19:58 +0000)]
- remove last vestiges of lkcd patch (kexec functionality subsumed by
  kexec patch applied by alk, the rest of it never worked anyway)

18 years ago- sync vserver branch: will help future merges
Mark Huang [Sat, 20 Aug 2005 19:57:41 +0000 (19:57 +0000)]
- sync vserver branch: will help future merges

18 years ago- sync fedora branch: will help future merges
Mark Huang [Sat, 20 Aug 2005 19:56:49 +0000 (19:56 +0000)]
- sync fedora branch:  will help future merges

18 years ago- sync fedora and vserver branches: will help future merges
Mark Huang [Sat, 20 Aug 2005 19:56:34 +0000 (19:56 +0000)]
- sync fedora and vserver branches:  will help future merges

18 years ago- sync vserver branch: will help future merges
Mark Huang [Sat, 20 Aug 2005 19:55:40 +0000 (19:55 +0000)]
- sync vserver branch:  will help future merges