summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r170764,delphij2007-06-152-11/+16
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Apply vendor patch that implements 1/2 as aliases of l/r.delphij2007-06-152-11/+16
| | | | | | | | Requested by: dmalone, Chuck Swiger
| * Remove old files that no longer exist in latest distribution ordelphij2007-06-1529-16809/+0
| | | | | | | | removed during import.
* | Update instructions about upgrading.delphij2007-06-151-23/+3
| |
* | Add a list of removed files during importdelphij2007-06-151-0/+17
| |
* | Remove files that were taken off vendor branch. Differencedelphij2007-06-156-3438/+0
| | | | | | | | against vendor branch is now maintained in patchsets.
* | This commit was generated by cvs2svn to compensate for changes in r170759,delphij2007-06-1522-12372/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Localized regeneration of config.h.delphij2007-06-151-71/+526
| |
* | This commit was generated by cvs2svn to compensate for changes in r170754,delphij2007-06-15113-28/+38786
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of diffutils 2.8.7.delphij2007-06-15113-28/+38786
| |
* | o add minimal radiotap support for 11nsam2007-06-113-15/+191
| |
* | - Sort the headers per style(9)rafan2007-06-061-1/+1
| | | | | | | | | | Reminded by: yar Approved by: delphij (mentor, implicit)
* | - Fix crash with ncurses on FreeBSD/amd64 CURRENT by including missingrafan2007-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | header <term.h>, which is required by both tputs() and tgoto(). Without this header, nvi crashes with the call to tputs() at line 114. This is because the first argument of tputs() is a pointer, and the returned pointer from tgoto() is casted to an integer by compiler. For some reasons, this only crashes on amd64+CURRENT. On 6.x system, this does not happen. PR: 101248 Reported by: yar, infofarmer, Roland Smith Tested by: infofarmer, delphij, rafan Approved by: delphij (mentor)
* | This commit was generated by cvs2svn to compensate for changes in r170349,dougb2007-06-051-0/+59
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Add a custom atomic.h file which implements the C versions of thedougb2007-06-051-0/+59
| | | | | | | | | | | | | | | | | | code we already have assembly versions of. Written by: imp
| * | Remove from the vendor branch files that are no longerdougb2007-06-0212-10066/+0
| | | | | | | | | | | | present in BIND 9.4.1.
* | | - Update for 2007/05/01 import.rafan2007-06-051-2/+2
| | | | | | | | | | | | | | | Approved by: delphij (mentor) Nodded by: ru
* | | This commit was generated by cvs2svn to compensate for changes in r170331,rafan2007-06-0511-145/+202
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor import of bwk's 01-May-2007 release.rafan2007-06-0511-145/+202
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: delphij (mentor) Nodded by: ru Tested by: make universe
* | | | Remove files no longer required to build IPFilterdarrenr2007-06-0414-2169/+0
| | | |
* | | | Merge IPFilter 4.1.23 back to HEADdarrenr2007-06-04119-1036/+1788
| | | | | | | | | | | | | | | | See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13
* | | | This commit was generated by cvs2svn to compensate for changes in r170263,darrenr2007-06-0478-255/+2097
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import IPFilter 4.1.23 to vendor branch.darrenr2007-06-04197-1296/+3896
| | | | | | | | | | | | | | | | | | | | See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13
* | | | | Resolve conflicts.delphij2007-06-049-100/+281
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r170256,delphij2007-06-0452-3521/+5685
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | /home/delphij/mdelphij2007-06-0461-3595/+5954
| | | | | |
* | | | | | Update the upgrade notes for BIND 9.4.1dougb2007-06-021-9/+10
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r170225,dougb2007-06-0212-10066/+0
| | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | | This commit was generated by cvs2svn to compensate for changes in r170222,dougb2007-06-021000-40961/+116285
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Vendor import of BIND 9.4.1dougb2007-06-021000-40961/+116285
| | | | | |
* | | | | | Revert my previous change, add an MLINK from securelevel.7 to security.7remko2007-06-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Discussed with: brueffer
* | | | | | Change securelevel(7) to security(7). Yes i am awareremko2007-06-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that this is within the contrib directory. PR: docs/104402 Submitted by: Dr. Markus Waldeck <waldeck at gmx dot de> Discussed with: mlaier
* | | | | | Disable shared libgcc use for profiled builds. GNU linker pulls symbolskan2007-05-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | out of libgcc_s.so.1 somehow and fails to record DT_NEEED dependency when linking with profiled libraries despite --ld-as-needed option.
* | | | | | Update for the 'file' 4.21 import.obrien2007-05-241-2/+2
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r169962,obrien2007-05-2458-951/+1943
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Virgin import of Christos Zoulas's FILE 4.21.obrien2007-05-2459-955/+1959
| | | | | | |
* | | | | | | Update for the 'file' 4.19 import.obrien2007-05-241-5/+5
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r169942,obrien2007-05-2449-1910/+2096
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Virgin import of Christos Zoulas's FILE 4.19.obrien2007-05-2449-1910/+2096
| | | | | | |
* | | | | | | From OpenBSD, rev. 1.379dhartmei2007-05-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document how 'allow-opts' applies to routing headers in IPv6. MFC after: 1 week Discussed with: mlaier
* | | | | | | FreeBSD expects VFP, so use that as the default FPU.cognet2007-05-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: kan
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r169765,mux2007-05-191-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Fix a typo that caused the #undef directive to not actually undefinemux2007-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the correct symbol, thus causing a warning with GCC 4.2.0. Committed into the vendor branch since this is already in the csup repository. Reported by: kan (ages ago)
* | | | | | | | Cosmetics: remove extra space from GCC version string.kan2007-05-191-1/+1
| | | | | | | |
* | | | | | | | Re-add local FreeBSD change: prefer /tmp to /var/tmp and /usr/tmpkan2007-05-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for temporary files.
* | | | | | | | Merge arm-freebsd.h.diff directly into the target file. Maintainingkan2007-05-191-10/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | separate patch is much more painful than taking this file off the vendor branch.
* | | | | | | | Add FMT_FLAG_NULL_FORMAT_OK flag.kan2007-05-191-1/+2
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r169708,kan2007-05-19341-565992/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | | | | Remove files that are not part of GCC distribution anymore.kan2007-05-199-19712/+0
| | | | | | | |
* | | | | | | | Update configuration files for GCC 4.2.kan2007-05-197-1252/+301
| | | | | | | |
OpenPOWER on IntegriCloud