Marked JAM endian problem in known buglist
This commit is contained in:
parent
6373fc3c29
commit
a015b54885
2
TODO
2
TODO
@ -24,8 +24,6 @@ everything:
|
||||
|
||||
N: Add personal message area.
|
||||
|
||||
N: Fix JAM message base endian on big-endian machines.
|
||||
|
||||
install:
|
||||
N: On some (unsupported) distro's with xinetd the installation script
|
||||
also adds entries to inetd.conf.
|
||||
|
@ -14,7 +14,7 @@
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<BLOCKQUOTE>
|
||||
<div align='right'><h5>Last update 11-Jan-2004</h5></div>
|
||||
<div align='right'><h5>Last update 22-Aug-2005</h5></div>
|
||||
<div align='center'><H1>MBSE BBS - Known bugs.</H1></div>
|
||||
|
||||
There are always more bugs, but these are known....
|
||||
@ -32,6 +32,10 @@ handshake works, by sending a small mail packet wich contains the password.
|
||||
|
||||
<LI>Some Linux distributions have their glibc libraries compiled wrong, that
|
||||
will cause the <b>mbtask</b> program to do nothing usefull.
|
||||
|
||||
<LI>You cannot share the JAM message bases between little-endian and big-endian
|
||||
machines using networked filesystems because the storage format doesn't specify
|
||||
the internal byte order for different CPU's.
|
||||
</UL>
|
||||
|
||||
<A HREF="index.htm"><IMG SRC="images/b_arrow.png" ALT="Back" Border="0">Go Back</A>
|
||||
|
Reference in New Issue
Block a user