Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   mrg
Date:           Fri Dec 23 10:19:58 UTC 2016

Modified Files:
        src/sbin/savecore: Makefile
        src/usr.bin/fstat: Makefile
        src/usr.bin/netstat: Makefile
        src/usr.bin/pmap: Makefile
        src/usr.bin/systat: Makefile
        src/usr.sbin/crash: Makefile
        src/usr.sbin/kgmon: Makefile
        src/usr.sbin/pstat: Makefile
        src/usr.sbin/trpt: Makefile
Added Files:
        src/compat: exec.mk

Log Message:
for 64 bit mips platforms where we built userland largely as n32 by
default, build a handful of tools as n64 so they work properly.

unfortunately, they're also static as dynamic n64 has a problem.

of these tools pstat is probably the lowest hanging fruit to convert
to sysctl.  systat would be close were it not for the netstat screen,
which includes netstat itself.

the rest are difficult to perhaps foolish.

the upside is that netstat, pmap and fstat all work properly now.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/compat/exec.mk
cvs rdiff -u -r1.25 -r1.26 src/sbin/savecore/Makefile
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/fstat/Makefile
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/netstat/Makefile
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/pmap/Makefile
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/systat/Makefile
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/crash/Makefile
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/kgmon/Makefile
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/pstat/Makefile
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/trpt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index