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

2012-10-23 Thread Andreas Jaeger
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
and kernel-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

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

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

2001-05-24 Thread Andreas Jaeger
o. * 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 -

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: FPU and exceptions

2001-04-26 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
ay into a > 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

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 - To

Re: 2.4.0-s390x progress

2001-03-07 Thread Andreas Jaeger
base-2001.1.15-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: s

Patch to support also new binutils versions

2001-02-10 Thread Andreas Jaeger
-oformat 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: se

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

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

Re: sigcontext on Linux-ppc in user space

2001-01-23 Thread Andreas Jaeger
clude with 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: Problem with elf and dynamic loading ...

2001-01-12 Thread Andreas Jaeger
nctions 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 comp

Re: suggest: diff-2.4.0-test12_to_2.4.0

2001-01-08 Thread Andreas Jaeger
2 and you 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&q

Re: Arg. File > 2GB removal

2000-12-22 Thread Andreas Jaeger
of > /home) and it didn'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:

Re: Large filesystem?

2000-11-21 Thread Andreas Jaeger
also: 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 unsubs

struct acct uses 16bit uids :-(

2000-11-20 Thread Andreas Jaeger
ac_uid; /* 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 "unsubscri

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Andreas Jaeger
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 unsubscri

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: [RFC] Additional pad in struct stat(64)

2000-09-26 Thread Andreas Jaeger
es some syscalls (chflags, fchflags, lchflags) this needs > an additional field in struct stat. > On 32bit architectures this shouldn't be a real problem - > we have a new struct stat64 and adding a field before Linux 2.4 > and glibc 2.2 are out shouldn't be a real problem.

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
Tue, 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 ou

Re: files bigger than 2 GB

2000-09-12 Thread Andreas Jaeger
s available 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 -- And