mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] UML updates
@ 2003-03-28 20:50 Jeff Dike
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Dike @ 2003-03-28 20:50 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

This brings UML up to date with 2.5.66:
	added the pte_file changes
	fixed show_interrupts
	added the console initialization section to the linker scripts
	include cleanups
	new system calls hooked up
	fixed the sigprocmask name conflict

				Jeff

 arch/um/Makefile                   |    6 ++-
 arch/um/drivers/Makefile           |    2 -
 arch/um/drivers/chan_kern.c        |    1 
 arch/um/drivers/stdio_console.c    |    4 +-
 arch/um/drivers/xterm_kern.c       |    1 
 arch/um/kernel/init_task.c         |    9 -----
 arch/um/kernel/irq.c               |   63 ++++++++++++++-----------------------
 arch/um/kernel/process_kern.c      |    4 ++
 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/common.lds.S        |    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/pgtable.h           |   59 +++++++++++++++++++++++++++-------
 include/asm-um/processor-generic.h |    4 --
 include/asm-um/thread_info.h       |    3 +
 23 files changed, 165 insertions(+), 103 deletions(-)

ChangeSet@1.1079, 2003-03-27 21:38:37-05:00, jdike@uml.karaya.com
  2.5.66 updates to irq.c and pgtable.h.

ChangeSet@1.889.363.3, 2003-03-27 13:46:11-05:00, jdike@uml.karaya.com
  Some small changes to get 2.5.65 working.

ChangeSet@1.889.363.2, 2003-03-27 10:28:06-05:00, jdike@uml.karaya.com
  Added the con_initcall section to common.lds.S.

ChangeSet@1.889.289.3, 2003-03-07 12:36:29-05:00, jdike@uml.karaya.com
  Added a bunch of include fixes from Oleg.

ChangeSet@1.889.291.2, 2003-03-05 12:47:32-05:00, jdike@uml.karaya.com
  Deleted free_task_struct since it is implemented in fork.c now.

ChangeSet@1.889.203.4, 2003-02-25 00:24:29-05:00, jdike@uml.karaya.com
  Added declarations for the new system calls and fixed the includes
  of asm/signal.h.

ChangeSet@1.889.203.3, 2003-02-24 23:00:04-05:00, jdike@uml.karaya.com
  Updated to 2.5.63 and made a minor build cleanup.

ChangeSet@1.889.203.2, 2003-02-23 14:49:44-05:00, jdike@uml.karaya.com
  Applied some minor updates to fix things that broke in .62.

ChangeSet@1.889.203.1, 2003-02-19 09:50:28-05:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.889.138.3, 2003-02-18 17:50:30-05:00, jdike@uml.karaya.com
  Copied a ptrace change from i386.

ChangeSet@1.889.138.2, 2003-02-18 16:39:59-05:00, jdike@uml.karaya.com
  Changed the kernel sigprocmask to kernel_sigprocmask to avoid a
  conflict with libc.

ChangeSet@1.889.138.1, 2003-02-12 09:40:44-05:00, jdike@uml.karaya.com
  Applied a bunch of patches from Oleg to get UML working in 2.5.60
  and to clean up some other things.





^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] UML updates
@ 2003-08-07 14:59 Jeff Dike
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Dike @ 2003-08-07 14:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

This brings UML up to date with 2.6.0-test2.

				Jeff


updates-2.5
 arch/um/defconfig                  |    2 
 arch/um/drivers/line.c             |   61 +++++++-----
 arch/um/drivers/mconsole_kern.c    |    4 
 arch/um/drivers/net_kern.c         |   46 +++++----
 arch/um/drivers/port_kern.c        |   10 +-
 arch/um/drivers/ssl.c              |    5 -
 arch/um/drivers/stdio_console.c    |   28 +++--
 arch/um/drivers/ubd_kern.c         |  174 +++++++++++++++++++------------------
 arch/um/drivers/ubd_user.c         |    8 -
 arch/um/drivers/xterm_kern.c       |    8 +
 arch/um/include/irq_kern.h         |   28 +++++
 arch/um/include/line.h             |    7 +
 arch/um/include/ubd_user.h         |    1 
 arch/um/include/user.h             |    2 
 arch/um/kernel/init_task.c         |   15 ---
 arch/um/kernel/irq.c               |   83 +++++++----------
 arch/um/kernel/process_kern.c      |   23 ++--
 arch/um/kernel/ptrace.c            |    7 -
 arch/um/kernel/sigio_kern.c        |    7 +
 arch/um/kernel/signal_kern.c       |   49 +++++++++-
 arch/um/kernel/smp.c               |   42 +++++---
 arch/um/kernel/sys_call_table.c    |   62 ++++++++++---
 arch/um/kernel/syscall_kern.c      |   72 ++++-----------
 arch/um/kernel/sysrq.c             |    4 
 arch/um/kernel/time.c              |   12 +-
 arch/um/kernel/time_kern.c         |   11 +-
 arch/um/kernel/um_arch.c           |    7 +
 arch/um/sys-i386/bugs.c            |   16 +--
 include/asm-um/archparam-i386.h    |   59 ++++++++++++
 include/asm-um/cpufeature.h        |    6 +
 include/asm-um/current.h           |    6 -
 include/asm-um/fixmap.h            |    8 +
 include/asm-um/irq.h               |   13 --
 include/asm-um/local.h             |    6 +
 include/asm-um/page.h              |    1 
 include/asm-um/pgtable.h           |   68 +++++++++++---
 include/asm-um/processor-generic.h |    9 +
 include/asm-um/processor-i386.h    |    4 
 include/asm-um/sections.h          |    7 +
 include/asm-um/smp.h               |   10 +-
 include/asm-um/system-generic.h    |    6 -
 include/asm-um/thread_info.h       |   16 ++-
 include/asm-um/timex.h             |    2 
 43 files changed, 630 insertions(+), 385 deletions(-)

ChangeSet@1.1597, 2003-07-28 22:33:37-04:00, jdike@uml.karaya.com
  Updated to 2.6.0-test2.  There were a couple of new headers and {alloc,free}_t
hread_info
  are now defined in terms of kmalloc.

ChangeSet@1.1596, 2003-07-28 17:57:42-04:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.1455.16.3, 2003-07-28 12:31:54-04:00, jdike@uml.karaya.com
  Merged the 2.6.0 updates, which I seemed to have forgotten when I released the
 patch.

ChangeSet@1.1455.16.2, 2003-07-25 20:32:56-04:00, jdike@uml.karaya.com
  Copied time.c from another repo in hopes of getting a clean merge.

ChangeSet@1.1455.16.1, 2003-07-25 04:01:45-04:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.6.0-test1
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.1310.128.2, 2003-07-23 23:37:17-04:00, jdike@uml.karaya.com
  Backed out the time.c change because it clashed with a change
  in another BK repo, and BK messed up the merge.

ChangeSet@1.1305.19.3, 2003-07-18 12:14:56-04:00, jdike@uml.karaya.com
  Updates to make 2.5.71 work.
  Some device naming changes, vsyscall placeholders, and a net driver change.

ChangeSet@1.1305.19.2, 2003-07-17 22:31:16-04:00, jdike@uml.karaya.com
  Added a bunch of FIXMAP stuff from i386.

ChangeSet@1.1305.19.1, 2003-07-17 17:18:01-04:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5.71
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.1215.148.2, 2003-07-17 15:07:43-04:00, jdike@uml.karaya.com
  Changed size_t to int in the declaration of strlcpy in user.h.

ChangeSet@1.1215.148.1, 2003-07-17 11:36:00-04:00, jdike@uml.karaya.com
  These are updates due to interface changes during 2.5.



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] UML updates
@ 2003-05-22 17:59 Jeff Dike
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Dike @ 2003-05-22 17:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

This brings UML up to date with 2.5.69:

	added cpufeature.h
	added pte_user()
	updated to the new IRQ interface
	fixed the creation of devfs entries in the drivers
	updated the linker scripts
	added the pte_file changes
	fixed show_interrupts
	added the console initialization section to the linker scripts
	include cleanups
	new system calls hooked up
	fixed the sigprocmask name conflict

				Jeff


 arch/um/Makefile                   |    6 ++-
 arch/um/drivers/Makefile           |    2 -
 arch/um/drivers/chan_kern.c        |    1 
 arch/um/drivers/line.c             |   22 +++++++----
 arch/um/drivers/mconsole_kern.c    |    4 +-
 arch/um/drivers/net_kern.c         |    6 ++-
 arch/um/drivers/port_kern.c        |   10 +++--
 arch/um/drivers/stdio_console.c    |    6 ++-
 arch/um/drivers/ubd_kern.c         |   26 +++++++++++---
 arch/um/drivers/xterm_kern.c       |    8 +++-
 arch/um/dyn.lds.S                  |    8 +++-
 arch/um/include/irq_kern.h         |   28 +++++++++++++++
 arch/um/include/line.h             |    6 ++-
 arch/um/kernel/init_task.c         |    9 ----
 arch/um/kernel/irq.c               |   68 +++++++++++++++----------------------
 arch/um/kernel/process_kern.c      |    4 ++
 arch/um/kernel/ptrace.c            |    7 +--
 arch/um/kernel/sigio_kern.c        |    7 ++-
 arch/um/kernel/signal_kern.c       |   49 +++++++++++++++++++++++---
 arch/um/kernel/smp.c               |   36 ++++++++++++-------
 arch/um/kernel/sys_call_table.c    |   18 +++++++++
 arch/um/kernel/syscall_kern.c      |   38 --------------------
 arch/um/kernel/tt/process_kern.c   |    5 ++
 arch/um/sys-i386/bugs.c            |   16 ++++----
 arch/um/uml.lds.S                  |    8 +++-
 include/asm-um/bug.h               |    4 +-
 include/asm-um/common.lds.S        |    4 ++
 include/asm-um/cpufeature.h        |    6 +++
 include/asm-um/current.h           |    6 ++-
 include/asm-um/irq.h               |   13 -------
 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/pgtable.h           |   68 +++++++++++++++++++++++++++++--------
 include/asm-um/processor-generic.h |    4 --
 include/asm-um/processor-i386.h    |    4 +-
 include/asm-um/smp.h               |    3 +
 include/asm-um/system-generic.h    |    6 ++-
 include/asm-um/thread_info.h       |    3 +
 include/asm-um/timex.h             |    2 -
 41 files changed, 347 insertions(+), 207 deletions(-)

ChangeSet@1.1083, 2003-05-15 21:03:37-04:00, jdike@uml.karaya.com
  Added cpufeature.h

ChangeSet@1.1082, 2003-05-15 16:42:41-04:00, jdike@uml.karaya.com
  Added pte_user to make 2.5.69 build.

ChangeSet@1.1042.83.4, 2003-05-05 08:56:15-04:00, jdike@uml.karaya.com
  Added irq_kern.h, which declares um_request_irq.

ChangeSet@1.1042.83.3, 2003-05-05 08:52:18-04:00, jdike@uml.karaya.com
  2.5.68 updates -
  The drivers use the new IRQ interface.
  Fixed the creation of devfs entries.
  Updated the linker scripts.
  Added some __user and typecheck declarations.

ChangeSet@1.1042.83.2, 2003-05-02 12:21:54-04:00, jdike@uml.karaya.com
  Merge jdike.stearns.org:linux/updates-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.1042.83.1, 2003-05-02 11:26:14-04:00, jdike@jdike.wstearns.org
  Merge jdike.wstearns.org:/home/jdike/linux/linus-2.5
  into jdike.wstearns.org:/home/jdike/linux/updates-2.5

ChangeSet@1.971.113.3, 2003-04-10 13:36:21-04:00, jdike@uml.karaya.com
  Merge jdike.stearns.org:linux/updates-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.971.113.2, 2003-04-10 13:30:15-04:00, jdike@uml.karaya.com
  Small changes to update to 2.5.67.

ChangeSet@1.971.114.1, 2003-04-10 11:56:42-04:00, jdike@jdike.wstearns.org
  Merge jdike.wstearns.org:/home/jdike/linux/linus-2.5
  into jdike.wstearns.org:/home/jdike/linux/updates-2.5

ChangeSet@1.971.113.1, 2003-04-10 11:19:19-04:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.971.47.2, 2003-03-27 21:38:37-05:00, jdike@uml.karaya.com
  2.5.66 updates to irq.c and pgtable.h.

ChangeSet@1.889.410.3, 2003-03-27 13:46:11-05:00, jdike@uml.karaya.com
  Some small changes to get 2.5.65 working.

ChangeSet@1.889.410.2, 2003-03-27 10:28:06-05:00, jdike@uml.karaya.com
  Added the con_initcall section to common.lds.S.

ChangeSet@1.889.307.3, 2003-03-07 12:36:29-05:00, jdike@uml.karaya.com
  Added a bunch of include fixes from Oleg.

ChangeSet@1.889.309.2, 2003-03-05 12:47:32-05:00, jdike@uml.karaya.com
  Deleted free_task_struct since it is implemented in fork.c now.

ChangeSet@1.889.206.4, 2003-02-25 00:24:29-05:00, jdike@uml.karaya.com
  Added declarations for the new system calls and fixed the includes
  of asm/signal.h.

ChangeSet@1.889.206.3, 2003-02-24 23:00:04-05:00, jdike@uml.karaya.com
  Updated to 2.5.63 and made a minor build cleanup.

ChangeSet@1.889.206.2, 2003-02-23 14:49:44-05:00, jdike@uml.karaya.com
  Applied some minor updates to fix things that broke in .62.

ChangeSet@1.889.206.1, 2003-02-19 09:50:28-05:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.889.138.3, 2003-02-18 17:50:30-05:00, jdike@uml.karaya.com
  Copied a ptrace change from i386.

ChangeSet@1.889.138.2, 2003-02-18 16:39:59-05:00, jdike@uml.karaya.com
  Changed the kernel sigprocmask to kernel_sigprocmask to avoid a
  conflict with libc.

ChangeSet@1.889.138.1, 2003-02-12 09:40:44-05:00, jdike@uml.karaya.com
  Applied a bunch of patches from Oleg to get UML working in 2.5.60
  and to clean up some other things.


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] UML updates
@ 2003-02-26 18:16 Jeff Dike
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Dike @ 2003-02-26 18:16 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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(-)

ChangeSet@1.914.185.4, 2003-02-25 00:24:29-05:00, jdike@uml.karaya.com
  Added declarations for the new system calls and fixed the includes
  of asm/signal.h.

ChangeSet@1.914.185.3, 2003-02-24 23:00:04-05:00, jdike@uml.karaya.com
  Updated to 2.5.63 and made a minor build cleanup.

ChangeSet@1.914.185.2, 2003-02-23 14:49:44-05:00, jdike@uml.karaya.com
  Applied some minor updates to fix things that broke in .62.

ChangeSet@1.914.185.1, 2003-02-19 09:50:28-05:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.914.131.3, 2003-02-18 17:50:30-05:00, jdike@uml.karaya.com
  Copied a ptrace change from i386.

ChangeSet@1.914.131.2, 2003-02-18 16:39:59-05:00, jdike@uml.karaya.com
  Changed the kernel sigprocmask to kernel_sigprocmask to avoid a
  conflict with libc.

ChangeSet@1.914.131.1, 2003-02-12 09:40:44-05:00, jdike@uml.karaya.com
  Applied a bunch of patches from Oleg to get UML working in 2.5.60
  and to clean up some other things.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] UML updates
@ 2003-02-19 20:00 Jeff Dike
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Dike @ 2003-02-19 20:00 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

This updates UML to 2.5.62 -
	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

				Jeff

 arch/um/Makefile                |    6 ++++--
 arch/um/kernel/init_task.c      |    1 +
 arch/um/kernel/ptrace.c         |    7 ++-----
 arch/um/kernel/signal_kern.c    |    4 ++--
 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/thread_info.h    |    2 ++
 10 files changed, 32 insertions(+), 25 deletions(-)

ChangeSet@1.1065, 2003-02-19 09:50:28-05:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/updates-2.5

ChangeSet@1.988.17.3, 2003-02-18 17:50:30-05:00, jdike@uml.karaya.com
  Copied a ptrace change from i386.

ChangeSet@1.988.17.2, 2003-02-18 16:39:59-05:00, jdike@uml.karaya.com
  Changed the kernel sigprocmask to kernel_sigprocmask to avoid a
  conflict with libc.

ChangeSet@1.988.17.1, 2003-02-12 09:40:44-05:00, jdike@uml.karaya.com
  Applied a bunch of patches from Oleg to get UML working in 2.5.60
  and to clean up some other things.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] UML updates
@ 2002-10-16 19:55 Jeff Dike
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Dike @ 2002-10-16 19:55 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

This patch contains updates to 2.5.43 and syncs the 2.5 UML up with my 2.4
tree.

The 2.5.43 updates are build fixes, and updated defconfig, and an entry for
lookup_dcookie.

The other stuff includes
	not calling request_irq from an interrupt handler
	fix a hang caused by xterm not running successfully
	exporting rwlock symbols
	killing off all the idle threads on halt
	other small updates, fixes, and cleanups

				Jeff

 arch/um/Makefile                |    9 ++---
 arch/um/Makefile-i386           |    7 ++-
 arch/um/defconfig               |    8 ++++
 arch/um/drivers/Makefile        |    2 -
 arch/um/drivers/mconsole_kern.c |    2 +
 arch/um/drivers/port_kern.c     |   62 +++++++++++++++++++++++++---------
 arch/um/drivers/ssl.c           |    1 
 arch/um/drivers/stdio_console.c |    1 
 arch/um/drivers/ubd_kern.c      |    3 +
 arch/um/drivers/xterm.c         |   26 ++++++++++----
 arch/um/drivers/xterm.h         |   22 ++++++++++++
 arch/um/drivers/xterm_kern.c    |   71 ++++++++++++++++++++++++++++++++++++++++
 arch/um/include/chan_user.h     |    1 
 arch/um/include/kern_util.h     |    2 +
 arch/um/include/user_util.h     |    1 
 arch/um/kernel/Makefile         |    4 +-
 arch/um/kernel/irq_user.c       |    1 
 arch/um/kernel/ksyms.c          |   14 +++++++
 arch/um/kernel/reboot.c         |   19 ++++++++++
 arch/um/kernel/signal_user.c    |   24 ++++++-------
 arch/um/kernel/smp.c            |    4 ++
 arch/um/kernel/sys_call_table.c |    4 +-
 arch/um/kernel/trap_kern.c      |    1 
 include/asm-um/irq.h            |    3 +
 include/asm-um/system-generic.h |   12 +++---
 25 files changed, 248 insertions(+), 56 deletions(-)

ChangeSet@1.858, 2002-10-16 13:39:53-04:00, jdike@uml.karaya.com
  A bunch of miscellaneous changes - mostly fixes from 2.4 and updates
  to 2.5.43.
  Added some Makefile fixes so the build works.
  Brought the xterm not hanging fix from 2.4.
  Updated the signal code from 2.4.
  Fixed port_interrupt to not allocate IRQs.
  The idle threads for the secondary processors are now killed off
  on shutdown.
  Some rwlock symbols are exported.
  Added a system call entry for lookup_dcookie.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-08-07 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-28 20:50 [PATCH] UML updates Jeff Dike
  -- strict thread matches above, loose matches on Subject: below --
2003-08-07 14:59 Jeff Dike
2003-05-22 17:59 Jeff Dike
2003-02-26 18:16 Jeff Dike
2003-02-19 20:00 Jeff Dike
2002-10-16 19:55 Jeff Dike

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

all inboxes | Powered by JetHome®