summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix the NAME section making whatis(1) happy in particular.ru2004-07-051-1/+1
|
* Additional preemptive unsigned -> signed casts.des2004-07-051-4/+4
|
* ki_pctcpu is unsigned, so we cast to long before subtracting.des2004-07-051-1/+1
|
* Unhealthy amount of manual code cleanup. Some long lines still remain.des2004-07-051-187/+143
|
* Add support for multibyte characters.tjr2004-07-052-11/+73
|
* Apply consistent indentation. Long lines will be fixed in a separatedes2004-07-051-544/+543
| | | | commit.
* Protoize.des2004-07-051-45/+19
|
* Sort out the #include mess. In particular, do not #include "os.h", sincedes2004-07-051-18/+10
| | | | all it does is provide broken prototypes for standard library functions.
* Mechanical whitespace cleanup.des2004-07-051-26/+25
|
* My previous commit fixed uid filtering, but broke io mode. Unravel thedes2004-07-051-35/+49
| | | | process filtering logic to prevent this from happening again.
* Fix selecting processes by uid, which was broken in the previous commit.des2004-07-051-1/+1
|
* Truncate long file names in stat_display(), as was originally intended.des2004-07-051-1/+1
| | | | MFC after: 1 week
* Fixed cross-references in SEE ALSO.ru2004-07-041-1/+1
| | | | Emininated double space and hard sentence breaks.
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-043-6/+6
|
* Pass the pointy hat, please:kientzle2004-07-041-2/+2
| | | | All of --help should go to stdout, not some to stdout and some to stderr.
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-1/+1
| | | | in <sys/cdefs.h> for compilers without support for inline.
* Fix a markup nit and a misplaced full stop in previous.tjr2004-07-031-2/+2
| | | | Noticed by: ru
* Document missing multibyte character support in utilities specifiedtjr2004-07-0311-10/+53
| | | | by POSIX.
* Re-add half of UCB copyright notice that went missing in 1.20.tjr2004-07-031-0/+1
|
* Deal with double whitespace.ru2004-07-0331-110/+112
|
* Add support for multibyte characters.tjr2004-07-022-35/+41
|
* Document the -i option as being a non-standard extension.tjr2004-07-021-0/+6
|
* Add support for multibyte characters.tjr2004-07-022-33/+47
|
* Nit.ru2004-07-021-1/+1
|
* Fix after rev. 1.24 changes: bump document date, and remove -cru2004-07-021-2/+2
| | | | from SYNOPSIS.
* Mechanically kill hard sentence breaks.ru2004-07-0281-499/+973
|
* Deal with unsafe tab characters.ru2004-07-021-1/+3
|
* mdoc(7): Fixed list types.ru2004-07-021-2/+2
|
* Removed trailing whitespace.ru2004-07-023-6/+6
|
* Fixed spelling of the document date.ru2004-07-021-1/+1
|
* manlinteik2004-07-021-6/+5
| | | | Obtained from: ru
* New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency ↵eik2004-07-022-3/+30
| | | | | | | | | | | 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
* Tell what percentage of the total IO a process is doing.alfred2004-07-011-5/+37
| | | | TODO: Show system totals.
* New feature, provide a display that shows the amount of IO processesalfred2004-07-011-3/+140
| | | | | | 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.
* Bump document date.schweikh2004-06-301-1/+1
| | | | Submitted by: ru
* style, remove register.alfred2004-06-301-87/+69
|
* Make vmstat -m work with -M/-N again. Note that making vmstat -z workgreen2004-06-301-11/+93
| | | | | is much harder, and -m is grossly using unexported interfaces (that is, the array of malloc zones/sizes does not have an exported type).
* 1) ANSIfy.dwmalone2004-06-295-45/+21
| | | | | | | 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.
* The type of some aout header types changed to uint_32, so now we needdwmalone2004-06-292-13/+14
| | | | to cast to long before printing. While I'm here, raise WARNS to 6.
* Add SACK statistics to netstat.ps2004-06-291-0/+10
|
* Document recently acquired options.schweikh2004-06-291-0/+12
| | | | | | PR: 67983 Submitted by: Chip Norkus <wd@teleri.net> MFC after: 2 weeks
* Add yet another synonym for -n.kientzle2004-06-281-0/+1
|
* Fix spelling error in my own paragraph.dd2004-06-281-1/+1
|
* Document incorrect handling of multibyte characters in input filestjr2004-06-281-1/+6
| | | | and character string arguments.
* Describe the algorithm used by the -n option.tjr2004-06-281-0/+3
|
* Move some variable declarations to the top of the file.tjr2004-06-281-4/+3
|
* Update -p:kientzle2004-06-271-1/+2
| | | | | | | * 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).
* Warn about stripping leading '/' when creating archives.kientzle2004-06-271-1/+8
|
* Silence a warning about an unused argument.tjr2004-06-271-1/+1
|
* Correct the description of the -f option: input and output fields aretjr2004-06-271-2/+6
| | | | | separated by the field delimiter character, which is not necessarily the tab character.
OpenPOWER on IntegriCloud