Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-19 | Drop files unrelated to DDE | Samuel Thibault | |
2012-02-19 | Merge branch 'dde' into dde-debian | Samuel Thibault | |
Conflicts: dde_e100/Makefile dde_e1000/Makefile dde_ne2k_pci/Makefile dde_pcnet32/Makefile dde_rtl8139/Makefile libddekit/mach.defs libmachdev/mach.defs | |||
2012-02-19 | Merge remote-tracking branch 'mainline/master' into dde | Samuel Thibault | |
Conflicts: Makefile boot/ChangeLog boot/boot.c configure configure.in doc/ChangeLog libdiskfs/ChangeLog libdiskfs/boot-start.c libports/manage-multithread.c libthreads/ChangeLog libthreads/alpha/thread.c pfinet/ChangeLog pfinet/iioctl-ops.c pfinet/linux-src/net/ipv6/addrconf.c pfinet/linux-src/net/ipv6/icmpv6.c utils/settrans.c | |||
2012-02-19 | Fix calling initializers, const seems to upset the dynlinker | Samuel Thibault | |
2012-02-19 | Fix calling initializers, const seems to upset the dynlinker | Samuel Thibault | |
2012-02-19 | fix link | Samuel Thibault | |
2012-02-18 | Remove generated file | Samuel Thibault | |
2012-02-18 | include bpf in link | Samuel Thibault | |
2012-02-18 | Fix link command | Samuel Thibault | |
2012-02-18 | Fix link | Samuel Thibault | |
2012-02-18 | Use experimental.defs instead of patched device.defs and mach.defs | Samuel Thibault | |
2012-02-18 | Fix figure | Samuel Thibault | |
2012-02-18 | remove duplicate headers, to be replaced by experimental.defs | Samuel Thibault | |
2012-02-18 | Remove generated file | Samuel Thibault | |
2012-02-18 | include bpf in link | Samuel Thibault | |
2012-02-16 | Fix link command | Samuel Thibault | |
2012-02-16 | fix build (probably for newer perl) | Samuel Thibault | |
2012-02-16 | fix build (probably for newer perl) | Samuel Thibault | |
2012-02-01 | rename {halt,reboot} to {halt,reboot}-hurd | Pino Toscano | |
... and handle them as slaves of the runsystem alternative. | |||
2012-01-22 | debian/hurd-console.default: Enable the console by default. | Samuel Thibault | |
2012-01-14 | PID stat/status: show only the file name of processes | Pino Toscano | |
The Linux /proc fs shows only the file name of processes in the `stat' and `status' files of every process directory, so adapt also procfs to show process file names. Add a new `args_filename` function, much similar to GNU's `basename' but returning the original string also when the resulting file name is an empty string. * process.c (args_filename): New function. (process_file_gc_stat): Wrap the `proc_stat_args' result with `args_filename'. (process_file_gc_status): Likewise. | |||
2011-12-30 | ext2fs_large_stores.patch: Fix memory leak | Samuel Thibault | |
2011-12-27 | Revert "Do not use msgport information" | Samuel Thibault | |
This reverts commit d9fc76bd4e8c9a459fad7152135b738496318415, as it breaks /proc/pid/stat | |||
2011-12-27 | Do not use msgport information | Samuel Thibault | |
* process.c (process_lookup_pid): Set PSTAT_NO_MSGPORT flag. * rootdir.c (get_boottime, get_idletime, rootdir_gc_cmdline): Set PSTAT_NO_MSGPORT flag. | |||
2011-12-08 | upload to unstable | Samuel Thibault | |
2011-12-06 | Move /run cleanup to after fsck & rw-remount | Samuel Thibault | |
2011-12-06 | Upload to unstable | Samuel Thibault | |
2011-12-06 | New upstream snapshot | Samuel Thibault | |
2011-12-06 | Merge branch 'upstream-merged' | Samuel Thibault | |
2011-12-06 | Merge branch 'libpthread-moved' into upstream-merged | Samuel Thibault | |
2011-12-06 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2011-12-06 | Merge branch 'libpthread' into libpthread-moved | Samuel Thibault | |
2011-12-06 | Fix /run initialization | Samuel Thibault | |
* local/setup-translators: Move /run initialization to... * patches/run.patch: ... boot time. | |||
2011-12-05 | hurd.install: Add /etc/securetty. | Samuel Thibault | |
2011-11-27 | Setup random translator in hurd-udeb too | Samuel Thibault | |
2011-11-27 | Fix __mutex_unlock_solid safety | Samuel Thibault | |
libc releases the spinlock before calling __mutex_unlock_solid, so we have to try to reacquire it before possibly giving it to some blocked thread. * pthread/cthreads-compat.c (__mutex_unlock_solid): Call __pthread_spin_trylock before calling __pthread_mutex_unlock. | |||
2011-11-26 | fix path | Samuel Thibault | |
2011-11-26 | Drop debian/patches/libpager_update_seqno.patch, applied upstream. | Samuel Thibault | |
2011-11-26 | Replace /dev/u?random alternatives with /hurd/u?random.sh alternatives | Samuel Thibault | |
* local/random-hurd.sh, urandom-hurd.sh: Add scripts to be used as hurd-provided translators for /dev/*random. * hurd.postinst: Remove "random" alternative introduced by 20111106-1, as it makes rgrep in /etc not working any more. Install random.sh alternative instead, which sets /hurd/u?random.sh scripts. * local/setup-translators: Set /dev/u?random translator from /hurd/u?random.sh instead of making them alternatives. | |||
2011-11-26 | New upstream snapshot | Samuel Thibault | |
2011-11-26 | Merge branch 'upstream-merged' | Samuel Thibault | |
2011-11-26 | Merge branch 'libpthread-moved' into upstream-merged | Samuel Thibault | |
2011-11-26 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2011-11-26 | Merge branch 'libpthread' into libpthread-moved | Samuel Thibault | |
2011-11-24 | Merge remote-tracking branch 'darnassus/master' | Thomas Schwinge | |
2011-11-24 | * configure: Regenerate. | Thomas Schwinge | |
2011-11-20 | configure: Use modern `AC_INIT' invocation. | Ludovic Courtès | |
* Makeconf (hurd-version): Move to... * config.make.in (hurd-version): ... here. Set to @PACKAGE_VERSION@. * configure.in: Change `AC_INIT' invocation to specify the package name, version number, and bug report address. | |||
2011-11-12 | autoconf's libexec actually defaults to /lib/hurd | Samuel Thibault | |
2011-11-12 | Drop /libexec | Samuel Thibault | |
* patches/libexec.patch, hurd.install, hurd-udeb.install, hurd.postinst, rules: Move getty, console-run, and runttys to /sbin, runsystem and rc to /etc/hurd (Closes: Bug#556526). * hurd-udeb.lintian-overrides: Drop override about /libexec | |||
2011-11-10 | debian/hurd.postinst: Set up "*random" alternatives and generate seed on ↵ | Samuel Thibault | |
first install too. |