Eugene,

Yes, I got an P4 630 EM64T box with HT.  I have Linux Fast-STREAMS
running 64-bit clean, and the other packages compiling clean on
x86_64.  I'm just fixing a problem in the testsuite for SMP and the
package will run on x86_64 full 64 bit _and_ SMP.

Here's what I've done so far, so the changes are fairly widespread:

 .indent.pro                     |    1 
 .pkgrelease                     |    2 
 AUTHORS                         |    6 
 ChangeLog                       |  117 +++-
 NEWS                            |   22 
 README                          |   58 --
 THANKS                          |   11 
 TODO                            |  202 +++++--
 acinclude.m4                    |    6 
 doc/man/man9/iocblk.9.man       |   12 
 include/Makefile.am             |    6 
 include/sys/streams/ddi.h       |   19 
 include/sys/streams/kmem.h      |   19 
 include/sys/streams/sad.h       |   32 -
 include/sys/streams/sc.h        |   48 +
 include/sys/streams/stream.h    |   19 
 include/sys/streams/strlog.h    |   81 ++
 include/sys/streams/stropts.h   |   23 
 include/sys/streams/stropts32.h |  124 ++++
 include/sys/streams/strsubr.h   |   31 -
 include/sys/stropts32.h         |   79 ++
 m4/dist.m4                      |   20 
 m4/kernel.m4                    |   10 
 src/.indent.pro                 |    1 
 src/kernel/specfs.c             |   21 
 src/kernel/streams.c            |   21 
 src/kernel/strprocfs.c          |  156 +++--
 src/kernel/strsched.c           |  120 ++--
 src/kernel/strsysctl.c          |   89 +--
 src/kernel/strsysctl.h          |   56 +-
 src/kernel/strutil.c            |   21 
 src/modules/sc.c                |   99 ++-
 src/modules/sth.c               | 1101 ++++++++++++++++++++++++++++++++--------
 src/test/test-fifo.c            |   35 -
 src/test/test-pipe.c            |   35 -
 src/test/test-streams.c         |   89 +--
 src/util/autopush.c             |   42 -
 src/util/scls.c                 |   34 -
 src/util/strace.c               |   29 -
 src/util/strerr.c               |   29 -
 streams.spec.in                 |   30 -
 41 files changed, 2163 insertions(+), 793 deletions(-)

Once the SMP issues are done, I will package and release streams-0.7a.4
(probably tommorrow) and then I will start on the 32-bit compatibility
testing.  (I noticed that LiS does not have 32-bit compatibility at all,
on any architecture.  That BLD32OVER64 thing is all wrong.)

If you could test that release on your 4-way x86_64 box that would be
good.

--brian

On Tue, 21 Feb 2006, [EMAIL PROTECTED] wrote:

> 
>    >  - For LiS I will rip the ioctl conversion hash table and the cdrom
>    >    conversion functions from the system map and override the CDROM
>    >     ioctls with a function that checks for character or block device
>    and
>    >    then either calls the CDROM conversion or calls the STREAMS
>    >   conversions.
>    >
>    > How does that sound?
>    That sounds rather heavy.
> 
>    I'm wondering if there is simpler way of fixing that problem.
> 
>    Anyhow, did you have a chance to implement and test that fix?
> 
>    Are there a lot of changes?
> 
>    --
>    Eugene
> 
> 
> 
>      _________________________________________________________________
> 
>    Try the New Netscape Mail Today!
>    Virtually Spam-Free | More Storage | Import Your Contact List
>    [1]http://mail.netscape.com
> 
> References
> 
>    1. http://mail.netscape.com/

-- 
Brian F. G. Bidulock    ¦ The reasonable man adapts himself to the ¦
[EMAIL PROTECTED]    ¦ world; the unreasonable one persists in  ¦
http://www.openss7.org/ ¦ trying  to adapt the  world  to himself. ¦
                        ¦ Therefore  all  progress  depends on the ¦
                        ¦ unreasonable man. -- George Bernard Shaw ¦
_______________________________________________
Linux-streams mailing list
[email protected]
http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams

Reply via email to