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
Tim J. Robbins
0dcb7b75a3
Update a comment that compared the parser with an obsolete draft of
...
IEEE Std 1003.2-1992. Most of the "extensions" here were actually
required by the final version of the standard.
2004-06-27 15:27:15 +00:00
Tim J. Robbins
f91650cf2d
Add cross-reference to colrm(1).
2004-06-27 14:57:42 +00:00
Tim J. Robbins
364d0a915c
Implement the -c option correctly in locales with multibyte characters
...
instead of treating it as a synonym for -b.
2004-06-27 14:55:07 +00:00
Jens Schweikhardt
e3625e9c22
Fix problems with non-8 space tabs. New options for function
...
declarations with the opening brace on the same line as the declaration
of arguments all spaces and no tabs (a feature which exists in GNU's
indent). Man page update to follow RSN.
PR: bin/67983
Submitted by: Chip Norkus <wd@teleri.net>
Style guidance and bug for bug compatibility by: bde
MFC after: 2 weeks
2004-06-27 10:58:37 +00:00
Tim J. Robbins
d900c38411
Make the handling of invalid multibyte sequences more robust by using
...
mbrlen() instead of mblen().
2004-06-27 10:35:28 +00:00
Tim Kientzle
d3d1a208cb
Augment the -T handling:
...
* Add --null option (sort #defines here)
* Add process_lines function to util.c that reads newline-terminated
or null-terminated lines (with self-sizing buffers, etc) and iteratively
invokes a provided function. Use this to dramatically simplify:
-T handling for -c, --exclude-from-file, and --include-from-file.
* Add -T handling to -x (via include_from_file)
Hopefully, this will fix the openoffice port and a couple of
others that rely on -T and --null.
2004-06-27 06:29:03 +00:00
Tim Kientzle
d24e5e453e
Fix "@-" which has apparently been broken for some time. <sigh>
...
While I'm here, add in a lot more error-checking around append_archive.
2004-06-27 03:28:13 +00:00
Tim Kientzle
4049589b28
Don't abort immediately on directory change errors.
...
Instead, display a warning, clean up, and let main() return the error.
In particular, this means that chdir() problems won't leave broken
archives, though they will prompt an error exit value.
2004-06-27 01:08:54 +00:00
Tim Kientzle
f758d316c0
Document the -W convention for accessing long options.
...
Also correct an old error: there was no tar command in Sixth Edition.
2004-06-26 22:58:29 +00:00
Tim Kientzle
0674dded37
Rename C=dir to -C dir, which is what people expect.
...
This requires some non-trivial surgery to the options parsing.
While here, let people who only have getopt() access long options
through the -W longopt=value convention.
2004-06-26 22:49:51 +00:00
Tim J. Robbins
0f10c7bbea
Add support for multibyte characters in input files and delimiter
...
strings (arguments to the -d option.) This involves backing out paste.c
rev. 1.13 until we have a version of fgetln() that operates on wide
character streams.
2004-06-25 01:48:43 +00:00
Tim J. Robbins
e90e39d92f
Document the fact that uniq(1) does not recognize multibyte characters.
2004-06-24 16:29:28 +00:00
Tim J. Robbins
2c3d390701
Document the fact that join(1) does not recognize multibyte characters.
2004-06-24 16:24:11 +00:00