Re: [dev] [PATCH] [ubase] Add swaplabel.

2014-11-29 Thread Dimitris Papastamos
On Sat, Nov 29, 2014 at 10:06:16PM +0100, Jan Tatje wrote: > Hello, > > I wrote a simple utility to change the label of a swap partition for ubase. > Please tell me what to change should further changes be required for this to > be > accepted. Applied with minor stylistic changes, thanks!

[dev] [PATCH] [ubase] Add swaplabel.

2014-11-29 Thread Jan Tatje
Hello, I wrote a simple utility to change the label of a swap partition for ubase. Please tell me what to change should further changes be required for this to be accepted. diff --git a/Makefile b/Makefile index d267535..150ca13 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ SRC = \ rmmo

Re: [dev] [quark] [PATCH] Add the chrootdir configuration variable

2014-11-29 Thread Hiltjo Posthuma
On Sat, Nov 29, 2014 at 7:39 PM, Ivan Delalande wrote: > On Sat, Nov 29, 2014 at 12:21:39PM +0100, Hiltjo Posthuma wrote: >> On Sat, Nov 29, 2014 at 9:47 AM, Ivan Delalande wrote: >>> On Sat, Nov 29, 2014 at 09:28:24AM +0100, FRIGN wrote: Hiltjo told me he was almost done with the changes, s

Re: [dev] [quark] [PATCH] Add the chrootdir configuration variable

2014-11-29 Thread Ivan Delalande
On Sat, Nov 29, 2014 at 12:21:39PM +0100, Hiltjo Posthuma wrote: > On Sat, Nov 29, 2014 at 9:47 AM, Ivan Delalande wrote: >> On Sat, Nov 29, 2014 at 09:28:24AM +0100, FRIGN wrote: >>> Hiltjo told me he was almost done with the changes, so as soon as he >>> finishes this masterpiece, I'll merge it

Re: [dev] rio for linux

2014-11-29 Thread Henrique Lengler
On Sat, Nov 29, 2014 at 06:45:09AM +, stxetx wrote: > rio is available directly as part of plan9port for *nix.[0] Install it This is good, but isn't helpful because it uses X. When I talk about the goodness of rio I'm talking about the way it internally works, that isn't as a normal window ma

Re: [dev] [quark] [PATCH] Add the chrootdir configuration variable

2014-11-29 Thread Hiltjo Posthuma
Sorry nvm, I found the patch in the archives, somehow I did not receive the first e-mail with the patch.

Re: [dev] [quark] [PATCH] Add the chrootdir configuration variable

2014-11-29 Thread Hiltjo Posthuma
On Sat, Nov 29, 2014 at 9:47 AM, Ivan Delalande wrote: > On Sat, Nov 29, 2014 at 09:28:24AM +0100, FRIGN wrote: >> On Sat, 29 Nov 2014 08:42:17 +0100 >> Ivan Delalande wrote: >> > This is implemented by moving the reqbuf buffer in the middle of a >> > bigger buffer, reqpath. That buffer contains

Re: [dev] [quark] [PATCH] Add the chrootdir configuration variable

2014-11-29 Thread Ivan Delalande
On Sat, Nov 29, 2014 at 09:28:24AM +0100, FRIGN wrote: > On Sat, 29 Nov 2014 08:42:17 +0100 > Ivan Delalande wrote: > > > Change the behavior of docroot, which is now used as a prefix path for > > all file operations related to static files. And add chrootdir, which is > > just the old docroot be

Re: [dev] [quark] [PATCH] Add the chrootdir configuration variable

2014-11-29 Thread FRIGN
On Sat, 29 Nov 2014 08:42:17 +0100 Ivan Delalande wrote: > Change the behavior of docroot, which is now used as a prefix path for > all file operations related to static files. And add chrootdir, which is > just the old docroot behavior and allows to control the path into which > quark will chroo