[PATCH] Include the umount utility in hurd and hurd-udeb.

2013-07-08 Thread Justus Winter
--- debian/hurd-udeb.install.in |1 + debian/hurd.install.in |1 + 2 files changed, 2 insertions(+) diff --git a/debian/hurd-udeb.install.in b/debian/hurd-udeb.install.in index 4618f10..9b2601e 100644 --- a/debian/hurd-udeb.install.in +++ b/debian/hurd-udeb.install.in @@ -39,6 +39,7

[PATCH] procfs: Ignore arguments for compatibility with Linux' procfs.

2013-07-08 Thread Justus Winter
Ignore the --nodev, --noexec and --nosuid arguments. * procfs/main.c (argp_parser): Ignore some arguments for compatibility. --- procfs/main.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/procfs/main.c b/procfs/main.c index bcf9590..727fea6 100644 --- a/procfs/mai

Re: [PATCH] get_translator_info wip

2013-07-08 Thread Richard Braun
On Mon, Jul 08, 2013 at 11:41:51AM +0200, Samuel Thibault wrote: > Mmm. It indeed looks odd to store the path at lookup. > > Concerning storing the path, it's a bit sad to have to do that, and > it'll become wrong if one moves the mount points. Another way would > be to make the client figure it

Re: [PATCH] get_translator_info wip

2013-07-08 Thread Samuel Thibault
Hello, Justus Winter, le Wed 03 Jul 2013 23:11:58 +0200, a écrit : > +/* Return the options describing the operation of the receiving > + filesystem (sutiable for fsys_set_options). */ Make sure to update comments of copy/pasted code :) > +routine fsys_get_translator_info ( > + server: fs

Re: [PATCH] Gracefully handle errors using argp_error().

2013-07-08 Thread Samuel Thibault
Cyril Roelandt, le Fri 05 Jul 2013 01:25:26 +0200, a écrit : > I found 4 programs that could be improved by gracefully handling errors > using argp_error: notice (hurd-extras), mboxfs (hurd-extras), tarfs > (incubator) and unionfs. The patches are attached. Applied, thanks! Samuel