]> git.pld-linux.org Git - packages/kernel.git/log
packages/kernel.git
11 years ago- configuration options for unconditionally applied patches
sparky [Mon, 20 Oct 2008 13:27:47 +0000 (13:27 +0000)]
- configuration options for unconditionally applied patches

Changed files:
    kernel-patches.config -> 1.1

11 years ago- cleanup
sparky [Mon, 20 Oct 2008 11:39:36 +0000 (11:39 +0000)]
- cleanup

Changed files:
    kernel-powerpc.config -> 1.3

11 years ago- removed def_bool and other options we can't change
sparky [Sun, 19 Oct 2008 23:40:34 +0000 (23:40 +0000)]
- removed def_bool and other options we can't change

Changed files:
    kernel-x86.config -> 1.2

11 years ago- common arch config for both x86 and x86_64
sparky [Sun, 19 Oct 2008 22:52:20 +0000 (22:52 +0000)]
- common arch config for both x86 and x86_64

Changed files:
    kernel-x86.config -> 1.1

11 years ago- common arch config for both ppc and ppc64
sparky [Sun, 19 Oct 2008 22:38:32 +0000 (22:38 +0000)]
- common arch config for both ppc and ppc64

Changed files:
    kernel-powerpc.config -> 1.2

11 years ago- build prefered arch list from space separated list of archs
sparky [Sun, 19 Oct 2008 20:24:57 +0000 (20:24 +0000)]
- build prefered arch list from space separated list of archs

Changed files:
    kernel-config.awk -> 1.11

11 years ago- merged in 2.6.27.
Paweł Sikora [Fri, 17 Oct 2008 09:27:35 +0000 (09:27 +0000)]
- merged in 2.6.27.

Changed files:
    kernel-ahci_pata_marvell.patch -> 1.3

11 years ago- wrong files removed, revert.
Paweł Sikora [Fri, 17 Oct 2008 08:46:59 +0000 (08:46 +0000)]
- wrong files removed, revert.

Changed files:
    kernel-reiser4.config -> 1.3
    kernel-reiser4.patch -> 1.2

11 years ago- nicer output and print to stderr
sparky [Sun, 28 Sep 2008 15:02:07 +0000 (15:02 +0000)]
- nicer output and print to stderr

Changed files:
    kernel-track-config-change.awk -> 1.4

11 years ago- remember where each option was defined
sparky [Sun, 28 Sep 2008 14:54:46 +0000 (14:54 +0000)]
- remember where each option was defined

Changed files:
    kernel-config.awk -> 1.10
    kernel-track-config-change.awk -> 1.3

11 years ago- optionally die if there were errors
sparky [Sun, 28 Sep 2008 14:39:09 +0000 (14:39 +0000)]
- optionally die if there were errors

Changed files:
    kernel-track-config-change.awk -> 1.2

11 years ago- script which checks whether make oldconfig has changed any value
sparky [Sun, 28 Sep 2008 11:53:27 +0000 (11:53 +0000)]
- script which checks whether make oldconfig has changed any value

Changed files:
    kernel-track-config-change.awk -> 1.1

11 years ago- script I am using to sort kernel config files
sparky [Sun, 28 Sep 2008 00:37:37 +0000 (00:37 +0000)]
- script I am using to sort kernel config files

Changed files:
    kernel-config-sort.pl -> 1.1

11 years ago- fixed bug where script was using value from last option
sparky [Sat, 27 Sep 2008 21:29:19 +0000 (21:29 +0000)]
- fixed bug where script was using value from last option

Changed files:
    kernel-config.awk -> 1.9

11 years ago- updated to http://memebeam.org/free-software/toshiba_acpi/toshiba_acpi-dev_toshiba_...
Paweł Sikora [Thu, 25 Sep 2008 10:16:45 +0000 (10:16 +0000)]
- updated to http://memebeam.org/free-software/toshiba_acpi/toshiba_acpi-dev_toshiba_test5-linux_2.6.26.patch.

Changed files:
    kernel-toshiba_acpi.patch -> 1.2
    linux-2.6-toshiba_acpi.patch -> 1.2

11 years ago- http://marc.info/?l=linux-wireless&m=120995431512335&w=2
mguevara [Wed, 24 Sep 2008 13:04:09 +0000 (13:04 +0000)]
- http://marc.info/?l=linux-wireless&m=120995431512335&w=2
  enables monitor mode for iwl3945 (without this only beacons are captured)

Changed files:
    kernel-iwl3945-monitor.patch -> 1.1

11 years ago- new patch.
Paweł Sikora [Tue, 23 Sep 2008 11:29:05 +0000 (11:29 +0000)]
- new patch.

Changed files:
    tahoe9xx-2.6.24.patch -> 1.1

11 years ago- fix uvesafb_vbe_getmodes() for some broken bioses.
Paweł Sikora [Mon, 22 Sep 2008 11:36:57 +0000 (11:36 +0000)]
- fix uvesafb_vbe_getmodes() for some broken bioses.
- prevent black-screen-of-death when vga=.. is passed w/o any builtin vesa driver.

Changed files:
    kernel-vesa-upstream.patch -> 1.1

11 years ago- check for garbage lines
sparky [Fri, 19 Sep 2008 13:26:50 +0000 (13:26 +0000)]
- check for garbage lines

Changed files:
    kernel-config.awk -> 1.8

11 years ago- allow \" in strings
sparky [Thu, 18 Sep 2008 18:14:17 +0000 (18:14 +0000)]
- allow \" in strings
- handle strings with = correctly

Changed files:
    kernel-config.awk -> 1.7

11 years ago- allow basearch and specific arch
sparky [Thu, 18 Sep 2008 16:33:20 +0000 (16:33 +0000)]
- allow basearch and specific arch

Changed files:
    kernel-config.awk -> 1.6

11 years ago- die if there are duplicated options in the same file
sparky [Thu, 18 Sep 2008 15:01:59 +0000 (15:01 +0000)]
- die if there are duplicated options in the same file
- reindent

Changed files:
    kernel-config.awk -> 1.5

11 years ago- handle string options with white spaces inside, \" not supported yet
sparky [Thu, 18 Sep 2008 14:45:26 +0000 (14:45 +0000)]
- handle string options with white spaces inside, \" not supported yet
- allow tabs instead of spaces
- few minor changes

Changed files:
    kernel-config.awk -> 1.4

11 years ago- check value correctness and exit with non zero if any error
sparky [Thu, 18 Sep 2008 13:23:15 +0000 (13:23 +0000)]
- check value correctness and exit with non zero if any error

Changed files:
    kernel-config.awk -> 1.3

11 years ago- rewritten and simplified, now it allows any combination of normal
sparky [Thu, 18 Sep 2008 13:00:25 +0000 (13:00 +0000)]
- rewritten and simplified, now it allows any combination of normal
  and multiarch options

Changed files:
    kernel-config.awk -> 1.2

11 years ago- kernel-config.py replacement written in awk
sparky [Thu, 18 Sep 2008 01:16:11 +0000 (01:16 +0000)]
- kernel-config.py replacement written in awk
- features:
-- pure awk, no need to BR: python, which may be problematic sometimes
-- over 40 times faster than python version (lacks value checking tho)
-- prints lots of useful warnings, like those:
    kernel-multiarch.config (2647): HW_RANDOM_VIRTIO=m should have explicit ` all='
    kernel-i386.config (60): CONFIG_NO_HZ already defined in: kernel-multiarch.config (103)

Changed files:
    kernel-config.awk -> 1.1

11 years ago- upstream fix.
Paweł Sikora [Mon, 8 Sep 2008 20:00:00 +0000 (20:00 +0000)]
- upstream fix.

Changed files:
    kernel-ahci_pata_marvell.patch -> 1.2

11 years ago- fix ahci bug (don't cover pata_marvell devices).
Paweł Sikora [Thu, 4 Sep 2008 17:07:41 +0000 (17:07 +0000)]
- fix ahci bug (don't cover pata_marvell devices).

Changed files:
    kernel-ahci_pata_marvell.patch -> 1.1

11 years ago- CONFIG_IKCONFIG=y, CONFIG_IKCONFIG_PROC=y
jezik [Mon, 1 Sep 2008 20:03:52 +0000 (20:03 +0000)]
- CONFIG_IKCONFIG=y, CONFIG_IKCONFIG_PROC=y

Changed files:
    kernel-i386.config -> 1.107

11 years ago- leave on LINUX_2_6_22 only
Arkadiusz Miśkiewicz [Sun, 27 Jul 2008 21:08:51 +0000 (21:08 +0000)]
- leave on LINUX_2_6_22 only

Changed files:
    linux-gcc.patch -> 1.2

11 years ago- don't overoptimize when using gcc 4.3
Arkadiusz Miśkiewicz [Sun, 27 Jul 2008 21:08:11 +0000 (21:08 +0000)]
- don't overoptimize when using gcc 4.3

Changed files:
    linux-gcc.patch -> 1.1

11 years ago- backport security= option
Arkadiusz Miśkiewicz [Wed, 25 Jun 2008 10:57:01 +0000 (10:57 +0000)]
- backport security= option

Changed files:
    linux-2.6-security-opt.patch -> 1.1

11 years ago- fix (from /var/log/kernel):
Karol Krenski [Tue, 24 Jun 2008 12:36:48 +0000 (12:36 +0000)]
- fix (from /var/log/kernel):
kernel: WARNING: at fs/inotify.c:172 set_dentry_child_flags()
kernel: [<c01b04ff>] set_dentry_child_flags+0xcf/0x160
kernel: [<c01b0c51>] inotify_add_watch+0x101/0x110
kernel: [<c01b1773>] sys_inotify_add_watch+0x153/0x180
kernel: [<c01b0995>] put_inotify_watch+0x35/0x60
kernel: [<c01b0a41>] inotify_rm_wd+0x81/0xb0
kernel: [<c0104232>] sysenter_past_esp+0x6b/0xa1
kernel: =======================

Changed files:
    linux-2.6.22-inotify-fix.patch -> 1.1

11 years ago- update from http://xenbits.xensource.com/linux-2.6.18-xen.hg
Elan Ruusamäe [Sun, 18 May 2008 21:51:18 +0000 (21:51 +0000)]
- update from http://xenbits.xensource.com/linux-2.6.18-xen.hg

Changed files:
    kernel-xen-xen.patch -> 1.2

11 years ago- http://www.zz9.dk/patches/wrr-linux-071203-2.6.25.patch.gz; replaces wrr-linux...
zbyniu [Sun, 18 May 2008 00:09:06 +0000 (00:09 +0000)]
- http://www.zz9.dk/patches/wrr-linux-071203-2.6.25.patch.gz; replaces wrr-linux-070717-2.6.22.patch

Changed files:
    kernel-wrr.patch -> 1.1

11 years ago- new from http://zph.bratcheda.org/
dzeus [Wed, 14 May 2008 21:44:55 +0000 (21:44 +0000)]
- new from http://zph.bratcheda.org/

Changed files:
    kernel-zph.patch -> 1.1

11 years ago- concatenated files from http://www.balabit.com/downloads/files/tproxy/tproxy-kernel...
zbyniu [Wed, 14 May 2008 17:27:05 +0000 (17:27 +0000)]
- concatenated files from http://www.balabit.com/downloads/files/tproxy/tproxy-kernel-2.6.25-20080509-164605-1210344365.tar.bz2

Changed files:
    kernel-tproxy.patch -> 1.1

11 years ago- sip conntrack module from mandrake
marcus [Sun, 6 Apr 2008 14:14:12 +0000 (14:14 +0000)]
- sip conntrack module from mandrake

Changed files:
    linux-2.6-conntrack_sip_svn20060804.patch -> 1.1

11 years ago- ich9 for 2.6.16
marcus [Sun, 6 Apr 2008 14:07:28 +0000 (14:07 +0000)]
- ich9 for 2.6.16

Changed files:
    linux-2.6-i2ci801_ich9.patch -> 1.1
    linux-2.6-sata-ich9.patch -> 1.1

11 years ago- cleanups
zbyniu [Thu, 13 Mar 2008 19:34:28 +0000 (19:34 +0000)]
- cleanups

Changed files:
    kernel-nf_rtsp.patch -> 1.2

11 years ago- raw http://mike.it-loops.com/rtsp/rtsp-2.6.24.patch
zbyniu [Thu, 13 Mar 2008 19:33:29 +0000 (19:33 +0000)]
- raw http://mike.it-loops.com/rtsp/rtsp-2.6.24.patch

Changed files:
    kernel-nf_rtsp.patch -> 1.1

11 years ago- config for bzip2/lzma packed kernel/initrd
zbyniu [Thu, 13 Mar 2008 00:29:57 +0000 (00:29 +0000)]
- config for bzip2/lzma packed kernel/initrd

Changed files:
    kernel-bzip2-lzma.config -> 1.1

11 years ago- catch lines where no value is set auto/ac/kernel-desktop-2_6_24_5-2 auto/ac/kernel-desktop-2_6_24_7-1 auto/ac/kernel-desktop-2_6_24_7-2 auto/ac/kernel-desktop-2_6_24_7-4 auto/th/kernel-desktop-2_6_24_5-1 auto/th/kernel-desktop-2_6_24_5-2 auto/th/kernel-desktop-2_6_24_7-1 auto/th/kernel-desktop-2_6_24_7-4 auto/th/kernel-desktop-2_6_24_7-5 auto/th/kernel-vanilla-2_6_24_4-1 auto/th/kernel-vanilla-2_6_24_5-1 auto/th/kernel-vanilla-2_6_25_4-1 auto/th/kernel-vanilla-2_6_25_5-1 auto/th/kernel-vanilla-2_6_26_1-1 auto/th/kernel-vanilla-2_6_26_3-1 auto/th/kernel-vanilla-2_6_26_3-2 auto/th/kernel-vanilla-2_6_26_5-1 auto/th/kernel-vanilla-2_6_27_3-0_1 auto/ti/kernel-desktop-2_6_24_7-1 auto/ti/kernel-desktop-2_6_24_7-2 auto/ti/kernel-desktop-2_6_24_7-3 auto/ti/kernel-vanilla-2_6_27_13-1 auto/ti/kernel-vanilla-2_6_27_3-0_1
Elan Ruusamäe [Sat, 1 Mar 2008 12:53:13 +0000 (12:53 +0000)]
- catch lines where no value is set

Changed files:
    kernel-config.py -> 1.15

11 years ago- from http://ace-host.stuart.id.au/russell/files/debian/sarge/kernel-patch-linuxabi...
marcus [Tue, 26 Feb 2008 08:30:22 +0000 (08:30 +0000)]
- from http://ace-host.stuart.id.au/russell/files/debian/sarge/kernel-patch-linuxabi/kernel-patch-linuxabi_20060404.tar.gz
for kernel 2.6.16

Changed files:
    linuxabi-2.6.16-0.patch -> 1.1

11 years ago- CVE-2008-0163 fix for vserver
zbyniu [Mon, 11 Feb 2008 19:13:56 +0000 (19:13 +0000)]
- CVE-2008-0163 fix for vserver

Changed files:
    kernel-CVE-2008-0163.patch -> 1.1

11 years ago- unofficial fix for local root hole auto/th/kernel-desktop-2_6_22_17-3 auto/ti/kernel-desktop-2_6_22_17-3
hawk [Sun, 10 Feb 2008 22:02:19 +0000 (22:02 +0000)]
- unofficial fix for local root hole

Changed files:
    kernel-vmsplice.patch -> 1.2

11 years ago- pass -m440 directly to assembler without gcc (thx czarny!) auto/th/kernel-vanilla-2_6_24_2-0_3 auto/th/kernel-vanilla-2_6_24_2-1 auto/th/kernel-vanilla-2_6_24_3-1 auto/th/kernel-vanilla-2_6_24_3-2 auto/th/kernel-vanilla-noarch-2_6_24_2-0_2
Elan Ruusamäe [Sat, 9 Feb 2008 15:32:41 +0000 (15:32 +0000)]
- pass -m440 directly to assembler without gcc (thx czarny!)

Changed files:
    kernel-mcpu=440.patch -> 1.1

11 years ago- from Broadcom http://www.broadcom.com/support/ethernet_nic/driver-sla.php?driver...
marcus [Fri, 8 Feb 2008 09:28:30 +0000 (09:28 +0000)]
- from Broadcom http://www.broadcom.com/support/ethernet_nic/driver-sla.php?driver=570x-Linux zip archive

Changed files:
    linux-tg3-3.81c.patch -> 1.1

11 years ago- delete empty symbols from "inline" config
Elan Ruusamäe [Tue, 5 Feb 2008 16:46:52 +0000 (16:46 +0000)]
- delete empty symbols from "inline" config

Changed files:
    kernel-config.py -> 1.14

11 years ago- allow empty value to skip symbol on this arch
Elan Ruusamäe [Tue, 5 Feb 2008 00:03:32 +0000 (00:03 +0000)]
-  allow empty value to skip symbol on this arch
- if unknown value found exit after processing the file

Changed files:
    kernel-config.py -> 1.13

11 years ago- bug: do not take "all" if arch key is present
Elan Ruusamäe [Mon, 4 Feb 2008 23:16:48 +0000 (23:16 +0000)]
- bug: do not take "all" if arch key is present

Changed files:
    kernel-config.py -> 1.12

11 years ago- well actually, require inline symbol name at least one char long
Elan Ruusamäe [Tue, 29 Jan 2008 14:03:59 +0000 (14:03 +0000)]
- well actually, require inline symbol name at least one char long

Changed files:
    kernel-config.py -> 1.11

11 years ago- make output-config optional (defaults to input-config)
Elan Ruusamäe [Tue, 29 Jan 2008 13:48:30 +0000 (13:48 +0000)]
- make output-config optional (defaults to input-config)
- allow inline symbols (for current arch)

Changed files:
    kernel-config.py -> 1.10

11 years ago- allow lowercase hex values too (HIGHMEM_START=0xfe000000 on ac-ppc)
Elan Ruusamäe [Tue, 29 Jan 2008 11:20:37 +0000 (11:20 +0000)]
- allow lowercase hex values too (HIGHMEM_START=0xfe000000 on ac-ppc)

Changed files:
    kernel-config.py -> 1.9

11 years ago- more strict values parser
Elan Ruusamäe [Tue, 29 Jan 2008 07:30:18 +0000 (07:30 +0000)]
- more strict values parser

Changed files:
    kernel-config.py -> 1.8

11 years ago- allow "all" and arch configs, use arch fallback to "all"
Elan Ruusamäe [Mon, 28 Jan 2008 23:47:24 +0000 (23:47 +0000)]
- allow "all" and arch configs, use arch fallback to "all"

Changed files:
    kernel-config.py -> 1.7

11 years ago- print all errors that we can find and then exit with error
Elan Ruusamäe [Mon, 28 Jan 2008 19:42:40 +0000 (19:42 +0000)]
- print all errors that we can find and then exit with error

Changed files:
    kernel-config.py -> 1.6

11 years ago- print more duplicates than die on first match
Elan Ruusamäe [Mon, 28 Jan 2008 16:47:48 +0000 (16:47 +0000)]
- print more duplicates than die on first match

Changed files:
    kernel-config.py -> 1.5

11 years ago- trap IndexError
Elan Ruusamäe [Mon, 28 Jan 2008 16:37:52 +0000 (16:37 +0000)]
- trap IndexError

Changed files:
    kernel-config.py -> 1.4

11 years ago- update from LINUX_2_6
Elan Ruusamäe [Mon, 28 Jan 2008 16:31:50 +0000 (16:31 +0000)]
- update from LINUX_2_6

Changed files:
    kernel-config.py -> 1.3

11 years ago- patch from OpenWRT to compile OpenS/WAN modules. Dumb asm/segment.h.
marcus [Fri, 18 Jan 2008 23:03:08 +0000 (23:03 +0000)]
- patch from OpenWRT to compile OpenS/WAN modules. Dumb asm/segment.h.
  (from: https://dev.openwrt.org/browser/trunk/target/linux/generic-2.6/patches/207-powerpc_asm_segment_h.patch?rev=5220)

Changed files:
    linux-asm_segment_h.patch -> 1.1

11 years ago- Sources and config for lustre.
Mateusz Korniak [Mon, 31 Dec 2007 15:23:43 +0000 (15:23 +0000)]
- Sources and config for lustre.

Changed files:
    kernel-8kstack-2.6.12.patch -> 1.1
    kernel-LDISKFS_SUPER_MAGIC-2.6.20.patch -> 1.1
    kernel-dev_read_only-2.6.20-vanilla.patch -> 1.1
    kernel-export-2.6.18-vanilla.patch -> 1.1
    kernel-export-show_task-2.6.18-vanilla.patch -> 1.1
    kernel-export-truncate-2.6.18-vanilla.patch -> 1.1
    kernel-export_symbols-2.6.20-vanilla.patch -> 1.1
    kernel-i_filter_data.patch -> 1.1
    kernel-iopen-misc-2.6.20-vanilla.patch -> 1.1
    kernel-jbd-jcberr-2.6.18-vanilla.patch -> 1.1
    kernel-lustre.config -> 1.1
    kernel-lustre_version.patch -> 1.1
    kernel-sd_iostats-2.6.22.patch -> 1.1
    kernel-vfs_races-2.6.20-vanilla.patch -> 1.1

11 years ago- Release 2. Added ocfs2 fixes.
Mateusz Korniak [Sat, 29 Dec 2007 14:12:26 +0000 (14:12 +0000)]
- Release 2. Added ocfs2 fixes.

Changed files:
    ocfs2_2.6.22.14_fixes-20071127-1.patch -> 1.1

11 years ago- xen-3.2.0-rc4-pre (from xen-unstable.hg)
Adam Gołębiowski [Thu, 27 Dec 2007 10:24:39 +0000 (10:24 +0000)]
- xen-3.2.0-rc4-pre (from xen-unstable.hg)

Changed files:
    kernel-xen-xen.patch -> 1.1

11 years ago- KBUILD_MODPOST_WARN was useless as KBUILD_EXTMOD would make the condition always...
Elan Ruusamäe [Wed, 12 Dec 2007 11:33:51 +0000 (11:33 +0000)]
- KBUILD_MODPOST_WARN was useless as KBUILD_EXTMOD would make the condition always true

Changed files:
    kernel-modpost_warn.patch -> 1.1

11 years ago- config for KLIPS
marcus [Mon, 12 Nov 2007 23:08:46 +0000 (23:08 +0000)]
- config for KLIPS

Changed files:
    kernel-openswan.config -> 1.1

11 years ago- remove it here
Paweł Gołaszewski [Thu, 1 Nov 2007 20:33:46 +0000 (20:33 +0000)]
- remove it here

Changed files:
    kernel-ieee80211_rate.patch -> 1.3

11 years ago- take from suse kernel-source-2.6.22.5-31.src.rpm -> patches.fixes.tar.bz2 -> patche... auto/ac/kernel-desktop-2_6_22_15-1 auto/ac/kernel-desktop-2_6_22_16-1 auto/ac/kernel-desktop-2_6_22_18-1 auto/ac/kernel-desktop-2_6_22_19-1 auto/ac/kernel-desktop-2_6_22_19-3 auto/ac/kernel-desktop-2_6_22_19-4 auto/th/kernel-desktop-2_6_22_12-1 auto/th/kernel-desktop-2_6_22_13-1 auto/th/kernel-desktop-2_6_22_14-1 auto/th/kernel-desktop-2_6_22_15-2 auto/th/kernel-desktop-2_6_22_15-3 auto/th/kernel-desktop-2_6_22_16-1 auto/th/kernel-desktop-2_6_22_16-2 auto/th/kernel-desktop-2_6_22_16-3 auto/th/kernel-desktop-2_6_22_17-1 auto/th/kernel-desktop-2_6_22_17-2 auto/th/kernel-desktop-2_6_22_18-1 auto/th/kernel-desktop-2_6_22_18-2 auto/th/kernel-desktop-2_6_22_19-2 auto/th/kernel-desktop-2_6_22_19-3 auto/ti/kernel-desktop-2_6_22_12-1 auto/ti/kernel-desktop-2_6_22_13-1 auto/ti/kernel-desktop-2_6_22_15-3 auto/ti/kernel-desktop-2_6_22_16-1 auto/ti/kernel-desktop-2_6_22_16-2 auto/ti/kernel-desktop-2_6_22_16-3 auto/ti/kernel-desktop-2_6_22_16-4 auto/ti/kernel-desktop-2_6_22_17-1 auto/ti/kernel-desktop-2_6_22_18-1 auto/ti/kernel-desktop-2_6_22_18-2 auto/ti/kernel-desktop-2_6_22_19-2
Elan Ruusamäe [Thu, 1 Nov 2007 14:06:34 +0000 (14:06 +0000)]
- take from suse kernel-source-2.6.22.5-31.src.rpm -> patches.fixes.tar.bz2 -> patches.fixes/tiocgdev

Changed files:
    kernel-TIOCGDEV.patch -> 1.1

11 years ago- shared maps fix (fixes some new stex related bugs)
Arkadiusz Miśkiewicz [Mon, 29 Oct 2007 21:25:36 +0000 (21:25 +0000)]
- shared maps fix (fixes some new stex related bugs)

Changed files:
    kernel-block.patch -> 1.1

11 years ago- one more header diff
Paweł Gołaszewski [Mon, 29 Oct 2007 13:56:43 +0000 (13:56 +0000)]
- one more header diff

Changed files:
    kernel-ieee80211_rate.patch -> 1.2

11 years ago- one more headers relocation
Paweł Gołaszewski [Mon, 29 Oct 2007 11:54:49 +0000 (11:54 +0000)]
- one more headers relocation

Changed files:
    kernel-ieee80211_rate.patch -> 1.1

11 years ago- from LINUX_2_6 branch (for kernel-desktop)
Elan Ruusamäe [Sun, 28 Oct 2007 19:44:07 +0000 (19:44 +0000)]
- from LINUX_2_6 branch (for kernel-desktop)

Changed files:
    kernel-config.py -> 1.2

11 years ago- fix oops in ipv4_rcv_saddr_equal (via inet_socket_bind)
Jan Rękorajski [Wed, 17 Oct 2007 11:39:48 +0000 (11:39 +0000)]
- fix oops in ipv4_rcv_saddr_equal (via inet_socket_bind)

Changed files:
    linux-2.6-vs2.3-v6tw.patch -> 1.1

11 years ago- config for prefetch patch
Jan Rękorajski [Thu, 11 Oct 2007 17:04:32 +0000 (17:04 +0000)]
- config for prefetch patch

Changed files:
    kernel-prefetch.config -> 1.1

11 years ago- http://code.google.com/p/prefetch/
Jan Rękorajski [Thu, 11 Oct 2007 16:58:33 +0000 (16:58 +0000)]
- http://code.google.com/p/prefetch/
- Linux solution for prefetching necessary data during application and system startup

Changed files:
    linux-2.6-prefetch.patch -> 1.1

11 years ago- partialy updated for 2.6.23, NFY
zbyniu [Tue, 9 Oct 2007 19:47:00 +0000 (19:47 +0000)]
- partialy updated for 2.6.23, NFY

Changed files:
    reiser4-for-2.6.22-2.patch -> 1.2

11 years ago- unionfs-2.1.6_for_2.6.23-rc8.diff
zbyniu [Tue, 9 Oct 2007 14:20:16 +0000 (14:20 +0000)]
- unionfs-2.1.6_for_2.6.23-rc8.diff

Changed files:
    linux-2.6-unionfs-2.1.1.patch -> 1.5

11 years ago- fix nasty posix timers bug that was causing vserver oopses
Arkadiusz Miśkiewicz [Mon, 1 Oct 2007 12:43:47 +0000 (12:43 +0000)]
- fix nasty posix timers bug that was causing vserver oopses

Changed files:
    kernel-timers.patch -> 1.1

11 years ago- fix for local root hole with public exploit available
Arkadiusz Miśkiewicz [Thu, 27 Sep 2007 20:29:30 +0000 (20:29 +0000)]
- fix for local root hole with public exploit available

Changed files:
    linux-CVE-2007-4573.patch -> 1.1

11 years ago- http://download.filesystems.org/unionfs/unionfs-2.1/unionfs-2.1.4_for_2.6.22.6...
zbyniu [Thu, 20 Sep 2007 17:40:28 +0000 (17:40 +0000)]
- http://download.filesystems.org/unionfs/unionfs-2.1/unionfs-2.1.4_for_2.6.22.6.diff.gz

Changed files:
    linux-2.6-unionfs-2.1.1.patch -> 1.4

11 years ago - based on http://georgi.unixsol.org/programs/aic94xx_with_included_firmware_2.6... LNUX_2_6
aflinta [Fri, 14 Sep 2007 13:34:14 +0000 (13:34 +0000)]
 - based on http://georgi.unixsol.org/programs/aic94xx_with_included_firmware_2.6.21.diff

Changed files:
    linux-2.6-aic94xx_with_included_firmware.patch -> 1.1

11 years ago- fix bug not symptoms
Arkadiusz Miśkiewicz [Thu, 13 Sep 2007 21:23:56 +0000 (21:23 +0000)]
- fix bug not symptoms

Changed files:
    linux-blk-race.patch -> 1.1

11 years ago- more vserver hacks lINUX_2_6
Jan Rękorajski [Tue, 21 Aug 2007 17:07:37 +0000 (17:07 +0000)]
- more vserver hacks

Changed files:
    linux-2.6-unionfs-2.1.1.patch -> 1.3

11 years ago- vserver compatibility hack
Jan Rękorajski [Tue, 21 Aug 2007 16:33:00 +0000 (16:33 +0000)]
- vserver compatibility hack

Changed files:
    linux-2.6-unionfs-2.1.1.patch -> 1.2

11 years agohttp://www.filesystems.org/project-unionfs.html
Jan Rękorajski [Tue, 21 Aug 2007 15:44:43 +0000 (15:44 +0000)]
http://www.filesystems.org/project-unionfs.html

Changed files:
    linux-2.6-unionfs-2.1.1.patch -> 1.1

11 years ago- NFS fixes and improvements
Jan Rękorajski [Mon, 13 Aug 2007 17:18:29 +0000 (17:18 +0000)]
- NFS fixes and improvements

Changed files:
    linux-2.6.22-NFS_ALL.dif -> 1.1
    linux-2.6.22-rc5-CITI_NFS4_ALL-1.diff -> 1.1

11 years ago- new from http://www.skd.de/
Jan Rękorajski [Tue, 7 Aug 2007 18:21:12 +0000 (18:21 +0000)]
- new from http://www.skd.de/

Changed files:
    linux-2.6-sk98lin_v10.0.4.3.patch -> 1.1

11 years agohttp://memebeam.org/free-software/toshiba_acpi/toshiba_acpi-dev_toshiba_test5-linux_2...
Jan Rękorajski [Tue, 7 Aug 2007 18:11:31 +0000 (18:11 +0000)]
http://memebeam.org/free-software/toshiba_acpi/toshiba_acpi-dev_toshiba_test5-linux_2.6.21.patch

Changed files:
    kernel-toshiba_acpi.patch -> 1.1
    linux-2.6-toshiba_acpi.patch -> 1.1

11 years agoftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.22/reiser4-for-2.6.22-2.patch.gz
Jan Rękorajski [Tue, 7 Aug 2007 17:41:35 +0000 (17:41 +0000)]
ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.22/reiser4-for-2.6.22-2.patch.gz

Changed files:
    reiser4-for-2.6.22-2.patch -> 1.1

11 years ago- bcm43xx fixes added. Release 0.2.
Mateusz Korniak [Tue, 17 Jul 2007 07:24:51 +0000 (07:24 +0000)]
- bcm43xx fixes added. Release 0.2.

Changed files:
    kernel-bcm43xx-combined_2.6.21.patch -> 1.1

11 years ago- LINUX_2_6_{16,17,18} branches only
Jakub Bogusz [Sat, 14 Jul 2007 11:50:06 +0000 (11:50 +0000)]
- LINUX_2_6_{16,17,18} branches only

Changed files:
    linux-2.6-grsec-wrong-deref.patch -> 1.2

11 years ago- Uhuh, what a bug. See description inside.
Jakub Bogusz [Sat, 14 Jul 2007 11:49:33 +0000 (11:49 +0000)]
- Uhuh, what a bug. See description inside.

Changed files:
    linux-2.6-grsec-wrong-deref.patch -> 1.1

11 years ago- addedd pci id for nforce4
marcus [Sun, 24 Jun 2007 10:14:23 +0000 (10:14 +0000)]
- addedd pci id for nforce4

Changed files:
    linux-alsa-hda.patch -> 1.1

11 years ago- http://download.nvidia.com/XFree86/nforce/1.21/NFORCE-Linux-x86-1.21.zip
marcus [Sat, 23 Jun 2007 18:28:34 +0000 (18:28 +0000)]
- http://download.nvidia.com/XFree86/nforce/1.21/NFORCE-Linux-x86-1.21.zip

Changed files:
    linux-nvidia.patch -> 1.1

11 years ago- http://www.ntop.org/PF_RING.html 20070610
areq [Sun, 10 Jun 2007 19:06:56 +0000 (19:06 +0000)]
- http://www.ntop.org/PF_RING.html 20070610

Changed files:
    kernel-PF_RING.patch -> 1.1
    linux-PF_RING.patch -> 1.1

11 years ago- addedd 9650 support,
marcus [Thu, 31 May 2007 22:23:33 +0000 (22:23 +0000)]
- addedd 9650 support,
patch based on file
3w-9xxx-linux-src-2.6-upstream_kernels-9.4.1.1.tgz
from 3ware drivers

Changed files:
    linux-3w-9xxx.patch -> 1.1

11 years ago- blah, not needed on HEAD
hawk [Mon, 7 May 2007 13:26:39 +0000 (13:26 +0000)]
- blah, not needed on HEAD

Changed files:
    linux-2.6-grsec-full.patch -> 1.2
    linux-2.6-grsec-vs-full.patch -> 1.2

11 years ago- raw from http://www.grsecurity.net/~spender/grsecurity-2.1.10-2.6.21-200705041939...
hawk [Mon, 7 May 2007 13:25:07 +0000 (13:25 +0000)]
- raw from http://www.grsecurity.net/~spender/grsecurity-2.1.10-2.6.21-200705041939.patch
  with localversion killed and updated for vserver patched kernel

Changed files:
    linux-2.6-grsec-vs-full.patch -> 1.1

11 years ago- raw from http://www.grsecurity.net/~spender/grsecurity-2.1.10-2.6.21-200705041939...
hawk [Mon, 7 May 2007 13:24:16 +0000 (13:24 +0000)]
- raw from http://www.grsecurity.net/~spender/grsecurity-2.1.10-2.6.21-200705041939.patch
  with localversion killed

Changed files:
    linux-2.6-grsec-full.patch -> 1.1

11 years ago- kernel24 removed from HEAD
Jakub Bogusz [Sun, 1 Apr 2007 20:10:58 +0000 (20:10 +0000)]
- kernel24 removed from HEAD

Changed files:
    01-reiserfs-xattrs-2.4.23+datalogging+quota-03 -> 1.2
    02-reiserfs-acl-2.4.23+datalogging+quota-03 -> 1.4
    bootsplash-3.0.7-2.4.25.patch -> 1.3
    dc395-tab.patch -> 1.3
    jam-04-clone-detached.patch -> 1.4
    jam-06-force-inline.patch -> 1.4
    jam-07-scsi-error-tmout.patch -> 1.4
    jam-10-highpage-init.patch -> 1.4
    jam-11-self_exec_id.patch -> 1.4
    jam-21-mem-barriers.patch -> 1.4
    jam-30-smptimers-A0.patch -> 1.9
    kernel-2.4.18-SPARC64-PLD.patch -> 1.2
    kernel-Makefile-include-fix.patch -> 1.3
    kernel-cd-mrw-2.patch -> 1.2
    kernel-cdrw-packet.patch -> 1.4
    kernel-pldfblogo.patch -> 1.10
    kernel-pswscancode.patch -> 1.2
    linux-2.4-sysctl-empty.patch -> 1.2
    linux-2.4.0-nonintconfig.patch -> 1.2
    linux-2.4.0-raid5xor.patch -> 1.2
    linux-2.4.1-compilefailure.patch -> 1.39
    linux-2.4.1-netdebug.patch -> 1.2
    linux-2.4.18-hpfs.patch -> 1.2
    linux-2.4.18-input-35215.patch -> 1.2
    linux-2.4.18-kiobuf.patch -> 1.2
    linux-2.4.18-mppe.patch -> 1.2
    linux-2.4.18-nfs-default-size.patch -> 1.2
    linux-2.4.2-blkioctl-sector.patch -> 1.4
    linux-2.4.2-raw-ip.patch -> 1.2
    linux-2.4.20-AXP-avma1_cs.patch -> 1.2
    linux-2.4.20-EXPORT_SYMBOL.patch -> 1.26
    linux-2.4.20-Nokia5510.patch -> 1.4
    linux-2.4.20-agp_uninorth.patch -> 1.3
    linux-2.4.20-amd-golem.patch -> 1.3
    linux-2.4.20-davfs-_FUNCTION_.patch -> 1.2
    linux-2.4.20-e820.patch -> 1.2
    linux-2.4.20-ecc.patch -> 1.2
    linux-2.4.20-irixnfs.patch -> 1.3
    linux-2.4.20-lvm-updates.patch -> 1.5
    linux-2.4.20-missing-license-tags.patch -> 1.10
    linux-2.4.20-pre1-nr_frags.patch -> 1.2
    linux-2.4.20-serverworks.patch -> 1.2
    linux-2.4.21-agp-num_of_masks.patch -> 1.2
    linux-2.4.21-cpqfc.patch -> 1.2
    linux-2.4.21-hpt372-chicken-egg-hack.patch -> 1.2
    linux-2.4.21-i2c-headers.patch -> 1.3
    linux-2.4.21-i2c-sparc64.patch -> 1.2
    linux-2.4.21-irda-ibm.patch -> 1.4
    linux-2.4.21-nfs-silly-rename.patch -> 1.3
    linux-2.4.21-no-FPU.patch -> 1.2
    linux-2.4.21-nousb.patch -> 1.5
    linux-2.4.21-tru64nfs.patch -> 1.2
    linux-2.4.22-andrea-9980_fix-pausing-6.patch -> 1.2
    linux-2.4.22-gcc33-inline.patch -> 1.2
    linux-2.4.22-ppc-amd8111e.patch -> 1.2
    linux-2.4.22-tun-new-style.patch -> 1.2
    linux-2.4.23-ppc-symbols.patch -> 1.2
    linux-2.4.25-change-imq_with_nat.patch -> 1.2
    linux-2.4.25-intermezzo-acl.patch -> 1.2
    linux-2.4.25-sched-O1.patch -> 1.9
    linux-2.4.3-pcipenalty.patch -> 1.2
    linux-2.4.7-suspend.patch -> 1.2
    linux-53c7,8xx-build.fix -> 1.3
    linux-PPC-SMP.patch -> 1.2
    linux-mtd-missing-include-fix-2.4.7-pre6.patch -> 1.2
    linux-proc_net_dev-counter-fix.patch -> 1.3
    linux-raid5-spare-counting.patch -> 1.2
    linux-scsi-debug-bug.patch -> 1.4
    linux-sound_core.patch -> 1.4
    nwd-2.4.21.patch -> 1.2
    patch-cryptoloop-jari-2.4.22-rc2.0 -> 1.8
    vbr-kernel-diffs -> 1.2
    wrr-linux-2.4.9.patch -> 1.4

This page took 1.241765 seconds and 4 git commands to generate.