summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-31Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurdSamuel Thibault
Conflicts: debian/changelog
2011-10-31debian/hurd-udeb.install: Only include the necessary console drivers.Samuel Thibault
2011-10-30debian/local/dmesg: Add script which cat /var/log/dmesg.Samuel Thibault
2011-10-30Comment on checking for swapper support with parted storeSamuel Thibault
2011-10-30close bug about perl sha1 moduleSamuel Thibault
2011-10-30Use native random serverSamuel Thibault
* debian/control, debian/local/setup-translators: Use native random server set on /dev/u?random-hurd instead of random-egd on /dev/u?random. * debian/hurd.{postinst,prerm}: Handle alternative for /dev/u?random, default to u?random-hurd. * debian/hurd.lintian-overrides: Override warnings about the /dev/u?random mangling. * debian/copyright: Fix copyright notice. * debian/control: - Drop article from synopsis. - Tighten hurd-dev dependency on hurd to the same version.
2011-10-30New upstream snapshot.Samuel Thibault
* Drop debian/libpthread_tls.patch, applied upstream.
2011-10-30Merge branch 'upstream-merged'Samuel Thibault
2011-10-30Merge branch 'libpthread-moved' into upstream-mergedSamuel Thibault
2011-10-30Merge branch 'upstream' into upstream-mergedSamuel Thibault
2011-10-30Merge branch 'libpthread' into libpthread-movedSamuel Thibault
2011-10-30Enable global signal supportSamuel Thibault
* 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.
2011-10-30debian/local/cdrom.h: Add header for basic CD-ROM ioctl supportSamuel Thibault
2011-10-20Merge branch 'tls'Thomas Schwinge
Conflicts: ChangeLog Makefile pthread/pt-exit.c pthread/pt-internal.h sysdeps/mach/hurd/ia32/pt-setup.c sysdeps/mach/hurd/pt-docancel.c sysdeps/mach/hurd/pt-sysdep.h
2011-10-20 TLS support for libpthread, Mach/Hurd (x86).Samuel Thibault
* Makefile (CFLAGS): Define ENABLE_TLS. * pthread/pt-create.c (__pthread_create_internal) [ENABLE_TLS]: Call into glibc to allocate static TLS block. * pthread/pt-exit.c (pthread_exit) [ENABLE_TLS]: Call into glibc to deallocate static TLS block. * pthread/pt-internal.h [ENABLE_TLS] (tcbhead_t): New structure; as in glibc. (__pthread) [ENABLE_TLS]: Add TCB member. [ENABLE_TLS] (_dl_allocate_tls, _dl_deallocate_tls): Declare; from glibc. * sysdeps/mach/hurd/pt-sysdep.h (__thread_set_pcsp): Rename to __thread_set_pcsptp. Add SET_TP and TP parameters. Change all callers. * sysdeps/mach/hurd/i386/pt-machdep.c (__thread_set_pcsptp): Imlement TLS support. * sysdeps/mach/hurd/i386/pt-setup.c (__pthread_setup): Likewise.
2011-10-20Merge branch 'tls/libthreads'Thomas Schwinge
Conflicts: libthreads/ChangeLog
2011-10-19Add missing format strings for error, printk, problemPino Toscano
Some calls to `error', `printk', and `problem' lacked a format string, leading to build failure when compiling with stricter CFLAGS. * nfs/mount.c (mount_root): Add format string for `error' calls which lacked it. * pfinet/main.c (pfinet_bind): Likewise. * term/main.c (main): Likewise. * utils/shd.c (run): Likewise. * utils/storeinfo.c (main): Likewise. * pfinet/linux-src/include/net/tcp.h (tcp_clear_xmit_timer): Add format string for `printk' call which lacked it. (tcp_timer_is_set): Likewise. * ufs-fsck/utilities.c (punt): Add format string for `problem' call which lacked it.
2011-10-07setup-translators: Add cd[01] SCSI CD-ROMs.Samuel Thibault
2011-10-05Pass --orphan to settrans -g on random upgradeSamuel Thibault
2011-09-15<pthread.h> must pull in a NULL definition.Thomas Schwinge
Thus, revert a bit of commit 769e2108a0f5fc49eff9f3addbaf5f0646bcb253. * pthread/cthreads-compat.c: Don't #include <stddef.h>.
2011-09-15Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthreadSamuel Thibault
2011-09-07Tiny build and GCC warning fixes.Thomas Schwinge
* pthread/cthreads-compat.c: #include <stddef.h> for NULL. * pthread/pt-exit.c (pthread_exit): Remove stray need_dealloc variable. * sysdeps/generic/pt-attr-getschedparam.c: #include <string.h> for memcpy. * sysdeps/mach/hurd/ia32/pt-setup.c (stack_setup): Apply some more typecasting. * tests/test-1.c: #include <assert.h>. * tests/test-6.c: Likewise. * tests/test-7.c: Likewise. * tests/test-16.c (handler): Take parameters for sa_handler, not sa_sigaction.
2011-08-23Use __clockid_t instead of clockid_tSamuel Thibault
Using clockid_t just for pthread types makes us pull <time.h>, which defines time(), which may conflict with applications. * include/pthread/pthread.h (pthread_condattr_getclock, pthread_condattr_setclock, pthread_getcpuclockid): Use __clockid_t instead of clockid_t. * include/pthread/pthreadtypes.h: Include <bits/types.h>, instead of <time.h> and defining clockid_t ourself when not defined by time.h. * sysdeps/generic/bits/condition-attr.h: Include <bits/types.h> instead of <time.h>. (__pthread_condattr): Use __clockid_t instead of clockid_t.
2011-08-22refreshSamuel Thibault
2011-08-22Drop debian/patches/auth-intr-cure.patch, applied upstream.Samuel Thibault
2011-08-22RefreshSamuel Thibault
2011-08-22Drop debian/patches/ttys.patch, applied upstream.Samuel Thibault
2011-08-22New upstream snapshotSamuel Thibault
2011-08-22Merge branch 'upstream-merged'Samuel Thibault
2011-08-22Merge branch 'upstream' into upstream-mergedSamuel Thibault
2011-08-22On upgrade from random-egd-based installations, replace the random-egdSamuel Thibault
translator
2011-08-20fix common misspellingsJonathan Neuschäfer
* Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
2011-08-18Also provide random-egd, for smooth transitionSamuel Thibault
2011-08-18use the fast random translator for random for now, secure is not seeded yetSamuel Thibault
2011-08-18conflict/replace random-egdSamuel Thibault
2011-08-18debian/control, debian/local/setup-translators: Use native random server ↵Samuel Thibault
instead of random-egd.
2011-08-18patches/libpthread_procfs.patch: Add random server.Samuel Thibault
2011-08-18Merge branch 'upstream-merged'Samuel Thibault
2011-08-18Merge branch 'random-moved' into upstream-mergedSamuel Thibault
2011-08-18Move files for integration with the rest of hurd.Samuel Thibault
2011-08-18Import version from KilobugSamuel Thibault
2011-08-18create /run/shm and /run/lock, to fix locking until we properly start rcS.d ↵Samuel Thibault
scripts.
2011-08-12Avoid /tmp/entropy.sock compromisionSamuel Thibault
* local/setup-translators: Set up entropy socket in /var/run instead of /tmp, as the latter is world-writable.
2011-08-11Revert "Fix spurious port deallocation"Samuel Thibault
This reverts commit 7dd32866e6bd26fde00cae4f58658fb92ffc8e28. This has been commited upstream
2011-08-11Fix spurious port deallocationSamuel Thibault
* patches/proc_exception.patch: New patch to fix spurious port deallocation.
2011-08-10Fix sync at shutdownSamuel Thibault
* patches/libdiskfs_sync.patch: New patch to fix sync at shutdown.
2011-08-01local/setup-translators: Restore /dev/shm creation.Samuel Thibault
2011-08-01Comment patchesSamuel Thibault
2011-06-11debian/local/runsystem: Set d-i umask to 022.Samuel Thibault
2011-06-09Update to newer lintian format.Samuel Thibault