Ruslan Ermilov
ac84cb970a
mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.
2001-07-05 13:27:33 +00:00
Ruslan Ermilov
29baea0370
Document -u in the usage().
...
Make usage fit on a standard 80-column display.
2001-07-05 13:21:20 +00:00
Kris Kennaway
013fab318c
Mark a function as __printflike() and fix a non-exploitable format string
...
warning.
MFC after: 1 week
2001-07-05 10:08:25 +00:00
Kris Kennaway
6209021ebd
Mark some functions as __printflike()
...
MFC after: 1 week
2001-07-05 09:54:59 +00:00
Dima Dorfman
ffb9c240d7
Spelling police: extention -> extension.
2001-07-05 08:51:08 +00:00
Kris Kennaway
69c828c6bc
Don't generate syslog() statements which have format string vulnerabilities.
...
MFC after: 1 week
2001-07-05 08:17:41 +00:00
Ruslan Ermilov
865ec6c8fa
mdoc(7) police: sort xrefs.
2001-07-05 06:40:06 +00:00
Ruslan Ermilov
8fa6964a78
mdoc(7) police: fixed formatting.
2001-07-05 06:35:03 +00:00
Ruslan Ermilov
b7cd452d78
mdoc(7) police: fixed formatting bugs in rev. 1.27.
2001-07-05 06:27:52 +00:00
Ruslan Ermilov
756ceae899
mdoc(7) police: add missing .Ar in SYNOPSIS.
2001-07-05 06:20:29 +00:00
Ruslan Ermilov
33f6985557
mdoc(7) police: add missing .Ar in SYNOPSIS.
2001-07-05 06:11:10 +00:00
Dima Dorfman
561aef9a69
Revert previous commit; it broke large file support on platforms that
...
had it to begin with (e.g., the Alpha).
Submitted by: bde
2001-07-02 22:51:33 +00:00
Wilko Bulte
cf7ae120d9
s/Netherlands/the Netherlands
...
ISO3166 is *plain wrong* ...
Requested by: grog
MFC after: 1 week
2001-07-02 18:31:34 +00:00
Dima Dorfman
f6751868e4
Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
...
where necessary.
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-30 05:39:36 +00:00
Dima Dorfman
653636c21d
Silence a warning on the Alpha.
...
Reviewed by: md5(1)
2001-06-30 05:32:29 +00:00
Dima Dorfman
41faa1a791
Silence a warning on the Alpha.
2001-06-30 05:29:57 +00:00
Dima Dorfman
42a0e93daa
Correct a spelling error.
...
PR: 28527
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
2001-06-29 21:09:09 +00:00
David E. O'Brien
613170896d
Fix editor'o where I lost the `+'.
2001-06-29 13:54:56 +00:00
Yaroslav Tykhiy
08274979f3
Clarify the feature that -exec parameters won't get
...
shell-expanded when the specified utility is run.
MFC after: 5 days
2001-06-29 12:59:20 +00:00
Ruslan Ermilov
44cffa7c08
- Added entry for Daniel C. Sobral.
...
- Fixed entry for Charlie Root.
2001-06-29 09:47:27 +00:00
Ruslan Ermilov
1093cc3199
Make `rttrash' variable (#routes not in table but not freed) visible
...
through ``netstat -rs''.
2001-06-29 09:08:24 +00:00
Ruslan Ermilov
8f309b9151
Fixed bogon in revision 1.37. Don't bogusly print a radix node's
...
duped key marker (``=>'') for routes with non-positive rmx_expire
metric, such as ethernet interface routes.
MFC after: 1 week
2001-06-29 08:37:12 +00:00
Wilko Bulte
4408e85a6d
s/Netherlands/the Netherlands/g
2001-06-28 22:05:32 +00:00
Guido van Rooij
c3c55b7ae3
Up the average age and hope I can still show my face next saturday.
2001-06-28 21:52:49 +00:00
Hajimu UMEMOTO
785d213d3f
- create an entry of IPV6CTL_STATS sysctl.
...
- fix the problem that netstat doesn't show raw6 and icmp6 pcblist.
- make netstat use sysctl to retreive stats of ipv6 and icmpv6
instead of kread.
Obtained from: KAME
MFC after: 1 week
2001-06-28 18:06:15 +00:00
Thomas Gellekum
5a7e416108
Fix another buffer overflow.
...
PR: 15593
Submitted by: Przemyslaw Frasunek <venglin@lagoon.FreeBSD.lublin.pl>
2001-06-28 12:02:45 +00:00
Mike Smith
48ce3c0e43
Based on a draft email in David Greenman's files, add the birthdate
...
of FreeBSD.
Submitted by: dg
2001-06-28 04:08:25 +00:00
Mike Heffner
dcd24e2778
Add the -E flag to not send messages that have an empty body. This is
...
useful for piping cron script error output by mail.
PR: bin/9494
Obtained from: NetBSD
MFC after: 2 weeks
2001-06-28 02:40:07 +00:00
Dima Dorfman
ffabd15013
Minor grammar cleanup.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-27 23:08:57 +00:00
Dima Dorfman
40682bea9a
Implement recursive IP address searches based on the results of a
...
query to ARIN.
PR: 28426
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-27 23:06:47 +00:00
Dima Dorfman
1807222dac
Correct path to wtmp.
...
PR: 28433
Submitted by: Joseph Mallett <jmallett@xMach.org>
2001-06-27 06:00:26 +00:00
Mike Heffner
24b9685ca9
Sync manpage and usage. Also fix bug that would always interpret a -c as a
...
process clear.
PR: bin/15456
MFC after: 2 weeks
2001-06-27 02:52:57 +00:00
Dima Dorfman
fd8879d3f5
Staticize, constize, de-registerize; don't shadow global definitions;
...
set WARNS=2.
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-26 22:22:19 +00:00
Jens Schweikhardt
9aa042f66c
Increase column widths when using -i (they are now wide enough to
...
hold a 64bit or 32bit ~0 value, i.e. 20 and 10; this anticipates
soon-to-be machines with Exahertz rtc interrupt frequencies. :-)
PR: bin/16206
Submitted by: John Capo <jc@irbs.com>
MFC after: 1 week
2001-06-26 18:49:10 +00:00
Ruslan Ermilov
0c5dac789c
Submitted by: hm
2001-06-26 08:00:43 +00:00
Dan Moschuk
7b6a37d826
Share my DOB with the world!
2001-06-26 05:04:03 +00:00
David W. Chapman Jr.
629160a49b
Originally stated wrong birthplace, thought it was current location.
2001-06-26 04:11:19 +00:00
Dima Dorfman
1fec918b1f
The `file' argument is optional.
...
Obtained from: OpenBSD
2001-06-26 02:14:13 +00:00
Mike Smith
dbe8e37bbf
Admit the shameful truth; I'm really from the east coast. But I left
...
shortly after I was born. Honest!
2001-06-25 21:37:43 +00:00
Dima Dorfman
461ce74ab4
Silence -Wshadow and -Wmissing-prototypes; set WARNS=2.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-25 21:25:27 +00:00
Ruslan Ermilov
845b45fed4
Submitted by: andreas
2001-06-25 09:11:45 +00:00
Dima Dorfman
7309915e7a
Nuke unused variables.
2001-06-24 23:41:57 +00:00
Dima Dorfman
9582ea7e62
Include missing header files which define functions for which gcc has
...
builtints (e.g., exit, strcmp).
2001-06-24 23:22:14 +00:00
Dima Dorfman
7a19d1bbb9
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 19:50:42 +00:00
Dima Dorfman
948a3f54a7
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit).
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-24 19:41:18 +00:00
Dima Dorfman
471caa34a4
Silence warning and set WARNS=2.
...
Submitted by: Mike Barcroft <mike@q9media.com>
Reviewed by: md5(1)
2001-06-24 18:56:00 +00:00
David Malone
5386636d3e
Add prototypes and turn on WARNS=?2.
2001-06-24 12:23:54 +00:00
Dima Dorfman
a910f192bb
Remove duplicate words.
2001-06-24 01:34:38 +00:00
Jason Evans
9a952e0dda
Add myself.
2001-06-24 00:45:03 +00:00
Jens Schweikhardt
f40be3e157
Reduce field width for some columns so that the default output fits in <= 79
...
columns. 80 columns + newline is a problem for some terminals including syscons.
Requested by: bde
MFC after: 1 week
2001-06-23 17:52:10 +00:00