index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
top
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to allow top to decide whether or not to show multiple threads per
julian
2003-07-17
2
-1
/
+7
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Catch up to SMTX -> SLOCK changes.
jhb
2002-10-02
1
-5
/
+5
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
remove __P
imp
2002-03-22
1
-4
/
+4
*
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
markm
2002-02-08
1
-2
/
+0
*
Add new option HAVE_STRERROR to CFLAGS.
dwmalone
2002-01-24
1
-1
/
+1
*
Protect this against the coming WARNS=2 default.
markm
2001-12-12
1
-0
/
+2
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-1
/
+0
*
Generate top.local.h and manpage dynamically, with sed(1) script.
ru
2001-07-12
2
-72
/
+16
*
Cast size_t variables before printing them to cope with the case of
tmm
2001-05-31
1
-2
/
+2
*
We don't need to include <sys/conf.h>
phk
2001-05-23
1
-1
/
+0
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+1
*
Check the new kern.smp.active sysctl rather than the non-existent
jhb
2001-04-27
1
-1
/
+1
*
Correct the top memory stats display: convert page counts to kB.
tmm
2001-03-20
1
-0
/
+5
*
Fix top(1) display for SMP systems where the username is longer than 14
will
2001-03-12
1
-1
/
+3
*
- An array of 4 32-bit ints for avenrun doesn't work on the alpha because
gallatin
2001-02-27
1
-15
/
+7
*
Remove directive to install top as group kmem. Remove directive to
rwatson
2001-02-23
1
-2
/
+1
*
Adapt the top utility to not use kmem_read to retrieve variables now
rwatson
2001-02-23
1
-167
/
+44
*
Adjust columns for wide nicenesses in 'top -S'.
markm
2001-02-18
1
-4
/
+4
*
Catch up to new priority interface.
jake
2001-02-12
1
-6
/
+6
*
Catch up to proc flag change.
jhb
2001-01-24
1
-1
/
+1
*
Change the proc information returned from the kernel so that it
mckusick
2000-12-12
1
-47
/
+43
*
Make use of the full screen width to display p_comm rather than assuming a
jhb
2000-11-29
1
-3
/
+6
*
Display the name of the mutex we are blocked on in the state field. To
jhb
2000-11-29
1
-0
/
+6
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-3
/
+3
*
Reduce max length of user names to 15 characters to reflect reality.
davidn
1999-11-17
1
-2
/
+2
*
Fixed sorting on time. On i386's, time differences of more than 2147
bde
1999-11-17
1
-9
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Man pages for top refer to only 2.x, but not to 3.x and later
n_hibma
1999-06-14
2
-4
/
+4
*
Tidy up references to <sys/rlist.h> and support for the old swap management
peter
1999-05-11
1
-2
/
+1
*
Fix the display of the "nice" value of processes like ntpd that use the
jhay
1999-04-22
1
-2
/
+2
*
Oops, the test for "no-cpu" was inverted.
bde
1999-03-07
1
-2
/
+2
*
The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu
bde
1999-03-05
1
-2
/
+2
*
Don't dump core when p_stat is not in the expected range. This is
fenner
1999-02-06
1
-3
/
+9
*
Make 'top' handle case w/ new swapper where no swap is configured
dillon
1999-02-06
1
-2
/
+2
*
Make top use new kvm_getswapinfo() call.
dillon
1999-01-22
1
-144
/
+19
*
uptime display more in style with original code
obrien
1999-01-09
1
-1
/
+19
*
Removed unused nlist'ed variables stathz and hz. These used to be used
bde
1998-11-26
1
-26
/
+13
*
Port top to the alpha.
dfr
1998-11-25
1
-4
/
+4
*
Some fixes for swap space accounting.
dt
1998-09-11
1
-2
/
+7
*
Merge from stable: support for the o, order, command
wosch
1998-08-12
2
-30
/
+178
*
Add -t option ('t' in interactive mode) to make top(1) ignore itself.
des
1998-08-04
1
-1
/
+4
*
Round - not cut - the real cpu time.
wosch
1998-07-27
1
-2
/
+3
*
Make value of SIZE accurate.
dt
1998-06-21
1
-3
/
+3
*
Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.
phk
1998-05-28
1
-3
/
+3
*
Fix top sorting of idle processes. top used p_cpticks as a tie-breaker
peter
1998-02-14
1
-3
/
+3
*
For SMP, add a space between the state name and the CPU#.
fsmp
1997-10-05
1
-3
/
+3
*
YAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately.
peter
1997-09-28
1
-2
/
+14
*
Adapt to recent smp tree changes..
peter
1997-08-27
1
-2
/
+3
[next]