Dag-Erling Smørgrav
e38035a512
Additional preemptive unsigned -> signed casts.
2004-07-05 14:55:58 +00:00
Dag-Erling Smørgrav
f92a11552e
ki_pctcpu is unsigned, so we cast to long before subtracting.
2004-07-05 14:52:06 +00:00
Dag-Erling Smørgrav
4946a00b0b
Unhealthy amount of manual code cleanup. Some long lines still remain.
2004-07-05 14:45:57 +00:00
Tim J. Robbins
8160bf78a3
Add support for multibyte characters.
2004-07-05 13:20:03 +00:00
Dag-Erling Smørgrav
ea9e70bf68
Apply consistent indentation. Long lines will be fixed in a separate
...
commit.
2004-07-05 13:12:16 +00:00
Dag-Erling Smørgrav
f6a10fea63
Protoize.
2004-07-05 13:03:35 +00:00
Dag-Erling Smørgrav
cd23263cdd
Sort out the #include mess. In particular, do not #include "os.h", since
...
all it does is provide broken prototypes for standard library functions.
2004-07-05 12:58:47 +00:00
Dag-Erling Smørgrav
1ce57ca079
Mechanical whitespace cleanup.
2004-07-05 12:51:35 +00:00
Dag-Erling Smørgrav
d62a717dae
My previous commit fixed uid filtering, but broke io mode. Unravel the
...
process filtering logic to prevent this from happening again.
2004-07-05 12:48:17 +00:00
Dag-Erling Smørgrav
a578eed9af
Fix selecting processes by uid, which was broken in the previous commit.
2004-07-05 12:22:50 +00:00
Dag-Erling Smørgrav
c8488e24e7
Truncate long file names in stat_display(), as was originally intended.
...
MFC after: 1 week
2004-07-05 11:21:50 +00:00
Ruslan Ermilov
284fcee0c0
Fixed cross-references in SEE ALSO.
...
Emininated double space and hard sentence breaks.
2004-07-04 21:15:37 +00:00
Ruslan Ermilov
1c85060a13
Sort SEE ALSO references (in dictionary order, ignoring case).
2004-07-04 20:55:50 +00:00
Tim Kientzle
0ddb95d12c
Pass the pointy hat, please:
...
All of --help should go to stdout, not some to stdout and some to stderr.
2004-07-04 18:13:01 +00:00
Stefan Farfeleder
5908d366fb
Consistently use __inline instead of __inline__ as the former is an empty macro
...
in <sys/cdefs.h> for compilers without support for inline.
2004-07-04 16:11:03 +00:00
Tim J. Robbins
2e94ae7e0e
Fix a markup nit and a misplaced full stop in previous.
...
Noticed by: ru
2004-07-03 07:07:11 +00:00
Tim J. Robbins
4f45d81178
Document missing multibyte character support in utilities specified
...
by POSIX.
2004-07-03 01:28:21 +00:00
Tim J. Robbins
5854077600
Re-add half of UCB copyright notice that went missing in 1.20.
2004-07-03 01:08:03 +00:00
Ruslan Ermilov
557b7fa148
Deal with double whitespace.
2004-07-03 00:24:45 +00:00
Tim J. Robbins
3fead394ea
Add support for multibyte characters.
2004-07-02 23:43:05 +00:00
Tim J. Robbins
2ac2784f0c
Document the -i option as being a non-standard extension.
2004-07-02 22:56:14 +00:00
Tim J. Robbins
e9fbd31a8c
Add support for multibyte characters.
2004-07-02 22:48:29 +00:00
Ruslan Ermilov
8d26eeb865
Nit.
2004-07-02 22:25:40 +00:00
Ruslan Ermilov
759dce33f8
Fix after rev. 1.24 changes: bump document date, and remove -c
...
from SYNOPSIS.
2004-07-02 22:24:53 +00:00
Ruslan Ermilov
6a3e8b0adc
Mechanically kill hard sentence breaks.
2004-07-02 22:22:35 +00:00
Ruslan Ermilov
839693c44f
Deal with unsafe tab characters.
2004-07-02 19:55:26 +00:00
Ruslan Ermilov
11c798a4de
mdoc(7): Fixed list types.
2004-07-02 19:37:24 +00:00
Ruslan Ermilov
d37ea99837
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
Ruslan Ermilov
4b6c8c6498
Fixed spelling of the document date.
2004-07-02 18:00:03 +00:00
Oliver Eikemeier
406e58e038
manlint
...
Obtained from: ru
2004-07-02 12:34:13 +00:00
Oliver Eikemeier
f695b5ceca
New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency tracking.
...
Use
make -V .MAKEFILE_LIST | tr \ \\n | awk '$0==".." {l--; next} {l++; printf "%*s%s\n", l, " ", $0}'
to print a tree of all included makefiles.
Approved by: joerg
MFC after: 1 week
2004-07-02 12:30:28 +00:00
Alfred Perlstein
7fe9a86a5a
Tell what percentage of the total IO a process is doing.
...
TODO: Show system totals.
2004-07-01 15:49:28 +00:00
Alfred Perlstein
db6bb7fc01
New feature, provide a display that shows the amount of IO processes
...
are doing. Toggle this mode by hitting "m" or passing the command line
option "-m io" to top(1). This allows one to identify disk bandwidth
hogs much easier.
2004-07-01 09:12:38 +00:00
Jens Schweikhardt
a6a6666238
Bump document date.
...
Submitted by: ru
2004-06-30 19:56:16 +00:00
Alfred Perlstein
970636e94f
style, remove register.
2004-06-30 04:19:23 +00:00
Brian Feldman
22ab6be3d4
Make vmstat -m work with -M/-N again. Note that making vmstat -z work
...
is much harder, and -m is grossly using unexported interfaces (that is,
the array of malloc zones/sizes does not have an exported type).
2004-06-30 01:34:26 +00:00
David Malone
1e925017b3
1) ANSIfy.
...
2) Use %p to print a pointer.
3) Use longs for fileids and ino to avoid comparing signed and unsigned.
4) Make the KVM_READ macro a little more cranky.
5) Set WARNS while I'm here.
2004-06-29 21:28:09 +00:00
David Malone
a1e5be4482
The type of some aout header types changed to uint_32, so now we need
...
to cast to long before printing. While I'm here, raise WARNS to 6.
2004-06-29 21:13:15 +00:00
Paul Saab
b6101dafe9
Add SACK statistics to netstat.
2004-06-29 20:05:45 +00:00
Jens Schweikhardt
5ac16458a1
Document recently acquired options.
...
PR: 67983
Submitted by: Chip Norkus <wd@teleri.net>
MFC after: 2 weeks
2004-06-29 18:57:13 +00:00
Tim Kientzle
77d2ac4af5
Add yet another synonym for -n.
2004-06-28 14:02:22 +00:00
Dima Dorfman
5c3fd35c88
Fix spelling error in my own paragraph.
2004-06-28 11:18:47 +00:00
Tim J. Robbins
6863e5bed2
Document incorrect handling of multibyte characters in input files
...
and character string arguments.
2004-06-28 07:19:11 +00:00
Tim J. Robbins
ea8348d4e4
Describe the algorithm used by the -n option.
2004-06-28 06:20:28 +00:00
Tim J. Robbins
3b90bf797f
Move some variable declarations to the top of the file.
2004-06-28 06:05:36 +00:00
Tim Kientzle
da9cbfaa5d
Update -p:
...
* Don't change the umask; the library now ignores the umask if
you set EXTRACT_PERM
* Set the EXTRACT_ACL and EXTRACT_FFLAGS bits (used to be
controlled by EXTRACT_PERM).
2004-06-27 23:29:44 +00:00
Tim Kientzle
e2fe7499b6
Warn about stripping leading '/' when creating archives.
2004-06-27 18:32:14 +00:00
Tim J. Robbins
f0b4606f3f
Silence a warning about an unused argument.
2004-06-27 16:58:56 +00:00
Tim J. Robbins
8180b4573c
Correct the description of the -f option: input and output fields are
...
separated by the field delimiter character, which is not necessarily
the tab character.
2004-06-27 16:55:25 +00:00
Tim J. Robbins
a5c4bafcd1
Handle multibyte characters when cutting out fields (-f and -d options.)
2004-06-27 16:42:33 +00:00