CVS commit: src/external/bsd/top/dist/machine

2021-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 16 13:02:47 UTC 2021 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: go back to right-aligning the titles for CPU and WCPU. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/e

CVS commit: src/external/bsd/top/dist/machine

2021-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 3 19:25:38 UTC 2021 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: - Bump field width for state to accommodate > 9 CPUs - When star formatting to adjust the width, count the trailing number o

CVS commit: src/external/bsd/top/dist/machine

2019-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 27 14:10:01 UTC 2019 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: simplify and explain To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/external/bsd/top/dist/machine/m_net

CVS commit: src/external/bsd/top/dist/machine

2019-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 26 19:39:19 UTC 2019 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: for "countable" lwp names, try to display name* instead of truncating. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/external/bsd/top/dist/machine

2018-05-31 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu May 31 10:14:21 UTC 2018 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: Fix read of unitialized array elements in top(1) The cp_old array is allocated with malloc(3) and its pointer is passed to per

CVS commit: src/external/bsd/top/dist/machine

2016-12-26 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Mon Dec 26 12:46:32 UTC 2016 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: Implement the `c' command in "interactive mode" that displays only commands that match a specified string. Reviewed by and than

CVS commit: src/external/bsd/top/dist/machine

2013-01-03 Thread Lars Heidieker
Module Name:src Committed By: para Date: Thu Jan 3 10:12:36 UTC 2013 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: explicitly include sys/resource.h To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/external/bsd/top/dist/mach

CVS commit: src/external/bsd/top/dist/machine

2011-10-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Oct 8 08:45:37 UTC 2011 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: Adjust UID header position, to be aligned with the datas. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/e

CVS commit: src/external/bsd/top/dist/machine

2011-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 15 02:05:53 UTC 2011 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: Swap the command and the thread name in the thread view and let the command be as long as it wants. (Vladimir Kirillov) To

CVS commit: src/external/bsd/top/dist/machine

2010-05-31 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon May 31 18:14:59 UTC 2010 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: Fix previous, so it builds on some ports. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/bsd/top/

CVS commit: src/external/bsd/top/dist/machine

2010-05-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 12 22:09:36 UTC 2010 Modified Files: src/external/bsd/top/dist/machine: m_netbsd.c Log Message: implement fullcmd mode. Now we need to modernize the machine specific code to handle displays > 80 columns to make this work