Age | Commit message (Collapse) | Author |
|
* Drop debian/libpthread_tls.patch, applied upstream.
|
|
* debian/patches/libpthread_globsigdisp.patch,posix-sigcodes.patch: New
patches from Jeremie Koenig to enable global signal support.
* debian/patches/libpthread_sigmask.patch: Update to global signal support.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 7dd32866e6bd26fde00cae4f58658fb92ffc8e28.
This has been commited upstream
|
|
* patches/proc_exception.patch: New patch to fix spurious port deallocation.
|
|
* patches/libdiskfs_sync.patch: New patch to fix sync at shutdown.
|
|
|
|
* debian/patches/uptime_w_path_fix.patch: Fix /usr/bin/w-hurd command name,
thanks harish badrinath for the notice.
|
|
* debian/patches/disable-proc_getnports.patch: Remove patch, libc0.3 now
has proc_getnports, and the hurd package already breaks older versions.
|
|
|
|
* debian/patches/libdiskfs_self-reauth.patch: Add patch to fix one of the
spurious mach port deallocation issues.
|
|
|
|
* debian/patches/libpager_deadlock.patch: Add patch to fix a known
synchronization deadlock.
|
|
|
|
* debian/patches/ext2fs_nowait.patch: Avoid systematically waiting for all
disk writes, as it slows us down awfully.
|
|
* debian/patches/libpthread_procfs.patch: Update patch to integrate procfs
build.
|
|
* debian/patches/disable-proc_getnports.patch: New patch to disable
usage of proc_getnports until libc0.3 provides it.
|
|
|
|
|
|
|
|
|
|
* debian/patches/console_ignore_bdf_err.patch: New patch to ignore erroneous
number of glyphs in bdf files.
|
|
- 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).
|
|
|
|
- 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.
|
|
|
|
|
|
Fredrik Hammar to fix random startup crash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
loading the current_vcs driver.
* debian/patches/hurd_console_startup.patch: Add -d current_vcs to enable
/dev/cons/vcs by default.
|
|
|
|
|
|
of pthread.h
|
|
|
|
renaming directory to something/.
|
|
(Closes: Bug#548587)
|
|
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.
|
|
|
|
unused patch.
|
|
debian/control: Now using Standards-Version 3.8.2 (no changes needed).
debian/control: Add myself to uploaders.
Release
|
|
to fix the recursive mutex initializers usage in libraries not linking
against libpthread.
|