Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-20 | Remove disable-proc_getnports.patch | Samuel Thibault | |
* debian/patches/disable-proc_getnports.patch: Remove patch, libc0.3 now has proc_getnports, and the hurd package already breaks older versions. | |||
2011-03-18 | Drop a receive right user reference, not a send right user reference | Samuel Thibault | |
2011-03-15 | Fix one of the spurious mach port deallocation issues | Samuel Thibault | |
* debian/patches/libdiskfs_self-reauth.patch: Add patch to fix one of the spurious mach port deallocation issues. | |||
2011-03-09 | Fix -K option into not starting existing translators. | Samuel Thibault | |
2011-03-07 | Fix a known synchronization deadlock | Samuel Thibault | |
* debian/patches/libpager_deadlock.patch: Add patch to fix a known synchronization deadlock. | |||
2011-03-03 | mitigate reauthentication issue triggered by sudo | Samuel Thibault | |
2011-02-22 | Avoid systematically waiting for all disk writes | Samuel Thibault | |
* debian/patches/ext2fs_nowait.patch: Avoid systematically waiting for all disk writes, as it slows us down awfully. | |||
2010-09-27 | Integrate procfs build | Samuel Thibault | |
* debian/patches/libpthread_procfs.patch: Update patch to integrate procfs build. | |||
2010-09-27 | Disable usage of proc_getnports | Samuel Thibault | |
* debian/patches/disable-proc_getnports.patch: New patch to disable usage of proc_getnports until libc0.3 provides it. | |||
2010-09-03 | Fix missed signals when using pthread_sigmask. | Jeremie Koenig | |
2010-08-02 | Remove init_fix.patch, merged upstream | Samuel Thibault | |
2010-08-02 | actually apply init_fix.patch | Samuel Thibault | |
2010-08-02 | init_fix.patch: New upstream patch to fix halt/reboot. | Samuel Thibault | |
2010-08-01 | Ignore erroneous number of glyphs in bdf files | Samuel Thibault | |
* debian/patches/console_ignore_bdf_err.patch: New patch to ignore erroneous number of glyphs in bdf files. | |||
2010-08-01 | Sort out how device and server nodes are created | Jeremie Koenig | |
- debian/patches/makedev_keep_options.patch: Introduces the -k and -K options to MAKEDEV, respectively to keep active translators running or leave existing files alone completely. - debian/patches/makedev_parted_store.patch: MAKEDEV -p will use parted instead of device stores for disk partitions. - debian/local/setup-translators: New script installed in /usr/lib/hurd, uses MAKEDEV's new options to create all the necessary device and server nodes. - debian/local/runsystem (hurd-udeb): Uses setup-translators in "minimal mode" to prepare the initrd when the installer is started. Parted stores are used to avoid problems when reloading the partition table. - debian/hurd.postinst: Uses setup-translators to create missing nodes on upgrades (on initial installs, debootstrap will use the setup-translators script from the installed hurd package to setup the devices and servers itself). | |||
2010-08-01 | Merge tag 'upstream/20100701' | Samuel Thibault | |
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. |