* Re: [Linux-ia64] Linux IA64 ToDo List
2002-02-22 16:57 [Linux-ia64] Linux IA64 ToDo List n0ano
@ 2002-02-22 18:49 ` David Mosberger
2002-02-22 19:06 ` Luck, Tony
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: David Mosberger @ 2002-02-22 18:49 UTC (permalink / raw)
To: linux-ia64
>>>>> On Fri, 22 Feb 2002 09:57:05 -0700, n0ano@indstorage.com said:
Don> Anyone else?
I'm continuing to working on the unwind library (and its API). Local
stacktraces, (gcc) exception handling, and remote stack traces are
working now. Next is getting gdb to use the unwind library.
The next thing I plan to do is to streamline the system call path.
The goal primarily is to avoid saving/restoring the scratch registers,
but it's likely that I'll also toy around with lightweight system
calls.
--david
^ permalink raw reply [flat|nested] 6+ messages in thread* RE: [Linux-ia64] Linux IA64 ToDo List
2002-02-22 16:57 [Linux-ia64] Linux IA64 ToDo List n0ano
2002-02-22 18:49 ` David Mosberger
@ 2002-02-22 19:06 ` Luck, Tony
2002-02-23 2:02 ` Seth, Rohit
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Luck, Tony @ 2002-02-22 19:06 UTC (permalink / raw)
To: linux-ia64
I'm working (in collaboration with people at SGI, NEC, HP, IBM,
TurboLinux), on ccNUMA and other large system support. Bits of
the project are scattered around on sourceforge, but there is a
good page at:
http://atlas.turbolinux.com
that gives an overview and points to the various pieces.
-Tony
-----Original Message-----
From: n0ano@indstorage.com [mailto:n0ano@indstorage.com]
Sent: Friday, February 22, 2002 8:57 AM
To: linux-ia64@linuxia64.org
Subject: [Linux-ia64] Linux IA64 ToDo List
It's been brought to my attention that the Linux IA64 ToDo list
has gotten rather out of date. I'm willing to fix this and
keep the list up to date but I need help from everyone else.
I need to know what people are doing. (I also need to know what
you're not doing :-)
What I'm looking for is both what you are actively working on
and also what you would like to see done. If you could send
me a simple email about this I'll collate everything and put
it up on the ToDo list at `www.linuxia64.org/todo.html'.
I'll start it off. I have two tasks I'm working on right now.
1. Remove race from IA32 `mmap' system call.
2. Fix coredump when OpenOffice/ia32 saves a spreadsheet as
a StarCalc 6.0 file.
Anyone else?
--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
n0ano@indstorage.com
Ph: 303/652-0870x117
_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64
^ permalink raw reply [flat|nested] 6+ messages in thread* RE: [Linux-ia64] Linux IA64 ToDo List
2002-02-22 16:57 [Linux-ia64] Linux IA64 ToDo List n0ano
2002-02-22 18:49 ` David Mosberger
2002-02-22 19:06 ` Luck, Tony
@ 2002-02-23 2:02 ` Seth, Rohit
2002-02-23 2:32 ` Jim Wilson
2002-02-25 6:04 ` Don Dugger
4 siblings, 0 replies; 6+ messages in thread
From: Seth, Rohit @ 2002-02-23 2:02 UTC (permalink / raw)
To: linux-ia64
Don,
Currently working on the following:
1- NAT page support
2- Large Page support (for shared memory and anonymous pages).
3- Mckinley specific optimizations in Kernel memory related functions
(clear_page, copy_page, memset, memcp, TCP checksum)
rohit
-----Original Message-----
From: n0ano@indstorage.com [mailto:n0ano@indstorage.com]
Sent: Friday, February 22, 2002 8:57 AM
To: linux-ia64@linuxia64.org
Subject: [Linux-ia64] Linux IA64 ToDo List
It's been brought to my attention that the Linux IA64 ToDo list
has gotten rather out of date. I'm willing to fix this and
keep the list up to date but I need help from everyone else.
I need to know what people are doing. (I also need to know what
you're not doing :-)
What I'm looking for is both what you are actively working on
and also what you would like to see done. If you could send
me a simple email about this I'll collate everything and put
it up on the ToDo list at `www.linuxia64.org/todo.html'.
I'll start it off. I have two tasks I'm working on right now.
1. Remove race from IA32 `mmap' system call.
2. Fix coredump when OpenOffice/ia32 saves a spreadsheet as
a StarCalc 6.0 file.
Anyone else?
--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
n0ano@indstorage.com
Ph: 303/652-0870x117
_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Linux-ia64] Linux IA64 ToDo List
2002-02-22 16:57 [Linux-ia64] Linux IA64 ToDo List n0ano
` (2 preceding siblings ...)
2002-02-23 2:02 ` Seth, Rohit
@ 2002-02-23 2:32 ` Jim Wilson
2002-02-25 6:04 ` Don Dugger
4 siblings, 0 replies; 6+ messages in thread
From: Jim Wilson @ 2002-02-23 2:32 UTC (permalink / raw)
To: linux-ia64
There is also a GCC Wish List next to the Linux To-Do list, and the gcc one is
also badly out of date. However, there is a reasonably up to date one being
maintained on the FSF gcc web site, so I would suggest just dropping that
page and pointing at the FSF gcc one instead.
http://gcc.gnu.org/projects/ia64.html
Jim
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [Linux-ia64] Linux IA64 ToDo List
2002-02-22 16:57 [Linux-ia64] Linux IA64 ToDo List n0ano
` (3 preceding siblings ...)
2002-02-23 2:32 ` Jim Wilson
@ 2002-02-25 6:04 ` Don Dugger
4 siblings, 0 replies; 6+ messages in thread
From: Don Dugger @ 2002-02-25 6:04 UTC (permalink / raw)
To: linux-ia64
OK, I've incorporated everyone's comments into the ToDo list. Check
it out at `www.linuxia64.org/todo.html' and make sure I haven't
misrepresented what anyone is doing. I'll try and send out a reminder
on a monthly basis to have everyone keep me updated on what's happening
so I can keep the ToDo list up to date.
On Fri, Feb 22, 2002 at 09:57:05AM -0700, n0ano@indstorage.com wrote:
> It's been brought to my attention that the Linux IA64 ToDo list
> has gotten rather out of date. I'm willing to fix this and
> keep the list up to date but I need help from everyone else.
>
--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
n0ano@n0ano.com
Ph: 303/449-0877
^ permalink raw reply [flat|nested] 6+ messages in thread