cvs commit: src/usr.bin/systat systat.1

2007-10-14 Thread Ruslan Ermilov
ru 2007-10-14 19:12:36 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 Log: Bump document date for the last change. Revision ChangesPath 1.55 +1 -1 src/usr.bin/systat/systat.1 ___ cvs-

cvs commit: src/usr.bin/systat systat.1

2006-10-12 Thread Ruslan Ermilov
ru 2006-10-12 10:54:35 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 Log: Memory utilization subscreen in "vmstat" display lists numbers in KB, not in number of pages. PR: docs/71690 Submitted by: Jan Srzednicki (A patch

cvs commit: src/usr.bin/systat systat.1

2006-05-24 Thread Brad Davis
brd 2006-05-25 06:05:04 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/systat systat.1 Log: s/on a crt// systat is working great on this LCD ;) Submitted by: Ben Haga MFC after: 3 days Revision ChangesPath 1.52 +2 -2

cvs commit: src/usr.bin/systat systat.1 vmstat.c

2006-05-01 Thread Bruce Evans
bde 2006-05-01 07:02:52 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 vmstat.c Log: For the vmstat sub-display: vmstat.c: Move totfr to be under daefr and prcfr since it logically belongs there. Move all the count fields (wire, act, inac

cvs commit: src/usr.bin/systat systat.1

2006-04-30 Thread Bruce Evans
bde 2006-04-30 22:05:02 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 Log: Update for moving some fields to the new vnstat display. Don't say that `cache' is for the buffer cache. Describe the uselessnes of `buf'. Revision Changes

cvs commit: src/usr.bin/systat systat.1

2006-04-30 Thread Bruce Evans
bde 2006-04-30 09:23:11 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 Log: Removed the description of the nonexistent want_fd command. want_fd existed for only 2 weeks in 1998-1999. It was replaced by general commands to select the set of disk

cvs commit: src/usr.bin/systat systat.1 vmstat.c

2006-04-30 Thread Bruce Evans
bde 2006-04-30 07:27:24 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 vmstat.c Log: Fix "slow (on-the-fly) zero fills percentage (`%slo-z')" some more. The value printed is actually the optimized (i.e., the non-slow, not-on-the-fly zero fills p

cvs commit: src/usr.bin/systat systat.1 vmstat.c

2006-04-29 Thread Bruce Evans
bde 2006-04-29 21:30:23 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 vmstat.c Log: Abbreviate long field descriptors at write time so that they don't get clobbered at runtime: dirtybuf -> dtbuf desiredvnodes -> desvn numvnodes -

cvs commit: src/usr.bin/systat systat.1 vmstat.c

2006-03-21 Thread John-Mark Gurney
jmg 2006-03-21 20:56:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) usr.bin/systat systat.1 vmstat.c Log: MFC: systat.1 v1.46, vmstat.c v1.69 Properly spell and document ozfod... Approved by:re (hrs & kensmith) Revision Changes

cvs commit: src/usr.bin/systat systat.1 vmstat.c

2006-03-21 Thread John-Mark Gurney
jmg 2006-03-21 20:49:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/systat systat.1 vmstat.c Log: MFC: systat.1 v1.46, vmstat.c v1.69 Properly spell and document ozfod... Approved by:re (hrs) Revision ChangesPath

cvs commit: src/usr.bin/systat systat.1

2006-03-18 Thread John-Mark Gurney
jmg 2006-03-18 10:40:28 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 Log: add an entry for ozfod.. MFC after: 3 days Revision ChangesPath 1.46 +1 -0 src/usr.bin/systat/systat.1 ___