summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* s/predefine/predefined/brooks2006-01-241-1/+1
| | | | | | PR: gnu/86627 Submitted by: Arne Woerner <arne_woerner at yahoo dot com> MFC After: 6 days
* This commit was generated by cvs2svn to compensate for changes in r154439,sam2006-01-161-1/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * correct dlt buffer alloc; this goes on the vendor branch as itsam2006-01-161-1/+1
| | | | | | | | | | | | will be committed there shortly MFC after: 3 days
* | Add a reminder to remove obsolete files from the vendor branch.dougb2006-01-141-0/+2
| |
* | Pull up from the FSF branch.ru2006-01-121-1/+19
| |
* | This commit was generated by cvs2svn to compensate for changes in r154258,ru2006-01-121-4/+6
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Merge support for new BSD releases from upstream:ru2006-01-122-5/+25
| | | | | | | | | | | | | | | | | | - Darwin 8.[0-3].0 - FreeBSD 4.11, 5.4, 6.0, 6.1 - NetBSD 3.0
| * | Removed files not present in v1.19.2 import.ru2005-10-2062-21518/+0
| | |
* | | Correct insecure temporary file usage in texindex. [06:01]cperciva2006-01-119-47/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct insecure temporary file usage in ee. [06:02] Correct a race condition when setting file permissions, sanitize file names by default, and fix a buffer overflow when handling files larger than 4GB in cpio. [06:03] Fix an error in the handling of IP fragments in ipfw which can cause a kernel panic. [06:04] Security: FreeBSD-SA-06:01.texindex Security: FreeBSD-SA-06:02.ee Security: FreeBSD-SA-06:03.cpio Security: FreeBSD-SA-06:04.ipfw
* | | - Update pretty print of multipath routes to better handle timeout of firstpav2006-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | probe Before: 5 * freebsd (195.250.137.134) 19.086 ms 24.694 ms After: 5 * freebsd (195.250.137.134) 19.086 ms 24.694 ms Fixes: bin/90098 Reported by: Jeremy Chadwick <freebsd@jdc.parodius.com> Approved by: andre MFC after: 1 day
* | | This commit was generated by cvs2svn to compensate for changes in r154184,harti2006-01-101-9/+19
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor fix: the routing table can change while we are fetching it fromharti2006-01-101-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the kernel. Instead of complaining if we get an ENOMEM (meaning it got larger than our buffer is) reallocate the buffer and loop. Submitted by: maxim
* | | | This commit was generated by cvs2svn to compensate for changes in r154182,harti2006-01-101-0/+1
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor fix: initialize the flag field of a newly created node to be 0.harti2006-01-101-0/+1
| | | | | | | | | | | | | | | | Submitted by: jasone
* | | | This commit was generated by cvs2svn to compensate for changes in r154180,harti2006-01-102-3/+17
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor fix: make the default read and write communities NULL. Thisharti2006-01-102-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | basically disables any access unless other strings are set in the config file. Note, that there is no way to set the communities back to NULL once they're set to something not NULL.
* | | | This commit was generated by cvs2svn to compensate for changes in r154178,harti2006-01-101-3/+4
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor patch: fix a bug when parsing the include path.harti2006-01-101-3/+4
| | | |
* | | | 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
| | | | | | | |
OpenPOWER on IntegriCloud