LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2634|回复: 11

一些gentoo打给内核和系统的patch..应该适合装lfs的兄弟

[复制链接]
发表于 2002-12-4 20:26:51 | 显示全部楼层 |阅读模式
这些是给装lfs的
http://gentoo.lostlogicx.com/   
打gentoo内核的patch..如果你是桌面
应用为主的记得在编译内核时在cpu选项里加入preemptible支持..那patch加入了很多支持特别是网络安全等..谁能翻译一下这些应用呀...

其他的慢慢看..有什么好的介绍一下
发表于 2002-12-4 23:36:12 | 显示全部楼层
呵呵,好东东啊!
发表于 2002-12-5 01:46:39 | 显示全部楼层
翻译,就我们的CTO来作了。快了,工作了。
发表于 2002-12-5 01:51:33 | 显示全部楼层
惊喜的发现,gentoo里wvstreams-3.70的patch和我做的是一样的:)
diff -Nru wvstreams-3.70-clean/src/ipstreams/wvaddr.h wvstreams-3.70/src/ipstreams/wvaddr.h
--- wvstreams-3.70-clean/src/ipstreams/wvaddr.h        Tue Apr  2 20:53:20 2002
+++ wvstreams-3.70/src/ipstreams/wvaddr.h        Thu Jul  4 02:32:27 2002
@@ -369,7 +369,8 @@
     __u16 port;
     
     WvIPPortAddr();
     WvIPPortAddr(const unsigned char _ipaddr[4], __u16 _port = 0);
+    WvIPPortAddr(unsigned char _ipaddr[4], __u16 _port = 0);
     WvIPPortAddr(const WvIPAddr &_ipaddr, __u16 _port = 0);
     WvIPPortAddr(const char string[]) : WvIPAddr(string)
         { string_init(string); }
diff -Nru wvstreams-3.70-clean/src/ipstreams/wvresolver.cc wvstreams-3.70/src/ipstreams/wvresolver.cc
--- wvstreams-3.70-clean/src/ipstreams/wvresolver.cc        Sat Mar  2 04:33:08 2002
+++ wvstreams-3.70/src/ipstreams/wvresolver.cc        Thu Jul  4 02:35:05 2002
@@ -128,7 +128,7 @@
// If addr==NULL, this just tests to see if the name exists.
int WvResolver::findaddr(int msec_timeout, const WvString &name,
                         WvIPAddr const **addr,
-                         WvIPAddrList *addrlist = NULL)
+                         WvIPAddrList *addrlist)
{
     WvResolverHost *host;
     time_t now = time(NULL);
发表于 2002-12-5 01:59:44 | 显示全部楼层
那么多patch,我不知道下哪个啊。还有,它的patch是不是一定要个gentoo-rX的内核配合才行呢?wuwu,可怜我的小猫啊!
发表于 2002-12-5 09:54:49 | 显示全部楼层
我推一下,SLEEVE来说说你昨天提的那个PATCH是哪个?
 楼主| 发表于 2002-12-5 11:23:09 | 显示全部楼层
不是.. gentoo也是到www.kernel.org下载普通的内核
然后打上那内核的补丁完成的..补丁才2-3m左右..
内核的补丁就是 patches-2.4.19-gentoo-r10.tar.bz2
我现在是用patches-2.4.19-gentoo-r9.tar.bz2
发表于 2002-12-5 11:44:01 | 显示全部楼层
现在那里上不去了,wuwu
 楼主| 发表于 2002-12-5 12:04:28 | 显示全部楼层
啊....那我emerge sync看看有什么更新的网站..等
发表于 2002-12-5 12:09:22 | 显示全部楼层
谢谢了!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表