2003-02-26 18:03:29

by Jeff Dike

[permalink] [raw]
Subject: [PATCH] UML updates

Please pull
http://jdike.stearns.org:5000/updates-2.5

This updates UML to 2.5.63 -
fixed the sigprocmask name clash with libc
updated ptrace
fixed UML's module.h
cleaned up page.h and bug.h
updated the signal handling
added the new clock and timer syscalls
fixed some build breakage

Jeff

arch/um/Makefile | 6 ++++--
arch/um/drivers/Makefile | 2 +-
arch/um/drivers/xterm_kern.c | 1 +
arch/um/kernel/init_task.c | 1 +
arch/um/kernel/ptrace.c | 7 ++-----
arch/um/kernel/sigio_kern.c | 1 +
arch/um/kernel/signal_kern.c | 4 ++--
arch/um/kernel/smp.c | 36 +++++++++++++++++++++++-------------
arch/um/kernel/sys_call_table.c | 18 ++++++++++++++++++
arch/um/kernel/tt/process_kern.c | 5 ++++-
include/asm-um/bug.h | 4 ++--
include/asm-um/module-generic.h | 6 ++++++
include/asm-um/module-i386.h | 13 +++++++++++++
include/asm-um/module.h | 13 -------------
include/asm-um/page.h | 1 -
include/asm-um/processor-generic.h | 1 -
include/asm-um/thread_info.h | 3 +++
17 files changed, 81 insertions(+), 41 deletions(-)

[email protected], 2003-02-25 00:24:29-05:00, [email protected]
Added declarations for the new system calls and fixed the includes
of asm/signal.h.

[email protected], 2003-02-24 23:00:04-05:00, [email protected]
Updated to 2.5.63 and made a minor build cleanup.

[email protected], 2003-02-23 14:49:44-05:00, [email protected]
Applied some minor updates to fix things that broke in .62.

[email protected], 2003-02-19 09:50:28-05:00, [email protected]
Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

[email protected], 2003-02-18 17:50:30-05:00, [email protected]
Copied a ptrace change from i386.

[email protected], 2003-02-18 16:39:59-05:00, [email protected]
Changed the kernel sigprocmask to kernel_sigprocmask to avoid a
conflict with libc.

[email protected], 2003-02-12 09:40:44-05:00, [email protected]
Applied a bunch of patches from Oleg to get UML working in 2.5.60
and to clean up some other things.