Package: libc0.3
Version: 2.3.2.ds1-22
Severity: normal
Tags: patch, upstream
Hi,
The following code was failing with error
ioctl: (ipc/mig) server type check failure
#include
#include
int main(void)
{
if (ioctl(1, TIOCDRAIN) < 0)
perror("ioctl");
return 0;
}
And actually any ioctl wi
Package: locales
Version: 2.3.5-3
Severity: normal
Tags: patch, upstream
Hi,
Locale generation failed with this error:
vi_VN.UTF-8...No definition for LC_NAME category found
No definition for LC_ADDRESS category found
No definition for LC_TELEPHONE category found
This is because current upstrea
Package: libc6.1
Version: 2.3.5-6
Severity: minor
Hi,
On ia64, we keep getting kernel messages like this:
zsh(23995): unaligned access to 0x6fffb264, ip=0x2040e8d1
zsh(23995): unaligned access to 0x6fffb264, ip=0x2040e8d1
Running it through gdb reveals that lines
Hi,
Please apply attached patch for correcting the documentation issue.
People have been writing code not checking sem_wait() for far too long
and this is really a important issue! For instance, the following
program would be intended to hang forever:
#include
#include
#include
#include
voi
Hi,
Same problem with brltty. Removing #include doesn't
seem correct to me: compat_foo_t are used in the file... I guess other
includes are necessary too. What is really wrong is
/usr/include/asm-generic/div64.h:
#if BITS_PER_LONG == 64
BITS_PER_LONG shouldn't ever be defined/used/whatever in us
(2.11.2-3) unreleased; urgency=low
+
+ [ Samuel Thibault ]
+ * testsuite-checking/expected-results-i486-gnu-libc: update.
+
+ -- Samuel Thibault Fri, 25 Jun 2010 10:54:31 +0200
+
eglibc (2.11.2-2) unstable; urgency=medium
[ Aurelien Jarno ]
Modified:
glibc-package/trunk/debian/testsuite
-07-31 22:18:19 UTC (rev
4369)
@@ -2,6 +2,8 @@
[ Samuel Thibault ]
* testsuite-checking/expected-results-i486-gnu-libc: update.
+ * patches/hurd-i386/submitted-select.diff: New patch to fix select timeout
+value.
[ Petr Salinger ]
* kfreebsd/local-sysdeps.diff: update to
Author: sthibault
Date: 2010-08-02 06:48:01 + (Mon, 02 Aug 2010)
New Revision: 4371
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/hurd-i386/local-locarchive.diff
Log:
patches/hurd-i386/local-locarchive.diff: Extend to permit generating several
locales.
/libc-alpha/2010-08/msg2.html
+
2010-07-31 Samuel Thibault
* hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o
-package/trunk/debian/changelog2010-08-22 13:59:00 UTC (rev
4382)
@@ -2,7 +2,7 @@
[ Samuel Thibault ]
* testsuite-checking/expected-results-i486-gnu-libc: update.
- * patches/hurd-i386/submitted-select.diff: New patch to fix select timeout
+ * patches/hurd-i386/cvs-select.diff
UTC (rev 4383)
@@ -1,54 +0,0 @@
-http://www.cygwin.com/ml/libc-alpha/2010-06/msg00005.html
-
-2010-06-06 Samuel Thibault
-
-* sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
-EOPNOTSUPP errors with ENOTTY.
-* sysdeps/mach/hurd/ttyname_r.c (__ttyname_r):
/libc-alpha/2010-01/msg00046.html
+
+2010-01-26 Samuel Thibault
+
+ * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
+ get_phys_pages, get_avphys_pages): Add weak aliases.
+
+---
+ getsysstats.c |4
+ 1 file changed, 4 insertions(+)
+
+diff --git a/sysdeps/mach
/patches/hurd-i386/local-i686.diff
2010-08-22 14:51:43 UTC (rev 4385)
@@ -0,0 +1,22 @@
+2010-08-22 Samuel Thibault
+
+* sysdeps/mach/i386/sysdep.h [__ASSEMBLER__] (__i686): New macro.
+
+---
+ sysdep.h |5 +
+ 1 file changed, 5 insertions(+)
+
+--- a/sysdeps/mach/i386
===
--- glibc-package/trunk/debian/patches/hurd-i386/local-no-hp-timing.diff
(rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-no-hp-timing.diff
2010-08-22 21:21:35 UTC (rev 4386)
@@ -0,0 +1,57 @@
+2010-08-21 Samuel Thibault
+
+We don't have support f
Author: sthibault
Date: 2010-08-23 03:08:18 + (Mon, 23 Aug 2010)
New Revision: 4387
Added:
glibc-package/trunk/debian/testsuite-checking/expected-results-i686-gnu-libc-i386
glibc-package/trunk/debian/testsuite-checking/expected-results-i686-gnu-libc-i686
glibc-package/trunk/debian/
Author: sthibault
Date: 2010-08-23 03:14:36 + (Mon, 23 Aug 2010)
New Revision: 4388
Modified:
glibc-package/trunk/debian/changelog
Log:
replicate hurd-i386 testsuite results for -i686 and -xen variants
Modified: glibc-package/trunk/debian/changelog
=
Author: sthibault
Date: 2010-08-24 07:33:19 + (Tue, 24 Aug 2010)
New Revision: 4389
Added:
glibc-package/trunk/debian/testsuite-checking/expected-results-i686-gnu-i386
glibc-package/trunk/debian/testsuite-checking/expected-results-i686-gnu-i686
glibc-package/trunk/debian/testsuite-che
Author: sthibault
Date: 2010-08-25 01:59:31 + (Wed, 25 Aug 2010)
New Revision: 4390
Added:
glibc-package/trunk/debian/sysdeps/hurd-i386.mk
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/control
glibc-package/trunk/debian/control.in/libc
glibc-package/t
-package/trunk/debian/changelog2010-09-01 18:40:50 UTC (rev
4408)
@@ -1,3 +1,11 @@
+eglibc (2.11.2-4) unreleased; urgency=low
+
+ [ Samuel Thibault ]
+ * patches/hurd-i386/submitted-sched_param.diff: New patch to permit other
+headers to get a __sched_param structure.
+
+ -- Samuel
(rev
4411)
+++ glibc-package/trunk/debian/changelog2010-09-02 01:58:45 UTC (rev
4412)
@@ -1,3 +1,10 @@
+eglibc (2.11.2-5) unreleased; urgency=low
+
+ [ Samuel Thibault ]
+ * mv patches/hurd-i386/{submitted,cvs}-sched_param.diff.
+
+ -- Samuel Thibault Thu, 02 Sep 2010 03:57:04 +0200
Giacomo A. Catenazzi, le Fri 03 Sep 2010 15:26:47 +0200, a écrit :
> BTW I think we should wait some more time. Last week I was on
> debian-glibc list a bug: printf fails if it find an invalid UTF-8
> character (when the locale uses UTF-8). Note it is allowed in POSIX,
> which distinguish raw stri
Roger Leigh, le Fri 03 Sep 2010 14:52:39 +0100, a écrit :
> On Fri, Sep 03, 2010 at 01:37:24AM +0200, Samuel Thibault wrote:
> > without any convergence.
>
> I think reading back through the entire log,
Thanks for having done it!
> people who were initially
> rather oppose
Aurelien Jarno, le Fri 03 Sep 2010 19:16:40 +0200, a écrit :
> On Fri, Sep 03, 2010 at 04:20:27PM +0200, Samuel Thibault wrote:
> > Roger Leigh, le Fri 03 Sep 2010 14:52:39 +0100, a écrit :
> > > There were no objections to having a UTF-8 locale installed and
> > > avail
/changelog2010-09-13 02:36:31 UTC (rev
4421)
@@ -1,9 +1,14 @@
eglibc (2.11.2-6) UNRELEASED; urgency=low
+ [ Aurelien Jarno ]
* Update Arabic debconf translation, by Ossama Khayat. Closes: #596161.
- -- Aurelien Jarno Thu, 09 Sep 2010 11:54:14 +0200
+ [ Samuel Thibault
(rev
4442)
+++ glibc-package/trunk/debian/changelog2010-11-01 15:26:20 UTC (rev
4443)
@@ -1,3 +1,11 @@
+eglibc (2.11.2-8) UNRELEASED; urgency=low
+
+ [ Samuel Thibault ]
+ * patches/hurd-i386/submitted-drop_ED.diff: New patch to drop the ED errno
+value which is not actually useful
4446)
@@ -1,11 +1,3 @@
-eglibc (2.11.2-8) UNRELEASED; urgency=low
-
- [ Samuel Thibault ]
- * patches/hurd-i386/submitted-drop_ED.diff: New patch to drop the ED errno
-value which is not actually useful and poses FTBFS problems.
-
- -- Samuel Thibault Mon, 01 Nov 2010 16:22:17 +0100
-
eglibc
translation update from Nobuhiro Iwamatsu.
closes: #604752.
- -- Clint Adams Tue, 23 Nov 2010 22:30:17 -0500
+ [ Samuel Thibault ]
+ * Add expected gettext failure on hurd-i386.
+ -- Samuel Thibault Fri, 03 Dec 2010 00:47:48 +0100
+
eglibc (2.11.2-7) unstable; urgency=low
[ Samuel
Svante Signell, le Sun 30 Jan 2011 10:44:02 +0100, a écrit :
> Looks like the GNU/Hurd header file /usr/include/bits/sched.h is
> outdated compared to the GNU/Linux version. Attached is a diff between
> the two files. The missing definitions of __CPU_ZERO_S and __CPU_SET_S
> is affecting the build
I've completed Aurelien's any/submitted-sched_h.diff patch in my tree, I'll
commit it after the squeeze release.
Samuel
--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.o
Hello,
I've commited the upstream-submitted fix to eglibc.
Samuel
--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110207031024.gl4...@const.famille.thibault.fr
)
@@ -1,9 +1,14 @@
eglibc (2.11.2-12) UNRELEASED; urgency=low
+ [ Aurelien Jarno ]
* Re-enable build failure in case of testsuite regressions.
- -- Aurelien Jarno Sun, 06 Feb 2011 21:20:05 +0100
+ [ Samuel Thibault ]
+ * patches/any/submitted-sched_h.diff: Synchronize bits/sched.h with
/trunk/debian/changelog2011-02-07 03:08:33 UTC (rev
4491)
+++ glibc-package/trunk/debian/changelog2011-02-07 03:09:46 UTC (rev
4492)
@@ -5,7 +5,7 @@
[ Samuel Thibault ]
* patches/any/submitted-sched_h.diff: Synchronize bits/sched.h with
-sysdeps/unix/sysv/linux/bits/sched.h
)
+++ glibc-package/trunk/debian/changelog2011-02-10 18:16:58 UTC (rev
4517)
@@ -5,7 +5,8 @@
[ Samuel Thibault ]
* patches/any/submitted-sched_h.diff: Synchronize bits/sched.h with
-sysdeps/unix/sysv/linux/bits/sched.h (Closes: #527589)
+sysdeps/unix/sysv/linux/bits/sched.h (Closes
.
@@ -116,6 +117,14 @@
* Add patches/any/submitted-ldsodefs_rtld_debug.diff to fix
EGLIBC_RTLD_DEBUG support on non NPTL systems.
+ [ Samuel Thibault ]
+ * Add patches/any/cvs-glro_dl_debug_mask.diff to fix build without
+EGLIBC_RTLD_DEBUG support.
+ * Add patches/hurd-i386
-02-16 22:53:19 UTC
(rev 4524)
+++ glibc-package/branches/eglibc-2.13/debian/changelog 2011-02-16 23:32:08 UTC
(rev 4525)
@@ -120,8 +120,8 @@
[ Samuel Thibault ]
* Add patches/any/cvs-glro_dl_debug_mask.diff to fix build without
EGLIBC_RTLD_DEBUG support.
- * Add patches/hurd-i386
Author: sthibault
Date: 2011-02-21 02:40:46 + (Mon, 21 Feb 2011)
New Revision: 4526
Added:
glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-add-needed.diff
Modified:
glibc-package/branches/eglibc-2.13/debian/changelog
glibc-package/branches/eglibc-2.13/debian/patches
/hurd-i386/submitted-if_freereq.diff
(rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-if_freereq.diff
2011-02-22 00:52:51 UTC (rev 4527)
@@ -0,0 +1,61 @@
+2011-02-22 Samuel Thibault
+
+Fix __if_freereq crash: Unlike the generic version
01:02:35 UTC (rev 4528)
@@ -0,0 +1,61 @@
+2011-02-22 Samuel Thibault
+
+Fix __if_freereq crash: Unlike the generic version which uses free,
Hurd
+needs munmap.
+
+ * sysdeps/mach/hurd/ifreq.h: New file.
+
+---
+ ifreq.h | 45
===
--- glibc-package/trunk/debian/changelog2011-03-02 11:25:43 UTC (rev
4564)
+++ glibc-package/trunk/debian/changelog2011-03-02 22:29:33 UTC (rev
4565)
@@ -1,3 +1,10 @@
+eglibc (2.11.2-14) UNRELEASED; urgency=low
+
+ [ Samuel Thibault
-net.diff
2011-03-06 23:48:04 UTC (rev 4567)
@@ -1,5 +1,8 @@
http://sourceware.org/ml/libc-alpha/2009-01/msg00026.html
+Note: disabled on !hurd, because it breaks kfreebsd, as it hides their
+
+
commit b4da06a7e200d0cf8d132a83852e473b7795f691
Author: Samuel Thibault
Date: Sun Jan 10 23
@@
[ Samuel Thibault ]
* Add expected hurd-i386 failure (actually not a regression).
+ * Add patches/hurd-i386/local-add-needed.diff to fix getting functions from
+libmachuser and libhurduser with gold linking.
-- Samuel Thibault Wed, 02 Mar 2011 23:28:40 +0100
Copied: glibc-package/trunk
Author: sthibault
Date: 2011-03-07 09:35:11 + (Mon, 07 Mar 2011)
New Revision: 4569
Modified:
glibc-package/branches/eglibc-2.13/
Log:
re-forward-port r4568 from trunk
Property changes on: glibc-package/branches/eglibc-2.13
_
Author: sthibault
Date: 2011-03-19 16:11:08 + (Sat, 19 Mar 2011)
New Revision: 4587
Modified:
glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-i486-gnu-libc
glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-i686-gnu-i386
glib
Author: sthibault
Date: 2011-03-29 21:34:10 + (Tue, 29 Mar 2011)
New Revision: 4599
Modified:
glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-add-needed.diff
glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-pthread_stubs.diff
glibc-package/branches
glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/submitted-add-needed.diff
2011-03-29 22:03:04 UTC (rev 4600)
@@ -0,0 +1,22 @@
+2011-03-29 Samuel Thibault
+
+* Makerules ($(inst_libdir)/libc.so): Add -lmachuser -lhurduser to
+libc.so on GNU/Hurd.
+
+---
+ Makerule
-needed.diff
2011-03-30 01:20:17 UTC (rev 4601)
@@ -1,3 +1,5 @@
+http://lists.gnu.org/archive/html/bug-hurd/2011-03/msg00112.html
+
2011-03-29 Samuel Thibault
* Makerules ($(inst_libdir)/libc.so): Add -lmachuser -lhurduser to
--
To UNSUBSCRIBE, email to debian-glibc-requ
Author: sthibault
Date: 2011-04-11 22:32:58 + (Mon, 11 Apr 2011)
New Revision: 4605
Added:
glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-ED.diff
Modified:
glibc-package/branches/eglibc-2.13/debian/changelog
glibc-package/branches/eglibc-2.13/debian/patches/series
L
Author: sthibault
Date: 2011-04-21 10:22:03 + (Thu, 21 Apr 2011)
New Revision: 4609
Modified:
glibc-package/branches/eglibc-2.13/debian/changelog
glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-pthread_posix-option.diff
Log:
Add defining LIBPTHREAD_VERSION to
patches/h
ht: update.
+ [ Samuel Thibault ]
+ * Update "expected" hurd-i386 failures.
+
-- Aurelien Jarno Sun, 05 Jun 2011 00:27:40 +0200
eglibc (2.13-5) unstable; urgency=low
Modified:
glibc-package/trunk/debian/testsuite-checking/expected-r
(rev
4742)
@@ -2,7 +2,7 @@
[ Samuel Thibault ]
* Add patches/hurd-i386/submitted-ldsodefs.h.diff to fix loading binaries
-with GNU/Hurd-specific extensions.
+with GNU/Hurd-specific extensions, disabled for now.
[ Aurelien Jarno ]
* Add patches/any/cvs-addmntent.diff to
)
+++ glibc-package/trunk/debian/changelog2011-06-27 21:01:35 UTC (rev
4755)
@@ -3,6 +3,9 @@
[ Samuel Thibault ]
* Add patches/hurd-i386/submitted-ldsodefs.h.diff to fix loading binaries
with GNU/Hurd-specific extensions, disabled for now.
+ * patches/hurd-i386/local-sendmsg
/submitted-catch-signal.diff
2011-06-29 22:34:50 UTC (rev 4767)
@@ -1,3 +1,5 @@
+http://sourceware.org/ml/libc-alpha/2010-09/msg00015.html
+
2010-09-13 Samuel Thibault
Fix signal-catching functions.
Modified: glibc-package/trunk/debian/patches/hurd-i386/submitted-ldsodefs.h.diff
binutils-defined ELFOSABI_HURD, but maybe we will just rename
-ELFOSABI_LINUX into ELFOSABI_GNU actually, so this is disabled for now.
+binutils started emitting ELF files with ELFOSABI_GNU due to GNU-specific
+ELF extensions. We need to accept loading such binaries on hurd-i386 too.
2011-06-19 Samuel
-07-02 22:02:09 UTC (rev
4776)
@@ -3,6 +3,8 @@
[ Samuel Thibault ]
* patches/README: Add "unsubmitted" category.
* Rename most local hurd-i386 patches into unsubmitted.
+ * patches/hurd-i386/submitted-PTRACE_CONTINUE.diff: New patch from Jeremy
+Koenig, to fix initial
Author: sthibault
Date: 2011-07-03 14:21:29 + (Sun, 03 Jul 2011)
New Revision: 4777
Modified:
glibc-package/trunk/debian/patches/series
Log:
really enable patch
Modified: glibc-package/trunk/debian/patches/series
===
--- glibc
Author: sthibault
Date: 2011-07-03 14:22:20 + (Sun, 03 Jul 2011)
New Revision: 4778
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/hurd-i386/submitted-ldsodefs.h.diff
glibc-package/trunk/debian/patches/series
Log:
* patches/hurd-i386/submitted-ldso
Author: sthibault
Date: 2011-07-23 21:27:26 + (Sat, 23 Jul 2011)
New Revision: 4814
Added:
glibc-package/trunk/debian/libc0.3.symbols.hurd-i386
Modified:
glibc-package/trunk/debian/changelog
Log:
Add debian/libc0.3.symbols.hurd-i386.
Modified: glibc-package/trunk/debian/changelog
==
Jeremie Koenig, le Sat 23 Jul 2011 08:54:27 +0200, a écrit :
> + [ Jeremie Koenig ]
> + * Add debian/libc0.3.symbols.hurd-i386.
Applied, thanks.
Samuel
--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.
)
@@ -1,10 +1,15 @@
eglibc (2.13-14) UNRELEASED; urgency=low
+ [ Aurelien Jarno ]
* Remove amd64 biarch includes from libc6-dev:i386. Closes: #636115,
#636116.
- -- Aurelien Jarno Sun, 31 Jul 2011 14:00:59 +0200
+ [ Samuel Thibault ]
+ * patches/hurd-i386/submitted-sysvshm.diff: Fix
UTC (rev
4890)
@@ -21,8 +21,12 @@
* Add patches arm/cvs-align-constant-pool.diff from upstream to fix
alignement issues on armhf.
- -- Aurelien Jarno Tue, 09 Aug 2011 11:40:02 +0200
+ [ Samuel Thibault ]
+ * debian/patches/hurd-i386/submitted-ioctl-unsigned-size_t.diff: Add
+u?int
/debian/changelog2011-08-20 17:07:51 UTC (rev
4904)
@@ -24,6 +24,8 @@
[ Samuel Thibault ]
* debian/patches/hurd-i386/submitted-ioctl-unsigned-size_t.diff: Add
u?int{8,16,32,64} ioctl types.
+ * debian/patches/hurd-i386/submitted-init-first.diff: Fix stack switching
+compilation
Applied after testing, thanks!
Samuel
--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110824221550.GK4746@type
/changelog2011-08-24 22:05:05 UTC (rev
4926)
+++ glibc-package/trunk/debian/changelog2011-08-25 23:25:20 UTC (rev
4927)
@@ -14,6 +14,10 @@
submitted-hurdsig-fixes.diff.
* libc0.3.symbols.hurd-i386: Add version for global-disposition functions.
+ [ Samuel Thibault
Author: sthibault
Date: 2011-09-04 15:37:13 + (Sun, 04 Sep 2011)
New Revision: 4939
Modified:
glibc-package/trunk/debian/patches/hurd-i386/submitted-libc_stack_end.diff
Log:
Drop part of the patch which does not apply to the Debian source
Modified:
glibc-package/trunk/debian/patches/hurd-
/debian/changelog2011-09-04 17:01:06 UTC (rev
4943)
+++ glibc-package/trunk/debian/changelog2011-09-06 12:32:22 UTC (rev
4944)
@@ -24,6 +24,9 @@
[ Samuel Thibault ]
* Add patches/hurd-i386/submitted-libc_stack_end.diff to fix ruby1.9.1 stack
detection.
+ * Add patches/hurd
@@
eglibc (2.13-21) UNRELEASED; urgency=low
- *
+ [ Samuel Thibault ]
+ * patches/hurd-i386/unsubmitted-tls-support.diff: Fix port leak in fork().
- -- Aurelien Jarno Thu, 08 Sep 2011 12:05:26 +0200
+ -- Samuel Thibault Thu, 08 Sep 2011 15:31:05 +0200
eglibc (2.13-20) unstable; urgency=low
===
--- glibc-package/trunk/debian/changelog2011-09-08 13:32:09 UTC (rev
4959)
+++ glibc-package/trunk/debian/changelog2011-09-08 17:01:01 UTC (rev
4960)
@@ -2,6 +2,9 @@
[ Samuel Thibault ]
* patches/hurd-i386/unsubmitted-tls-support.diff: Fix port
series.
+ * Add patches/hurd-i386/cvs-fork_ports.diff to fix uninitialized reference
+count.
-- Samuel Thibault Thu, 08 Sep 2011 15:31:05 +0200
Added: glibc-package/trunk/debian/patches/hurd-i386/cvs-fork_ports.diff
Author: sthibault
Date: 2011-09-14 01:01:39 + (Wed, 14 Sep 2011)
New Revision: 4975
Modified:
glibc-package/trunk/debian/changelog
Log:
Fix changelog
Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/d
elx17.out error on amd64. Closes: #643567.
- -- Aurelien Jarno Sun, 02 Oct 2011 00:35:40 +0200
+ [ Samuel Thibault ]
+ * patches/hurd-i386/submitted-setresid.diff: New patch to fix -1 passed to
+setres[ug]id.
+ -- Samuel Thibault Mon, 17 Oct 2011 01:23:52 +0200
+
eglibc (2.13-21) uns
/debian/changelog2011-10-18 07:11:41 UTC (rev
4998)
+++ glibc-package/trunk/debian/changelog2011-10-18 22:22:09 UTC (rev
4999)
@@ -7,7 +7,7 @@
[ Samuel Thibault ]
* patches/hurd-i386/submitted-setresid.diff: New patch to fix -1 passed to
-setres[ug]id.
+setres[ug]id
+1,5 @@
+http://cygwin.com/ml/libc-alpha/2011-10/msg00031.html
+
2011-10-17 Samuel Thibault
* sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case, which
--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Conta
Author: sthibault
Date: 2011-10-27 00:30:53 + (Thu, 27 Oct 2011)
New Revision: 5009
Modified:
glibc-package/trunk/debian/patches/hurd-i386/submitted-ECANCELED.diff
glibc-package/trunk/debian/patches/hurd-i386/submitted-IPV6_PKTINFO.diff
glibc-package/trunk/debian/patches/hurd-i386/sub
Author: sthibault
Date: 2011-10-27 00:45:46 + (Thu, 27 Oct 2011)
New Revision: 5010
Modified:
glibc-package/trunk/debian/patches/hurd-i386/submitted-extern_inline.diff
glibc-package/trunk/debian/patches/hurd-i386/submitted-ldsodefs.h.diff
glibc-package/trunk/debian/patches/hurd-i386/s
Author: sthibault
Date: 2011-10-28 23:46:30 + (Fri, 28 Oct 2011)
New Revision: 5012
Added:
glibc-package/trunk/debian/patches/kfreebsd/submitted-libc_once.diff
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/hurd-i386/submitted-libc_once.diff
glibc
://sourceware.org/ml/libc-alpha/2011-06/msg00087.html
+
+binutils started emitting ELF files with ELFOSABI_GNU due to GNU-specific
+ELF extensions. We need to accept loading such binaries on hurd-i386 too.
+
+2011-06-19 Samuel Thibault
+
+* elf/elf.h (ELFOSABI_GNU): Define macro
/tg-elfosabi_gnu.diff
2011-10-28 23:51:54 UTC (rev 5014)
@@ -0,0 +1,151 @@
+Subject: [PATCH] ELFOSABI_GNU
+
+From: Samuel Thibault
+
+binutils started emitting ELF files with ELFOSABI_GNU due to GNU-specific
+ELF extensions. We need to accept loading such binaries on hurd-i386 too.
+
+2011-06
/submitted-sgttyb.diff
(rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-sgttyb.diff
2011-11-01 23:35:34 UTC (rev 5033)
@@ -0,0 +1,21 @@
+2011-11-02 Samuel Thibault
+
+* bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
+
+---
+ ioctl-types.h
Author: sthibault
Date: 2011-11-03 01:06:44 + (Thu, 03 Nov 2011)
New Revision: 5034
Added:
glibc-package/trunk/debian/patches/hurd-i386/tg-dup3.diff
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/hurd-i386/submitted-dup2-fix.diff
glibc-package/tru
Author: sthibault
Date: 2011-11-07 10:18:23 + (Mon, 07 Nov 2011)
New Revision: 5035
Modified:
glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-pthread_posix-option.diff
Log:
Fix gai_misc.h compilation
Modified:
glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-pthread_posi
Author: sthibault
Date: 2011-11-07 12:21:17 + (Mon, 07 Nov 2011)
New Revision: 5036
Modified:
glibc-package/trunk/debian/testsuite-checking/expected-results-i486-gnu-libc
glibc-package/trunk/debian/testsuite-checking/expected-results-i686-gnu-i386
glibc-package/trunk/debian/testsuite-
)
+++ glibc-package/trunk/debian/patches/hurd-i386/cvs-sgttyb.diff
2011-11-12 01:27:30 UTC (rev 5037)
@@ -0,0 +1,21 @@
+2011-11-02 Samuel Thibault
+
+* bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
+
+---
+ ioctl-types.h |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion
Author: sthibault
Date: 2011-11-12 14:03:09 + (Sat, 12 Nov 2011)
New Revision: 5038
Added:
glibc-package/trunk/debian/patches/hurd-i386/local-clock_gettime_MONOTONIC.diff
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/series.hurd-i386
Log:
patches/h
Author: sthibault
Date: 2011-11-21 07:55:28 + (Mon, 21 Nov 2011)
New Revision: 5039
Added:
glibc-package/trunk/debian/patches/hurd-i386/submitted-_hurd_socket_server-indexcheck.diff
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/series
Log:
New patc
Author: sthibault
Date: 2011-11-21 21:41:07 + (Mon, 21 Nov 2011)
New Revision: 5040
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/libc0.3.symbols.hurd-i386
Log:
libc0.3.symbols.hurd-i386: Drop removed unused xxx_ and yyy_ RPCs.
Modified: glibc-package/trunk/d
Author: sthibault
Date: 2011-11-26 15:40:07 + (Sat, 26 Nov 2011)
New Revision: 5042
Modified:
glibc-package/trunk/debian/patches/hurd-i386/local-clock_gettime_MONOTONIC.diff
Log:
Make sysconf not return -1 all the time...
Modified:
glibc-package/trunk/debian/patches/hurd-i386/local-clock
Author: sthibault
Date: 2011-11-26 15:58:50 + (Sat, 26 Nov 2011)
New Revision: 5043
Modified:
glibc-package/trunk/debian/patches/hurd-i386/local-clock_gettime_MONOTONIC.diff
Log:
Really make sysconf(_POSIX_MONOTONIC_CLOCK) return >= 0
Modified:
glibc-package/trunk/debian/patches/hurd-i38
Author: sthibault
Date: 2011-11-27 01:24:37 + (Sun, 27 Nov 2011)
New Revision: 5044
Added:
glibc-package/trunk/debian/patches/hurd-i386/submitted-hurd-recvfrom.diff
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/series
Log:
hurd: fix recvfrom on sock
Author: sthibault
Date: 2011-11-28 09:25:41 + (Mon, 28 Nov 2011)
New Revision: 5045
Added:
glibc-package/trunk/debian/patches/hurd-i386/local-select.diff
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/series
Log:
local-select.diff: New patch to fix s
Author: sthibault
Date: 2011-11-28 10:34:55 + (Mon, 28 Nov 2011)
New Revision: 5046
Modified:
glibc-package/trunk/debian/changelog
Log:
Close corresponding bug
Modified: glibc-package/trunk/debian/changelog
===
--- glibc-packa
Author: sthibault
Date: 2011-11-29 00:50:55 + (Tue, 29 Nov 2011)
New Revision: 5047
Modified:
glibc-package/trunk/debian/changelog
Log:
Close perl bug
Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/
Author: sthibault
Date: 2011-12-04 18:24:05 + (Sun, 04 Dec 2011)
New Revision: 5051
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/hurd-i386/tg-struct_stat.diff
Log:
patches/hurd-i386/tg-struct_stat.diff: Add POSIX 2008 visibility.
Modified: glibc-pack
(rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-posix2008.diff
2011-12-04 18:33:56 UTC (rev 5052)
@@ -0,0 +1,61 @@
+2011-12-04 Samuel Thibault
+
+* bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART, SA_NODEFER,
+SA_RESETHAND.
+* sysdeps
Author: sthibault
Date: 2011-12-08 00:48:10 + (Thu, 08 Dec 2011)
New Revision: 5056
Added:
glibc-package/trunk/debian/patches/hurd-i386/submitted-select-inputcheck.diff
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/hurd-i386/local-select.diff
gli
Author: sthibault
Date: 2011-12-12 23:09:49 + (Mon, 12 Dec 2011)
New Revision: 5074
Modified:
glibc-package/trunk/debian/patches/hurd-i386/submitted-_hurd_socket_server-indexcheck.diff
glibc-package/trunk/debian/patches/hurd-i386/submitted-hurd-recvfrom.diff
Log:
Add submission urls
Mo
:21 +0100
+ [ Samuel Thibault ]
+ * patches/hurd-i386/submitted-mach-nanosleep.diff: New patch from Pino to
+reject some nanosleep parameters values.
+ -- Samuel Thibault Tue, 13 Dec 2011 00:05:49 +0100
+
eglibc (2.13-22) unstable; urgency=low
[ Adam Conrad ]
Added:
glibc-package
Package: libc6
Version: 2.6.1-6
Severity: wishlist
Hello,
Documentation for //translit and //ignore can be found in iconv_open(3),
but non-C-programmers people will probably never read it but just read
iconv(1), so iconv(1) should document it too.
Samuel
-- System Information:
Debian Release: l
Hello,
Aurelien Jarno, le Thu 03 Jan 2008 07:38:02 +0100, a écrit :
> >>> I was wondering: since we had to set _dl_dynamic_weak to 1; in
> >>> order to get the X11 stubs working properly anyway, maybe we could add
> >>> to the debian glibc package a temporary patch that implements the few
> >>> st
Hello,
Samuel Thibault, le Sat 05 Jan 2008 02:43:59 +, a écrit :
> Aurelien Jarno, le Thu 03 Jan 2008 07:38:02 +0100, a écrit :
> > >>> I was wondering: since we had to set _dl_dynamic_weak to 1; in
> > >>> order to get the X11 stubs working properly anyway,
Package: libc6
Version: 2.7-13
Severity: normal
Hello,
I have a script that used to do iconv -f latin9, but with the current
version of libc6, that charset is not recognized any more (though
latin[1-8] still are).
Samuel
-- System Information:
Debian Release: lenny/sid
APT prefers testing
A
1 - 100 of 1543 matches
Mail list logo