[uml-devel] [PATCH] um: drivers/xterm.c: fix a file descriptor leak

2011-08-11 Thread Jonathan Neuschäfer
I could use out_close1, but that seems to be the code path to close the fd returned by os_create_unix_socket, and using it to close the fd returned by mkstemp might lead to some confusion, so I don't do it. Signed-off-by: Jonathan Neuschäfer --- arch/um/drivers/xterm.c |1 + 1 files ch

Re: [uml-devel] [PATCH] UserModeLinux-HOWTO.txt: remove ^H characters

2011-08-12 Thread Jonathan Neuschäfer
On Fri, Aug 12, 2011 at 10:19:28AM -0700, Randy Dunlap wrote: > On Fri, 12 Aug 2011 02:28:23 +0200 Jonathan Neuschäfer wrote: > > > If you can't read this patch, please run: > > > > sed -i -e "s/[^\o10]\o10//g" \ > > Docu

Re: [uml-devel] [PATCH] UserModeLinux-HOWTO.txt: remove ^H characters

2011-08-12 Thread Jonathan Neuschäfer
t in bold or underlined when viewed with less. Jonathan Neuschäfer -- FREE DOWNLOAD - uberSVN with Social Coding for Subversion. Subversion made easy with a complete admin console. Easy to use, easy to manage, easy to install, ea

[uml-devel] [PATCH] UserModeLinux-HOWTO.txt: fix a typo

2011-08-15 Thread Jonathan Neuschäfer
Signed-off-by: Jonathan Neuschäfer --- Documentation/virtual/uml/UserModeLinux-HOWTO.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/virtual/uml/UserModeLinux-HOWTO.txt b/Documentation/virtual/uml/UserModeLinux-HOWTO.txt index a7af9cf..77dfecf 100644

Re: [uml-devel] [PATCH] UserModeLinux-HOWTO.txt: remove ^H characters

2011-08-24 Thread Jonathan Neuschäfer
On Wed, Aug 24, 2011 at 06:35:43PM -0300, Davidlohr Bueso wrote: > Glad I noticed this patch in time, just today I was doing the same. FYI > I'm in the process of updating/splitting the document. Nice! Regards, Jonathan