Re: [PATCH v2] epoll: Support for disabling items, and a self-test app.

2012-10-23 Thread Andreas Jaeger
is in would be nice so that we don't miss it during the review. thanks, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg) GPG

Re: [PATCH v2] epoll: Support for disabling items, and a self-test app.

2012-10-23 Thread Andreas Jaeger
the patch is in would be nice so that we don't miss it during the review. thanks, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg

Re: [discuss] pci_get_device_reverse(), why does Calgary need this?

2008-02-13 Thread Andreas Jaeger
-parameters.txt, Andreas -- Andreas Jaeger, Director Platform / openSUSE, [EMAIL PROTECTED] SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 pgpnl8pXxObM5.pgp Description: PGP signature

Re: [discuss] pci_get_device_reverse(), why does Calgary need this?

2008-02-13 Thread Andreas Jaeger
Greg KH [EMAIL PROTECTED] writes: How does the patch below look? I didn't want to remove the whole config option, as there is more to the logic than just the reverse order stuff there. I think you miss Documentation - it's mentioned in ide.txt and kernel-parameters.txt, Andreas -- Andreas

N_HCI for S390x missing in 2.4.5

2001-07-05 Thread Andreas Jaeger
13 /* synchronous HDLC */ +#define N_BT 15 /* bluetooth */ -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

N_HCI for S390x missing in 2.4.5

2001-07-05 Thread Andreas Jaeger
13 /* synchronous HDLC */ +#define N_BT 15 /* bluetooth */ -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: Fwd: Copyright infringement in linux/drivers/usb/serial/keyspan*fw.h

2001-05-25 Thread Andreas Jaeger
Method -- j0(x): * 1. For tiny x, we use j0(x) = 1 - x^2/4 + x^4/64 - ... * 2. Reduce x to |x| since j0(x)=j0(-x), and * for x in (0,2) * j0(x) = 1-z/4+ z^2*R0/S0, where z = x*x; * (precision: |j0-1+z/4-z^2R0/S0 |<2**-63.67 ) Andreas -- A

Re: Fwd: Copyright infringement in linux/drivers/usb/serial/keyspan*fw.h

2001-05-25 Thread Andreas Jaeger
) = 1 - x^2/4 + x^4/64 - ... * 2. Reduce x to |x| since j0(x)=j0(-x), and * for x in (0,2) * j0(x) = 1-z/4+ z^2*R0/S0, where z = x*x; * (precision: |j0-1+z/4-z^2R0/S0 |2**-63.67 ) Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL

Re: >2G Files

2001-05-02 Thread Andreas Jaeger
Bill Wendling <[EMAIL PROTECTED]> writes: > Hi all, > > Question: Does Linux support >2G files and, if so, how do I implement > this? It does in 2.4, for details check: http://www.suse.de/~aj/linux_lfs.html Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] pri

Re: 2G Files

2001-05-02 Thread Andreas Jaeger
Bill Wendling [EMAIL PROTECTED] writes: Hi all, Question: Does Linux support 2G files and, if so, how do I implement this? It does in 2.4, for details check: http://www.suse.de/~aj/linux_lfs.html Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED

Re: FPU and exceptions

2001-04-27 Thread Andreas Jaeger
Send me a small program (10s of lines) that shows the problem. Installing a signal handler on SIGFPE should do the right thing. Btw. I do think this is off-topic to linux-kernel, Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj

Re: FPU and exceptions

2001-04-27 Thread Andreas Jaeger
Send me a small program (10s of lines) that shows the problem. Installing a signal handler on SIGFPE should do the right thing. Btw. I do think this is off-topic to linux-kernel, Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj

Re: [Semi-OT] Dual Athlon support in kernel

2001-04-24 Thread Andreas Jaeger
nice athlon subarch options in standard gcc and agcc won't be necessary. Note that gcc 3.0 will have support for Athlons, -mcpu=athlon and -march=athlon are both supported and will do the right thing. For details you should ask Jan Hubicka who implemented this some time ago, Andreas -- Andr

Re: [Semi-OT] Dual Athlon support in kernel

2001-04-24 Thread Andreas Jaeger
support for Athlons, -mcpu=athlon and -march=athlon are both supported and will do the right thing. For details you should ask Jan Hubicka who implemented this some time ago, Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj

Re: FPE's

2001-04-18 Thread Andreas Jaeger
ISO C demands that at process startup all FPU traps are masked. You can set specific traps with the functions in from the C library, for details read the manual: info libc Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj

Re: FPE's

2001-04-18 Thread Andreas Jaeger
ISO C demands that at process startup all FPU traps are masked. You can set specific traps with the functions in fenv.h from the C library, for details read the manual: info libc Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj

Re: 2.4.0-s390x progress

2001-03-07 Thread Andreas Jaeger
-0 You'll find in the base rpm also the sources of sed and tar. Hope this helps - and have fun with Linux on your small;-) machine, Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "u

Re: 2.4.0-s390x progress

2001-03-07 Thread Andreas Jaeger
- and have fun with Linux on your small;-) machine, Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Patch to support also new binutils versions

2001-02-10 Thread Andreas Jaeger
rmat binary -e begtext -o $@ $< + $(LD) -Ttext 0x0 -s --oformat binary -e begtext -o $@ $< bsetup.o: bsetup.s $(AS) -o $@ $< -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send th

Patch to support also new binutils versions

2001-02-10 Thread Andreas Jaeger
ext 0x0 -s --oformat binary -e begtext -o $@ $ bsetup.o: bsetup.s $(AS) -o $@ $ -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

Re: [PATCH] Compile dnotify example w/o glibc 2.2 headers

2001-01-24 Thread Andreas Jaeger
N_RENAME 0x0010 /* File renamed */ > + #define DN_ATTRIB 0x0020 /* File changed attibutes */ > + #define DN_MULTISHOT0x8000 /* Don't remove notifier */ > + #endif > + > static volatile int event_fd; > > static void

Re: [PATCH] Compile dnotify example w/o glibc 2.2 headers

2001-01-24 Thread Andreas Jaeger
changed attibutes */ + #define DN_MULTISHOT0x8000 /* Don't remove notifier */ + #endif + static volatile int event_fd; static void handler(int sig, siginfo_t *si, void *data) -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED

Re: sigcontext on Linux-ppc in user space

2001-01-23 Thread Andreas Jaeger
h the struct (this works on all architectures). Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: sigcontext on Linux-ppc in user space

2001-01-23 Thread Andreas Jaeger
(this works on all architectures). Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the F

Re: Problem with elf and dynamic loading ...

2001-01-12 Thread Andreas Jaeger
ctions available in the module are > not able to use the symbols of the main program. > Is-it a bug of the kernel ? > Is-it to avoid a potential hole of security ? That's a question for glibc - it has nothing to do with the kernel. To get it to work, your program should be compiled with

Re: Problem with elf and dynamic loading ...

2001-01-12 Thread Andreas Jaeger
to use the symbols of the main program. Is-it a bug of the kernel ? Is-it to avoid a potential hole of security ? That's a question for glibc - it has nothing to do with the kernel. To get it to work, your program should be compiled with -Bdynamic. Andreas -- Andreas Jaeger SuSE Labs [EMAIL

Re: suggest: diff-2.4.0-test12_to_2.4.0

2001-01-08 Thread Andreas Jaeger
get 2.4.0 final. You'll find both in ftp.*.kernel.org/...kernel/v2.4/test-kernels/ Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: suggest: diff-2.4.0-test12_to_2.4.0

2001-01-08 Thread Andreas Jaeger
both in ftp.*.kernel.org/...kernel/v2.4/test-kernels/ Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] P

Re: Arg. File > 2GB removal

2000-12-22 Thread Andreas Jaeger
dn't 'find' the problem. You need an rm that's using the LFS interface. > How do I remove this file and reclaim the HDD space? Try: echo > testfile Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this

Re: Arg. File 2GB removal

2000-12-22 Thread Andreas Jaeger
the LFS interface. How do I remove this file and reclaim the HDD space? Try: echo testfile Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: Large filesystem?

2000-11-21 Thread Andreas Jaeger
: http://www.suse.de/~aj/linux_lfs.html Andreas > We are using linux to do network backups with Microlite and some of our > backups are growing above 2 Gb. Thanks is advance! -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe

Re: Large filesystem?

2000-11-21 Thread Andreas Jaeger
Andreas We are using linux to do network backups with Microlite and some of our backups are growing above 2 Gb. Thanks is advance! -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubs

struct acct uses 16bit uids :-(

2000-11-20 Thread Andreas Jaeger
; /* Accounting Real User ID */ __u16 ac_gid; /* Accounting Real Group ID */ Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Andreas Jaeger
This list is about problems with the Linux kernel and not with specific distributions. Please report this directly to the distribution maker, it's totally off-topic here. Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe fr

struct acct uses 16bit uids :-(

2000-11-20 Thread Andreas Jaeger
; /* Accounting Real User ID */ __u16 ac_gid; /* Accounting Real Group ID */ Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubs

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Andreas Jaeger
kernel and not with specific distributions. Please report this directly to the distribution maker, it's totally off-topic here. Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubs

Re: Large File Support

2000-11-16 Thread Andreas Jaeger
>>>>> Andreas Jaeger writes: >>>>> Andreas S Kerber writes: >> We need to handle files which are about 10GB large. >> Is there any way to do this with Linux? Some pointers would be nice. > Yes, with recent 2.4 kernels or a patched 2.2 kernel -

Re: Large File Support

2000-11-16 Thread Andreas Jaeger
de/~aj/linux-lfs.html Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Large File Support

2000-11-16 Thread Andreas Jaeger
Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL PROTECTED] http://www.suse.de/~aj - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Large File Support

2000-11-16 Thread Andreas Jaeger
Andreas Jaeger writes: Andreas S Kerber writes: We need to handle files which are about 10GB large. Is there any way to do this with Linux? Some pointers would be nice. Yes, with recent 2.4 kernels or a patched 2.2 kernel - and a recompiled glibc. For details check: Upps

Re: files bigger than 2 GB

2000-09-13 Thread Andreas Jaeger
ted to 4G-1, Linux implementation to 2G-1 > I do not plan any change until Novell discloses 64bit NCP file api. Petr, have a look at my (work in progress) page <http://www.suse.de/~aj/linux_lfs.html>, it contains the table now. Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTE

Re: files bigger than 2 GB

2000-09-12 Thread Andreas Jaeger
Sep 12, 2000 at 04:25:02PM +0200, Andreas Jaeger wrote: >> >>>>> Arnaud Installe writes: >> >> > Hello, >> > I need support for files larger than 2GB. What's the status for that ? >> > AFAIK neither 2.2 nor 2.4-test support that out of the b

Re: files bigger than 2 GB

2000-09-12 Thread Andreas Jaeger
ilable as glibc 2.1.93 (search the mailing list archives at http://sources.redhat.com/glibc for the announcement). Some distributions, like SuSE 7.0 (RedHat might also, I'm not sure), come with a glibc 2.1.3 that has LFS support in it that works with 2.4.0testX. Andreas -- Andreas Jaege

Re: files bigger than 2 GB

2000-09-12 Thread Andreas Jaeger
the mailing list archives at http://sources.redhat.com/glibc for the announcement). Some distributions, like SuSE 7.0 (RedHat might also, I'm not sure), come with a glibc 2.1.3 that has LFS support in it that works with 2.4.0testX. Andreas -- Andreas Jaeger SuSE Labs [EMAIL PROTECTED] private [EMAIL