Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-16 | Add mtab translator in hurd-udeb | Samuel Thibault | |
2013-09-16 | upload | Samuel Thibault | |
2013-09-16 | $local_fs is needed by require-stop, not require-start | Samuel Thibault | |
2013-09-16 | Make lintian happier | Samuel Thibault | |
* rules, control: Switch to makeinfo. * Refresh lintian overrides. | |||
2013-09-16 | Make hurd-console explicitly depend on local_fs for /var | Samuel Thibault | |
2013-09-16 | Do not start the Hurd console in single-user mode | Samuel Thibault | |
2013-09-16 | Refresh | Samuel Thibault | |
2013-09-16 | debian/rc.patch: point /run/mtab to /proc/mounts. | Samuel Thibault | |
2013-09-16 | Merge branch 'upstream-merged' | Samuel Thibault | |
2013-09-16 | Fix link until libc gets rebuilt against new .defs | Samuel Thibault | |
* patches/newRPC.patch: New patch to fix link until libc gets rebuilt against new .defs. | |||
2013-09-16 | Add an initscript for hurd-console | Samuel 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-16 | control: Add build dependency on libdaemon | Justus Winter | |
2013-09-16 | Merge branch 'upstream-merged' | Samuel Thibault | |
2013-09-16 | New upstream snapshot | Samuel Thibault | |
2013-07-28 | upload to unstable | Samuel Thibault | |
2013-07-27 | Add eth-* | Samuel Thibault | |
2013-07-27 | merge changelog entries | Samuel Thibault | |
2013-07-27 | Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurd | Samuel Thibault | |
2013-07-27 | Use autoreconf | Samuel Thibault | |
2013-07-27 | Merge branch 'upstream-merged' | Samuel Thibault | |
2013-07-27 | drop generated file | Samuel Thibault | |
2013-07-27 | Merge branch 'upstream-merged' | Samuel Thibault | |
2013-07-27 | drop unused source | Samuel Thibault | |
2013-07-27 | Move to multiple orig tarballs. | Samuel Thibault | |
Rename libdde_linux26 into libdde-linux26 | |||
2013-07-27 | Merge branch 'upstream-merged' | Samuel Thibault | |
2013-07-27 | really properly move files | Samuel Thibault | |
2013-07-27 | Merge branch 'upstream-merged' | Samuel Thibault | |
2013-07-27 | rename libdde_linux26 into libdde-linux26 to make dpkg-source happy | Samuel Thibault | |
2013-07-27 | Refresh | Samuel Thibault | |
2013-07-27 | New upstream snapshot | Samuel Thibault | |
2013-07-27 | Merge branch 'upstream-merged' | Samuel Thibault | |
2013-07-27 | New upstream snapshot | Samuel Thibault | |
2013-07-20 | Add comment for patch | Samuel Thibault | |
2013-07-17 | control: Remove Neal and Jeff from uploaders. | Samuel Thibault | |
2013-07-13 | Bump Standards-Version to 3.9.4 (no changes) | Samuel Thibault | |
2013-07-09 | Include the umount utility in hurd and hurd-udeb | Justus Winter | |
2013-07-09 | start a new changelog entry for 20130707-2 | Pino Toscano | |
2013-07-08 | upload to unstable | Samuel Thibault | |
2013-07-07 | Merge branch 'master' into HEAD | Samuel Thibault | |
Conflicts: debian/changelog | |||
2013-07-07 | Merge branch 'upstream-merged' into HEAD | Samuel Thibault | |
2013-07-07 | Merge branch 'procfs-jkoenig-moved' into upstream-merged | Samuel Thibault | |
2013-07-07 | Merge branch 'upstream' into upstream-merged | Samuel Thibault | |
2013-07-07 | Merge remote-tracking branch 'upstream/master' into upstream | Samuel Thibault | |
2013-07-07 | Merge branch 'procfs-jkoenig' into procfs-jkoenig-moved | Samuel Thibault | |
2013-07-07 | Merge remote-tracking branch 'procfs/master' into procfs-jkoenig | Samuel Thibault | |
2013-07-07 | More mount/umount work from Justus Winter | Samuel Thibault | |
patches/{mount-{test-opts,ignore-mounted-all,t-auto}, sutils-{types,multiple-none}}.patch: New patches from Justus Winter to make mount more compatible with Linux'. patches/umount.patch: New patch to add umount tool. | |||
2013-06-29 | Make procfs behave as sysvinit desires | Samuel Thibault | |
patches/procfs-{update,default,get-options}.patch: New patches from Justus Winter | |||
2013-06-29 | procfs: enable fsys_set_options | Justus Winter | |
Make procfs translators handle fsys_set_options requests by pointing netfs_runtime_argp to our argp struct. * procfs/main.c (netfs_runtime_argp): New variable. | |||
2013-06-29 | procfs: keep old config values if the parsing fails | Justus Winter | |
Previously if strtol failed the previous configuration value would get overwritten. Prevent this by storing the result in a temporary variable and update the configuration if the argument was parsed correctly and passed the sanity checks. * procfs/main.c (argp_parser): Keep old configuration in case a malformed value is encountered. | |||
2013-06-29 | procfs: fix the error handling in argp_parser | Samuel Thibault | |
Do not exit using error (1, ..) but gracefully handle the error using argp_error. Also fix a typo ("the a user") while touching these lines. * procfs/main.c (argp_parser): Proper error handling. (argp_parser): Fix typo. |