summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Sync with other mount_*fs(8) utilities; we don't need to try tomux2004-04-111-13/+3
| | | | | load the smbfs module because the mount(2) syscall will do it if it's needed.
* Fix path to rc.sendmailgshapiro2004-04-071-1/+1
|
* Resolve conflicts after import of Heimdal 0.6.1 libcom_err.nectar2004-04-037-84/+85
|
* This commit was generated by cvs2svn to compensate for changes in r127804,nectar2004-04-036-446/+657
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import libcom_err from Heimdal 0.6.1.nectar2004-04-0313-541/+754
| |
* | pcap clients should use strlcpy() from the base system libc by default also.bms2004-03-311-7/+0
| |
* | snprintf() and vsnprintf() are part of our base system libc, thereforebms2004-03-311-10/+0
| | | | | | | | | | | | | | | | | | 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
* | Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats:bms2004-03-3134-3197/+4892
| | | | | | | | | | | | | | | | | | | | | | 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().
* | Correct imported pcap.h for FreeBSD builds.bms2004-03-311-7/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r127668,bms2004-03-31151-7650/+21906
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import tcpdump 3.8.3, from http://www.tcpdump.org/releases/tcpdump-3.8.3.tar.gzbms2004-03-31185-10859/+27213
| | |
* | | Merge of libpcap 0.8.3 from tcpdump.org.bms2004-03-3111-918/+2781
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r127664,bms2004-03-3154-3070/+13564
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import libpcap 0.8.3, from http://www.tcpdump.org/releases/libpcap-0.8.3.tar.gzbms2004-03-3164-3499/+16463
| | | |
* | | | Bring man page back in shape. Many option descriptions lacked these2004-03-241-140/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Remove NetBSD's sort(1), which we stopped using two years ago.des2004-03-2016-4222/+0
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r127105,obrien2004-03-173-1388/+0
| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | Fix $FreeBSD$ ids.obrien2004-03-1611-11/+29
| | | |
* | | | Fix some style(9) related issues after discussion with/education from bde:mlaier2004-03-1512-118/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | | This commit was generated by cvs2svn to compensate for changes in r126854,des2004-03-111-18/+25
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | MFP4 (#47094): avoid bogus NULL pointer warnings when building with -DDEBUG.des2004-03-111-18/+25
| | | | |
* | | | | Fix two instances of improper NULL/0 use idetified by the changes lately.mlaier2004-03-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Patrick Marie Approved by: bms(mentor)
* | | | | Add local define of HTONL() as it was decided to protect this by _KERNELmlaier2004-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | in <net/pfvar.h>
* | | | | This commit was generated by cvs2svn to compensate for changes in r126357,mlaier2004-02-282-0/+122
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Missed those two during the original import. Taken from OpenBSD's util.hmlaier2004-02-282-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: bms(mentor)
* | | | | | Apply diff from the port.mlaier2004-02-2810-23/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | This commit was generated by cvs2svn to compensate for changes in r126353,mlaier2004-02-2827-0/+20141
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Vendor import of OpenBSD's pf userland as of OpenBSD 3.4mlaier2004-02-2827-0/+20141
| / / / / | | | | | | | | | | | | | | | Approved by: bms(mentor), core(in general)
* | | | | Merge from NetBSD rev. 1.3 (drochner): Use getifaddrs(3) instead oftjr2004-02-261-61/+30
| | | | | | | | | | | | | | | | | | | | SIOCGIFCONF.
* | | | | Back out getopt* adding here per maintainer requestache2004-02-251-2/+0
| | | | |
* | | | | Add */lib/getopt* I miss somehow initially.ache2004-02-181-0/+2
| | | | |
* | | | | Remove unneeded filesache2004-02-174-1646/+2
| | | | |
* | | | | Remove unneeded filesache2004-02-175-1390/+3
| | | | |
* | | | | Remove unneded filesache2004-02-174-1648/+1
| | | | |
* | | | | Remove unneded filesache2004-02-176-1463/+1
| | | | |
* | | | | Remove unneded filesache2004-02-174-1075/+1
| | | | |
* | | | | Remove files no longer neededache2004-02-173-1433/+0
| | | | |
* | | | | Remove files no longer neededache2004-02-173-1436/+0
| | | | |
* | | | | Remove files no longer neededache2004-02-174-1069/+1
| | | | |
* | | | | getopt_long() returned 0 (i.e. long options) case not handled, add itache2004-02-171-0/+4
| | | | | | | | | | | | | | | | | | | | (symptom: "bc --quiet" not works while "bc -q" works)
* | | | | Remove files no longer neededache2004-02-165-1061/+3
| | | | | | | | | | | | | | | | | | | | Switch back to regex.h
* | | | | Update for 8.12.11 importgshapiro2004-02-141-4/+4
| | | | | | | | | | | | | | | | | | | | MFC after: 7 days
* | | | | Fix sendmail 8.12.11 import conflictsgshapiro2004-02-146-19/+63
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r125820,gshapiro2004-02-1440-224/+634
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import sendmail 8.12.11gshapiro2004-02-1446-244/+699
| | | | | |
* | | | | | Mention which patches importedache2004-02-131-0/+3
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r125759,ache2004-02-133-7/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Official patches 001-005ache2004-02-135-21/+35
| | | | | | |
* | | | | | | Official patches 001-005ache2004-02-101-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 62555
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r125647,des2004-02-1060-1032/+2005
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud