[SPAM] 票据代理

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

[SPAM] 优惠代理各行业发票!林先生:13533259546

2008-10-08 Thread 新凯公司
广州市新凯贸易有限公司 你好!(首先,对我的冒昧来函向您致歉,但愿这封涵对贵司有所帮助). 本公司长年为各厂家、商贸部门提供业务方便。我公司承蒙各兄弟单位 的厚爱并有一部分发票可以对外代开。 代理范围(全国商品销售发票,广告发票,运输发票其它服务发票,餐饮 发票, 建筑安装,海关.增值发票)等都可以为贵公司代理。 本公司郑重承诺:票据均可上网查询或抵扣验证,良好的信誉是我们

[Libhugetlbfs-devel] [SPAM] ~RO~

2008-10-08 Thread fcdfgfhvfszf
贵公司负责人(经理/财务)您好 我公司有余额的票//据向外代开,我司可为贵公司提供如下增值税,商品销售,广告业,服务业, 运输,咨询,住宿,搬运,酒店服务,建筑安装,加工修理,会议费,劳务费,餐饮定额,工业统一, 商业统一,地方税控,租赁,机动车销售。以及国内各省市国税/地税//[发//票] (0.5%-2%), 联 系 人: 李先生 电 话:13590366940 邮 [EMAIL PROTECTED] 顺祝 商祺 Q Q;302540280 上海浦东唐人贸易有限公司 地址;上海浦东唐陆路23

Re: [Libhugetlbfs-devel] [PATCH 1/2] hugectl: add verbosity control via --verbose

2008-10-08 Thread Andy Whitcroft
On Wed, Oct 08, 2008 at 02:47:00PM +0100, Mel Gorman wrote: > On (08/10/08 13:52), Andy Whitcroft didst pronounce: > > Add control over verbosity and debugging both in the hugectl and in the > > library when invoked. Allows the level to be set directly via > > --verbose and may be incremented via

Re: [Libhugetlbfs-devel] [PATCH 1/2] hugectl: add verbosity control via --verbose

2008-10-08 Thread Adam Litke
On Wed, 2008-10-08 at 13:52 +0100, Andy Whitcroft wrote: > Add control over verbosity and debugging both in the hugectl and in the > library when invoked. Allows the level to be set directly via > --verbose and may be incremented via -v. Where the level is set > to 99 debugging is also enabled.

Re: [Libhugetlbfs-devel] [PATCH 2/2] hugectl: add backing of shared memory segments via --shm

2008-10-08 Thread Adam Litke
On Wed, 2008-10-08 at 13:52 +0100, Andy Whitcroft wrote: > Add support for mapping shared memory segments via the --shm option. > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Acked-by: Adam Litke <[EMAIL PROTECTED]> > --- > hugectl.c | 10 -- > 1 files changed, 8 insertions(+),

[Libhugetlbfs-devel] [SPAM] Chinese PE rattan outdoor furniture

2008-10-08 Thread 欧阳健毅
Title: fmc  Home    Coverall series    HOT    Leisure series    Color board series    Factory scene    Contact us we recommend our Chinese hand-made PE rattan outdoor furniture to you, which are made in Guangzhou, China. The exquisitely made a

[Libhugetlbfs-devel] [PATCH] must compile explicitly for 32 bit

2008-10-08 Thread Jon Tollefson
In order to compile the 32 bit versions of the test programs correctly you must explicitly specify 32 bit to gcc. This is a fix for some distros that compile 64 bit by default. The switch should be backwards compatible. Signed-off-by: Jon Tollefson <[EMAIL PROTECTED]> --- Makefile |2 +-

[Libhugetlbfs-devel] [PATCH 1/4] Add a manual page for libhugetlbfs

2008-10-08 Thread Mel Gorman
This patch adds a basic manual page for libhugetlbfs. It points the user to the HOWTO for detailed instructions and is intended as a brief synopisis for the environment variables. Signed-off-by: Mel Gorman <[EMAIL PROTECTED]> --- Makefile |8 +++ man/libhugetlbfs.7 | 164 ++

[Libhugetlbfs-devel] [PATCH 4/4] Add a manual page for get_huge_pages() and free_huge_pages()

2008-10-08 Thread Mel Gorman
This patch adds a basic manual page for get_huge_pages() and free_huge_pages(). Signed-off-by: Mel Gorman <[EMAIL PROTECTED]> --- Makefile |8 ++ man/get_huge_pages.3 | 68 ++ 2 files changed, 76 insertions(+), 0 deletions(-)

[Libhugetlbfs-devel] [PATCH 2/4] Add a manual page for hugectl

2008-10-08 Thread Mel Gorman
This patch adds a basic manual page for hugectl. Signed-off-by: Mel Gorman <[EMAIL PROTECTED]> --- Makefile |7 man/hugectl.8 | 97 + 2 files changed, 104 insertions(+), 0 deletions(-) create mode 100644 man/hugectl.8 diff

[Libhugetlbfs-devel] [PATCH 0/4] Add manual pages for libhugetlbfs

2008-10-08 Thread Mel Gorman
The following four patches add manual pages for the libhugetlbfs libraries, utilities and the allocation APIs. Mel Gorman (4): Add a manual page for libhugetlbfs Add a manual page for hugectl Add a manual page for hugeedit Add a manual page for get_huge_pages() and free_huge_pages() Make

[Libhugetlbfs-devel] [PATCH 3/4] Add a manual page for hugeedit

2008-10-08 Thread Mel Gorman
This patch adds a basic manual page for hugeedit. Signed-off-by: Mel Gorman <[EMAIL PROTECTED]> --- Makefile |2 +- man/hugeedit.8 | 56 2 files changed, 57 insertions(+), 1 deletions(-) create mode 100644 man/hugeedit.8 diff

Re: [Libhugetlbfs-devel] [PATCH 2/2] hugectl: add backing of shared memory segments via --shm

2008-10-08 Thread Mel Gorman
On (08/10/08 13:52), Andy Whitcroft didst pronounce: > Add support for mapping shared memory segments via the --shm option. > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> ./obj/hugectl --shm printenv HUGETLB_SHM appears to do the right thing. Acked-by: Mel Gorman <[EMAIL PROTECTED]> > -

Re: [Libhugetlbfs-devel] [PATCH 1/2] hugectl: add verbosity control via --verbose

2008-10-08 Thread Mel Gorman
On (08/10/08 13:52), Andy Whitcroft didst pronounce: > Add control over verbosity and debugging both in the hugectl and in the > library when invoked. Allows the level to be set directly via > --verbose and may be incremented via -v. Where the level is set > to 99 debugging is also enabled. >

Re: [Libhugetlbfs-devel] [PATCH 0/2] hugectl-updates-v1r1

2008-10-08 Thread Mel Gorman
On (08/10/08 13:52), Andy Whitcroft didst pronounce: > We have a couple of outstanding anomolies in the hugectl interface. Firstly > it does not allow control over verbosity/debug. Second it does not allow > request of backing for shared memory segments. This patch series is > designed to addres

[Libhugetlbfs-devel] [PATCH 1/2] hugectl: add verbosity control via --verbose

2008-10-08 Thread Andy Whitcroft
Add control over verbosity and debugging both in the hugectl and in the library when invoked. Allows the level to be set directly via --verbose and may be incremented via -v. Where the level is set to 99 debugging is also enabled. Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> --- hugectl.c

[Libhugetlbfs-devel] [PATCH 0/2] hugectl-updates-v1r1

2008-10-08 Thread Andy Whitcroft
We have a couple of outstanding anomolies in the hugectl interface. Firstly it does not allow control over verbosity/debug. Second it does not allow request of backing for shared memory segments. This patch series is designed to address this. This will need some testing. Also we need agreement

[Libhugetlbfs-devel] [PATCH 2/2] hugectl: add backing of shared memory segments via --shm

2008-10-08 Thread Andy Whitcroft
Add support for mapping shared memory segments via the --shm option. Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> --- hugectl.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hugectl.c b/hugectl.c index 346d4c3..faf8f31 100644 --- a/hugectl.c +++ b/hugectl.

[Libhugetlbfs-devel] [SPAM]

2008-10-08 Thread 钟文辉
各位老总:您们好! 诚祝:您们在2008年里;有鼠不尽的快乐!鼠不尽的收获!鼠不尽的钞票!   鼠不尽的幸福!鼠不尽的美满生活!愿: 您们阖家欢乐!幸福安康! 我公司可以长期提供:出口报关单,核销单,等等一系列手续;代理:出口 报关,商检,境内外运输..等等;还可以代办:出口欧盟许可证,欧盟产地证; 并且还有(广州国际贸易交易会)的摊位可以转让;价格特别优惠;有意者请来邮件 或来电联系;谢谢合作!   电话:0755-81153047。