summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-07setup-translators: Add cd[01] SCSI CD-ROMs.Samuel Thibault
2011-10-05Pass --orphan to settrans -g on random upgradeSamuel Thibault
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
2011-06-09Fix random translator pathSamuel Thibault
2011-06-08uploadSamuel Thibault
2011-06-05Add comX and random translators on installed system.Samuel Thibault
2011-05-31Do not forget [hs]d0s{9,10}Samuel Thibault
2011-05-30Enable keyboard and mouse repeaters by defaultSamuel Thibault
debian/hurd-console.default: Enable keyboard and mouse repeaters by default for X11.
2011-05-30Add entries for partitions 9-16 tooSamuel Thibault
debian/local/setup-translators: Add entries for partitions 9-16 too, as the full partman layout at least uses slice 9.
2011-05-23Make the hurd package depend on random-egdSamuel Thibault
to get /dev/*random working as early as d-i's base install.
2011-05-20upload to unstableSamuel Thibault
2011-05-20Build with gcc-4.6Samuel Thibault
2011-05-19New upstream snapshotSamuel Thibault
2011-05-19Merge branch 'upstream-merged'Samuel Thibault
2011-05-19Merge branch 'upstream' into upstream-mergedSamuel Thibault
2011-05-14Fix /usr/bin/w-hurd command nameSamuel Thibault
* debian/patches/uptime_w_path_fix.patch: Fix /usr/bin/w-hurd command name, thanks harish badrinath for the notice.
2011-05-08debian/local/setup-translators: Add fd[01]Samuel Thibault
2011-04-20Remove disable-proc_getnports.patchSamuel Thibault
* debian/patches/disable-proc_getnports.patch: Remove patch, libc0.3 now has proc_getnports, and the hurd package already breaks older versions.
2011-04-12Pass the --compatible option to procfsSamuel Thibault
* debian/local/setup-translators: Pass the --compatible option to procfs to tweak it a bit to get proc-related tools working without too much patching.
2011-04-11Enable mouse and keyboard repeaters for g-i supportSamuel Thibault
2011-04-10Build with gcc-4.5Samuel Thibault
* debian/control: Depend on gcc-4.5 instead of gcc-4.4. * debian/rules: Build with gcc-4.5.
2011-04-10Bump Standards-Version to 3.9.2 (no change needed)Samuel Thibault
2011-04-10Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault
2011-04-03Remove `serverboot'; fix "make dist" in `mach-defpager'.Ludovic Courtès
* serverboot/default_pager.c, serverboot/kalloc.c, serverboot/queue.h, serverboot/wiring.c, serverboot/wiring.h: Move to `mach-defpager/'. * serverboot/Makefile, serverboot/assert.h, serverboot/bootstrap.c, serverboot/bunzip2.c, serverboot/def_pager_setup.c, serverboot/defs.h, serverboot/dir.h, serverboot/disk_inode.h, serverboot/disk_inode_ffs.h, serverboot/elf-load.c, serverboot/exec.c, serverboot/ext2_file_io.c, serverboot/ffs_compat.c, serverboot/ffs_compat.h, serverboot/ffs_file_io.c, serverboot/file_io.c, serverboot/file_io.h, serverboot/fs.h, serverboot/gets.c, serverboot/gunzip.c, serverboot/load.c, serverboot/mach-exec.h, serverboot/minix_ffs_compat.c, serverboot/minix_ffs_compat.h, serverboot/minix_file_io.c, serverboot/minix_fs.h, serverboot/minix_super.h, serverboot/panic.c, serverboot/strfcns.c: Remove. * mach-defpager/Makefile (LCLHDRS): New variable. (vpath): Remove. (CPPFLAGS): Remove `-I$(srcdir)/../serverboot'. * mach-defpager/setup.c (page_aligned): Make public.