jhb 2008-10-01 22:01:07 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
SVN rev 183526 on 2008-10-01 22:01:07Z by jhb
Make the CPU column in top always be 2 characters and print in decimal
rather than hex.
Requested by: rwatson
sepotvin2008-09-12 17:54:50 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
SVN rev 182966 on 2008-09-12 17:54:50Z by sepotvin
Display the sum of the runtime of all the threads in a process when it's
multithreaded instead of picking the time
ru 2008-04-11 11:34:09 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
Allocate enough memory for pcpu_cp_time[] to stop sysctl() from
writing outside of array bounds. This fully fixes -P display on
i386, where kern.cp_times prints zeroes
ru 2008-04-10 16:17:54 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
Fix "top -P" (`&' mistyped as `&&' and a botched logic).
The bug was unnoticed on non-i386 because mp_maxid is
initialized differently, kern.cp_times doesn't print
zer
obrien 2008-03-16 07:12:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/top machine.c
contrib/top top.c
Log:
MFC: improve -u (limit uid lookups) behavior.
machine.c rev 1.84 & top.c rev 1.24
Revision Changes
delphij 2008-01-29 00:06:44 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
Use calloc() when requesting zero'ed memory allocation rather than rolling
our own.
Revision ChangesPath
1.86 +4 -8 src/usr.bin/top/machine.c
___
obrien 2008-01-09 18:06:24 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
contrib/top top.c
Log:
Improve -u (limit uid lookups) behavior.
Submitted by: David Frascone <[EMAIL PROTECTED]>
PR: 119490
Revision Chan
around line 860
it->it_need = 1;
thread_lock(td);
if (TD_AWAITING_INTR(td)) {
CTR3(KTR_INTR, "%s: schedule pid %d (%s)", __func__, p->p_pid,
[1] th->th_name);
TD_CLR_IWAIT(td);
are you sure it's "th" and not "td" ? the "th
On Sun, Oct 28, 2007 at 10:06:36AM -0700, Julian Elischer wrote:
> Yar Tikhiy wrote:
> >On Fri, Oct 26, 2007 at 08:00:41AM +, Julian Elischer wrote:
> >>julian 2007-10-26 08:00:41 UTC
> >>
> >> FreeBSD src repository
> >>
> >> Modified files:
> >>usr.bin/top machine.c
> >>
Yar Tikhiy wrote:
On Fri, Oct 26, 2007 at 08:00:41AM +, Julian Elischer wrote:
julian 2007-10-26 08:00:41 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
lib/libkvm kvm_proc.c
bin/ps extern.h keyword.c print.c ps.c
On Fri, Oct 26, 2007 at 08:00:41AM +, Julian Elischer wrote:
> julian 2007-10-26 08:00:41 UTC
>
> FreeBSD src repository
>
> Modified files:
> usr.bin/top machine.c
> lib/libkvm kvm_proc.c
> bin/ps extern.h keyword.c print.c ps.c
>
John Baldwin wrote:
On Friday 26 October 2007 04:00:41 am Julian Elischer wrote:
julian 2007-10-26 08:00:41 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
lib/libkvm kvm_proc.c
bin/ps extern.h keyword.c print.c ps.c
On Friday 26 October 2007 04:00:41 am Julian Elischer wrote:
> julian 2007-10-26 08:00:41 UTC
>
> FreeBSD src repository
>
> Modified files:
> usr.bin/top machine.c
> lib/libkvm kvm_proc.c
> bin/ps extern.h keyword.c print.c ps.c
> sys/
julian 2007-10-26 08:00:41 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
lib/libkvm kvm_proc.c
bin/ps extern.h keyword.c print.c ps.c
sys/kern init_main.c kern_exit.c kern_idle.c
bde 2007-06-15 12:03:07 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
Third stage of unbreaking printing of pseudo-nice values (realtime
priorities, etc.) in the NICE field:
Use a combination of pri_native and pri_user instead of pri_le
bde 2006-11-07 10:03:11 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
Second stage of unbreaking thr formatting of the NICE field: decode the
priority class and use this to:
- print "-" instead of a garbage value for ithreads. Print "-
se 2006-09-01 18:12:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/top machine.c
Log:
MFC: 1.77 Fix logic for skipping of idle processes.
Revision ChangesPath
1.74.2.1 +2 -1 src/usr.bin/top/machine.c
___
se 2006-06-11 19:18:39 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
Fix display of idle processes, which had been broken since rev. 1.56 of
machine.c. The traditional condition was (pctcpu > 0 || SRUN), but the
negation of the condition
bde 2006-05-04 03:56:31 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
Move the formatting of the NICE column to a new function format_nice()
so that it can be more easily unbroken and extended.
Try to use `static', `const' (as appropria
bde 2006-05-04 03:00:13 UTC
FreeBSD src repository
Modified files:
usr.bin/top machine.c
Log:
Fixed some style bugs (mainly missing and wrong splitting of long lines).
Revision ChangesPath
1.75 +54 -48src/usr.bin/top/machine.c
___
20 matches
Mail list logo