Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-01 | New upstream 20100701 snapshot. | Samuel Thibault | |
- debian/patches/dir_acces_fix.patch: Remove patch, merged upstream. - debian/patches/exec_fix.patch: Likewise. - debian/patches/libdiskfs-rename.patch: Likewise. - debian/patches/libpthread_mutex_owner.patch: Likewise. - debian/patches/libpthread_recursive_mutex_initializer.patch: Likewise. - debian/patches/libpthread_setcancel.patch: Likewise. - debian/patches/pfinet-gcc-4.3-fix.patch: Likewise. - debian/patches/procfs.patch: Likewise. - debian/patches/libpthread_cancel_init.patch: Likewise - debian/patches/libpthread_kill_0.patch: Likewise - debian/patches/console_current_vcs.patch: Likewise - debian/patches/hurd_console_startup.patch: Likewise - debian/patches/MAKEDEV.patch: Likewise - debian/patches/tmpfs.patch: Likewise - debian/patches/libpthread_procfs.patch: New patch, to enable libpthread and procfs build. | |||
2010-08-01 | Fix path in new Hurd 20090404 snapshot | Samuel Thibault | |
2010-05-31 | * debian/patches/procfs.patch: Fix swap size printout. | Samuel Thibault | |
2010-02-06 | debian/patches/ext2fs_large_stores.patch: Apply Alioth fix #312328 from ↵ | Samuel Thibault | |
Fredrik Hammar to fix random startup crash. | |||
2010-02-06 | * debian/patches/proxy-defpager.diff: New patch to fix proxying defpager. | Samuel Thibault | |
2010-01-11 | * debian/patches/tmpfs.patch: New patch to fix tmpfs crash. | Samuel Thibault | |
2010-01-11 | debian/patches/MAKEDEV.patch: Make MAKEDEV bash-free. | Samuel Thibault | |
2010-01-07 | document patches | Samuel Thibault | |
2009-12-29 | * debian/patches/diskfs_no_inherit_dir_group.patch: Fix documentation too. | Samuel Thibault | |
2009-11-14 | Refresh patches with -pab to allow migration to source format 3.0 (quilt) | Guillem Jover | |
2009-10-25 | * debian/patches/console_current_vcs.patch: Cherry-pick patch to fix | Samuel Thibault | |
loading the current_vcs driver. * debian/patches/hurd_console_startup.patch: Add -d current_vcs to enable /dev/cons/vcs by default. | |||
2009-10-17 | debian/patches/libpthread_kill_0.patch: New patch to fix pthread_kill(th, 0); | Samuel Thibault | |
2009-10-13 | fix patch | Samuel Thibault | |
2009-10-13 | debian/patches/libpthread_cancel_init.patch: New patch to fix portability | Samuel Thibault | |
of pthread.h | |||
2009-10-10 | fix patch | Samuel Thibault | |
2009-10-10 | debian/patches/libdiskfs-rename.patch: New patch to fix ext2fs hang on | Samuel Thibault | |
renaming directory to something/. | |||
2009-09-27 | debian/patches/MAKEDEV.patch: New patch to use bash for MAKEDEV. | Samuel Thibault | |
(Closes: Bug#548587) | |||
2009-09-26 | debian/patches/pfinet-gcc-4.3-fix.patch: Cherry-pick upstream patch to fix | Samuel Thibault | |
build with gcc-4.3 debian/rules: Set CC to gcc-4.3 instead of gcc-4.2. debian/control: Build-Depend on gcc-4.3 instead of gcc-4.2. | |||
2009-08-29 | debian/patches/procfs.patch: Fix a couple of memory leaks, fix swap size report. | Samuel Thibault | |
2009-08-23 | debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove ↵ | Samuel Thibault | |
unused patch. | |||
2009-06-28 | New snapshot from CVS, drop a few merged patches | Samuel Thibault | |
debian/control: Now using Standards-Version 3.8.2 (no changes needed). debian/control: Add myself to uploaders. Release | |||
2009-05-28 | * debian/patches/libpthread_recursive_mutex_initializer.patch: New patch | Samuel Thibault | |
to fix the recursive mutex initializers usage in libraries not linking against libpthread. | |||
2009-05-25 | debian/patches/exec_fix.patch: New patch to fix random hang of exec. | Samuel Thibault | |
2009-05-24 | debian/patches/extern_inline_fix.patch: New patch from Marc Dequene to | Samuel Thibault | |
fix extern inline declarations. | |||
2009-05-08 | * debian/patches/libpthread_no_recursive_mutex_initializer.patch: New patch | Samuel Thibault | |
to drop undefined references to __pthread_recursive_mutexattr. | |||
2009-05-08 | do not disable adding PTHREAD_RWLOCK_INITIALIZER, that's not the one that ↵ | Samuel Thibault | |
poses problems | |||
2009-04-29 | complete libpthread_mutex_owner patch | Samuel Thibault | |
2009-04-28 | * debian/patches/libpthread_rwlock_initializer.patch: Disable patch for now: | Samuel Thibault | |
our initializer does not work when the application does not link against libpthread. | |||
2009-04-28 | Really fix posixity of access(): only regular files should see their x bit ↵ | Samuel Thibault | |
checked for | |||
2009-04-28 | * debian/patches/libpthread_setcancel.patch: New patch to fix configuration | Samuel Thibault | |
of octave3.0. | |||
2009-04-23 | fix hurd-specific initialization | Samuel Thibault | |
2009-04-23 | fix uninitialized field have_kernel_resources | Samuel Thibault | |
2009-04-18 | * debian/patches/thread-throttle.patch: Remove patch, makes ext2fs hang on | Samuel Thibault | |
big syncs. | |||
2009-04-18 | * debian/patches/libports_stability.patch: New patch to keep the old | Samuel Thibault | |
behavior of libports. * debian/patches/libpthread_fix.patch New patch from Thomas Schwinge to fix libpthread. | |||
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 | |