Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-29 | Merge branch 'upstream-merged' | Samuel Thibault | |
2010-08-29 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2010-08-28 | accept some setuid binaries. | Samuel Thibault | |
2010-08-28 | Add lintian override for unstripped libstore_part.a | Samuel Thibault | |
2010-08-28 | Switch to gcc-4.4 (Closes: Bug#594285). | Samuel Thibault | |
2010-08-27 | Regenerate | Samuel Thibault | |
2010-08-27 | New upstream snapshot. | Samuel Thibault | |
2010-08-27 | Merge branch 'upstream-merged' | Samuel Thibault | |
2010-08-27 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2010-08-27 | Merge branch 'procfs-moved' into upstream-merged | Samuel Thibault | |
2010-08-27 | Merge branch 'procfs' into procfs-moved | Samuel Thibault | |
2010-08-27 | Fix default_pager default_pager_object_set_size parameters | Samuel Thibault | |
As suggested by Sergio Lopez. * serverboot/default_pager.c (S_default_pager_object_set_size): Exchange `seqno' and `reply_to' parameters. | |||
2010-08-27 | make unblocked reads from external objects return a zeroed page. | Sergio Lopez | |
* serverboot/default_pager.c (struct dstruct): Add boolean_t external field. (default_pager_add): Set ds->external to TRUE or FALSE depending whether the object is external. (default_read): Add external parameter. If no_block(block) returns 1, if external is TRUE, zero fill the page and return PAGER_SUCCESS instead of PAGER_ABSENT. (seqnos_memory_object_data_request): Pass ds->external as additional parameter to default_read. | |||
2010-08-27 | Fix missing mutex unlock. | Sergio Lopez | |
* serverboot/default_pager.c (pager_read_offset): Properly unlock the mutex before returning NO_BLOCK. | |||
2010-08-22 | * debian/control: Use Package-Type instead of XC-Package-Type. | Samuel Thibault | |
2010-08-22 | Better parse kernel command line to only keep proper variable names | Samuel Thibault | |
2010-08-21 | debian/rules: remove the part store hack | Jeremie Koenig | |
The user-space part stores are now included in the build system and this hack is no longer necessary to enable them. | |||
2010-08-21 | new snapshot | Samuel Thibault | |
2010-08-21 | Merge branch 'upstream-merged' | Samuel Thibault | |
2010-08-21 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2010-08-21 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd | Samuel Thibault | |
2010-08-18 | Implement /proc/mounts as a symlink to /etc/mtab | Jeremie Koenig | |
* procfs_nonpid_files.c (procfs_create_mounts): New function. * procfs_dir.c (procfs_fill_root_dir): Call procfs_create_mounts. Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org> | |||
2010-08-18 | Set an appropriate st_mode on symlinks. | Jeremie Koenig | |
* procfs_pid_files.c (update_pid_entries): When symlink_target is not NULL, set st_size to the symlink length and st_mode to S_IFLNK | 0777. | |||
2010-08-18 | update_pid_entries(): fix awkwardly indented uninitialized memory leak | Jeremie Koenig | |
* procfs_pid_files.c (update_pid_entries): Replace dynamic allocation of `stat' with automatic allocation. Memset `stat' to 0. | |||
2010-08-18 | Fix the build system to handle part stores | Jeremie Koenig | |
Part stores are used for debian-installer, and they're considered more elegant than kernel partition devices. This patch makes sure they're included in the build unless the user disables them explicitely. * Makeconf: add $(PARTED_LIBS) to static binaries which use libstore_part.a. * configure.in: look for libparted again (see also 7c7a04eb). * libstore/Makefile (store-types): include the 'part' store type when appropriate, remove the previous attempt. Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org> | |||
2010-08-18 | Include the unifont.bdf link in hurd-udeb too. | Samuel Thibault | |
2010-08-18 | copy the /servers/socket/2 translator settings into the target system. | Samuel Thibault | |
2010-08-18 | Reindent changelog for consistency | Jeremie Koenig | |
2010-08-17 | Export kernel parameters into environment | Samuel Thibault | |
2010-08-16 | didn't actually have the time to upload | Samuel Thibault | |
2010-08-02 | Remove init_fix.patch, merged upstream | Samuel Thibault | |
2010-08-02 | New upstream snapshot 20100802 | Samuel Thibault | |
2010-08-02 | Merge branch 'upstream-merged' | Samuel Thibault | |
2010-08-02 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2010-08-02 | Merge branch 'procfs-moved' into upstream-merged | Samuel Thibault | |
2010-08-02 | Merge branch 'procfs' into procfs-moved | Samuel Thibault | |
2010-08-02 | .static names make static files ok | Samuel Thibault | |
2010-08-02 | Update date | Samuel Thibault | |
2010-08-02 | More lintian fixes | Samuel Thibault | |
* debian/hurd-dev.lintian-overrides: New overrides to allow libstore_* not being stripped (they wouldn't work, else). | |||
2010-08-02 | Lintian fixes | Samuel Thibault | |
* debian/rules: Remove debian/ChangeLog generation. * debian/hurd.lintian-overrides: New overrides to announce which servers are supposed to be statically linked, and accept hurd to be essential. * debian/hurd-udeb.lintian-overrides: New overrides to validate hurd-i386-specific paths. | |||
2010-08-02 | Add comX to the minimal set | Samuel Thibault | |
as it'll be needed for serial-port-based d-i | |||
2010-08-02 | actually apply init_fix.patch | Samuel Thibault | |
2010-08-02 | init_fix.patch: New upstream patch to fix halt/reboot. | Samuel Thibault | |
2010-08-01 | Maximize glyph usage for chinese | Samuel Thibault | |
* debian/local/runsystem: Pass -g option to the console to maximize glyph usage for chinese. | |||
2010-08-01 | upload to unstable | Samuel Thibault | |
2010-08-01 | fix debian/local/setup-translators permissions | Samuel Thibault | |
2010-08-01 | Remove debian/ChangeLog on clean | Samuel Thibault | |
2010-08-01 | Ignore erroneous number of glyphs in bdf files | Samuel Thibault | |
* debian/patches/console_ignore_bdf_err.patch: New patch to ignore erroneous number of glyphs in bdf files. | |||
2010-08-01 | Update Vcs fields to point to the new git repositories | Samuel Thibault | |
2010-08-01 | Set compression to bzip2 | Samuel Thibault | |