Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | improve d-i runsystem | Samuel Thibault | |
2010-01-11 | debian/rules: Do not ship *_pic.a, as mklibs breaks them. | Samuel Thibault | |
2010-01-11 | add some native install initialization | 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-11 | Do not ship libthread_*.pic.a, as mklibs doesn't manage to keep version ↵ | Samuel Thibault | |
information. | |||
2010-01-10 | d-i's init is in / | Samuel Thibault | |
2010-01-10 | which is not available in d-i | Samuel Thibault | |
2010-01-10 | ttys are not needed | Samuel Thibault | |
2010-01-10 | rename hurd-udeb.runsystem into local/runsystem.gnu, remove isofs.static, ↵ | Samuel Thibault | |
move ext2fs.static to /boot | |||
2010-01-10 | bash is not available in d-i | Samuel Thibault | |
2010-01-09 | hurd-udeb.runsystem: New runsystem file for the d-i case, incomplete for now. | Samuel Thibault | |
hurd-udeb.install: Remove getty, runttys, /etc/ttys ftpcp, ftpdir, ftpfs, hostmux, usermux, nfs, rpctrace, gcore, forks. Install hurd-udeb.runsystem as /libexec/runsystem.gnu. | |||
2010-01-09 | Add dpkg (>= 1.15.4) | install-info dependency. | Samuel Thibault | |
2010-01-07 | document patches | Samuel Thibault | |
2010-01-07 | * debian/control: Drop duplicate priority and section fields. | Samuel Thibault | |
* debian/control: Add ${misc:Depends}. | |||
2009-12-29 | * debian/patches/diskfs_no_inherit_dir_group.patch: Fix documentation too. | Samuel Thibault | |
2009-12-23 | debian/control (hurd-udeb): Add Provides: ipv6-modules, mouse-modules, ↵ | Samuel Thibault | |
ufs-modules | |||
2009-12-23 | debian/control (hurd-udeb): Add Provides: *-modules. | Samuel Thibault | |
2009-12-06 | * debian/hurd.dirs: Add /etc/sysctl.d. | Samuel Thibault | |
2009-11-24 | * debian/copyright: Reference /usr/share/common-licenses/GPL-2 instead of | Samuel Thibault | |
just GPL. | |||
2009-11-23 | Added bug closing tag for #503564 | Michael Banck | |
2009-11-23 | * debian/control (Uploaders): Removed Marcus Brinkmann. | Michael Banck | |
2009-11-21 | fix upload date | Samuel Thibault | |
2009-11-14 | Switch to source format '3.0 (quilt)' | Guillem Jover | |
Remove quilt from Build-Depends. Remove patchsys-quilt.mk include from debian/rules. | |||
2009-11-14 | Refresh patches with -pab to allow migration to source format 3.0 (quilt) | Guillem Jover | |
2009-11-14 | Update make-new-tarball.sh to exclude git instead of CVS paths | 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-18 | Fix pthread_kill(thread, 0) | Samuel Thibault | |
* sysdeps/hurd/pt-kill.c (pthread_kill): Return immediately after checks without calling _hurd_raise_signal if sig is 0. | |||
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-13 | Fix pthread_cleanup_push old-gcc-style initializer | Samuel Thibault | |
sysdeps/generic/bits/cancelation.h (__pthread_cleanup_push): For better portability to various compilation flags, use standard initializer for struct __pthread_cancelation_handler __handler instead of old-gcc-style. | |||
2009-10-13 | revert previous commit, util-linux is required anyway | Samuel Thibault | |
2009-10-13 | debian/control: Make hurd depend on util-linux for /sbin/fsck. | Samuel Thibault | |
2009-10-12 | debian/rules: Really put debugging symbols into the hurd-dbg package. | Samuel Thibault | |
2009-10-11 | uploaded | Samuel Thibault | |
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/control: Add Provides: hurd to the hurd-udeb package, to meet | Samuel Thibault | |
dependencies. debian/rules: Add --add-udeb="hurd-udeb" option to dh_makeshlibs invocation for the hurd package, to fix udeb dependency generation. | |||
2009-09-26 | note that we fix 533782 (non-standard gcc/g++ used for build (gcc-4.2)) | Samuel Thibault | |
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-09-21 | debian/control: Add missing comma in Build-Depends. | Samuel Thibault | |
2009-08-29 | debian/patches/procfs.patch: Fix a couple of memory leaks, fix swap size report. | Samuel Thibault | |
2009-08-23 | Fix pthread_setcancelstate/type crash | Samuel Thibault | |
* pthread/pt-setcancelstate.c (pthread_setcancelstate): Check whether OLDSTATE is NULL before filling it. * pthread/pt-setcanceltype.c (pthread_setcanceltype): Likewise. | |||
2009-08-23 | Fix pthread_mutex_t static initializers | Samuel Thibault | |
Fix pthread_mutex_t static initializers by not leaving references to __pthread_recursive_mutexattr. * include/pthread/pthread.h.orig (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP): New macro. * sysdeps/generic/pt-mutex-destroy.c (_pthread_mutex_destroy): Compare mutex->attr with __PTHREAD_ERRORCHECK_MUTEXATTR and __PTHREAD_RECURSIVE_MUTEXATTR instead of __pthread_recursive_mutexattr. * sysdeps/generic/pt-mutex-init.c (_pthread_mutex_init): Likewise. * sysdeps/generic/pt-mutex-timedlock.c (__pthread_mutex_timedlock_internal): Likewise. * sysdeps/generic/pt-mutex-transfer-np.c (__pthread_mutex_transfer_np): Likewise. * sysdeps/generic/pt-mutex-trylock.c (__pthread_mutex_trylock): Likewise. * sysdeps/generic/pt-mutex-unlock.c (__pthread_mutex_unlock): Likewise. * sysdeps/generic/pt-mutexattr.c (__pthread_errorcheck_mutexattr): New const. * sysdeps/generic/bits/mutex-attr.h (__pthread_errorcheck_mutexattr): Declare const. * sysdeps/generic/bits/mutex.h (__PTHREAD_ERRORCHECK_MUTEXATTR, __PTHREAD_ERRORCHECK_MUTEX_INITIALIZER, __PTHREAD_RECURSIVE_MUTEXATTR): New macros. (__PTHREAD_RECURSIVE_MUTEX_INITIALIZER): Use __PTHREAD_RECURSIVE_MUTEXATTR macro instead of &__pthread_recursive_mutexattr. | |||
2009-08-23 | debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove ↵ | Samuel Thibault | |
unused patch. | |||
2009-08-23 | Fix assertion failure in pthread_mutex_trylock | Samuel Thibault | |
* sysdeps/generic/pt-mutex-trylock.c [!ALWAYS_TRACK_MUTEX_OWNER] (__pthread_mutex_trylock): Disable owner tracking. |