summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r154032,dougb2006-01-041-3/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * After some discussion with the folks at ISC, it turns out that the _ai_paddougb2006-01-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | part of the structure was a hack to maintain binary compatibility with Sun binaries, and my understanding is that it's not needed generally on sparc systems running other operating systems. Therefore, hide this code behind the same set of tests as in lib/bind/include/netdb.h. This file is being imported on the vendor branch because a similar change (or change with similar effect) will be in the next version of BIND 9. This change will not affect other platforms in any way.
* | Resolve conflicts (and believe me...you don't want to know).guido2005-12-30126-255/+427
| |
* | This commit was generated by cvs2svn to compensate for changes in r153877,guido2005-12-30108-824/+1586
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import IP Filter 4.1.10guido2005-12-30315-1505/+2032
| | |
| * | Missing file from vendor branch import.darrenr2005-04-261-3/+1
| | |
| * | these files should never have been imported...they are junkdarrenr2005-04-252-219/+0
| | |
* | | Minor updates relative to the 9.2.3 importdougb2005-12-292-2/+6
| | |
* | | Remove files no longer in the BIND 9 distributiondougb2005-12-2931-23572/+0
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r153816,dougb2005-12-29284-38640/+66160
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of BIND 9.3.2dougb2005-12-29284-38640/+66160
| | |
* | | Fix build after timeval.tv_sec changed from long to time_t.mlaier2005-12-251-0/+8
| | |
* | | -mdoc sweep.ru2005-11-181-2/+2
| | |
* | | Unbreak on amd64.ru2005-11-161-5/+4
| | |
* | | Convert mount_smbfs to use nmount().rodrigc2005-11-163-261/+67
| | | | | | | | | | | | Reviewed by: bp (smbfs maintainer)
* | | This commit was generated by cvs2svn to compensate for changes in r152390,sam2005-11-131-1/+1
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | correct check for whether or not md5 signature matches; appliedsam2005-11-131-1/+1
| | | | | | | | | | | | | | | | to vendor branch since this is already in their depot
* | | | This commit was generated by cvs2svn to compensate for changes in r151970,harti2005-11-021-3/+17
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Vendor patch: fix the reporting of ifOperStatus. We now consider anharti2005-11-021-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interface up when it is running AND the link is not down (that is, it is up or unknown). If the interface is running but the link is down, we return state 'dormant', because we're waiting for an external event. Otherwise the interface is 'down'. Submitted by: csjp Reviewed by: glebius
* | | | | Quick kill links to the nsmb(8) manual page, there is no suchtrhodes2005-11-011-6/+0
| | | | | | | | | | | | | | | | | | | | utility that I can find.
* | | | | Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make itobrien2005-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | easier to keep them in sync.
* | | | | Catch up with FreeBSD 7.obrien2005-10-291-1/+1
| | | | |
* | | | | Submitted following patch to FSF GCC:rodrigc2005-10-271-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Use builtin_define_with_int_value() instead of adding a new check for every new major FreeBSD version. Motivated by: simon Discussed with: obrien, kan
* | | | | Typo.keramida2005-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/88015 Submitted by: Marian Cerny <jojo@matfyz.cz> MFC after: 3 days
* | | | | This commit was generated by cvs2svn to compensate for changes in r151513,wpaul2005-10-201-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Import a fixed version of driver_ndis.c from the vendor. The existingwpaul2005-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version has a bug where it fails to properly cancel the polling loop that periodically queries the BSSID (this is done to detect the association/disassociation state). The timeout is supposed to fire once a second, but the eloop_cancel_timeout() call uses a different 'user data' value than what was passed to eloop_register_timeout(), so cancelling the timeouts fails. This results in an additional timeout being created each time an EAPOL packet is received, which can lead to dozens of unwanted timeouts firing every second instead of just one.
* | | | | | Update upgrade instructions.ru2005-10-201-4/+4
| | | | | |
* | | | | | Merge Groff 1.19.2 changes.ru2005-10-2011-56/+183
| | | | | |
* | | | | | Use stock (FSF) version of this file.ru2005-10-205-191/+394
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r151500,ru2005-10-2062-21518/+0
| | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | | This commit was generated by cvs2svn to compensate for changes in r151497,ru2005-10-20503-62920/+144037
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Virgin import of FSF groff v1.19.2ru2005-10-20525-66388/+147910
| | | | | | |
* | | | | | | In __option_is_short(), avoid calling isprint() on key characters outsidetjr2005-10-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the range allowed by that function, resulting in undefined behaviour. Our undefined behaviour in multibyte locales happened to differ from glibc's, resulting in errors parsing option strings. Obtained from: Corinna Vinschen (Red Hat)
* | | | | | | Remove the driver_ndis files from the exclusion listwpaul2005-10-101-3/+0
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r151208,wpaul2005-10-103-0/+1779
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import the driver_ndis files from the 0.3.9 distribution.wpaul2005-10-103-0/+1779
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r150974,harti2005-10-055-10/+32
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Vendor fix for the build problem of snmp_pf. Move the fallback definitionsharti2005-10-055-10/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for U?INT32_{MAX,MIN} from asn1.h into the .c files that actually require them (the .h file doesn't refer to these macros).
* | | | | | | Add snmp_ntp/Makefile.in to the exclude list.harti2005-10-041-0/+1
| | | | | | |
* | | | | | | These files are not needed and were imported by accident in theharti2005-10-0419-36039/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | previous import.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r150920,harti2005-10-0446-539/+37252
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Virgin import of bsnmpd 1.11harti2005-10-0446-539/+37252
| | | | | | |
* | | | | | | Add an rc.d script to start pfsync at the right moment of theyar2005-10-021-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | system boot, and hook it up in the system. The separate script is needed because in the presence of various interface lists in rc.conf ($network_interfaces, $cloned_interfaces, $sppp_interfaces, $gif_interfaces, more to come) it is hard to start them orderly, so that pfsync is brought up after its syncdev, which is required for the proper startup of pfsync. Discussed with: mlaier on -pf MFC after: 5 days
* | | | | | | Allow user to override default port numbers used by communicationbp2005-10-027-13/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocols. This is very useful for tunneled SMB connections. MFC after: 4 weeks
* | | | | | | Update for GNU cpio 2.6.tjr2005-10-011-12/+24
| | | | | | |
* | | | | | | Merge long_format() time formatting code and fixes for printf() formattjr2005-10-011-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | errors from old copyin.c.
* | | | | | | Merge from old copyout.c rev 1.2: Output a zero rdev except for bdevs,tjr2005-10-011-2/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdevs, fifos and sockets. Don't output a file if the major, minor or totality of its rdev would be truncated.
* | | | | | | Merge from old copypass.c rev 1.3: If we must yell at the user than atjr2005-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file cannot be linked into place when requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead.
* | | | | | | Merge from old util.c rev 1.2: say "volume" instead of "tape".tjr2005-10-011-2/+4
| | | | | | |
* | | | | | | Merge from old main.c rev 1.2: Don't set the umask until after we havetjr2005-10-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | processed the arguments and opened the archive file.
OpenPOWER on IntegriCloud