On Thu, Dec 10, 2020 at 10:20:29AM -0500, Jeff King wrote:
>
> It seems like it happens for "foo/", too. If I compile:
I think the key is that dash uses GLOB_NOMAGIC.
Cheers,
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana
ot;foo". This should return no match.
If you change the pattern to "foo/", then it also matches but
returns with the string "foo/" as expected.
The only flag we pass to glob(3) is GLOB_NOMAGIC.
Cheers,
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
the problem doesn't occur for "foo/".
Cheers,
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
pana.org.au/
Cheers,
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
6 00:06:59 EST
> 2003 i686 GNU/Linux
>
> Versions of the packages libc6 depends on:
> ii libdb1-compat 2.1.3-7The Berkeley database routines [glibc 2.0/2.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~}
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
It has been closed by Clint Adams <[EMAIL PROTECTED]>.
Until the fixed package enters Debian I can't verify this. So
please keep it open.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://go
ort.
$ cat a.c
#include
#include
int main() {
glob_t pglob;
printf("%d\n", glob("\\/*", 0, 0, &pglob));
printf("%d\n", glob("/*", 0, 0, &pglob));
return 0;
}
$ make a
cc a.c -o a
$ ./a
3
0
$
Cheers,
--
Visit
my machine is now much faster :)
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
w.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
duce programs that don't work on other POSIX platforms.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE,
ther place where quote removal is not
performed.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
ther place where quote removal is not
performed.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [E
On Tue, Jun 01, 2004 at 04:13:00AM +, Gerrit Pape wrote:
>
> Do you prefer your patch to work around glibc's fnmatch problem in dash?
Yes we should use that until glibc's fnmatch is fixed.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~
On Tue, Jun 01, 2004 at 04:13:00AM +, Gerrit Pape wrote:
>
> Do you prefer your patch to work around glibc's fnmatch problem in dash?
Yes we should use that until glibc's fnmatch is fixed.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~
attached.
Hmm, is there anything that the dietlibc fnmatch does that the dash
internal pmatch function doesn't do? Or is it smaller?
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.o
attached.
Hmm, is there anything that the dietlibc fnmatch does that the dash
internal pmatch function doesn't do? Or is it smaller?
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.o
witch back to using fnmatch(3) which
supports character classes.
Until then, we'll need something like the following patch.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: ht
witch back to using fnmatch(3) which
supports character classes.
Until then, we'll need something like the following patch.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: ht
. In this case we're talking about a symlink to a real file in /lib
which has already been processed by ldconfig. There is no need to have
another symlink in /usr/lib.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page:
. In this case we're talking about a symlink to a real file in /lib
which has already been processed by ldconfig. There is no need to have
another symlink in /usr/lib.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page:
onfig should create symlinks to
symlinks. It certainly didn't do that in woody.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
onfig should create symlinks to
symlinks. It certainly didn't do that in woody.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
Package: libc6
Version: 2.3.2.ds1-12
Severity: serious
I'm marking this bug as RC because it leads to packages being built with
missing dependencies on libncurses5.
When ldconfig is run with libncurses5 + libncurses5-dev installed, it
creates a symlink /usr/lib/libncurses.so.5 that points to libt
Package: libc6
Version: 2.3.2.ds1-12
Severity: serious
I'm marking this bug as RC because it leads to packages being built with
missing dependencies on libncurses5.
When ldconfig is run with libncurses5 + libncurses5-dev installed, it
creates a symlink /usr/lib/libncurses.so.5 that points to libt
shed
onto the stack as 64-bit values. Your use of the %x conversion is
therefore incorrect.
In fact, gcc -Wall should've told you about it.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
d
onto the stack as 64-bit values. Your use of the %x conversion is
therefore incorrect.
In fact, gcc -Wall should've told you about it.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~her
characters
have to be there.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
characters
have to be there.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
On Sat, Apr 17, 2004 at 10:44:27PM +0200, Kurt Roeckx wrote:
>
> If I understand Herbert Xu correctly, he's saying the regex
> should be written as:
> *[][~#$^&*(){}\|;<>?]*
No, the way it's written currently is fine.
It's glibc's fnmatch(3) implementat
On Sat, Apr 17, 2004 at 10:44:27PM +0200, Kurt Roeckx wrote:
>
> If I understand Herbert Xu correctly, he's saying the regex
> should be written as:
> *[][~#$^&*(){}\|;<>?]*
No, the way it's written currently is fine.
It's glibc's fnmatch(3) implementat
fnmatch, quote removal
is not performed.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
fnmatch, quote removal
is not performed.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to
one literal
: backslash. All of the requirements and effects of quoting on ordinary,
: shell special, and special pattern characters shall apply to escaping
: in this context.
This clearly says that backslashes must be interpreted.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
E
one literal
: backslash. All of the requirements and effects of quoting on ordinary,
: shell special, and special pattern characters shall apply to escaping
: in this context.
This clearly says that backslashes must be interpreted.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
E
return 0;
}
I will disable fnmatch(3) in dash for now.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
return 0;
}
I will disable fnmatch(3) in dash for now.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
an't distinguish between the two errors.
Thanks,
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSU
set of kernel packages
for it pretty quickly.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [
el 2.4.24 (it's available on the
> woody-proposed-updates)" with libc6.preinst?
That sounds good especially for 386 users.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.a
does not depend on glibc so the version in sarge/sid
should suffice.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
t;
> don't know about the exact kernel package...
>
> maybe the report should be kept open to document forht release, that
> sun4c, armv? and i386 arre not supported anymore.
2.4.18 is not in sid. However, 2.4.24/2.6.0 in sid should both
emulate the needed instructions on 386
't know about the exact kernel package...
>
> maybe the report should be kept open to document forht release, that
> sun4c, armv? and i386 arre not supported anymore.
2.4.18 is not in sid. However, 2.4.24/2.6.0 in sid should both
emulate the needed instructions on 386.
--
Debian
in kernel-headers-2.4 is better.
No that's a terrible idea. LILO should simply include a copy of whatever
kernel header file it needs.
Cheers,
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apan
ist in libc6-dev because the latter includes
the complete set of headers from the kernel. It is not a guarantee
that you can include them in userspace.
You should treat them the same way as headers in /usr/include/bits --
never include them directly.
--
Debian GNU/Linux 3.0 is out! ( http:
in libc6-dev because the latter includes
the complete set of headers from the kernel. It is not a guarantee
that you can include them in userspace.
You should treat them the same way as headers in /usr/include/bits --
never include them directly.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.
reassign 212101 libc6.1-dev
quit
On Mon, Sep 22, 2003 at 11:42:17AM -0500, Steve Langasek wrote:
> reopen 212101
> thanks
>
> On Mon, Sep 22, 2003 at 10:11:11PM +1000, Herbert Xu wrote:
> > On Sun, Sep 21, 2003 at 10:58:11PM -0500, Steve Langasek wrote:
> > > clone
reassign 212101 libc6.1-dev
quit
On Mon, Sep 22, 2003 at 11:42:17AM -0500, Steve Langasek wrote:
> reopen 212101
> thanks
>
> On Mon, Sep 22, 2003 at 10:11:11PM +1000, Herbert Xu wrote:
> > On Sun, Sep 21, 2003 at 10:58:11PM -0500, Steve Langasek wrote:
> > > clone
eader files.
glibc has been violating this rule since day one. That's OK except
that when it breaks you get to keep both pieces.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PG
reassign 65458 sed
quit
It seems that the reason sed has slowed down again is because it's using
its own regex engine again. So I'm now reassigning this back there.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]&
reassign 65458 sed
quit
It seems that the reason sed has slowed down again is because it's using
its own regex engine again. So I'm now reassigning this back there.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]&
reassign 159298 libc6
quit
The declaration of strerror_tin manpages-dev conforms with SuS. glibc
should be changed to match with it.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~her
reassign 159298 libc6
quit
The declaration of strerror_tin manpages-dev conforms with SuS. glibc
should be changed to match with it.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~her
ere.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
ere.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Tue, Mar 18, 2003 at 11:15:29AM +0900, GOTO Masanori wrote:
> At Tue, 18 Mar 2003 12:08:35 +1100,
> Herbert Xu wrote:
> > On Mon, Mar 17, 2003 at 06:03:18AM -0600, Debian Bug Tracking System wrote:
> > > - Glibc 2.3 uses another regex engine: "sed: woody version m
On Tue, Mar 18, 2003 at 11:15:29AM +0900, GOTO Masanori wrote:
> At Tue, 18 Mar 2003 12:08:35 +1100,
> Herbert Xu wrote:
> > On Mon, Mar 17, 2003 at 06:03:18AM -0600, Debian Bug Tracking System wrote:
> > > - Glibc 2.3 uses another regex engine: "sed: woody version m
ou actually test it?
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
ou actually test it?
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subje
r.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
o the kernel. Sorry about that.
No you should close this. User space programs must not include kernel
headers.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gond
((mode (QI)));
> static const UQItype __clz_tab_internal[] = { ... }
^^
Try getting rid of that?
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.
nds on also have
> dependency to newer libc6 (>= 2.3.1-1) that I installed currently (2.2.5-14).
The ash package from woody should do the trick, no?
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gon
ary.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
lloc. In the fact, you can find a mallocless implementation in the
Linux kernel.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
hy we have resource limits. The only bug here is that glibc
mallocs in fprintf which means that we can't print out a useful error
message when the memory is all used up.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home
lloc. In the fact, you can find a mallocless implementation in the
Linux kernel.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubk
hy we have resource limits. The only bug here is that glibc
mallocs in fprintf which means that we can't print out a useful error
message when the memory is all used up.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home
On Fri, Nov 15, 2002 at 01:22:44PM -0800, Jeff Bailey wrote:
> On Sat, Nov 16, 2002 at 08:10:22AM +1100, Herbert Xu wrote:
>
> > > Sure, but it would also be reasonable to flush the buffer to the screen
> > > every (screensize/2) so that a human could follow it.
>
>
On Fri, Nov 15, 2002 at 08:23:24AM -0500, Jeff Bailey wrote:
> On Fri, 2002-11-15 at 04:00, Herbert Xu wrote:
>
> > > But the original bug seems to be more of an issue: shouldn't it be a bug
> > > that tail chews up infinite amounts of memory when it can't fi
On Fri, Nov 15, 2002 at 01:22:44PM -0800, Jeff Bailey wrote:
> On Sat, Nov 16, 2002 at 08:10:22AM +1100, Herbert Xu wrote:
>
> > > Sure, but it would also be reasonable to flush the buffer to the screen
> > > every (screensize/2) so that a human could follow it.
>
>
On Fri, Nov 15, 2002 at 08:23:24AM -0500, Jeff Bailey wrote:
> On Fri, 2002-11-15 at 04:00, Herbert Xu wrote:
>
> > > But the original bug seems to be more of an issue: shouldn't it be a bug
> > > that tail chews up infinite amounts of memory when it can't fi
not impose arbitrary limits on applications.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
not impose arbitrary limits on applications.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email t
x 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
x 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Randolph Chung <[EMAIL PROTECTED]> wrote:
>
> ldd is doing is correct. The offending line is line 113 of ldd:
>
>113 for file do
>
This is legal.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL
Randolph Chung <[EMAIL PROTECTED]> wrote:
>
> ldd is doing is correct. The offending line is line 113 of ldd:
>
>113 for file do
>
This is legal.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL
de).
1. dpkg does --force-downgrade by default
2. dpkg will let you break the depenedencies of packages that are already
installed
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org
de).
1. dpkg does --force-downgrade by default
2. dpkg will let you break the depenedencies of packages that are already
installed
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org
ssage repeated 4 times
According to #142312, this is a bug in glibc. Could you please do
something about this as that bug has been outstanding for 6 months
now with no comment from any glibc maintainers?
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~}
ssage repeated 4 times
According to #142312, this is a bug in glibc. Could you please do
something about this as that bug has been outstanding for 6 months
now with no comment from any glibc maintainers?
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~}
u try
> > again later. The macro `EWOULDBLOCK' is another name for `EAGAIN';
> > they are always the same in the GNU C library.
>
> At least, it's not glibc's bug.
Then you better change the documentation and tell the world about it.
--
Debian GNU/Linux
u try
> > again later. The macro `EWOULDBLOCK' is another name for `EAGAIN';
> > they are always the same in the GNU C library.
>
> At least, it's not glibc's bug.
Then you better change the documentation and tell the world about it.
--
Debian GNU/Linux
7; is another name for `EAGAIN';
they are always the same in the GNU C library.
Why does parisc differentiate the two anyway? Every other Linux
architecture treats them the same way.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTE
Jeff Bailey <[EMAIL PROTECTED]> wrote:
> Can you please provide a testcase that shows that this bug actually
> belongs to glibc?
Ugh, did you notice that rcmd(3) is part of glibc?
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAI
7; is another name for `EAGAIN';
they are always the same in the GNU C library.
Why does parisc differentiate the two anyway? Every other Linux
architecture treats them the same way.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTE
Jeff Bailey <[EMAIL PROTECTED]> wrote:
> Can you please provide a testcase that shows that this bug actually
> belongs to glibc?
Ugh, did you notice that rcmd(3) is part of glibc?
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAI
use in this function)
test.c:4: (Each undeclared identifier is reported only once
test.c:4: for each function it appears in.)
$
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
use in this function)
test.c:4: (Each undeclared identifier is reported only once
test.c:4: for each function it appears in.)
$
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: htt
On Sun, Sep 29, 2002 at 10:44:40AM +0200, Florian Weimer wrote:
> Herbert Xu <[EMAIL PROTECTED]> writes:
>
> > No you don't, all you need to do is to make the errno macro
> > conditional.
>
> And if we do that, libraries which use the non-macro version will co
No you don't, all you need to do is to make the errno macro conditional.
You already have to support people not including errno.h...
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herb
ebian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> or library that does not use threads, being usable by a threaded program
> should use this). I don't think this is a bug at all.
If you can show me a way of compiling an application where errno is
not set to this function call, then I'll agree with you.
--
Debian GNU/Linux 3.0 is o
/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Mon, Sep 09, 2002 at 12:04:14AM -0400, Daniel Jacobowitz wrote:
> On Mon, Sep 09, 2002 at 12:36:51PM +1000, Herbert Xu wrote:
>
> > I was referring to that patch in the previous message. In the misaligned
> > case, the code will always do two 8-byte loads if the dest m
nt == 1 and src is on a page boundary.
Another check needs to be added before the first branch to $u_head
to fix this.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key:
The first jump to u_head could cause two loads even if you're
just copying one byte.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herber
work fine.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ge + 8169, 20).
I've got a better patch in terms of scheduling now.
As to sending it upstream, I'd simply send it to Richard Henderson
as he is the author of that file which is in both Linux and glibc.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--- stxncpy.S 2001-07-24 03:55:20.0 +1000
+++ /home/gondolin/
1 - 100 of 122 matches
Mail list logo