public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* user-mode port 0.51-2.4.14
@ 2001-11-14  6:07 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2001-11-14  6:07 UTC (permalink / raw)
  To: user-mode-linux-user, linux-kernel

The user-mode port of 2.4.14 is available.

The SIGIO now uses poll instead of select.  This is in preparation for
fixing the console driver's flow control problems.

Redid the task switching code so that the tracing thread is no longer 
involved.  This is in preparation for eliminating the tracing thread - it
doesn't actually speed anything up yet.  However, it does allow UML to be
^Z-ed and backgrounded.

UML now works on 3G/1G hosts when CONFIG_HOST_2G_2G is on. 

Every thread now has a private page of data which contains errno.  This is 
handy for people poking around the UML arch code with gdb.  Everything gdb
does is intercepted by the tracing thread, which makes (mostly successful)
system calls which set errno to 0.  This is at least an annoyance when stepping
through the code, and it could be bad if it causes the code flow to change.
With thread-private errnos, this is no longer a problem.

Some context switching optimizations from Jörgen Cederlöf and me have been
made.  These noticably help the performance of workloads that switch 
frequently.

Fixed the process segfaults caused by Xnest and kernel builds.  The same
fix also makes gdb work better.  

Fixed a typo in arch/um/kernel/Makefile which caused modules not to load
into a profiled kernel.  

Restructured the uml_net sources to make them more modular. 

uml_net should now do proxy arp correctly. 

uml_mconsole can now take a command on its command line. 

The project's home page is http://user-mode-linux.sourceforge.net

Downloads are available at 
	http://user-mode-linux.sourceforge.net/dl-sf.html

				Jeff


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-14  4:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-14  6:07 user-mode port 0.51-2.4.14 Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox