ru
2b049edf7a
Fixup previous commit.
2005-09-27 08:02:03 +00:00
phk
a9facbe833
Please ship the pointy hat to its home position.
2005-09-26 22:07:59 +00:00
phk
9eec5a615f
Update coordinates for "mph" hash generator now that it lives in ports.
2005-09-26 20:34:21 +00:00
phk
87620dae75
Add a .sinclude directive which does the exact same as .include, except
...
whine when the file cannot be found and opened.
2005-09-26 20:31:00 +00:00
kientzle
4168ea6d08
Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handling
...
pathname edits before comparing pathnames on disk to those in the archive.
Thanks to: Gareth Bailey, Lowell Gilbert
2005-09-24 21:19:57 +00:00
kientzle
163e4801c5
Detect Mac OS X's broken ACL library.
...
Thanks to: Diego "Flameeyes" Petten?
2005-09-24 21:17:47 +00:00
stefanf
6dda8fcf04
The function inplace_edit() doesn't exist anymore, remove the prototype.
...
Submitted by: Leonardo Chiquitto Filho
2005-09-24 13:18:30 +00:00
mnag
58bbabb9ca
Add myself to FreeBSD calendar
...
Approved by: pav (mentor)
2005-09-23 13:06:23 +00:00
ru
b4f89a0d63
Fix vgrind(1) indexing I broke in previous revision.
...
PR: bin/86343
Submitted by: Matej Vela <vela@debian.org>
2005-09-23 12:55:22 +00:00
krion
5097ae6580
Frank Lloyd Wright birth year is 1867, not 1869.
...
PR: conf/82051
Submitted by: Derek Jones <derek at wahila dot com>
2005-09-23 12:02:27 +00:00
krion
875a6591d0
Fix typo, FRG and GDR became UNO members in 1973, not in 1993.
...
PR: conf/86193
Submitted by: Matthias Buelow <mkb at incubus dot de>
2005-09-23 11:58:16 +00:00
kientzle
b035b8b7b3
Style fix: Correct a compiler warning from GCC 4
...
Thanks to: Divacky Roman
PR: bin/84993
2005-09-21 03:21:35 +00:00
dds
248fff8f2c
Setting .nofinger will not hide you from root.
2005-09-19 10:11:47 +00:00
imura
7b4e5c25c9
Connect smbfs build on powerpc.
2005-09-19 08:13:43 +00:00
csjp
1928ff74ad
Use is '-' to imply that the flag is not set, rather than '.'.
2005-09-15 16:09:24 +00:00
csjp
68a7460967
Print a warning if we fail to retrieve the process name for any reason.
2005-09-13 23:11:16 +00:00
csjp
5a87a7f523
If there are'nt any bpf descriptors to process than dont bother attempting to
...
retrieve statistic information for them.
Pointed out by: Pawel Worach < pawel.worach at gmail.com >
2005-09-13 22:13:01 +00:00
csjp
092230593a
Free the bpf descriptor array after we are done with it. This probably isnt
...
that critical as the program exits after this point anyway, but this may
not always be the case.
2005-09-07 19:28:01 +00:00
csjp
aab5eef515
Update usage to reflect the new option.
...
Pointed out by: ru
2005-09-07 19:15:43 +00:00
garys
8e1d3353bd
Several changes: Added a BUGS section with several bugs. And
...
-- Made the synopses more precise.
-- Added argument to flag in option description.
-- Moved -b default and limits to option description (to un-hide).
-- Noted several behaviors that were not mentioned.
-- A few more trivial changes.
PR: docs/46787
Approved by: keramida
MFC after: 3 days
2005-09-07 18:40:09 +00:00
csjp
ba6ab73cea
Merge bpfstat's functionality into the netstat(1) utility. This adds
...
a -B option which causes bpf peers to be printed. This option can be
used in conjunction with -I if information about specific interfaces
is desired. This is similar to what NetBSD added to their version of
netstat.
$ netstat -B
Pid Netif Flags Recv Drop Match Sblen Hblen Command
1137 lo0 p--s-- 0 0 0 0 0 tcpdump
205 sis0 -ifs-l 37331 0 1 0 0 dhclient
$
$ netstat -I lo0 -B
Pid Netif Flags Recv Drop Match Sblen Hblen Command
1174 lo0 p--s-- 0 0 0 0 0 tcpdump
$
-Add bpf.c which stores all the code for retrieving and parsing bpf
related statistics.
-Modify main.c to add support for the -B option and hook it into the
program logic.
-Add bpf.c to the build.
-Document this new functionality in the man page and bump the revision
date.
-Add prototype for bpf_stats function.
2005-09-07 17:35:16 +00:00
rse
a339f295af
Mention that uuidgen(1) generates DCE version 1 UUIDs only
2005-09-07 07:49:21 +00:00
harti
aa7c19b5e3
Fix the type of the variable 'debug'. It is used as a bitmap, so the
...
type should be int rather than Boolean.
PR: bin/84528
Submitted by: Max Okumoto <okumoto@ucsd.edu>
MFC after: 3 weeks
2005-09-07 07:34:24 +00:00
stefanf
722ba00f33
In version 1.8 I botched findval()'s type, fix.
2005-09-02 21:51:18 +00:00
stefanf
5147fb5967
Use socklen_t variables when passing sizes to getsockname() and
...
getsockopt().
2005-09-02 19:33:50 +00:00
stefanf
f3dab5aa3e
The appropriate argument is -K -1, not -k -1.
2005-09-02 18:37:34 +00:00
stefanf
64cdbc5d06
Fix a syntax error in the generated code when invoked with -P. Note that
...
the generated code still doesn't compile as we lack tinfo, t_getinfo and
friends.
2005-09-02 18:20:47 +00:00
ssouhlal
912d183e0b
- Do not allocate memory to entries in /var/rwho which have been down for
...
more than 4 days - waste of memory.
Obtained from: DragonFlyBSD (liamfoy)
MFC after: 3 days
2005-09-02 14:58:26 +00:00
stefanf
da5c69f0c2
Stop generating the `register' keyword.
2005-09-02 10:32:05 +00:00
stefanf
7f349d21e6
Don't generate K&R C code. The -C flag is kept for backwards compatibility.
...
Also remove the SIG_PF macro, there is no need to cast closedown.
2005-09-02 10:23:26 +00:00
stefanf
cd3615cae7
Only write the dispatch table function prototypes to the header if the -h
...
flag was specified. If all files are generated at once, those functions are
static and shouldn't appear in the header.
PR: 84450
Reviewed by: alfred
2005-09-01 19:16:25 +00:00
stefanf
ed8baf6598
- Use prototypes in headers.
...
- Include rpc_scan.h before rpc_util.h for the tok_kind enum.
- Nuke unused declarations.
2005-08-31 20:45:15 +00:00
stefanf
991cce17d6
Rename the variable inline' to
inline_size'.
2005-08-31 19:44:40 +00:00
tjr
c39045c496
Include option-argument names in the list in the DESCRIPTION section.
...
Remove a non-bug from the BUGS section.
2005-08-30 12:48:28 +00:00
tjr
71ef4ac3b5
Remove undocumented historic support for treating "-" as an option
...
instead of a file operand; this is not compatible with POSIX.
2005-08-30 12:32:18 +00:00
ps
a234fe9966
Unbreak tail -f on non-local filesystems.
2005-08-26 08:15:57 +00:00
pjd
fe9f2ab734
Revert previous behaviour of '-F' option and add '-L' option, which will
...
tell pkill(1)/pgrep(1) to try to flock(2) pidfile before reading PID from
there.
Discussed with: jhb, gad
2005-08-25 20:10:47 +00:00
roberto
dee5705f2d
Fixes for gcc 4.x.
...
PR: bin/84995
Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz>
2005-08-25 14:09:35 +00:00
roberto
0123fa77c5
Fixes for gcc4.x.
...
Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz>
PR: bin/84991
2005-08-25 13:44:02 +00:00
pjd
242683f73f
Modify '-F' option to work nicely with pidfile(3) - a pidfile given as
...
an argument has to be locked.
2005-08-24 19:38:28 +00:00
yar
4d6489c8fc
List -W as one of the meaningful options to the -i (interfaces)
...
display of netstat(1).
MFC after: 3 days
2005-08-24 12:21:34 +00:00
brian
8cf3c89522
Add a -h option to tell cmp not to follow symbolic links.
...
MFC after: 3 weeks
Sponsored by: Sophos/ActiveState
2005-08-23 13:13:13 +00:00
cperciva
491d2271d8
Most users probably aren't interested in locating 13000+ files named
...
[0-9a-f]{64}, so exclude portsnap's compressed snapshots from locate's
indexing.
Suggested by: silby
MFC after: 3 days
2005-08-22 08:22:48 +00:00
tjr
4241897974
Remove the hack that varied the first character of the output file name
...
if none was specified on the command line. This is not permitted by
POSIX, and no longer needed now that we have the -a option.
PR: 85099
Submitted by: Toby Peterson (Apple Computer)
2005-08-21 06:35:02 +00:00
ru
c569eb998b
Bail if interface is misspelled instead of falling out into the
...
"all interfaces" mode. (Only works with -w, but still better
than nothing.)
2005-08-20 08:34:21 +00:00
murray
5289515063
Correct typos found by ispell.
2005-08-19 00:05:58 +00:00
glebius
cf4f3e3575
Add a new switch -h for interface stats mode, which prints all interface
...
statistics in human readable form.
In collaboration with: vsevolod
Reviewed by: cperciva
2005-08-18 21:04:12 +00:00
stefanf
e924b3caca
While revision 1.26 fixed the code to really subtract 3600 due to
...
daylight-saving, this was actually wrong because mktime() already does that for
us.
2005-08-18 08:18:02 +00:00
cperciva
afe2192571
Remove the dates from these files. They serve no purpose and result in
...
these files spuriously changing each time they are built.
Also, add $FreeBSD$ tags, because cvs is unhappy otherwise.
2005-08-17 15:56:04 +00:00
murray
0425964369
Correct birthdate for Meriwether Lewis. He was born before the
...
declaration of independence, not after the first world war.
2005-08-17 13:32:18 +00:00