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
/
systat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
21
-84
/
+0
*
For total interrupt count on -vm screen count all interrupts, but not only
mav
2010-09-08
1
-3
/
+3
*
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
joel
2010-08-16
1
-1
/
+1
*
Partially revert r209312, restoring ability to fit "stray irqX" names into
mav
2010-07-19
1
-6
/
+10
*
Do not print first digits of IRQ number if whole number doesn't fit.
mav
2010-06-18
1
-12
/
+11
*
Fixed dependencies (make checkdpadd).
ru
2010-02-25
1
-2
/
+2
*
Perform all trivial ports to utmpx for usr.bin/.
ed
2010-01-13
2
-4
/
+3
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
11
-0
/
+17
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
11
-17
/
+0
*
Let systat's vmstat use utmpx.
ed
2009-12-05
2
-16
/
+9
*
Use ncursesw to output the date field of vmstat display
ume
2009-11-13
2
-2
/
+2
*
- Catch SIGHUP to perform cleanup before exiting.
jh
2009-10-11
2
-4
/
+8
*
Correct a number of evolved problems with inp_vflag and inp_flags:
rwatson
2009-03-15
1
-1
/
+1
*
Update top and systat for vfs.bufcache now being a long rather than an int.
jhb
2009-03-10
1
-1
/
+1
*
ANSIfy and remove register.
delphij
2008-01-16
18
-169
/
+99
*
- Handle the case where interface from "middle" is missing by
delphij
2008-01-12
1
-4
/
+4
*
Backout sensors framework.
netchild
2007-10-15
5
-278
/
+1
*
Bump document date for the last change.
ru
2007-10-14
1
-1
/
+1
*
Import OpenBSD's sysctl hardware sensors framework.
netchild
2007-10-14
5
-1
/
+278
*
- Move all of the PS_ flags into either p_flag or td_flags.
jeff
2007-09-17
1
-1
/
+1
*
- Stop computing %CPU for the imaginary idle process; we now
ru
2007-09-11
1
-54
/
+6
*
Expand TCP counters from 9 digits to 12.
jhb
2007-06-15
1
-25
/
+25
*
Consistently indent the R() macro for fields on the right-side of the
jhb
2007-06-15
1
-17
/
+17
*
Add a new counter for retransmitted packets due to SACK.
jhb
2007-06-15
1
-51
/
+54
*
Fix definitions of kilobits etc.
ru
2007-01-18
1
-21
/
+25
*
Add missing things: a prototype and a const qualifier.
yar
2006-12-23
1
-1
/
+3
*
Dynamically resize the Disk column. It was too narrow for modern
yar
2006-12-23
1
-21
/
+46
*
Clear to EOL after the end of meter so that its reading can decrease.
yar
2006-12-23
1
-0
/
+1
*
Make it possible for meter to reach 100% mark when swap is totally full.
yar
2006-12-23
1
-1
/
+1
*
Improve style:
yar
2006-12-23
1
-20
/
+6
*
Reposition the "(swap not configured)" sign WRT the new layout.
yar
2006-12-23
1
-1
/
+1
*
Eliminate a couple of screen coordinate variables
yar
2006-12-23
1
-14
/
+8
*
Add some vertical whitespace for easier reading.
yar
2006-12-23
1
-1
/
+4
*
Fix the swap display further:
yar
2006-12-23
1
-8
/
+24
*
Fix the Total line shown if there are >1 swap devices.
yar
2006-12-23
1
-11
/
+9
*
Start fixing the "swap" display by saving one horizontal position.
yar
2006-12-23
1
-2
/
+2
*
- Revert signedness type changes to "struct vmtotal"; by making
ru
2006-11-28
1
-86
/
+19
*
Back out rev. 1.17: arch-dependent WARNS level.
yar
2006-11-27
1
-4
/
+0
*
Consistently mark percentage scales as such.
yar
2006-11-27
3
-4
/
+4
*
systat(1) reaches WARNS=6 on i386 and amd64. This is good
yar
2006-11-27
1
-0
/
+4
*
The logic of fetchnetstat_sysctl() isn't too complex: if idx is 0,
yar
2006-11-27
1
-2
/
+2
*
+ WARNS=4 reminds that nlist.n_name isn't const.
yar
2006-11-27
1
-3
/
+5
*
Don't discard a const qualifier from constant strings.
yar
2006-11-27
1
-1
/
+2
*
Remove a wrong "const" qualifier.
yar
2006-11-27
1
-3
/
+3
*
Add the Tera scale factor, which is an easy job now.
yar
2006-11-27
2
-1
/
+9
*
Stop exposing things that can be private to convtbl.c.
yar
2006-11-27
2
-19
/
+17
*
Keep all convtbl-related constants and strings in convtbl.[ch].
yar
2006-11-27
3
-50
/
+59
*
Allow for large scale factors. C99 warrants that
yar
2006-11-27
2
-10
/
+11
*
Return back one initializer, it is needed.
yar
2006-11-27
1
-1
/
+1
[next]