Package: glibc / 2.24-11+deb9u3
Metadata
| Package | Version | Patches format |
|---|---|---|
| glibc | 2.24-11+deb9u3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| hurd i386/local enable ldconfig.diff | (download) |
elf/ldconfig.c |
4 4 + 0 - 0 ! |
enable ldconfig and such on hurd-i386 |
| hurd i386/tg context_functions.diff | (download) |
sysdeps/mach/hurd/i386/Makefile |
5 5 + 0 - 0 ! |
[patch] getcontext, makecontext, setcontext, swapcontext |
| hurd i386/tg tls.diff | (download) |
csu/libc-start.c |
2 2 + 0 - 0 ! |
[patch] tls TLS support. All by Samuel Thibault. |
| hurd i386/tg tls threadvar.diff | (download) |
hurd/Versions |
6 1 + 5 - 0 ! |
[patch] tls-threadvar replace the custom threadvar mechanism with generic TLS. That will fix sigaltstack. Note: the added reply_port and _hurd_sigstate fields should be kept last. |
| hurd i386/tg tlsdesc.sym.diff | (download) |
sysdeps/mach/hurd/i386/tlsdesc.sym |
19 19 + 0 - 0 ! |
[patch] tlsdesc.sym i386 version of tlsdesc.sym for GNU Hurd. |
| hurd i386/tg sysvshm.diff | (download) |
hurd/Makefile |
1 1 + 0 - 0 ! |
[patch] implement sysv shared memory for gnu/hurd.
2005-07-11 Marcus Brinkmann <marcus@gnu.org>
* hurd/Makefile (routines): Add sysvshm.
(distribute): Add sysvshm.h.
* hurd/sysvshm.h: New file.
* hurd/sysvshm.c: New file.
* sysdeps/mach/hurd/bits/stat.h (S_IMMAP0): New macro.
(S_ISPARE): Unset the S_IMMAP0 flag.
* sysdeps/mach/hurd/ftok.c: New file.
* sysdeps/mach/hurd/shmat.c: New file.
* sysdeps/mach/hurd/shmctl.c: New file.
* sysdeps/mach/hurd/shmdt.c: New file.
* sysdeps/mach/hurd/bits/posix_opt.h: Define _XOPEN_SHM to 1.
|
| hurd i386/tg _dl_random.diff | (download) |
sysdeps/mach/hurd/dl-sysdep.c |
2 2 + 0 - 0 ! |
[patch] _dl_random _dl_random |
| hurd i386/tg thread cancel.diff | (download) |
hurd/hurdexec.c |
1 0 + 1 - 0 ! |
[patch] the critical section lock _can_ be held in these place.
At least since hurd_thread_cancel can be called by another thread and lock our
critical lock.
http://bugs.debian.org/46859
Thomas suggested that there is no need to take the critical section
lock. I believe that taking the critical section lock is necessary to
prevent the target thread from entering a signal handler. Roland will
look into the problem.
Taking the critical section lock makes these assertions bogus.
It happens that hurd_thread_cancel is only called from libports and inside
/hurd/term so this is rare in practice.
A reproducer can be found here:
http://lists.gnu.org/archive/html/bug-hurd/2014-05/msg00025.html
2006-08-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
* hurd/thread-cancel.c (hurd_thread_cancel): Do not assert that
`&ss->critical_section_lock' is unlocked.
* sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise, and take
critical section lock before taking the sigstate lock.
* sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
|
| hurd i386/tg bigmem.diff | (download) |
sysdeps/mach/hurd/dl-sysdep.c |
28 22 + 6 - 0 ! |
[patch] allow the kernel to start earlier than vm_max_address A bit hackish. |
| hurd i386/local disable ioctls.diff | (download) |
sysdeps/mach/hurd/bits/ioctls.h |
6 6 + 0 - 0 ! |
--- |
| hurd i386/tg locarchive.diff | (download) |
locale/programs/locarchive.c |
18 18 + 0 - 0 ! |
[patch] fix installation of locales-all Dirty hack to fix installation of locales-all: instead of just locking the archive extension (which is not supported on hurd-i386), lock it all. |
| hurd i386/tg no hp timing.diff | (download) |
sysdeps/mach/hurd/hp-timing.h |
42 42 + 0 - 0 ! |
[patch] no hp timing 2010-08-21 Samuel Thibault <samuel.thibault@ens-lyon.org> We don't have support for hp timing for now, even the i686 variant, which needs to know the CPU speed. Copied from sysdeps/generic/hp-timing.h |
| hurd i386/tg sendmsg SCM_RIGHTS.diff | (download) |
sysdeps/mach/hurd/recvmsg.c |
97 95 + 2 - 0 ! |
[patch] add support to send file descriptors over unix sockets |
| hurd i386/tg sendmsg SCM_CREDS.diff | (download) |
hurd/Makefile |
2 1 + 1 - 0 ! |
[patch] hurd: scm_creds support Svante Signell <svante.signell@gmail.com> Samuel Thibault <samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): On SCM_CREDS control messages, record uids, pass a rendez-vous port in the control message, and call __auth_user_authenticate_request to make auth send credentials on that port. Do not wait for a reply. * sysdeps/mach/hurd/recvmsg.c (contains_uid, contains_gid, check_auth): New functions. (__libc_recvmsg): On SCM_CREDS control messages, call check_auth to check the passed credentials thanks to the answer from the auth server. * hurd/Makefile (user-interfaces): Add auth_request and auth_reply. |
| hurd i386/tg grantpt.diff | (download) |
sysdeps/mach/hurd/ptsname.c |
18 14 + 4 - 0 ! |
[patch] t/grantpt
/media/Stalin/tmp/glibc.hurd.gnu-2/libc_pic.os: In function `pts_name':
/media/data/home/thomas/tmp/source/glibc/git/glibc.hurd/login/../sysdeps/unix/grantpt.c:52: undefined reference to `__ptsname_internal'
collect2: ld returned 1 exit status
make[1]: *** [/media/Stalin/tmp/glibc.hurd.gnu-2/libc.so] Error 1
Cf. aa9890239a2aef81e64f3f22a31c7e01b6501f69
Need any of the checks (stat, etc.) that Linux' __ptsname_internal does?
Implement close_all_fds as in 139ee080b6b428240bf49f3e6361f3ac729f891a?
|
| hurd i386/submitted add needed.diff | (download) |
Makerules |
3 3 + 0 - 0 ! |
--- |
| hurd i386/local ED.diff | (download) |
sysdeps/mach/hurd/bits/errno.h |
2 2 + 0 - 0 ! |
--- |
| hurd i386/tg posix_thread.diff | (download) |
sysdeps/mach/hurd/Makefile |
4 4 + 0 - 0 ! |
[patch] t/posix_thread Declare that we have a libpthread. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/tg gai_misc.diff | (download) |
sysdeps/mach/hurd/gai_misc.h |
44 44 + 0 - 0 ! |
[patch] t/gai_misc Add a hurd version of threaded gai_misc.h Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/local madvise_warn.diff | (download) |
misc/madvise.c |
2 1 + 1 - 0 ! |
--- |
| hurd i386/tg hurdsig fixes.diff | (download) |
hurd/hurdsig.c |
272 160 + 112 - 0 ! |
[patch] signal code refactoring.
These patches should not change the current
behavior, although they do fix a few minor bugs which were made
apparent in the process. They are unchanged from my previous post
earlier this month.
34f5960 _hurd_internal_post_signal: Split into more functions
420eec9 _hurd_internal_post_signal: Scope variables more restrictively
1f5accd _hurd_internal_post_signal: Split out inner functions
1bb0a1d Hurd signals: refactor check_pending_signals
1764465 Hurd signals: reindent
28473d2 Hurd signals: make sigsuspend POSIX-conformant.
26d091a Hurd signals: fix uninitialized value.
|
| hurd i386/tg hurdsig global dispositions.diff | (download) |
hurd/ctty-input.c |
16 10 + 6 - 0 ! |
[patch] global signal dispositions.
Although they should not change the
default behaviors of signals for cthread programs, these patches add
new functions which can be used by libpthread to enable
POSIX-conforming behavior of signals on a per-thread basis.
YYYY-MM-DD Jeremie Koenig <jk@jk.fr.eu.org>
e407ae3 Hurd signals: implement global signal dispositions
38eb4b3 Hurd signals: provide a sigstate destructor
344dfd6 Hurd signals: fix sigwait() for global signals
fb055f2 Hurd signals: fix global untraced signals.
YYYY-MM-DD Thomas Schwinge <thomas@codesourcery.com>
* sysdeps/mach/hurd/fork.c (__fork): In the child, reinitialize
the global sigstate's lock.
This is work in progress.
This cures an issue that would very rarely cause a deadlock in the child
in fork, tries to unlock ss' critical section lock at the end of fork.
This will typically (always?) be observed in /bin/sh, which is not
surprising as that is the foremost caller of fork.
To reproduce an intermediate state, add an endless loop if
_hurd_global_sigstate is locked after __proc_dostop (cast through
volatile); that is, while still being in the fork's parent process.
When that triggers (use the libtool testsuite), the signal thread has
already locked ss (which is _hurd_global_sigstate), and is stuck at
hurdsig.c:685 in post_signal, trying to lock _hurd_siglock (which the
main thread already has locked and keeps locked until after
__task_create). This is the case that ss->thread == MACH_PORT_NULL, that
is, a global signal. In the main thread, between __proc_dostop and
__task_create is the __thread_abort call on the signal thread which would
abort any current kernel operation (but leave ss locked). Later in fork,
in the parent, when _hurd_siglock is unlocked in fork, the parent's
signal thread can proceed and will unlock eventually the global sigstate.
In the client, _hurd_siglock will likewise be unlocked, but the global
sigstate never will be, as the client's signal thread has been configured
to restart execution from _hurd_msgport_receive. Thus, when the child
tries to unlock ss' critical section lock at the end of fork, it will
first lock the global sigstate, will spin trying to lock it, which can
never be successful, and we get our deadlock.
Options seem to be:
* Move the locking of _hurd_siglock earlier in post_signal -- but that
may generally impact performance, if this locking isn't generally
needed anyway?
On the other hand, would it actually make sense to wait here until we
are not any longer in a critical section (which is meant to disable
signal delivery anway (but not for preempted signals?))?
* Clear the global sigstate in the fork's child with the rationale that
we're anyway restarting the signal thread from a clean state. This
has now been implemented.
Why has this problem not been observed before Jrmie's patches? (Or has
it? Perhaps even more rarely?) In _S_msg_sig_post, the signal is now
posted to a *global receiver thread*, whereas previously it was posted to
the *designated signal-receiving thread*. The latter one was in a
critical section in fork, so didn't try to handle the signal until after
leaving the critical section? (Not completely analyzed and verified.)
Another question is what the signal is that is being received
during/around the time __proc_dostop executes.
|
| hurd i386/local hurdsig global dispositions version.diff | (download) |
hurd/Versions |
16 16 + 0 - 0 ! |
--- |
| hurd i386/tg hurdsig SA_SIGINFO.diff | (download) |
hurd/hurd/signal.h |
5 5 + 0 - 0 ! |
[patch] implement sa_siginfo signal handlers.
52baaca Hurd signals: Copy bits/sigaction.h
4232c66 Hurd signals: SA_SIGINFO support
1831cfe Hurd signals: Use POSIX sigcodes
|
| hurd i386/tg hurdsig fixes 2.diff | (download) |
hurd/hurdsig.c |
4 1 + 3 - 0 ! |
[patch] small signal fixes
22e7268 Hurd signals: fix sigwait for pending signals
da8bf5e Hurd signals: clear the pending mask in fork and spawn
8e87205 Hurd signals: don't drop blocked ignored signals
|
| hurd i386/tg hooks.diff | (download) |
Makerules |
39 39 + 0 - 0 ! |
[patch] t/hooks
Add link rules to sort hooks, otherwise they are not properly recorded
2012-04-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
* Makerules (shlib.lds): Add hurd hooks sorting rules.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
| hurd i386/cvs libpthread.diff | (download) |
libpthread/ChangeLog |
6 6 + 0 - 0 ! |
--- |
| hurd i386/libpthread_build.diff | (download) |
sysdeps/mach/hurd/Implies |
2 2 + 0 - 0 ! |
--- |
| hurd i386/tg libpthread_depends.diff | (download) |
nscd/Depend |
1 1 + 0 - 0 ! |
[patch] t/libpthread_depends libpthread needs to be built before modules which need it. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/libpthread_version.diff | (download) |
libpthread/Versions |
28 26 + 2 - 0 ! |
--- |
| hurd i386/submitted exec_filename.diff | (download) |
hurd/Makefile |
4 2 + 2 - 0 ! |
[patch] use the new file_exec_file_name rpc Pass the file name of executable to the exec server, which it needs to execute #!-scripts. Currently, the exec server tries to guess the name from argv[0] but argv[0] only contains the executable name by convention. |
| hurd i386/unsubmitted gnumach.defs.diff | (download) |
sysdeps/mach/configure |
2 1 + 1 - 0 ! |
--- |
| hurd i386/tg hurdsig boot fix.diff | (download) |
hurd/hurdsig.c |
3 2 + 1 - 0 ! |
--- |
| hurd i386/tg single select timeout.diff | (download) |
hurd/hurdselect.c |
5 1 + 4 - 0 ! |
--- |
| hurd i386/tg setitimer.diff | (download) |
sysdeps/mach/hurd/setitimer.c |
20 12 + 8 - 0 ! |
--- |
| hurd i386/tg pie sbrk.diff | (download) |
sysdeps/mach/hurd/brk.c |
6 5 + 1 - 0 ! |
fix sbrk in pie binaries In PIE mode, the program gets loaded at very low address, and thus _end is very low, just before libraries, and thus initializing the brk to it does not make sense, since there is no room left there. Hardcode the brk to 0x8000000 for now as a workaround. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/tg ifaddrs_v6.diff | (download) |
sysdeps/mach/hurd/ifaddrs.c |
306 306 + 0 - 0 ! |
[patch] workaround to add ipv6 support to getifaddrs ifreq only contains sockaddr structures, which are not big enough for IPv6 addresses. This takes another, ugly, approach, by parsing fsysopts /servers/socket/2 options... Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/tg remap_getcwd.diff | (download) |
sysdeps/mach/hurd/getcwd.c |
12 0 + 12 - 0 ! |
[patch] allow unknown root directory. To be efficient, the remap translator simply returns ports from the underlying filesystem, and thus the root directory found through browsing '..' is the underlying root, not the remap root. This should not be a reason for getcwd to fail. * sysdeps/mach/hurd/getcwd.c (_hurd_canonicalize_directory_name_internal): Do not remove the heading slash if we got an unknown root directory. (__getcwd): Do not fail with EGRATUITOUS if we got an unknown root directory. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/tg exec static.diff | (download) |
sysdeps/mach/hurd/i386/init-first.c |
2 1 + 1 - 0 ! |
[patch] fix boot with statically-linked exec server. * sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by oneself when the pointer given in D is nul (as set by ext2fs). Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/tg EIEIO fr.diff | (download) |
po/fr.po |
2 1 + 1 - 0 ! |
[patch] correction traduction computer bought the farm * po/fr.po: Fix EIEIO french translation. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/tg EGREGIOUS fr.diff | (download) |
po/fr.po |
2 1 + 1 - 0 ! |
[patch] t/egregious-fr Fix grammar in french translation for EGREGIOUS Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/tg io_select_timeout.diff | (download) |
hurd/Makefile |
3 2 + 1 - 0 ! |
fix timeout handling in _hurd_select
Rely on servers to implement timeouts, so that very short values (including
0) don't make mach_msg return before valid replies can be received. The
purpose of this scheme is to guarantee a full client-server round-trip,
whatever the timeout value.
This change depends on the new io_select_timeout RPC being implemented by
servers.
* hurd/Makefile (user-interfaces): Add io_reply and io_request.
* hurd/hurdselect.c: Include <sys/time.h>, <hurd/io_request.h> and <limits.h>.
(_hurd_select): Replace the call to __io_select with either __io_select_request
or __io_select_timeout_request, depending on the timeout. Count the number of
ready descriptors (replies for which at least one type bit is set). Implement
the timeout locally when there is no file descriptor.
|
| hurd i386/tg poll_errors_fixes.diff | (download) |
hurd/hurdselect.c |
149 108 + 41 - 0 ! |
fix poll and select posix compliancy details about errors
This fixes the following:
- On error, poll must not return without polling, including EBADF, and instead
report POLLHUP/POLLERR/POLLNVAL
- Select must report EBADF if some set contains an invalid FD.
The idea is to move error management to after all select calls, in the
poll/select final treatment. The error is instead recorded in a new `error'
field, and a new SELECT_ERROR bit set.
Thanks Svante Signell for the initial version of the patch.
* hurd/hurdselect.c (SELECT_ERROR): New macro.
(_hurd_select):
- Add `error' field to `d' structures array.
- If a poll descriptor is bogus, set EBADF, but continue with a zero timeout.
- Go through the whole fd_set, not only until _hurd_dtablesize. Return EBADF
there is any bit set above _hurd_dtablesize.
- Do not request io_select on bogus descriptors (SELECT_ERROR).
- On io_select request error, record the error.
- On io_select bogus reply, use EIO error code.
- On io_select bogus or error reply, record the error.
- Do not destroy reply port for bogus FDs.
- On error, make poll set POLLHUP in the EPIPE case, POLLNVAL in the EBADF
case, or else POLLERR.
- On error, make select simulated readiness.
|
| hurd i386/unsubmitted clock_t_centiseconds.diff | (download) |
sysdeps/mach/hurd/clock.c |
8 4 + 4 - 0 ! |
--- |
| hurd i386/submitted path_mounted.diff | (download) |
sysdeps/generic/paths.h |
2 1 + 1 - 0 ! |
[patch 2/2] define _path_mounted as "/etc/mtab" Date: Thu, 15 Aug 2013 10:43:35 +0200 Change the definition of _PATH_MOUNTED to "/etc/mtab". This is the value used on Linux. The change is motivated by the fact that on Debian /etc/mtab is a symbolic link to /proc/mounts. This patch adjusts the macro for non-linux systems such as Hurd. Changing this using sysdeps/mach/hurd/paths.h causes build problems because /usr/include/hurd/paths.h is shadowed by this file. This change is proposed in the hope that aligning the non-linux targets with the glibc for Linux is perceived as a good thing while fixing this problem on Debian/Hurd along the way. * sysdeps/generic/paths.h (_PATH_MOUNTED): Change value to "/etc/mtab". |
| hurd i386/unsubmitted NO_HIDDEN.diff | (download) |
sysdeps/generic/symbol-hacks.h |
3 3 + 0 - 0 ! |
--- |
| hurd i386/tg socket_flags.diff | (download) |
sysdeps/mach/hurd/kernel-features.h |
1 1 + 0 - 0 ! |
[patch] socket_flags 2008-12-17 Thomas Schwinge <tschwinge@gnu.org> SOCK_CLOEXEC and SOCK_NONBLOCK for socket on GNU Hurd. * sysdeps/mach/hurd/socket.c (__socket): Handle SOCK_CLOEXEC and SOCK_NONBLOCK. * sysdeps/mach/hurd/kernel-features.h (__ASSUME_SOCK_CLOEXEC): Define. |
| hurd i386/tg socketpair_flags.diff | (download) |
sysdeps/mach/hurd/socketpair.c |
25 22 + 3 - 0 ! |
[patch] socketpair_flags 2008-12-17 Thomas Schwinge <tschwinge@gnu.org> SOCK_CLOEXEC and SOCK_NONBLOCK for socketpair on GNU Hurd. * sysdeps/mach/hurd/socketpair.c (__socketpair): Handle SOCK_CLOEXEC and SOCK_NONBLOCK. |
| hurd i386/tg pipe2.diff | (download) |
sysdeps/mach/hurd/kernel-features.h |
1 1 + 0 - 0 ! |
[patch] pipe2 2008-12-17 Thomas Schwinge <tschwinge@gnu.org> pipe2 for GNU Hurd. * sysdeps/mach/hurd/pipe2.c: New file, copy from pipe.c. Evolve it to implement __pipe2. * sysdeps/mach/hurd/pipe.c (__pipe): Reimplement using __pipe2. * sysdeps/mach/hurd/kernel-features.h (__ASSUME_PIPE2): Define. |
| hurd i386/tg libc_getspecific.diff | (download) |
sysdeps/mach/hurd/cthreads.c |
1 1 + 0 - 0 ! |
--- |
| hurd i386/tg futimens.diff | (download) |
sysdeps/mach/hurd/futimens.c |
50 50 + 0 - 0 ! |
[patch] add futimens support * sysdeps/mach/hurd/futimens.c: New file. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> |
| hurd i386/tg sigstate_thread_reference.diff | (download) |
hurd/hurd/signal.h |
17 14 + 3 - 0 ! |
[patch] hurd: make sigstates hold a reference on thread ports This change is required in order to correctly release per-thread resources. Directly reusing the threading library reference isn't possible since the sigstate is also used early in the main thread, before threading is initialized. * hurd/hurd/signal.h (_hurd_self_sigstate): Drop thread reference after calling _hurd_thread_sigstate. (_hurd_critical_section_lock): Likewise. * hurd/hurdsig.c (_hurd_thread_sigstate): Add a reference on the thread. (_hurd_sigstate_delete): Drop thread reference. |
| hurd i386/tg tls_thread_leak.diff | (download) |
sysdeps/mach/hurd/i386/tls.h |
21 13 + 8 - 0 ! |
[patch] hurd: fix port leak in tls Depending on whether the thread is the main thread or not, the threading library can have trouble determining whether the thread reference in the TCB is valid. The simple solution is to let the threading library initialize the TCB, and use a temporary reference when initializing TLS. * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary thread reference. |
| hurd i386/submitted bind_umask2.diff | (download) |
sysdeps/mach/hurd/bind.c |
17 11 + 6 - 0 ! |
--- |
| hurd i386/local libpthread stacksize.diff | (download) |
libpthread/sysdeps/mach/hurd/pt-sysdep.h |
2 1 + 1 - 0 ! |
--- |
| hurd i386/tg WRLCK upgrade.diff | (download) |
misc/sys/file.h |
1 1 + 0 - 0 ! |
[patch] make f_rdlck/f_wrlck atomic lockf(LOCK_EX) would for instance drop any existing shared lock before taking the exclusive lock. F_RDLCK/F_WRLCK need atomic changes, so introduce and use __LOCK_ATOM Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> * misc/sys/file.h (__LOCK_ATOMIC): New macro. * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Use __LOCK_ATOMIC along LOCK_SH and LOCK_EX. |
| hurd i386/tg reboot startup.diff | (download) |
sysdeps/mach/hurd/reboot.c |
5 3 + 2 - 0 ! |
[patch] lookup the startup server through /servers/startup * sysdeps/mach/hurd/reboot.c: Include <hurd/paths.h> (reboot): Lookup _SERVERS_STARTUP instead of calling proc_getmsgport to get a port to the startup server. |
| hurd i386/cvs revert gnu gnu cleanup.diff | (download) |
configure |
12 12 + 0 - 0 ! |
--- |
| hurd i386/tg allocalim.diff | (download) |
sysdeps/pthread/allocalim.h |
7 5 + 2 - 0 ! |
--- |
| hurd i386/libpthread_pthread_types.diff | (download) |
libpthread/sysdeps/i386/bits/pthreadtypes.h |
29 29 + 0 - 0 ! |
--- |
