summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add iptables conntrack RST fix, kswapd pages_scanned fix, ICH7 SATA support, ↵Daniel Drake2005-01-071-2/+12
| | | | uselib() security fix. Update capabilities module security fix and inotify. (Manifest recommit)
* Add iptables conntrack RST fix, kswapd pages_scanned fix, ICH7 SATA support, ↵Daniel Drake2005-01-074-12/+64
| | | | uselib() security fix. Update capabilities module security fix and inotify.
* Marking 2.4.28-r4 stable on x86. (Manifest recommit)Tim Yamin2005-01-071-4/+2
|
* Marking 2.4.28-r4 stable on x86.Tim Yamin2005-01-074-35/+7
|
* Update to use KV_FULL (Manifest recommit)Daniel Drake2005-01-073-19/+39
|
* Update to use KV_FULLDaniel Drake2005-01-0713-29/+38
|
* Update to use KV_FULLDaniel Drake2005-01-073-5/+9
|
* Removed unused Manifest.Sven Wegener2005-01-071-11/+0
|
* Version bump to -r2 thanks to everyone in bug 76837 (Manifest recommit)Daniel Drake2005-01-071-3/+13
|
* Version bump to -r2 thanks to everyone in bug 76837Daniel Drake2005-01-077-295/+48
|
* vserver-dev-sources commit was somewhat overentuthiastic, sorry for that... ↵Benedikt Boehm2005-01-071-0/+11
| | | | (Manifest recommit)
* vserver-dev-sources commit was somewhat overentuthiastic, sorry for that...Benedikt Boehm2005-01-075-71/+0
|
* duh... echo in global scope (Manifest recommit)Benedikt Boehm2005-01-071-4/+4
|
* duh... echo in global scopeBenedikt Boehm2005-01-071-5/+3
|
* initial commit (Manifest recommit)Benedikt Boehm2005-01-071-2/+12
|
* initial commitBenedikt Boehm2005-01-075-0/+63
|
* bump (Manifest recommit)Brandon Low2005-01-061-2/+2
|
* bumpBrandon Low2005-01-064-1/+35
|
* Version bump so the latest fixes added to the appCompat patches get ↵Tim Yamin2005-01-061-3/+3
| | | | acquired. (Manifest recommit)
* Version bump so the latest fixes added to the appCompat patches get acquired.Tim Yamin2005-01-063-3/+10
|
* Remove unneeded ucl depends (Manifest recommit)Daniel Drake2005-01-061-36/+36
|
* Remove unneeded ucl dependsDaniel Drake2005-01-0618-52/+30
|
* More changes (as usual). Mainly security updates - added CAN-2004-1068, ↵Joshua Kinard2005-01-061-6/+6
| | | | CAN-2004-1069, CAN-2004-1016, CAN-2004-1056, CAN-1004-1137, plus a non-CAN shm_unlock patch for 2.6. Also included are new ebuilds for 2.6.10 and 2.4.28, and removed 2.6.7 and 2.4.26 ebuilds. 2.6.10 no longer uses individual cobalt patches -- all have been lumped into a single patch similar to IP30/Octane support, and added code to 2.6.10's ebuild to use RC-kernels when needed via variable switch. See the following gentoo bugs: 72317, 72452, 74384, 74392, 74464, 74465. (Manifest recommit)
* More changes (as usual). Mainly security updates - added CAN-2004-1068, ↵Joshua Kinard2005-01-0615-225/+269
| | | | CAN-2004-1069, CAN-2004-1016, CAN-2004-1056, CAN-1004-1137, plus a non-CAN shm_unlock patch for 2.6. Also included are new ebuilds for 2.6.10 and 2.4.28, and removed 2.6.7 and 2.4.26 ebuilds. 2.6.10 no longer uses individual cobalt patches -- all have been lumped into a single patch similar to IP30/Octane support, and added code to 2.6.10's ebuild to use RC-kernels when needed via variable switch. See the following gentoo bugs: 72317, 72452, 74384, 74392, 74464, 74465.
* Fix the fix for DirectFB which turns out to be a DirectFB->Headers->GlibC ↵Tim Yamin2005-01-051-1/+1
| | | | conflict rather than a Headers<-->GlibC conflict. (Manifest recommit)
* Fix the fix for DirectFB which turns out to be a DirectFB->Headers->GlibC ↵Tim Yamin2005-01-051-2/+4
| | | | conflict rather than a Headers<-->GlibC conflict.
* Removing <linux/fd.h> hunk that's not needed with the new barrier() ↵Tim Yamin2005-01-051-1/+1
| | | | implementation; fixes e2fsprogs on AMD64. (Manifest recommit)
* Removing <linux/fd.h> hunk that's not needed with the new barrier() ↵Tim Yamin2005-01-051-11/+0
| | | | implementation; fixes e2fsprogs on AMD64.
* Cleanup; removing old unsupported headers. (Manifest recommit)Tim Yamin2005-01-051-9/+1
|
* Cleanup; removing old unsupported headers.Tim Yamin2005-01-059-1812/+9
|
* Taking a different approach to handling barrier(); this should hopefully ↵Tim Yamin2005-01-051-2/+2
| | | | prevent any userspace clashes due to the <asm/...> inclusion now not being invoked. (Manifest recommit)
* Taking a different approach to handling barrier(); this should hopefully ↵Tim Yamin2005-01-052-78/+16
| | | | prevent any userspace clashes due to the <asm/...> inclusion now not being invoked.
* Fix DirectFB issues on AMD64; bug #75606. (Manifest recommit)Tim Yamin2005-01-051-2/+2
|
* Fix DirectFB issues on AMD64; bug #75606.Tim Yamin2005-01-052-2/+8
|
* Fix issues with kbd and e2fsprogs on AMD64. (Manifest recommit)Tim Yamin2005-01-051-2/+2
|
* Fix issues with kbd and e2fsprogs on AMD64.Tim Yamin2005-01-052-17/+37
|
* Updating patch to prevent ffs(...) getting declared when not needed to not ↵Tim Yamin2005-01-041-1/+1
| | | | cause conflicts. (Manifest recommit)
* Updating patch to prevent ffs(...) getting declared when not needed to not ↵Tim Yamin2005-01-041-1/+3
| | | | cause conflicts.
* Fixing glibc issues; bug #76626. (Manifest recommit)Tim Yamin2005-01-041-2/+2
|
* Fixing glibc issues; bug #76626.Tim Yamin2005-01-042-1/+81
|
* Fix for bug #76577 on Alpha. (Manifest recommit)Tim Yamin2005-01-041-2/+2
|
* Fix for bug #76577 on Alpha.Tim Yamin2005-01-042-1/+58
|
* Marked ~sparc. (Manifest recommit)Jeremy Huddleston2005-01-041-11/+11
|
* Marked ~sparc.Jeremy Huddleston2005-01-042-8/+19
|
* Fix on PPC for bug #76358. (Manifest recommit)Tim Yamin2005-01-041-28/+18
|
* Fix on PPC for bug #76358.Tim Yamin2005-01-042-7/+65
|
* Version bump. (Manifest recommit)Guy Martin2005-01-041-2/+2
|
* Version bump.Guy Martin2005-01-044-1/+27
|
* lets start testing alpha (Manifest recommit)Mike Frysinger2005-01-031-4/+4
|
* lets start testing alphaMike Frysinger2005-01-031-2/+2
|