Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sun-lamp CVS commits



jonathan
Fri Sep 29 17:53:31 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9786

Modified Files:
        mem.c 
Log Message:
Fix  btoc()/ctob() typo in reading physical memory that stopped ps
from reading process argument lists.
Allow kernel-virtual memory reads to read the message buffer, since
dmesg needs it.


jonathan
Fri Sep 29 17:55:22 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/tc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9847

Modified Files:
        scc.c 
Log Message:
Add speed entries for 7200 and multiples.
Add as-yet-unused speed entries for a 1x SCC clock, up to 200 Kbits.

Remove old top-bit-means-delay code, since nothing seems to need it,
and it apparently partially broke lk-201 initialization anyway.


cgd
Fri Sep 29 17:57:05 EDT 1995
Update of /a/cvsroot/src/bin/ps
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9951

Modified Files:
        ps.h 
Log Message:
add INT32 and UINT32 variable type specifiers.  some of the variables
that are printed are of fixed size.


cgd
Fri Sep 29 17:58:13 EDT 1995
Update of /a/cvsroot/src/bin/ps
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9983

Modified Files:
        print.c 
Log Message:
add code to convert from INT32 and UINT32 to native types.


cgd
Fri Sep 29 17:59:00 EDT 1995
Update of /a/cvsroot/src/bin/ps
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10027

Modified Files:
        keyword.c 
Log Message:
correct the sizes specified for various variables.


jonathan
Fri Sep 29 17:59:47 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/mips/gen
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv10024

Modified Files:
        modf.S 
Log Message:
Copy the input argument to $f0 so we handle negative inputs properly
in the tail.

Doesn't yet handle +/- inf as cleanly as other implementations.




Home | Main Index | Thread Index | Old Index