summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-08Fix DHCP network configuration transferSamuel Thibault
* debian/local/finish-install.d/51hurd_config-target-network: Record active network configuration, not only passive. Create /servers/socket/26 node if it doesn't exist yet.
2011-03-07Fix a known synchronization deadlockSamuel Thibault
* debian/patches/libpager_deadlock.patch: Add patch to fix a known synchronization deadlock.
2011-03-03New upstream snapshotSamuel Thibault
2011-03-03Merge branch 'upstream-merged'Samuel Thibault
2011-03-03Merge branch 'upstream' into upstream-mergedSamuel Thibault
2011-03-03mitigate reauthentication issue triggered by sudoSamuel Thibault
2011-02-27debian/control Break libc0.3 before getifaddrs fixSamuel Thibault
now that pfinet provides a correct response
2011-02-27explain why we need so much memorySamuel Thibault
2011-02-27debian/control: Break old gnumach packagesSamuel Thibault
instead of depending on them.
2011-02-2740hurd_reload-partitions: Add +x permission.Samuel Thibault
2011-02-27New upstream snapshotSamuel Thibault
2011-02-27Merge branch 'upstream-merged'Samuel Thibault
2011-02-27Merge branch 'procfs-jkoenig-moved' into upstream-mergedSamuel Thibault
2011-02-27Merge branch 'upstream' into upstream-mergedSamuel Thibault
2011-02-27Merge branch 'procfs-jkoenig' into procfs-jkoenig-movedSamuel Thibault
2011-02-25Recommending random-egd will close Bug#558664Samuel Thibault
2011-02-2451hurd_config-target-network: add +x permission.Samuel Thibault
2011-02-22Add Buffers and Cached to /proc/meminfoSamuel Thibault
* rootdir.c (rootdir_gc_meminfo): Add Buffers and Cached, set to 0.
2011-02-22debian/control: Recommend random-egd, to provide /dev/*random.Samuel Thibault
2011-02-22Avoid systematically waiting for all disk writesSamuel Thibault
* debian/patches/ext2fs_nowait.patch: Avoid systematically waiting for all disk writes, as it slows us down awfully.
2011-01-24200MiB memory is a bit tight in some cases, round up to 256MiBSamuel Thibault
2011-01-16close Bug#556522Samuel Thibault
2011-01-16Drop login shellJustus Winter
debian/hurd.{postinst,postrm}: Add/remove loginpr shell and login user with loginpr shell, to drop the login shell in order to match common Debian convention, in particular for remote telnet access...
2011-01-03Require 200MiB memory for d-iSamuel Thibault
Don't let d-i start if there is less then 200MiB memory.
2010-12-09Tell the user he needs to be patient while the d-i templates get loaded.Samuel Thibault
2010-10-30Enable IPv6 support in target during d-iSamuel Thibault
* debian/local/setup-translators: Add inet6 -> 26 symlink. * debian/local/finish-install.d/51hurd_config-target-network: Set pfinet translator on /servers/socket/26 too.
2010-10-30Merge branch 'upstream-merged'Samuel Thibault
2010-10-30Merge branch 'upstream' into upstream-mergedSamuel Thibault
2010-10-30merge new upstream snapshotSamuel Thibault
2010-10-29Merge branch 'upstream-merged'Samuel Thibault
2010-10-29Merge branch 'upstream' into upstream-mergedSamuel Thibault
2010-09-28Upload to unstableSamuel Thibault
2010-09-27Integrate procfs buildSamuel Thibault
* debian/patches/libpthread_procfs.patch: Update patch to integrate procfs build.
2010-09-27Disable usage of proc_getnportsSamuel Thibault
* debian/patches/disable-proc_getnports.patch: New patch to disable usage of proc_getnports until libc0.3 provides it.
2010-09-26New upstream snapshotSamuel Thibault
2010-09-26Merge branch 'upstream-merged'Samuel Thibault
2010-09-26Merge branch 'libpthread-moved' into upstream-mergedSamuel Thibault
2010-09-26Merge branch 'upstream' into upstream-mergedSamuel Thibault
2010-09-26Merge branch 'libpthread' into libpthread-movedSamuel Thibault
2010-09-26Merge branch 'upstream-merged'Samuel Thibault
2010-09-26Merge branch 'procfs-moved' into upstream-mergedSamuel Thibault
2010-09-26Merge branch 'procfs-moved' into procfs-jkoenig-movedSamuel Thibault
2010-09-26Move files to procfs to merge along hurdSamuel Thibault
2010-09-21Do not start the Hurd console if the TERM variable is givenSamuel Thibault
* debian/local/runsystem: Do not start the Hurd console if the TERM variable is given. Should permit mach-console install for better debugging as well as Xen or sub-hurd support.
2010-09-19Merge remote branch 'origin/master-zhengda'Samuel Thibault
Conflicts: utils/rpctrace.c
2010-09-14Use 2 instead of 42 as the parent inode numberJeremie Koenig
* procfs.c (procfs_make_ino): Use 2 rather than 42 as a temporary hack, since 2 is the root's inode with ext2fs.
2010-09-14Use the user-provided kernel PID for uptimeJeremie Koenig
* rootdir.c (get_boottime, get_idletime): replace KERNEL_PID with the opt_kernel_pid command-line option. * main.c (argp): Document the change.
2010-09-14Add copyright noticesJeremie Koenig
* dircat.c, dircat.h, main.c, main.h, netfs.c, process.c, process.h, procfs.c, procfs.h, procfs_dir.c, procfs_dir.h, proclist.c, proclist.h, rootdir.c, rootdir.h: Add copyright notices.
2010-09-03Fix missed signals when using pthread_sigmask.Jeremie Koenig
2010-09-03Fix __sched_param / sched_param conversionSamuel Thibault
* sysdeps/generic/pt-attr-getschedparam.c (pthread_attr_getschedparam): memcpy from `attr->schedparam' to `param' to convert from __sched_param to sched_param. * sysdeps/generic/pt-attr-setschedparam.c (pthread_attr_setschedparam): memcpy from `param' to `attr->schedparam' to convert from sched_param to __sched_param.