summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* When a Makefile.PL is evaluated in a subdirectory (ext/SDBM_Files/sdbm)marcel1999-12-041-1/+2
| | | | | | do not prepend '../' to PERL and FULLPERL. It breaks cross-building. Approved by: markm
* Call isspace() directly to get rid of an objectionable include.obrien1999-12-041-3/+2
|
* Document the .cvsrc "cvs" option for global options.peter1999-12-041-0/+9
|
* Support the environtmental var "CVS_OPTIONS". Which can hold a set ofobrien1999-12-044-1/+135
| | | | | | | default options for cvs. These options are interpreted first and can be overwritten by explicit command line parameters. Obtained from: GNU Grep 2.3
* Hardwire HAVE_INET6_STRUCTS rather than probe at compile time. -currentpeter1999-11-301-1/+1
| | | | | has the structures that probe_ipv6 tested for, so this will always be defined if the standard tests are run.
* Files not in 8.2.2.p5peter1999-11-303-390/+0
|
* Files gone from 8.2.2.p5peter1999-11-304-491/+0
|
* Files removed in 8.2.2.p5peter1999-11-303-490/+0
|
* Merge changes from vendor branch onto HEAD.peter1999-11-308-344/+1260
|
* This commit was generated by cvs2svn to compensate for changes in r53910,peter1999-11-30316-6697/+54429
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import bind v8.2.2.p5, minus the crypto for the time being. The bindpeter1999-11-30327-8009/+57465
| | | | | | | | | | | | | | | | package does have BXA export approval, but the licensing strings on the dnssafe code are a bit unpleasant. The crypto is easy to restore and bind will run without it - just without full dnssec support. Obtained from: The Internet Software Consortium (www.isc.org)
* | * Use getobjformat() rather than manually do what it does.obrien1999-11-291-71/+43
| | | | | | | | | | | | | | | | * Don't conditional based on i386, but generalize to all FreeBSD arch's. * Don't be a.out-centric, but generalize to handle other possible future formats. Submitted by: marcel (partial)
* | Pass the pppoe packets into do_ppp_print correctly.brian1999-11-271-5/+3
| |
* | * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofobrien1999-11-263-1/+118
| | | | | | | | | | | | | | default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h.
* | This commit was generated by cvs2svn to compensate for changes in r53696,peter1999-11-251-0/+12
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Apply the sendmail 8.9.3 denial-of-service patch which prevents untrustedpeter1999-11-251-0/+12
| | | | | | | | | | | | | | | | | | | | | users from running newaliases. (This is to protect aliases.db against truncation). PR: 15088
* | | This commit was generated by cvs2svn to compensate for changes in r53660,obrien1999-11-241-32/+7
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of the GCC 2.95.1 compilersobrien1999-11-241-32/+7
| | | | | | | | | | | | | | | | (gcc/config/i386/freebsd.h renamed to freebsd-aout.h)
* | | | This commit was generated by cvs2svn to compensate for changes in r53657,obrien1999-11-241-16/+38
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of gcc from EGCS 1.1.2.obrien1999-11-241-16/+38
| | | | | | | | | | | | | | | | (renamed to freebsd-aout.h)
* | | | This commit was generated by cvs2svn to compensate for changes in r53654,obrien1999-11-241-0/+250
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of GCC 2.7.2.3's gcc/config/i386/freebsd.h for a.out systems.obrien1999-11-241-0/+250
| | | | | | | | | | | | | | | | | | | | [This has been renamed to freebsd-aout.h to not conflict with our own hacked up version.]
* | | | Fix (I believe) Bill Paul's core dump when using gdb on shared executables.peter1999-11-221-1/+2
| | | | | | | | | | | | | | | | This is an addition to rev 1.5. If lm == NULL, new->lm is uninitialized.
* | | | * Remove a trailing ";" from a macro.obrien1999-11-171-26/+26
| | | | | | | | | | | | | | | | * Style cleanup.
* | | | This temperary file can die now.obrien1999-11-171-559/+0
| | | |
* | | | Fix a minor bogon.obrien1999-11-151-1/+1
| | | |
* | | | Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()).obrien1999-11-151-4/+0
| | | | | | | | | | | | | | | | It causes internal compiler errors and sig 11's with GCC 2.95.2.
* | | | Upgrade support file for GCC 2.95.2.obrien1999-11-151-0/+91
| | | |
* | | | Add rev 1.2 profiling tweaks, to GCC 2.95.2.obrien1999-11-151-0/+5
| | | |
* | | | Use the stock 2.95.2 file here.obrien1999-11-151-6/+6
| | | | | | | | | | | | | | | | | | | | I cannot determine if our previous (rev 1.2) changes for ObjC are still appropriate.
* | | | Bump __FreeBSD_cc_version due to the compiler upgrade.obrien1999-11-151-1/+1
| | | |
* | | | Make cross-compilation work for Alpha on i386 machines.obrien1999-11-141-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the optimizer has a bug somewhere. This means that only -O0 works at this time. Submitted by: marcel
* | | | Remove 'SET_ASM_OP' macro, which is unused now and rather harmfulobrien1999-11-141-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | for recent Egcs 1.1.x. Submitted by: simokawa
* | | | Changes for Alpha and EGCS.obrien1999-11-141-67/+473
| | | | | | | | | | | | | | | | | | | | | | | | * Commonalities with i386, moved to a FreeBSD wide config file. * Major additions to this file were adapted from Hidetoshi Shimokawa <simokawa@FreeBSD.ORG>'s Alpha suppliment to the Egcs 1.1.2 port.
* | | | Support PPPoE.brian1999-11-145-3/+182
| | | | | | | | | | | | | | | | Add a missing comma to the lcp config options table.
* | | | This commit was generated by cvs2svn to compensate for changes in r53142,obrien1999-11-141-84/+165
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of the GCC 2.95.1 compilersobrien1999-11-141-84/+165
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r53140,obrien1999-11-141-0/+2170
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of gcc from EGCS 1.1.2obrien1999-11-141-0/+2170
| | | |
* | | | Fix time printing bugache1999-11-131-0/+8
| | | | | | | | | | | | | | | | | | | | PR: 14813 Submitted by: idea by netch@lucky.net (Valentin Nechayev)
* | | | Make cross-compilation work for Alpha on i386 machines. Note thatmarcel1999-11-121-1/+15
| | | | | | | | | | | | | | | | | | | | the optimizer has a bug somewhere. This means that only -O0 works at this time.
* | | | This commit was generated by cvs2svn to compensate for changes in r53024,guido1999-11-08201-4214/+19836
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of ipfilter 3.3.3 in anticipation of its revival.guido1999-11-08210-4360/+20241
| | | | | | | | | | | | | | | | | | | | More to come in the next days.
* | | | | Merge vendor changes into our version of this.obrien1999-11-051-7/+15
| | | | |
* | | | | Update for the 6.0.3s1 import.obrien1999-11-051-5/+5
| | | | |
* | | | | Fix conflicts.obrien1999-11-053-4/+23
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r52894,obrien1999-11-0519-151/+498
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of AMD (am-utils) v6.0.3s1obrien1999-11-0524-181/+578
| | | | | |
* | | | | | Get the tar arguments right.obrien1999-11-051-1/+1
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r52878,obrien1999-11-044-0/+827
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud