Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-27 | debian/control: Break old gnumach packages | Samuel Thibault | |
instead of depending on them. | |||
2011-02-27 | 40hurd_reload-partitions: Add +x permission. | Samuel Thibault | |
2011-02-27 | New upstream snapshot | Samuel Thibault | |
2011-02-27 | Merge branch 'upstream-merged' | Samuel Thibault | |
2011-02-27 | Merge branch 'procfs-jkoenig-moved' into upstream-merged | Samuel Thibault | |
2011-02-27 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2011-02-27 | Merge branch 'procfs-jkoenig' into procfs-jkoenig-moved | Samuel Thibault | |
2011-02-25 | Recommending random-egd will close Bug#558664 | Samuel Thibault | |
2011-02-24 | 51hurd_config-target-network: add +x permission. | Samuel Thibault | |
2011-02-22 | Add Buffers and Cached to /proc/meminfo | Samuel Thibault | |
* rootdir.c (rootdir_gc_meminfo): Add Buffers and Cached, set to 0. | |||
2011-02-22 | debian/control: Recommend random-egd, to provide /dev/*random. | Samuel Thibault | |
2011-02-22 | Avoid systematically waiting for all disk writes | Samuel Thibault | |
* debian/patches/ext2fs_nowait.patch: Avoid systematically waiting for all disk writes, as it slows us down awfully. | |||
2011-01-24 | 200MiB memory is a bit tight in some cases, round up to 256MiB | Samuel Thibault | |
2011-01-16 | close Bug#556522 | Samuel Thibault | |
2011-01-16 | Drop login shell | Justus 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-03 | Require 200MiB memory for d-i | Samuel Thibault | |
Don't let d-i start if there is less then 200MiB memory. | |||
2010-12-09 | Tell the user he needs to be patient while the d-i templates get loaded. | Samuel Thibault | |
2010-10-30 | Enable IPv6 support in target during d-i | Samuel 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-30 | Merge branch 'upstream-merged' | Samuel Thibault | |
2010-10-30 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2010-10-30 | merge new upstream snapshot | Samuel Thibault | |
2010-10-29 | Merge branch 'upstream-merged' | Samuel Thibault | |
2010-10-29 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2010-09-28 | Upload to unstable | Samuel Thibault | |
2010-09-27 | Integrate procfs build | Samuel Thibault | |
* debian/patches/libpthread_procfs.patch: Update patch to integrate procfs build. | |||
2010-09-27 | Disable usage of proc_getnports | Samuel Thibault | |
* debian/patches/disable-proc_getnports.patch: New patch to disable usage of proc_getnports until libc0.3 provides it. | |||
2010-09-26 | New upstream snapshot | Samuel Thibault | |
2010-09-26 | Merge branch 'upstream-merged' | Samuel Thibault | |
2010-09-26 | Merge branch 'libpthread-moved' into upstream-merged | Samuel Thibault | |
2010-09-26 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2010-09-26 | Merge branch 'libpthread' into libpthread-moved | Samuel Thibault | |
2010-09-26 | Merge branch 'upstream-merged' | Samuel Thibault | |
2010-09-26 | Merge branch 'procfs-moved' into upstream-merged | Samuel Thibault | |
2010-09-26 | Merge branch 'procfs-moved' into procfs-jkoenig-moved | Samuel Thibault | |
2010-09-26 | Move files to procfs to merge along hurd | Samuel Thibault | |
2010-09-21 | Do not start the Hurd console if the TERM variable is given | Samuel 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-19 | Merge remote branch 'origin/master-zhengda' | Samuel Thibault | |
Conflicts: utils/rpctrace.c | |||
2010-09-14 | Use 2 instead of 42 as the parent inode number | Jeremie 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-14 | Use the user-provided kernel PID for uptime | Jeremie 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-14 | Add copyright notices | Jeremie 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-03 | Fix missed signals when using pthread_sigmask. | Jeremie Koenig | |
2010-09-03 | Fix __sched_param / sched_param conversion | Samuel 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. | |||
2010-09-02 | Use __sched_param instead of sched_param | Samuel Thibault | |
to avoid exposing inclusion of <sched.h> and exposure of sched_param from <sys/types.h> * sysdeps/generic/bits/thread-attr.h: Define __need_schedparam and include <bits/sched.h> instead of including <sched.h> (__pthread_attr): Use `__sched_param' instead of `sched_param'. | |||
2010-09-01 | Prevent pthread.h from exposing assert() | Samuel Thibault | |
* sysdeps/generic/bits/cancelation.h: Do not include <assert.h> (__pthread_cleanup_pop): Do not call `assert'. | |||
2010-08-30 | Revert "debian/rules: Really put debugging symbols into the hurd-dbg package." | Samuel Thibault | |
This reverts commit 54c7d0f3b159d2516d972b3b351b995e263cc81e. Conflicts: debian/changelog debian/rules | |||
2010-08-30 | Fix typo | Samuel Thibault | |
2010-08-30 | * debian/control: Depend on gcc-4.4 instead of gcc-4.3. Thanks Émilio! | Samuel Thibault | |
2010-08-30 | Add some comments in rootdir.c | Jeremie Koenig | |
* rootdir.c: Add page breaks to separate sections and add header comments for them. | |||
2010-08-30 | Add swap information to the top-level stat file | Jeremie Koenig | |
* rootdir.c (rootdir_gc_meminfo): Add swap information. * TODO: Update. | |||
2010-08-30 | Add a PROFILE mode | Jeremie Koenig | |
* Makefile: Change FOOFLAGS defaults to appropriate values when $(PROFILE) is defined. * rootdir.c: Add an "exit" file, which causes exit to be called when looked up, so that profiling data can be written to disk. |