On Wed, 01 Nov 2006 12:32:41 -0500
Jeff Dike <[EMAIL PROTECTED]> wrote:
> This patch fixes a UML hang in which everything would just stop until
> some I/O happened - a ping, someone whacking the keyboard - at which
> point everything would start up again as though nothing had happened.
>
> The ca
This patch fixes a UML hang in which everything would just stop until
some I/O happened - a ping, someone whacking the keyboard - at which
point everything would start up again as though nothing had happened.
The cause was gcc reordering some code which absolutely needed to be
executed in the orde
In order to get the __NR_* constants, we need sys/syscall.h.
linux/unistd.h works as well since it includes syscall.h, however
syscall.h is more parsimonious. We were inconsistent in this, and
this patch adds syscall.h includes where necessary and removes
linux/unistd.h includes where they are not
These two patches are 2.6.19 material. One fixes an important bug and the
other is a small header cleanup.
Jeff
-
Using Tomcat but need to do more? Need to support web services, security?
Get
I have searched the archives and seen some old posts about SCSI not
compiling with UML. Since than I have seen some post on the net of the
like http://lkml.org/lkml/2006/9/12/200. (which does not apply but the
Idea is clear and can be done by hand).
Now when carefully configured I can compile th