summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-19Merge branch 'upstream-merged'Samuel Thibault
2012-02-19Merge branch 'dde' into upstream-mergedSamuel Thibault
2012-02-19Merge branch 'procfs-jkoenig-moved' into upstream-mergedSamuel Thibault
2012-02-19Merge branch 'procfs-jkoenig' into procfs-jkoenig-movedSamuel Thibault
2012-02-19Merge branch 'upstream' into upstream-mergedSamuel Thibault
2012-02-19Drop files unrelated to DDESamuel Thibault
2012-02-19Merge branch 'dde' into dde-debianSamuel Thibault
2012-02-19Merge remote-tracking branch 'mainline/master' into ddeSamuel Thibault
2012-02-19Merge branch 'dde' into dde-debianSamuel Thibault
2012-02-19cleanupSamuel Thibault
2012-02-19cleanupSamuel Thibault
2012-02-19Merge branch 'dde' into dde-debianSamuel 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-19Merge remote-tracking branch 'mainline/master' into ddeSamuel 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-19Fix calling initializers, const seems to upset the dynlinkerSamuel Thibault
2012-02-19Fix calling initializers, const seems to upset the dynlinkerSamuel Thibault
2012-02-19fix linkSamuel Thibault
2012-02-18Remove generated fileSamuel Thibault
2012-02-18include bpf in linkSamuel Thibault
2012-02-18Fix link commandSamuel Thibault
2012-02-18Fix linkSamuel Thibault
2012-02-18Use experimental.defs instead of patched device.defs and mach.defsSamuel Thibault
2012-02-18Fix figureSamuel Thibault
2012-02-18remove duplicate headers, to be replaced by experimental.defsSamuel Thibault
2012-02-18Remove generated fileSamuel Thibault
2012-02-18include bpf in linkSamuel Thibault
2012-02-16Fix link commandSamuel Thibault
2012-02-16fix build (probably for newer perl)Samuel Thibault
2012-02-16fix build (probably for newer perl)Samuel Thibault
2012-02-01rename {halt,reboot} to {halt,reboot}-hurdPino Toscano
... and handle them as slaves of the runsystem alternative.
2012-01-22debian/hurd-console.default: Enable the console by default.Samuel Thibault
2012-01-14PID stat/status: show only the file name of processesPino 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-30ext2fs_large_stores.patch: Fix memory leakSamuel Thibault
2011-12-27Revert "Do not use msgport information"Samuel Thibault
This reverts commit d9fc76bd4e8c9a459fad7152135b738496318415, as it breaks /proc/pid/stat
2011-12-27Do not use msgport informationSamuel 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-08upload to unstableSamuel Thibault
2011-12-06Move /run cleanup to after fsck & rw-remountSamuel Thibault
2011-12-06Upload to unstableSamuel Thibault
2011-12-06New upstream snapshotSamuel Thibault
2011-12-06Merge branch 'upstream-merged'Samuel Thibault
2011-12-06Merge branch 'libpthread-moved' into upstream-mergedSamuel Thibault
2011-12-06Merge branch 'upstream' into upstream-mergedSamuel Thibault
2011-12-06Merge branch 'libpthread' into libpthread-movedSamuel Thibault
2011-12-06Fix /run initializationSamuel Thibault
* local/setup-translators: Move /run initialization to... * patches/run.patch: ... boot time.
2011-12-05hurd.install: Add /etc/securetty.Samuel Thibault
2011-11-27Setup random translator in hurd-udeb tooSamuel Thibault
2011-11-27Fix __mutex_unlock_solid safetySamuel 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-26fix pathSamuel Thibault
2011-11-26Drop debian/patches/libpager_update_seqno.patch, applied upstream.Samuel Thibault
2011-11-26Replace /dev/u?random alternatives with /hurd/u?random.sh alternativesSamuel 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-26New upstream snapshotSamuel Thibault