Maxime Henrion
24449958e4
Sync with other mount_*fs(8) utilities; we don't need to try to
...
load the smbfs module because the mount(2) syscall will do it
if it's needed.
2004-04-11 21:07:26 +00:00
Gregory Neil Shapiro
6ee3849565
Fix path to rc.sendmail
2004-04-07 05:29:03 +00:00
Jacques Vidrine
2b2b372003
Resolve conflicts after import of Heimdal 0.6.1 libcom_err.
2004-04-03 21:17:01 +00:00
Jacques Vidrine
d2387d42b8
This commit was generated by cvs2svn to compensate for changes in r127804,
...
which included commits to RCS files with non-trunk default branches.
2004-04-03 21:08:58 +00:00
Jacques Vidrine
f054c1df3f
Import libcom_err from Heimdal 0.6.1.
2004-04-03 21:08:58 +00:00
Bruce M Simpson
21f48b73b0
pcap clients should use strlcpy() from the base system libc by default also.
2004-03-31 18:15:37 +00:00
Bruce M Simpson
2a5eb7e1d4
snprintf() and vsnprintf() are part of our base system libc, therefore
...
pcap should not fall back to its own implementations in the absence of
HAVE_SNPRINTF and HAVE_VSNPRINTF defines when compiled and installed
as part of the world. This should fix builds of pflogd and packages
depending on the base system libpcap.
Reported by: Andrzej Tobola
2004-03-31 18:14:27 +00:00
Bruce M Simpson
cc391cce11
Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats:
...
print-atm.c no longer performs special handling for FORE headers; these
can no doubt be re-added at a later date.
print-fr.c is effectively a no-op.
print-llc.c has had the default_print_unaligned() call removed as
tcpdump no longer defines this function, however the prototype is still
present. Suggest we roll in a diff to use print_unknown_data().
2004-03-31 14:57:24 +00:00
Bruce M Simpson
d87e118db2
Correct imported pcap.h for FreeBSD builds.
2004-03-31 10:21:28 +00:00
Bruce M Simpson
87e4d12e4a
This commit was generated by cvs2svn to compensate for changes in r127668,
...
which included commits to RCS files with non-trunk default branches.
2004-03-31 09:17:26 +00:00
Bruce M Simpson
5b0fe47811
Import tcpdump 3.8.3, from http://www.tcpdump.org/releases/tcpdump-3.8.3.tar.gz
2004-03-31 09:17:26 +00:00
Bruce M Simpson
eb9f0330c0
Merge of libpcap 0.8.3 from tcpdump.org.
2004-03-31 09:15:09 +00:00
Bruce M Simpson
2f9208fff6
This commit was generated by cvs2svn to compensate for changes in r127664,
...
which included commits to RCS files with non-trunk default branches.
2004-03-31 09:07:39 +00:00
Bruce M Simpson
feb4ecdbac
Import libpcap 0.8.3, from http://www.tcpdump.org/releases/libpcap-0.8.3.tar.gz
2004-03-31 09:07:39 +00:00
Stefan Eßer
5bf39b8da2
Bring man page back in shape. Many option descriptions lacked the
...
option name and paramaters they apply to and there was a mix of
formatting methods and styles.
I'm not sure that the description of "nfs_retransmit_counter" is
correct, but it does now at least match what's in -STABLE.
2004-03-24 10:25:24 +00:00
Dag-Erling Smørgrav
d7c5555174
Remove NetBSD's sort(1), which we stopped using two years ago.
2004-03-20 23:27:42 +00:00
David E. O'Brien
d65c9ff559
This commit was generated by cvs2svn to compensate for changes in r127105,
...
which included commits to RCS files with non-trunk default branches.
2004-03-17 07:58:36 +00:00
David E. O'Brien
a10f530f93
Fix $FreeBSD$ ids.
2004-03-16 17:24:06 +00:00
Max Laier
b83a49e9b9
Fix some style(9) related issues after discussion with/education from bde:
...
- Add <sys/param.h> and <limits.h> where required (do not depend on other
headers pulling it in).
- __dead -> __dead2
- #if defined() -> #ifdef
- Remove ugly PRIu64 macros and use %llu w/ (unsigned long long) cast.
All changes looped back to OpenBSD (where applicable) for easier sync in the
future.
Requested by: bde
Approved by: bms(mentor)
2004-03-15 13:41:17 +00:00
Dag-Erling Smørgrav
0f3f4fca75
This commit was generated by cvs2svn to compensate for changes in r126854,
...
which included commits to RCS files with non-trunk default branches.
2004-03-11 18:04:03 +00:00
Dag-Erling Smørgrav
a1dabad0cd
MFP4 ( #47094 ): avoid bogus NULL pointer warnings when building with -DDEBUG.
2004-03-11 18:04:03 +00:00
Max Laier
ffe9fd66ee
Fix two instances of improper NULL/0 use idetified by the changes lately.
...
Submitted by: Patrick Marie
Approved by: bms(mentor)
2004-03-08 15:19:55 +00:00
Max Laier
23ecd01b79
Add local define of HTONL() as it was decided to protect this by _KERNEL
...
in <net/pfvar.h>
2004-02-28 18:41:43 +00:00
Max Laier
6a4fd102a4
This commit was generated by cvs2svn to compensate for changes in r126357,
...
which included commits to RCS files with non-trunk default branches.
2004-02-28 18:35:40 +00:00
Max Laier
3178c893b8
Missed those two during the original import. Taken from OpenBSD's util.h
...
Approved by: bms(mentor)
2004-02-28 18:35:40 +00:00
Max Laier
8c8618f5e8
Apply diff from the port.
...
Rather small diff for the userland (in contrast to the kernel):
- Some header file location/differences
- Clean compilation on 64bit arch (identified by bento a long time ago)
- ALTQ not (yet) available. Leave a switch for patchsets and future ...
- most files can be used from the vendor branch
Approved by: bms(in general)
2004-02-28 17:32:53 +00:00
Max Laier
13b9f61009
Vendor import of OpenBSD's pf userland as of OpenBSD 3.4
...
Approved by: bms(mentor), core(in general)
2004-02-28 16:52:45 +00:00
Max Laier
bfc3fb6cc2
This commit was generated by cvs2svn to compensate for changes in r126353,
...
which included commits to RCS files with non-trunk default branches.
2004-02-28 16:52:45 +00:00
Tim J. Robbins
8861f1dd53
Merge from NetBSD rev. 1.3 (drochner): Use getifaddrs(3) instead of
...
SIOCGIFCONF.
2004-02-26 08:49:19 +00:00
Andrey A. Chernov
b3ab6e504b
Back out getopt* adding here per maintainer request
2004-02-25 03:10:14 +00:00
Andrey A. Chernov
f63503fcbb
Add */lib/getopt* I miss somehow initially.
2004-02-18 18:53:13 +00:00
Andrey A. Chernov
738f8e7150
Remove unneeded files
2004-02-17 03:43:12 +00:00
Andrey A. Chernov
518818386c
Remove unneeded files
2004-02-17 03:22:35 +00:00
Andrey A. Chernov
43e192cb49
Remove unneded files
2004-02-17 02:09:53 +00:00
Andrey A. Chernov
5df7f7ae11
Remove unneded files
2004-02-17 01:51:07 +00:00
Andrey A. Chernov
9b727a71d1
Remove unneded files
2004-02-17 01:41:49 +00:00
Andrey A. Chernov
56bab387f1
Remove files no longer needed
2004-02-17 01:20:41 +00:00
Andrey A. Chernov
1f444ae1bb
Remove files no longer needed
2004-02-17 01:10:29 +00:00
Andrey A. Chernov
e7c820ec07
Remove files no longer needed
2004-02-17 01:04:18 +00:00
Andrey A. Chernov
0bd7aa5188
getopt_long() returned 0 (i.e. long options) case not handled, add it
...
(symptom: "bc --quiet" not works while "bc -q" works)
2004-02-17 00:53:50 +00:00
Andrey A. Chernov
af210d1ee6
Remove files no longer needed
...
Switch back to regex.h
2004-02-16 22:56:36 +00:00
Gregory Neil Shapiro
78ff00619a
Update for 8.12.11 import
...
MFC after: 7 days
2004-02-14 21:59:30 +00:00
Gregory Neil Shapiro
1ae5b8d45c
Fix sendmail 8.12.11 import conflicts
2004-02-14 21:58:08 +00:00
Gregory Neil Shapiro
5d747405d7
This commit was generated by cvs2svn to compensate for changes in r125820,
...
which included commits to RCS files with non-trunk default branches.
2004-02-14 21:53:31 +00:00
Gregory Neil Shapiro
323f6dcb88
Import sendmail 8.12.11
2004-02-14 21:53:31 +00:00
Andrey A. Chernov
d44022d1a2
Mention which patches imported
2004-02-13 01:16:12 +00:00
Andrey A. Chernov
e522ca7145
This commit was generated by cvs2svn to compensate for changes in r125759,
...
which included commits to RCS files with non-trunk default branches.
2004-02-13 01:08:19 +00:00
Andrey A. Chernov
8c5ab30807
Official patches 001-005
2004-02-13 01:08:19 +00:00
Andrey A. Chernov
8d9b29bec1
Official patches 001-005
...
PR: 62555
2004-02-10 20:17:58 +00:00
Dag-Erling Smørgrav
e10ae02217
Vendor import of OpenPAM Eelgrass.
2004-02-10 10:11:23 +00:00