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)
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
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
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
-
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
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
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
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
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
-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
+ #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
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/
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
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
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:
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
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
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
>>>>> 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 -
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/
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.
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
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
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
24 matches
Mail list logo