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
/
vmstat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.
dillon
2003-01-11
1
-1
/
+1
*
The boottime variable in sys/kern/kern_tc.c is a struct timeval, not a
tmm
2002-08-09
1
-3
/
+4
*
The .Nm utility
charnier
2002-07-14
1
-2
/
+5
*
Replace /kernel with /boot/kernel/kernel.
joe
2002-05-09
1
-3
/
+3
*
Remove malloc_type's ks_limit.
jeff
2002-04-15
1
-71
/
+17
*
Fix a missed conversion of lld to llu for the uint64_t ks_calls and cast
asmodai
2002-04-13
1
-6
/
+7
*
Cast totreq to unsigned long long, as needed on 64-bit machines.
asmodai
2002-04-08
1
-1
/
+2
*
Change totreq to uint64_t from a long (the PR has an int64_t, which didn't
asmodai
2002-04-08
1
-3
/
+4
*
remove __P
imp
2002-03-22
1
-16
/
+16
*
Remove the kmembuckets stats in preparation for the UMA commit.
jeff
2002-03-19
1
-68
/
+9
*
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
markm
2002-02-08
1
-1
/
+0
*
WARNS=2 fixes, but set NO_WERROR, as there are some HardToFix(tm)
markm
2001-12-11
2
-55
/
+63
*
SECURITY: Drop `setgid kmem' bit as early as possible.
ru
2001-08-31
1
-0
/
+1
*
Change the compute_stats() call to the new devstat_compute_statistics()
ken
2001-08-11
1
-21
/
+21
*
Correct the old length argument passed to sysctl to be a pointer to a
tmm
2001-07-29
1
-1
/
+2
*
Remove whitespace at EOL.
dd
2001-07-15
1
-9
/
+9
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Increase column widths when using -i (they are now wide enough to
schweikh
2001-06-26
1
-3
/
+3
*
Reduce field width for some columns so that the default output fits in <= 79
schweikh
2001-06-23
1
-3
/
+3
*
Made all fields in default output be space separated. Run-together
schweikh
2001-06-19
1
-11
/
+6
*
Avoid the avm field joining the w field when avm is > 9.999.999 pages
schweikh
2001-06-13
1
-1
/
+1
*
Increase field width by one for 'fre' to accomodate today's memory sizes.
schweikh
2001-06-12
1
-3
/
+3
*
Removed -I${.CURDIR}/.../sys from CFLAGS.
ru
2001-05-18
1
-1
/
+0
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-2
/
+2
*
fix usage statement (add missing [-n devs] option)
alfred
2001-02-22
1
-4
/
+5
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-1
/
+6
*
Add mibs to hold the number of forks since boot. New mibs are:
ume
2001-01-23
1
-0
/
+8
*
Document that the -z option is equivalent to 'sysctl vm.zone'.
des
2001-01-23
1
-1
/
+5
*
Use the vm.zone sysctl rather that grope through the zone allocator's
des
2001-01-23
1
-52
/
+15
*
Update vm zone list traversal for changes made to kernel. Note that this
mjacob
2001-01-23
1
-2
/
+6
*
Prepare for mdoc(7)NG.
ru
2000-12-19
1
-5
/
+5
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-1
/
+1
*
Remove unneeded #include <sys/buf.h>
phk
2000-05-05
1
-1
/
+0
*
unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoe
phk
1999-09-01
1
-48
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Convert interrupt count from signed to unsigned and the total
n_hibma
1999-07-26
1
-4
/
+6
*
Correct description of -c and -w options
kris
1999-06-06
1
-8
/
+10
*
Backed out the previous commit, except for the parts that reduced
bde
1999-05-12
1
-11
/
+5
*
Sometime since this file was written, the list of kernel malloc types
imp
1999-05-10
1
-4
/
+15
*
Move an option outside of a nested list and up a bit to live free among
kris
1999-04-26
1
-3
/
+3
*
Fixed bitrot in usage message and disordering of options in previous commit.
bde
1999-02-15
1
-7
/
+7
*
Fixed disordering of options in previous commit.
bde
1999-02-15
1
-4
/
+4
*
Add -z option to vmstat to dump data from the zone allocator
dillon
1999-02-13
2
-12
/
+77
*
Fix vmstat display problems. The header printout wasn't quite right, and
ken
1999-02-10
2
-13
/
+10
*
Add a prioritization field to the devstat_add_entry() call so that
ken
1999-02-10
1
-9
/
+10
*
Back out previous work-around for "vmstat -i" failing on ELF
jdp
1998-10-28
1
-1
/
+1
*
Work around some variables having N_UNDF types but valid values; this
msmith
1998-10-24
1
-2
/
+2
*
Change the devstat generation number from an int to a long. The int-sized
ken
1998-09-20
1
-3
/
+5
*
vmstat shows all manually-specified devices rather then just the first
dillon
1998-09-16
1
-1
/
+6
*
Delete unused code. This has been obsoleted by the new devstat code.
ken
1998-09-16
1
-271
/
+0
[next]