summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-24Merge branch 'upstream-merged'Samuel Thibault
2013-09-24Merge branch 'upstream-merged'Samuel Thibault
2013-09-23Refresh patchesSamuel Thibault
2013-09-23rules: Pass --without-libdaemon to udeb configure.Samuel Thibault
2013-09-23Merge branch 'upstream-merged'Samuel Thibault
2013-09-23New upstream snapshotSamuel Thibault
2013-09-23New upstream snapshotSamuel Thibault
2013-09-23RPC stubs now come from libcSamuel Thibault
* control: Bump libc0.3-dev build dep to get new RPC stubs. * patches/newRPC: Drop accordingly.
2013-09-23Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurdSamuel Thibault
Conflicts: debian/changelog debian/hurd-udeb.install.in
2013-09-24Drop CC definition, it is not actually exportedSamuel Thibault
2013-09-23remove duplicated texinfo B-DPino Toscano
2013-09-23add ${shlibs:Depends} in hurd-udebPino Toscano
2013-09-23no multiarch when install for udebPino Toscano
multiarch is not used in udebs, so there is no need to do the udeb installation using a multiarch library directory to move them back later
2013-09-23dh_install: use --remaining-packages to not process udebs twicePino Toscano
2013-09-23hurd-dev.install.in: remove redundant destinationPino Toscano
2013-09-23no-op sorting of .install* filesPino Toscano
2013-09-23rules: allow to pass own configure args to build flavoursPino Toscano
2013-09-23do a separate build for the udeb variantPino Toscano
this way it can have a different configuration: - use build-udeb as build dir - use debian/tmp-udeb as DESTDIR, and use it as sourcedir for dh_install of *-udeb binaries
2013-09-23dh_install: force debian/tmp as sourcedirPino Toscano
strip/fix the paths in *.install.in files according to the new root
2013-09-23pass the right builddir to dh_auto_cleanPino Toscano
2013-09-22rename the "build" build dir to "build-deb"Pino Toscano
2013-09-22run.patch: refresh to apply without fuzzPino Toscano
2013-09-22patches/rc.patch: Make sure /proc is mounted at boot.Samuel Thibault
2013-09-21exclude shlibs for private modules in /usr/lib/hurdPino Toscano
this allows the drop of the shlibs for hurd, which has no public libraries anymore after the hurd-libs0.3 split
2013-09-21rename installed libdde-linux26 stuff back to libdde_linux26Pino Toscano
2013-09-21add ${shlibs:Depends} in hurd-libs0.3-udebPino Toscano
2013-09-21add ${perl:Depends} in hurd-devPino Toscano
2013-09-21add missing libpcap0.8-dev B-DPino Toscano
2013-09-19fix tool nameSamuel Thibault
2013-09-19Include the nullpriv utility in hurd and hurd-udebJustus Winter
2013-09-17Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurdSamuel Thibault
Conflicts: debian/changelog
2013-09-17control, hurd.install.in, rules: Remove ufs parts.Samuel Thibault
2013-09-17Remove UFS supportSamuel Thibault
It has been unused/untested/unmaintained for a decade now, and its 4-clause BSD licence poses problem. * configure.ac (default_static): Remove ufs. * Makefile (prog-subdirs): Remove ufs, ufs-fsck and ufs-utils. * NEWS, TODO: doc/hurd.texi, doc/navigating: Remove UFS notes. * ufs: Remove directory * ufs-fsck: Remove directory * ufs-utils: Remove directory * bsdfsck: Remove directory
2013-09-16Add mtab translator in hurd-udebSamuel Thibault
2013-09-16uploadSamuel Thibault
2013-09-16$local_fs is needed by require-stop, not require-startSamuel Thibault
2013-09-16Make lintian happierSamuel Thibault
* rules, control: Switch to makeinfo. * Refresh lintian overrides.
2013-09-16Make hurd-console explicitly depend on local_fs for /varSamuel Thibault
2013-09-16Do not start the Hurd console in single-user modeSamuel Thibault
2013-09-16RefreshSamuel Thibault
2013-09-16debian/rc.patch: point /run/mtab to /proc/mounts.Samuel Thibault
2013-09-16Merge branch 'upstream-merged'Samuel Thibault
2013-09-16Fix link until libc gets rebuilt against new .defsSamuel Thibault
* patches/newRPC.patch: New patch to fix link until libc gets rebuilt against new .defs.
2013-09-16Add an initscript for hurd-consoleSamuel Thibault
* hurd.hurd-console.init: Add an initscript for hurd-console. * patches/hurd_console_startup.patch: Drop, this is no longer necessary with the initscript in place.
2013-09-16control: Add build dependency on libdaemonJustus Winter
2013-09-16Merge branch 'upstream-merged'Samuel Thibault
2013-09-16New upstream snapshotSamuel Thibault
2013-09-16Handle notification on page evictionRichard Braun
If requested by the user, make libpager call pager_notify_evict when a page is flushed out by the kernel. Based on work by Ognyan Kulev. * console/pager.c (pager_notify_evict): New function. (user_pager_create): Update call to pager_create. * ext2fs/pager.c: (pager_notify_evict): New function. (create_disk_pager): Update call to diskfs_start_disk_pager. (diskfs_get_filemap): Update call to pager_create. * fatfs/pager.c: (pager_notify_evict): New function. (create_fat_pager): Update call to diskfs_start_disk_pager. (diskfs_get_filemap): Update call to pager_create. * isofs/pager.c: (pager_notify_evict): New function. (create_disk_pager): Update call to diskfs_start_disk_pager. (diskfs_get_filemap): Update call to pager_create. * libdiskfs/disk-pager.c (diskfs_start_disk_pager): Update definition and call to pager_create. * libdiskfs/diskfs-pager.h (diskfs_start_disk_pager): Update declaration. * libpager/data-request.c (_pager_seqnos_memory_object_data_request): Take pager's `notify_on_evict' member into account when calling memory_object_data_supply. * libpager/data-return.c (_pager_do_write_request): Handle user notification on page flush. * libpager/pager-create.c (pager_create): Update definition and set pager's `notify_on_evict' member. * libpager/pager.h (pager_create): Update declaration. (pager_notify_evict): New declaration. * libpager/priv.h (struct pager): New `notify_on_evict' member. * storeio/pager.c: (pager_notify_evict): New function. (dev_get_memory_object): Update call to pager_create. * tmpfs/pager-stubs.c (pager_notify_evict): New function. * ufs/pager.c (pager_notify_evict): New function. (create_disk_pager): Update call to diskfs_start_disk_pager. (diskfs_get_filemap): Update call to pager_create.
2013-08-29Merge branch 'master-merge'Samuel Thibault
2013-07-28upload to unstableSamuel Thibault