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
*
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
*
+ Drop useless initializers.
yar
2006-11-27
2
-17
/
+13
*
Drop useless #includes.
yar
2006-11-27
2
-22
/
+0
*
Use C99 initializers so that we don't really have to worry
yar
2006-11-27
1
-10
/
+9
*
C can enumerate things for us.
yar
2006-11-27
1
-9
/
+11
*
There is no reason to use __inline here because we are rather far
yar
2006-11-26
1
-1
/
+1
*
Don't overflow from the gigabyte scale to the bit scale if the
yar
2006-11-26
1
-1
/
+1
*
The real contents of this file were repeated twice.
yar
2006-11-26
1
-66
/
+0
*
Fix the format specifier suitable for uintmax_t.
ru
2006-11-23
1
-3
/
+3
*
- Fix types of "struct vmmeter" members so they are unsigned.
ru
2006-11-20
1
-19
/
+86
*
Memory utilization subscreen in "vmstat" display lists numbers in KB,
ru
2006-10-12
1
-6
/
+6
*
Obey MK_INET6_SUPPORT.
yar
2006-07-27
1
-3
/
+10
*
Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longer
rwatson
2006-07-24
1
-1
/
+0
*
s/on a crt//
brd
2006-05-25
1
-2
/
+2
*
For the vmstat sub-display:
bde
2006-05-01
2
-36
/
+45
*
Unbreak the support for 24-row terminals in the vmstat display. The
bde
2006-05-01
1
-2
/
+4
*
Sort the ex-extended vmstat fields into their documented order in the
bde
2006-04-30
1
-38
/
+38
*
Eliminate the "extended" vm stats. Move all fields in the extended
bde
2006-04-30
1
-34
/
+10
*
Update for moving some fields to the new vnstat display.
bde
2006-04-30
1
-8
/
+16
*
Reduce the namei (sub)display by 5 columns to make enough space for a
bde
2006-04-30
1
-17
/
+19
*
Removed the description of the nonexistent want_fd command. want_fd existed
bde
2006-04-30
1
-2
/
+0
*
Don't redraw the disk names on every update. This was apparently done
bde
2006-04-30
1
-6
/
+0
*
Fix "slow (on-the-fly) zero fills percentage (`%slo-z')" some more. The
bde
2006-04-30
2
-4
/
+4
*
If DEBUG is defined, then fill numeric fields with asterisks instead of
bde
2006-04-30
1
-0
/
+15
*
Remove trailing whitespace.
bde
2006-04-30
11
-38
/
+38
*
Show the load average in the tcp display (it was already shown, perhaps
bde
2006-04-30
14
-321
/
+325
[next]