Didn't see this mentioned here

2004-08-06 Thread Phil Payne
Was I asleep at the keyboard again? 304127 Linux Scholar Challenge 2004 http://www.ibm.com/isource/cgi-bin/goto?it=usa_annredon=304-127 -- Phil Payne http://www.isham-research.com +44 7785 302 803 -- For LINUX-390

Re: [PATCH] cputime (1/6): move call to update_process_times.

2004-08-06 Thread Martin Schwidefsky
Wouldn't it be possible to move the #ifndef into sched.h? You can't simply define it to a nop in case of SMP, because there it is called from a different place, but we could have a separate version for UP and SMP in sched.h: void update_process_times(int user_tick); static inline void

2004-08-06 Linux for zSeries code drop to developerWorks

2004-08-06 Thread Axel Wirbser
Please see the What's New page at: http://www10.software.ibm.com/developerworks/opensource/linux390/whatsnew.shtml OCOs for Red Hat: - tape_3590 for RHEL AS v.3, kernel version 2.4.21-15.0.4.EL dated 2004-08-06 Happy downloading! * end

Re: VM Pricing

2004-08-06 Thread Geoff McKee - PM(OS)
All the pricing information is in there. Jim: Unfortunately for users in EMEA (and AP) pricing information is NOT specified. The EMEA announcement also omits an explanation of engine-based value unit pricing. Geoff McKee Emirates Group Dubai, UAE

Re: Backup from MVS (aka: OS/390, z/OS)

2004-08-06 Thread Richard Pinion
I have three flavors of Linux/390 (Debian, Tao, and Gentoo) on 3390 DASD using the CDL format. With the Linux partition (no z/VM) down I used FDR full volume dumps to backup the disks. Below is the JCL that I used, //DUMP1 EXEC PGM=FDR //SYSPRINT DD

Re: [PATCH] cputime (3/6): move jiffies stuff to jiffies.h

2004-08-06 Thread Martin Schwidefsky
--- linux-2.6.8-rc3/include/linux/times.h   Wed Jun 16 07:18:57 2004 +++ linux-2.6.8-s390/include/linux/times.h  Thu Jan  1 01:00:00 1970 @@ -1,65 +0,0 @@ ... - -struct tms { -   clock_t tms_utime; -   clock_t tms_stime; -   clock_t tms_cutime; -   

Re: [PATCH] cputime (3/6): move jiffies stuff to jiffies.h

2004-08-06 Thread Arnd Bergmann
On Freitag, 6. August 2004 12:45, Martin Schwidefsky wrote: The times man pages says that the struct tms is defined in sys/times.h. This doesn't make it necessary to have a linux/times.h header file. These are kernel headers and not user space headers. Does anybody think it's important to keep

Patches for 64-bit 3270 fullscreen operation

2004-08-06 Thread Richard Hitt
Here are two patches that allow operation of ned, the (31-bit) UTS Global full-screen 3270 editor, on 64-bit zSeries machines. Each patch changes arch/s390x/kernel/ioctl32.c to enable processing of the 3270 ioctl commands. The first patch was developed on the Red Hat 2.4.21-15.EL kernel but

Three patches to the UTS Global Cisco CLAW driver

2004-08-06 Thread Richard Hitt
Here are three patches to drivers/s390/net/c7000.c, the UTS Global Cisco CLAW driver, in three separate subsequent emails. The first patch fixes a bug where packets can be lost under heavy workload. The second patch removes old kernel-version ifdefs and adds standard GPL license text. The third

Patch 1 of 3 to the UTS Global Cisco CLAW driver

2004-08-06 Thread Richard Hitt
This patch fixes a c7000.c bug where packets can be lost under heavy workload. Two more c7000.c patches are to come; this is patch 1 of 3. Marcelo, please apply this patch. diff -urN linux-2.4.26/drivers/s390/net/c7000.c NEWlinux-2.4.26/drivers/s390/net/c7000.c ---

Patch 2 of 3 to the UTS Global Cisco CLAW driver

2004-08-06 Thread Richard Hitt
This patch to c7000.c removes old kernel-version ifdefs and adds standard GPL license text. This is patch 2 of 3 for c7000.c. Marcelo, please apply this patch. diff -urN NEWlinux-2.4.26/drivers/s390/net/c7000.c NEWERlinux-2.4.26/drivers/s390/net/c7000.c ---

Patch 3 of 3 to the UTS Global Cisco CLAW driver

2004-08-06 Thread Richard Hitt
This patch fixes 64-bit bugs in c7000.c so the driver will work for both 31-bit and 64-bit kernels. This is the third of three patches. Marcelo, please apply this patch. diff -urN NEWERlinux-2.4.26/drivers/s390/net/c7000.c NEWESTlinux-2.4.26/drivers/s390/net/c7000.c ---

Cobal on Linux Again

2004-08-06 Thread Gerard Graham
Does anyone out there have any stories about Acucobol-GT, this is a tool that someone in my organization is sugesting we use as a way to move Cobal off the expensive z/OS LPAR and unto Linux for z/series, runing on an IFL. I am all for it if it works but I would rather not end up with egg on my

Re: Cobal on Linux Again

2004-08-06 Thread Little, Chris
Talk to Accucorp. They are very friendly and work to make sure it is the right product. We thought about implementing it, but our programmers aren't . . . . progressive. -Original Message- From: Gerard Graham [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 3:35 PM To: [EMAIL