diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-01 22:54:33 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-01 22:54:33 +0200 |
commit | dd9264b79c236fa96fcc557c0390771841694be9 (patch) | |
tree | bdf0de7f6ac851fc13dcecd35c352f07b7f00869 /debian | |
parent | 74d74c7eb101fcf3676179d20bed76104914ee9b (diff) |
Comment patches
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/ext2fs_nowait.patch | 3 | ||||
-rw-r--r-- | debian/patches/libpthread_procfs.patch | 2 | ||||
-rw-r--r-- | debian/patches/libpthread_sigmask.patch | 2 | ||||
-rw-r--r-- | debian/patches/libpthread_stubs.patch | 1 | ||||
-rw-r--r-- | debian/patches/libpthread_tls.patch | 2 | ||||
-rw-r--r-- | debian/patches/makedev_keep_options.patch | 2 | ||||
-rw-r--r-- | debian/patches/makedev_parted_store.patch | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/ext2fs_nowait.patch b/debian/patches/ext2fs_nowait.patch index 9a719bd6..061f9760 100644 --- a/debian/patches/ext2fs_nowait.patch +++ b/debian/patches/ext2fs_nowait.patch @@ -1,3 +1,6 @@ +Avoid waiting for disk I/O completion. This improves performance quite a bit, +and should not be less safe. + diff --git a/ext2fs/dir.c b/ext2fs/dir.c index 66d8c8a..f0f52f7 100644 --- a/ext2fs/dir.c diff --git a/debian/patches/libpthread_procfs.patch b/debian/patches/libpthread_procfs.patch index 661c4c0c..8e99f573 100644 --- a/debian/patches/libpthread_procfs.patch +++ b/debian/patches/libpthread_procfs.patch @@ -1,3 +1,5 @@ +Include libpthread and procfs in the build + Index: hurd-debian/Makefile =================================================================== --- hurd-debian.orig/Makefile 2010-09-27 19:42:53.000000000 +0000 diff --git a/debian/patches/libpthread_sigmask.patch b/debian/patches/libpthread_sigmask.patch index 58c244a0..71aaf2ad 100644 --- a/debian/patches/libpthread_sigmask.patch +++ b/debian/patches/libpthread_sigmask.patch @@ -1,5 +1,7 @@ * libpthread/sysdeps/mach/hurd/pt-sigstate.c (__pthread_sigstate): Wake up the message thread if any pending signals have been unblocked (code grabbed from glibc). + +Will be replaced by proper global signal support from Jeremie --- libpthread/sysdeps/mach/hurd/pt-sigstate.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/debian/patches/libpthread_stubs.patch b/debian/patches/libpthread_stubs.patch index f1937df0..7b0db6a3 100644 --- a/debian/patches/libpthread_stubs.patch +++ b/debian/patches/libpthread_stubs.patch @@ -1,3 +1,4 @@ +Add warnings about non-implemented functions. --- config.make.in | 1 + libpthread/Makefile | 14 +++++++++++++- diff --git a/debian/patches/libpthread_tls.patch b/debian/patches/libpthread_tls.patch index 088ed8ee..245ef081 100644 --- a/debian/patches/libpthread_tls.patch +++ b/debian/patches/libpthread_tls.patch @@ -1,3 +1,5 @@ +Add TLS support +TODO: drop threadvar support --- libpthread/pthread/pt-create.c | 7 ++++ libpthread/pthread/pt-exit.c | 3 ++ diff --git a/debian/patches/makedev_keep_options.patch b/debian/patches/makedev_keep_options.patch index 353bb210..69a57e48 100644 --- a/debian/patches/makedev_keep_options.patch +++ b/debian/patches/makedev_keep_options.patch @@ -1,5 +1,7 @@ Add options -k and -K to MAKEDEV.sh to chose not to overwrite existing entries. +TODO: submit to bug-hurd + Index: hurd/sutils/MAKEDEV.sh =================================================================== --- hurd.orig/sutils/MAKEDEV.sh 2010-07-01 18:14:22.000000000 +0200 diff --git a/debian/patches/makedev_parted_store.patch b/debian/patches/makedev_parted_store.patch index ea10edff..7d3d8be5 100644 --- a/debian/patches/makedev_parted_store.patch +++ b/debian/patches/makedev_parted_store.patch @@ -1,5 +1,7 @@ Add option -p to MAKEDEV to use user-space parted stores for partition devices. +TODO: use in installed system, test, and submit to bug-hurd + Index: hurd/sutils/MAKEDEV.sh =================================================================== --- hurd.orig/sutils/MAKEDEV.sh 2010-07-08 00:48:13.000000000 +0000 |