1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
# ChangeLog for sys-kernel/lolo-sources
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/lolo-sources/ChangeLog,v 1.9 2002/09/22 07:07:34 lostlogic Exp $
*lolo-sources-2.4.19.10_pre3 (21 Sep 2002)
21 Sep 2002; Brandon Low <lostlogic@gentoo.org> lolo-sources-2.4.19.10_pre3.ebuild:
New this version:
- Add futexes support
- Add imon support
- Optional ACPI patch just set USE="acpi4linux"
- Redone ebuild setup now we have an eclass for these things
- Add support for KERNEL_EXCLUDE
- Rename some patches to better names for use with KERNEL_EXCLUDE
*lolo-sources-2.4.19.10_pre2 (21 Sep 2002)
21 Sep 2002; Brandon Low <lostlogic@gentoo.org> lolo-sources-2.4.19.10_pre2.ebuild:
Due to difficulties in getting updates, we had to drop the planned
fixes for amd74xx (amd760mpx), hpt366 (hpt370+), and radeonfb...
I also haven't been having luck finding fixes for sim710.c or i810_dma.c
However, I think that the other things that have gone into this kernel
warrant it's release as -r10 with only the additional work noted below.
New this version:
- Add and re-arrange VIA bugfixes
- LVcool AMD Athlon/Duron Cooling
- Update grsecurity
- Switch to latest release IPSEC Free S/WAN
- Add usbdnet support for Zaurus handhelds
- Change versioning again, now I can use a consistant method to create
versions for all the kernels that I do the ebuilds for. This kernel
is now 2.4.19-lolo-r10_pre2
Coming before gentoo-sources-2.4.19-r10:
- Add a method for users to turn off patches with a shell var
- updated defconfig patch with better defaults for i386
- updated and improved patches.txt documentation
- incorporate ACPI from acpi.sourceforge.net (this is now debatible,
mjc says that it can still physically break machines, this may
become an optional patch maybe I'll do the merge and leave it to
users to use it if they want to.)
*lolo-sources-2.4.19.10_pre1 (19 Sep 2002)
19 Sep 2002; Brandon Low <lostlogic@gentoo.org> lolo-sources-2.4.19.10_pre1.ebuild:
Fix kernel version to not confuse mozilla any more, this kernel's
designation is officially linux-2.4.19-r10-lolo_pre1, and no I don't
care if you hate my naming scheme... it clearly attaches my
pre-release kernels to their appropriate gentoo-sources releases, etc.
Updated all patches with known updates to their latest
(JFS, preempt, rmap, nfs, nfs-over-tcp)
Add xattr and acl patches and include the JFS patches for them.
Add supermount patches.
Incorportate the small fixes done to gentoo-sources-2.4.19-r9 into
the main patchball.
Coming before gentoo-sources-2.4.19-r10:
- updated grsecurity, pending upstream release
- updated defconfig patch with better defaults for i386
- updated and improved patches.txt documentation
- backports for AMD74xx, radeonfb, and HPT366 driverd from -ac
done by Michael Cohen <mjc@gentoo.org>
- incorporate ACPI from acpi.sourceforge.net
- Possibly other, depending on stability, timing, and how much I get
harrassed about things :)
- Fix compilation issues with sim710 and i810dma (I hope)
- Change up which VIA bugfixes we use
- Lvcool by Cardoe
*lolo-sources-2.4.19.9_rc2 (02 Sep 2002)
02 Sep 2002; Brandon Low <lostlogic@gentoo.org> lolo-sources-2.4.19.9_rc2.ebuild:
Removed lock-break, contains known races against 2.4.19.
Fix grsecurity/Config.in for badness.
Add some things from iptables-patch-o-matic thanks to Azarah.
Put back missing IDE Taskfile IO option in config.
*lolo-sources-2.4.19.9_rc1 (01 Sep 2002)
01 Sep 2002; Brandon Low <lostlogic@gentoo.org> lolo-sources-2.4.19.9_rc1.ebuild:
Thanks to Doug Goldstein <cardoe@gentoo.org> for all his testing to pin down
a problem in the lvcool patch and then fixing it. (even though the patch
didn't end up in this kernel)
*lolo-sources-2.4.19.9_pre2 (01 Sep 2002)
01 Sep 2002; Brandon Low <lostlogic@gentoo.org> lolo-sources-2.4.19.9_pre2.ebuild:
Added default config patch, fixed alsa-driver compilation against this kernel,
fixed version setting issues with the ebuild (with any luck).
*lolo-sources-2.4.19.9_pre1 (01 Sep 2002)
01 Sep 2002; Brandon Low <lostlogic@gentoo.org> lolo-sources-2.4.19.9_pre1.ebuild:
First release of the lolo-sources, please test these and let me know what you get.
|