[SPAM] 互惠合作

2008-10-20 Thread hetao200896
您好,我司现有运输、广告、服务、商品、修理、租赁、工业、商业等发票优惠代开,点数低,可验证,欢迎 合作,联系电话13423826413杨先生。 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great priz

[Libhugetlbfs-devel] [SPAM] 698369

2008-10-20 Thread 多谢合作!
- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in

[SPAM] 互惠合作

2008-10-20 Thread hetao200896
您好,我司现有运输、广告、服务、商品、修理、租赁、工业、商业等发票优惠代开,点数低,可验证,欢迎 合作,联系电话13423826413杨先生。 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great priz

[Libhugetlbfs-devel] [SPAM] 任打全国9分钱;40 06新套餐参考

2008-10-20 Thread 刘先生
尊敬的您: 您好! 我是中国网通刘先生,出于对贵公司的考虑,今天是特向您介绍两种最好的电话套餐。 --中国网通4006;任打全国最低至9分钱网络电话: 一、新型网络电话: 国内任打每分钟0.09元/分钱,不开电脑,插上网线,连上电话就可以拨打全国电话了。 音质完全等同电信固话,在对方手机、固话上可显示你任意设定的电话号码。无最低月消费, 话费余额、通话详单随时网上查询的功能,真正实现透明消费。 二、中国网通4006 4006业务为800的升级版。解决了企业面对800电话巨大的开通费和电话费上的顾虑。 4006电话七大优点: 1、4006免费电话业务方便消费者查询和咨询,

Re: [Libhugetlbfs-devel] [PATCH 1/2] document which headers to use for library static and private utility functions

2008-10-20 Thread Adam Litke
On Mon, 2008-10-20 at 14:12 +0100, Andy Whitcroft wrote: > Document which headers should be used when declaring functions static to > the library, and functions destined for the private utility library. > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Looks good, thanks. Acked-by: Adam Litk

[Libhugetlbfs-devel] [PATCH] tests: check_linkhuge_tests style FIXES

2008-10-20 Thread Adam Litke
Andy Whitcroft had some good suggestions on my check_linkhuge_tests patch. - Comment the format of LINKHUGE_WORDSIZES - Use a case statement instead of an if/else Signed-off-by: Adam Litke <[EMAIL PROTECTED]> --- tests/run_tests.sh | 14 -- 1 files changed, 8 insertions(+), 6 del

[SPAM] 票据代理

2008-10-20 Thread 你好
尊敬的负责 尊敬的负责人(经理/财务)您好! 本公司是信誉实业有限公司,是经政府注册的正规公司。全国各大中城市均有分公司。 在全球化的发展国内市场经济竞争日趋激烈!使商家\公司利润微薄!贵公司作帐及销售方面 是需要用到一些票据如:(电脑版增值税、电脑版海关缴款书发票、普通商品发票、地税、建筑安装、 其它服务、广告、电脑版运输发票)等……。税率可根据所开金额的大小来协商!并建议长期的合作。 在我公司成立多年一直坚持以信用;所开绝对是真票。在合作以代开的方式提供到位的服务, 如贵公司有些疑虑或担心,可上网查证或拿去税务抵扣核对确认后再付款,在我公司负责的态度

Re: [Libhugetlbfs-devel] [PATCH 02/14] add a new private utilities library

2008-10-20 Thread Adam Litke
On Fri, 2008-10-17 at 17:14 +0100, Andy Whitcroft wrote: > Add a new private utilities library consisting of various useful helpers > normally hidden within libhugetlbfs. Extend the library local marker idiom > to include a private utilities marker __pu_. When we build libhugetlbfs > these are fo

Re: [Libhugetlbfs-devel] [PATCH 06/14] make print_valid_features/check_features_env_valid file static

2008-10-20 Thread Mel Gorman
On Fri, Oct 17, 2008 at 05:14:13PM +0100, Andy Whitcroft wrote: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > --- > hugetlbfs.h |1 - > kernel-features.c |4 ++-- > libhugetlbfs_internal.h |3 +++ > 3 files changed, 5 insertions(+), 3 deletions(-) > > diff --

Re: [Libhugetlbfs-devel] [PATCH 07/14] make dump_proc_pid_maps library static

2008-10-20 Thread Mel Gorman
I think the subject is misleading. It says we are making it static, but it's really moving headers. If it's meant to read "move to private header", then it looks ok. On Fri, Oct 17, 2008 at 05:14:14PM +0100, Andy Whitcroft wrote: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > --- > hugetlb

Re: [Libhugetlbfs-devel] [PATCH 09/14] make libhugetlbfs_version file static

2008-10-20 Thread Mel Gorman
On Fri, Oct 17, 2008 at 05:14:16PM +0100, Andy Whitcroft wrote: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Acked-by: Mel Gorman <[EMAIL PROTECTED]> > --- > version.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/version.c b/version.c > index 4070fe0..0a

Re: [Libhugetlbfs-devel] [PATCH 08/14] make hpage_sizes file static

2008-10-20 Thread Mel Gorman
On Fri, Oct 17, 2008 at 05:14:15PM +0100, Andy Whitcroft wrote: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Acked-by: Mel Gorman <[EMAIL PROTECTED]> > --- > hugeutils.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hugeutils.c b/hugeutils.c > index e0536

Re: [Libhugetlbfs-devel] [PATCH 02/14] add a new private utilities library

2008-10-20 Thread Eric B Munson
On Mon, 20 Oct 2008, Mel Gorman wrote: > On Mon, Oct 20, 2008 at 12:34:08PM +0100, Andy Whitcroft wrote: > > On Mon, Oct 20, 2008 at 11:47:10AM +0100, Mel Gorman wrote: > > Yes, that is a concern. It is only used actually for the tests, and I > > don't know if we package those or not. For the ut

[Libhugetlbfs-devel] [PATCH 1/2] document which headers to use for library static and private utility functions

2008-10-20 Thread Andy Whitcroft
Document which headers should be used when declaring functions static to the library, and functions destined for the private utility library. Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> --- hugetlbfs.h |7 +++ libhugetlbfs_internal.h | 11 +++ libhugetlbfs_pr

[Libhugetlbfs-devel] [PATCH 2/2] whitespace: cleanup whitespace breakage

2008-10-20 Thread Andy Whitcroft
We have developed a far amount of whitespace damage over time. Do a one off cleanup of all of the breakage now. Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> --- HOWTO|2 +- README |2 +- elf64ppc.c |2 +- elflink.c

[Libhugetlbfs-devel] [PATCH 0/2] V1 comment improvements and whitespace fixes

2008-10-20 Thread Andy Whitcroft
Following this email are two patches. The first attempts to document the various header files as suggested by Adam Litke. The second cleans up all the whitespace issues I could detect in the source. -apw Andy Whitcroft (2): document which headers to use for library static and private utility

[Libhugetlbfs-devel] util

2008-10-20 Thread CORNEL
Evrika Group - cursuri de perfectionare : - contabilitate costul cursului este de 300 ron cu incepere din 27 octombrie 2008 . - expert fiscal costul cursului este de 1000 ron cu incepere in 01 noiembrie 2008. - inspector protectia muncii costul cursului este de 300 ron cu incepere din

Re: [Libhugetlbfs-devel] [PATCH 03/14] stop exposing pool configuration in the main library

2008-10-20 Thread Mel Gorman
On Mon, Oct 20, 2008 at 12:39:55PM +0100, Andy Whitcroft wrote: > On Mon, Oct 20, 2008 at 11:50:39AM +0100, Mel Gorman wrote: > > On (17/10/08 17:14), Andy Whitcroft didst pronounce: > > > > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > > > --- > > > Makefile |6 +++---

Re: [Libhugetlbfs-devel] [PATCH 02/14] add a new private utilities library

2008-10-20 Thread Mel Gorman
On Mon, Oct 20, 2008 at 12:34:08PM +0100, Andy Whitcroft wrote: > On Mon, Oct 20, 2008 at 11:47:10AM +0100, Mel Gorman wrote: > > On (17/10/08 17:14), Andy Whitcroft didst pronounce: > > > Add a new private utilities library consisting of various useful helpers > > > normally hidden within libhuget

Re: [Libhugetlbfs-devel] [PATCH 01/14] move to a new library local idiom

2008-10-20 Thread Mel Gorman
On Mon, Oct 20, 2008 at 12:31:15PM +0100, Andy Whitcroft wrote: > > > > Another spaces vs tabs here, but again barely worth getting into a > > twist over. > > > > > while (ret != -1) { > > > ret = getopt_long(argc, argv, opts, long_opts, &index); > > > -- > > > 1.6.0.2.711.gf1ba4 > >

Re: [Libhugetlbfs-devel] [PATCH 03/14] stop exposing pool configuration in the main library

2008-10-20 Thread Andy Whitcroft
On Mon, Oct 20, 2008 at 11:50:39AM +0100, Mel Gorman wrote: > On (17/10/08 17:14), Andy Whitcroft didst pronounce: > > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > > --- > > Makefile |6 +++--- > > hugetlbfs.h | 16 > > hugeutils.c

Re: [Libhugetlbfs-devel] [PATCH 01/14] move to a new library local idiom

2008-10-20 Thread Andy Whitcroft
On Mon, Oct 20, 2008 at 11:36:30AM +0100, Mel Gorman wrote: > On (17/10/08 17:14), Andy Whitcroft didst pronounce: > > Currently we have three types of function: > > > > file local -- marked static in the normal way, > > library local -- external but prefixed with __lh_ > > library exported

Re: [Libhugetlbfs-devel] [PATCH 02/14] add a new private utilities library

2008-10-20 Thread Andy Whitcroft
On Mon, Oct 20, 2008 at 11:47:10AM +0100, Mel Gorman wrote: > On (17/10/08 17:14), Andy Whitcroft didst pronounce: > > Add a new private utilities library consisting of various useful helpers > > normally hidden within libhugetlbfs. Extend the library local marker idiom > > to include a private ut

Re: [Libhugetlbfs-devel] [PATCH 06/14] make print_valid_features/check_features_env_valid file static

2008-10-20 Thread Andy Whitcroft
On Mon, Oct 20, 2008 at 12:13:38PM +0100, Mel Gorman wrote: > On Fri, Oct 17, 2008 at 05:14:13PM +0100, Andy Whitcroft wrote: > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > > --- > > hugetlbfs.h |1 - > > kernel-features.c |4 ++-- > > libhugetlbfs_internal.h |

Re: [Libhugetlbfs-devel] [PATCH 07/14] make dump_proc_pid_maps library static

2008-10-20 Thread Andy Whitcroft
On Mon, Oct 20, 2008 at 12:15:13PM +0100, Mel Gorman wrote: > I think the subject is misleading. It says we are making it static, but > it's really moving headers. If it's meant to read "move to private > header", then it looks ok. Yes that is what its mean to be. -apw --

Re: [Libhugetlbfs-devel] [PATCH 10/14] make __hugetlbfs_* flags library static

2008-10-20 Thread Mel Gorman
On Fri, Oct 17, 2008 at 05:14:17PM +0100, Andy Whitcroft wrote: > None of these flags or debugging flags need to be exported. Move them all > library static: > > __hugetlbfs_debug > __hugetlbfs_hostname > __hugetlbfs_prefault > __hugetlbfs_verbose > > Signed-off-by: Andy

Re: [Libhugetlbfs-devel] [PATCH 13/14] export getpagesizes/gethugepagesizes as V2.1 API

2008-10-20 Thread Mel Gorman
On Fri, Oct 17, 2008 at 05:14:20PM +0100, Andy Whitcroft wrote: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Oops, nice catch. Acked-by: Mel Gorman <[EMAIL PROTECTED]> > --- > version.lds |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/version.lds b/ve

Re: [Libhugetlbfs-devel] [PATCH 12/14] make direct_syscall library static

2008-10-20 Thread Mel Gorman
On Fri, Oct 17, 2008 at 05:14:19PM +0100, Andy Whitcroft wrote: > Note that as this is directly referenced in assembly we cannot trivially > rename it to __lh_, nor would this make it easy to change back and forth. > Take this as an exception and put it directly in the version.lds. > > Signed-off-

Re: [Libhugetlbfs-devel] [PATCH 14/14] export hugetlbfs_find_path_for_size/hugetlbfs_unlinked_fd_for_size as V2.1 API

2008-10-20 Thread Mel Gorman
On Fri, Oct 17, 2008 at 05:14:21PM +0100, Andy Whitcroft wrote: > We have historically exported the default size versions of these functions. > It makes sense therefore to export their new multi-pagesize versions as > part of the V2.1 API. > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Yep

Re: [Libhugetlbfs-devel] [PATCH 11/14] make plt_extrasz library static

2008-10-20 Thread Mel Gorman
On Fri, Oct 17, 2008 at 05:14:18PM +0100, Andy Whitcroft wrote: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Acked-by: Mel Gorman <[EMAIL PROTECTED]> > --- > elf32ppclinux.c |2 ++ > elf64ppc.c |2 ++ > libhugetlbfs_internal.h |3 +++ > 3 files changed, 7

Re: [Libhugetlbfs-devel] [PATCH 05/14] stop exporting kernel detection

2008-10-20 Thread Mel Gorman
On (17/10/08 17:14), Andy Whitcroft didst pronounce: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Acked-by: Mel Gorman <[EMAIL PROTECTED]> > --- > Makefile |2 +- > hugetlbfs.h |9 - > kernel-features.c|1 + > libhugetlbfs_privutils

Re: [Libhugetlbfs-devel] [PATCH 04/14] make hugetlb_counter_info/select_pool_counter file static

2008-10-20 Thread Mel Gorman
On (17/10/08 17:14), Andy Whitcroft didst pronounce: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Acked-by: Mel Gorman <[EMAIL PROTECTED]> > --- > hugeutils.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hugeutils.c b/hugeutils.c > index 81a834a..e0536

Re: [Libhugetlbfs-devel] [PATCH 03/14] stop exposing pool configuration in the main library

2008-10-20 Thread Mel Gorman
On (17/10/08 17:14), Andy Whitcroft didst pronounce: > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > --- > Makefile |6 +++--- > hugetlbfs.h | 16 > hugeutils.c |6 +- > init_privutils.c |2 ++ > libhugetlb

Re: [Libhugetlbfs-devel] [PATCH 02/14] add a new private utilities library

2008-10-20 Thread Mel Gorman
On (17/10/08 17:14), Andy Whitcroft didst pronounce: > Add a new private utilities library consisting of various useful helpers > normally hidden within libhugetlbfs. Extend the library local marker idiom > to include a private utilities marker __pu_. When we build libhugetlbfs > these are forced

Re: [Libhugetlbfs-devel] [PATCH 01/14] move to a new library local idiom

2008-10-20 Thread Mel Gorman
On (17/10/08 17:14), Andy Whitcroft didst pronounce: > Currently we have three types of function: > > file local -- marked static in the normal way, > library local -- external but prefixed with __lh_ > library exported -- external and listed in the library.lds file > > While the library pr

Re: [Libhugetlbfs-devel] [PATCH] tests: check_linkhuge_tests must check each word size

2008-10-20 Thread Andy Whitcroft
On Fri, Oct 17, 2008 at 06:36:52PM +, Adam Litke wrote: > In run_tests.sh, the function check_linkhuge_tests() checks if it is safe to > run the legacy linkhuge tests by examining the default linker script. But > when > binaries are compiled with a different word size, they use a different li

Re: [Libhugetlbfs-devel] [PATCH] tests: check_linkhuge_tests must check each word size

2008-10-20 Thread Eric B Munson
On Fri, 17 Oct 2008, Adam Litke wrote: > In run_tests.sh, the function check_linkhuge_tests() checks if it is safe to > run the legacy linkhuge tests by examining the default linker script. But > when > binaries are compiled with a different word size, they use a different linker > script. Ther

Re: [Libhugetlbfs-devel] [PATCH] elflink: Fork to prepare segments when sharing too

2008-10-20 Thread Eric B Munson
On Thu, 16 Oct 2008, Adam Litke wrote: > The functions find_or_prepare_shared_file() and obtain_prepared_file() both > call prepare_segment(). The former when sharing is enabled and the latter > when > not. While it was deemed beneficial to fork a child process to run > prepare_segment(), it wa