[Bug hurd/5246] Patches to fix glibc 2.7 on Hurd

2007-11-12 Thread tschwinge at gnu dot org


-- 
   What|Removed |Added

 CC||bug-hurd at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5246

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug hurd/5246] Patches to fix glibc 2.7 on Hurd

2007-11-12 Thread tschwinge at gnu dot org

--- Additional Comments From tschwinge at gnu dot org  2007-11-12 18:43 
---
(From update of attachment 2074)
Obsoleted by
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/include/kernel-features.h.diff?c
vsroot=glibcr1=NONEr2=1.1


-- 
   What|Removed |Added

Attachment #2074 is|0   |1
   obsolete||


http://sourceware.org/bugzilla/show_bug.cgi?id=5246

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug hurd/5246] Patches to fix glibc 2.7 on Hurd

2007-11-12 Thread tschwinge at gnu dot org

--- Additional Comments From tschwinge at gnu dot org  2007-11-12 18:56 
---
Created an attachment (id=2085)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=2085action=view)
PTR_MANGLE

Updated version, that also takes care of __ASSEMBLER__ code.

-- 
   What|Removed |Added

Attachment #2075 is|0   |1
   obsolete||


http://sourceware.org/bugzilla/show_bug.cgi?id=5246

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug manual/3665] errno 118 assigned twice (ECANCELED and ENOTSUP)

2007-07-22 Thread tschwinge at gnu dot org

--- Additional Comments From tschwinge at gnu dot org  2007-07-22 12:46 
---
This patch has been applied; now `mach/hurd/bits/errno.h' has to be regenerated.
 A patch has been posted in
http://sourceware.org/ml/libc-alpha/2007-07/msg00089.html.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3665

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug libc/3748] New: Usage of `__libc_once' interface in `sysdeps/posix/getaddrinfo.c'

2006-12-18 Thread tschwinge at gnu dot org
`sysdeps/posix/getaddrinfo.c' contains the following code:

#v+
  2033/* Read the config file.  */
  2034__libc_once_define (static, once);
  2035__typeof (once) old_once = once;
  2036__libc_once (once, gaiconf_init);
  2037if (old_once  gaiconf_reload_flag)
  2038  gaiconf_reload ();
#v-

In the `if' statement it is assumed that `old_once' is a scalar value, which
need not be, and that it is zero-initialized by default, which need not be
either, although unlikely.


I will attach a patch with a proposal to fix this issue.

-- 
   Summary: Usage of `__libc_once' interface in
`sysdeps/posix/getaddrinfo.c'
   Product: glibc
   Version: 2.4
Status: NEW
  Severity: normal
  Priority: P2
 Component: libc
AssignedTo: drepper at redhat dot com
ReportedBy: tschwinge at gnu dot org
CC: bug-hurd at gnu dot org,glibc-bugs at sources dot redhat
dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=3748

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug libc/3748] Usage of `__libc_once' interface in `sysdeps/posix/getaddrinfo.c'

2006-12-18 Thread tschwinge at gnu dot org

--- Additional Comments From tschwinge at gnu dot org  2006-12-18 14:52 
---
Created an attachment (id=1465)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=1465action=view)
Proposed patch.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3748

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug manual/3665] errno 118 assigned twice (ECANCELED and ENOTSUP)

2006-12-06 Thread tschwinge at gnu dot org


-- 
   What|Removed |Added

 CC||bug-hurd at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=3665

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug hurd/2489] Missing definitions for SIGRTMIN and SIGRTMAX

2006-11-22 Thread tschwinge at gnu dot org


-- 
   What|Removed |Added

 CC||bug-hurd at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=2489

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug hurd/2447] termios.h defines ONLCR, but not OCRNL, ONOCR, ONLRET, OFILL, ...

2006-11-22 Thread tschwinge at gnu dot org


-- 
   What|Removed |Added

 CC||bug-hurd at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=2447

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd


[Bug hurd/3560] New: ``Lowlevel primitives for ld.so not implemented''

2006-11-22 Thread tschwinge at gnu dot org
#v+
[...]
In file included from ../include/link.h:47,
 from ../include/dlfcn.h:3,
 from ../sysdeps/generic/ldsodefs.h:32,
 from ../sysdeps/mach/hurd/i386/init-first.c:32:
../sysdeps/generic/rtld-lowlevel.h:1:2: error: #error Lowlevel primitives for
ld.so not implemented
In file included from ../include/dlfcn.h:3,
 from ../sysdeps/generic/ldsodefs.h:32,
 from ../sysdeps/mach/hurd/i386/init-first.c:32:
../include/link.h:224: error: expected specifier-qualifier-list before
'__rtld_mrlock_define'
In file included from ../sysdeps/generic/ldsodefs.h:41,
 from ../sysdeps/mach/hurd/i386/init-first.c:32:
../sysdeps/generic/rtld-lowlevel.h:1:2: error: #error Lowlevel primitives for
ld.so not implemented
[...]
#v-

-- 
   Summary: ``Lowlevel primitives for ld.so not implemented''
   Product: glibc
   Version: 2.4
Status: NEW
  Severity: normal
  Priority: P2
 Component: hurd
AssignedTo: roland at gnu dot org
ReportedBy: tschwinge at gnu dot org
CC: bug-hurd at gnu dot org,glibc-bugs at sources dot redhat
dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=3560

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd