Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-18 | * debian/patches/dir_acces_fix.patch: New patch, fixes ext2fs crashes. | Samuel Thibault | |
2009-04-04 | * debian/patches/stat_round.patch: New temporary patch, fixes symlink issues | Samuel Thibault | |
with tar. | |||
2009-02-24 | * debian/patches/in6_addr.patch: New patch to fix compilation under libc 2.9. | Samuel Thibault | |
2009-02-02 | * debian/patches/stat-fix.patch: New patch, fixes some timestamp issues. | Samuel Thibault | |
2009-01-30 | Add patch that fixes compilation under libc 2.9. Not enabled yet | Samuel Thibault | |
2009-01-23 | * debian/patches/libpthread_rwlock_initializer.patch: New patch, add missing | Samuel Thibault | |
PTHREAD_RWLOCK_INITIALIZER. | |||
2008-10-01 | * debian/patches/libpthread_mutex_owner.patch: New patch, fix a hang in | Michael Banck | |
libpthread, by Neal Walfield. | |||
2008-09-26 | * debian/patches/uptime_w_path_fix.patch: New patch, run /usr/bin/w instead | Michael Banck | |
of /bin/w. | |||
2008-09-21 | refresh patch | Samuel Thibault | |
2008-09-21 | + debian/rules (DEB_TAR_SRCDIR): Removed. | Michael Banck | |
+ debian/rules (tarball.mk) No longer include it. + debian/rules (simple-patchsys.mk) Replaced with ... + debian/rules (patchsys-quilt.mk) ... this. + debian/patches/series: New file. | |||
2008-09-21 | + debian/patches/libpthread_pthreadexit-safety.patch: Removed, no longer | Michael Banck | |
needed. | |||
2008-09-21 | + debian/patches/pflocal-port-leak.patch: Likewise. | Michael Banck | |
2008-09-21 | + debian/patches/lock-memory-clobber.patch: Likewise. | Michael Banck | |
2008-09-21 | + debian/patches/libpthread_spin-lock-inline.patch: Likewise. | Michael Banck | |
2008-09-21 | + debian/patches/libpthread_pthreadtypes_h.patch: Likewise. | Michael Banck | |
2008-09-21 | + debian/patches/libpthread_mutex-no-include.patch: Likewise. | Michael Banck | |
2008-09-21 | + debian/patches/diskfs_lookup_error_fix.patch: Removed, applies upstream. | Michael Banck | |
2008-09-02 | Fix patch | Michael Banck | |
2008-09-02 | Added missing hunk | Michael Banck | |
2008-09-01 | * debian/patches/procfs.patch: New patch, implements a /proc translator, by | Michael Banck | |
Madhusudan C.S., taken from a CVS branch. | |||
2008-08-29 | Revert addition of debian/patches/procfs.patch | Michael Banck | |
2008-08-29 | * debian/patches/procfs.patch: New patch, implements a /proc translator, by | Michael Banck | |
Madhusudan C.S., taken from a CVS branch. | |||
2008-08-26 | * debian/patches/diskfs_lookup_error_fix.patch: New patch to fix deadlock in | Samuel Thibault | |
lookup error conditions. | |||
2008-08-16 | comment that this patch will have to be dropped in a later cvs snapshot | Samuel Thibault | |
2008-08-04 | * debian/patches/libpthread_pthreadtypes_h.patch: Remove comma at end of | Samuel Thibault | |
enumeration. | |||
2008-08-03 | * debian/ patches/libpthread_mutex-no-include.patch: New patch to drop | Samuel Thibault | |
useless (and problematic) inclusion from mutex.h. * debian/patches/libpthread_spin-lock-inline.patch: New patch to split off inlines from spin-lock.h into spin-lock-inline.h to avoid including too many headers from pthreadtypes.h (fixes glibc 2.7-13 compilation). | |||
2008-08-02 | * debian/patches/lock-memory-clobber.patch: New patch to fix lock safety. | Samuel Thibault | |
2008-07-22 | * debian/patches/pflocal-port-leak.patch: Complete patch. | Samuel Thibault | |
2008-07-22 | * debian/patches/pflocal-port-leak.patch: New patch to fix a port leak in | Samuel Thibault | |
pflocal which was making tcl-related builds hang. | |||
2008-07-12 | * debian/patches/libpthread_pthreadtypes_h.patch: fix patch into really | Samuel Thibault | |
installing <pthread/pthreadtypes.h>. | |||
2008-07-08 | * debian/ patches/libpthread_pthreadexit-safety.patch: New patch to fix a | Samuel Thibault | |
race during thread exit. Fixes e.g. libatomic-ops' testsuite, and probably also a lot of others'. | |||
2008-07-04 | * debian/patches/libpthread_stubs.patch: Fix build. | Samuel Thibault | |
2008-07-04 | * debian/patches/libpthread_stubs.patch: Fix build. | Samuel Thibault | |
2008-07-04 | fix patch | Samuel Thibault | |
2008-06-28 | * debian/patches/libpthread_pthreadtypes_h.patch: New patch to get pthread | Samuel Thibault | |
types into <pthread/pthreadtypes.h>, which <bits/pthreadtypes.h> will be able to include. | |||
2008-06-07 | + debian/patches/mmx.patch: Likewise. | Michael Banck | |
+ debian/patches/libpthread_stubs.patch: Updated, one hunk got applied upstream. | |||
2008-06-07 | + debian/patches/libpthread_inline.patch: Likewise. | Michael Banck | |
2008-06-07 | + debian/patches/libpthread_getattr.patch: Removed, applied upstream. | Michael Banck | |
2008-06-07 | + debian/patches/ext2fs_large_stores.patch: Removed copyright year | Michael Banck | |
changes. | |||
2008-05-18 | * debian/patches/libpthread_getattr.patch: New patch, implements | Michael Banck | |
pthread_getattr_np, taken from CVS. | |||
2008-03-16 | * debian/libpthread_stubs.diff: Add generation of <gnu/stubs-pthread.h> to | Samuel Thibault | |
advertise libpthread stubs. | |||
2008-03-10 | * debian/thread-throttle.patch: Add a fix for ext2fs to keep the superblock | Samuel Thibault | |
in memory so as to avoid a thread creation dead lock. | |||
2008-02-29 | * debian/patches/mmx.patch: New patch to align the stack of created | Samuel Thibault | |
threads. | |||
2007-11-21 | Updated with improved patch from Stefan Siegl | Michael Banck | |
2007-11-19 | * debian/patches/init_try_runsystem.gnu.patch: New patch, try | Michael Banck | |
/libexec/runsystem.gnu as well if /libexec/runsystem is not available. * debian/patches/tmp_exec_startup.patch: New patch, try to attach the exec server to /tmp/exec if /servers/exec is not yet available. | |||
2007-11-19 | * debian/patches/pfinet_dhcp.patch: Updated with new patch by Christian | Michael Banck | |
Dietrich. | |||
2007-11-19 | + debian/patches/glibc_stat_updates.patch: Removed, applied upstream. | Michael Banck | |
+ debian/patches/libpthread_no-inline.patch: Likewise. + debian/patches/pfinet_-fno-strict-aliasing.patch: Likewise. + debian/patches/servers.boot-update.patch: Likewise. + debian/patches/siocgifhwaddr.patch: Likewise. + debian/patches/pfinet_dhcp.patch: Rediffed. + debian/patches/pflocal.patch: Likewise. | |||
2007-11-16 | * debian/patches/diskfs_no_inherit_dir_group.patch: Update with better | Michael Banck | |
patch by Thomas Schwinge. | |||
2007-11-15 | * debian/patches/runsystem_setup_pflocal.patch: New patch, sets up | Michael Banck | |
pflocal during bootup if this has not been done before (in the install case). * debian/hurd.dirs: Added servers/socket. | |||
2007-09-03 | * debian/patches/patches/libpthread_tls.patch: New patch, replaces | Samuel Thibault | |
debian/patches/libpthread_tls_transitional.patch. * debian/patches/libpthread_inline.patch: New patch to fix extern inlines with gcc 4.3. |