summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r108968,peter2003-01-081-0/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add in a patch from tcpdump-current (that will be included in the nextpeter2003-01-081-0/+1
| | | | | | | | | | | | | | import) to stop a segfault on ia64. Add a #include to get missing prototypes, particularly malloc(). Approved by: fenner
* | Add #include <stdlib.h> so that "s->strings = realloc(...)" doesn't segfaultpeter2003-01-081-0/+3
| | | | | | | | on ia64. (This file isn't vendor branched)
* | Add a declaration that malloc() returns a pointer, not an int. Otherwisepeter2003-01-081-0/+2
| | | | | | | | | | this segfaults on ia64. (Cannot cast an int to a pointer). The rest of the code does it this way rather than use system includes....
* | Add #include "diff.h" in order to get the prototype for xmalloc().peter2003-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | The corresponding warning has been ignored for ages: prepend_args.c:75: warning: initialization makes pointer from integer without a cast This is fatal on ia64. You cannot convert an implicit int return from an undeclared function to a pointer as you've lost the upper 32 bits. On ia64, the warning is "pointer from different sized integer". (This file is not vendor branched)
* | Add support for OPIE and PAM.obrien2003-01-071-0/+77
| | | | | | | | Submitted by: mikeh (reworked by me)
* | Add an entry for libugidfw.chris2003-01-071-0/+1
| | | | | | | | Sponsored by: DARPA, Network Associates Laboratories
* | This commit was generated by cvs2svn to compensate for changes in r108794,des2003-01-0648-58/+112
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenPAM Daffodil.des2003-01-0648-58/+112
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r108760,obrien2003-01-061-0/+254
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | NetBSD files needed to build LukeM's ftpd src as taken from the NetBSD CVS repo.obrien2003-01-061-0/+254
| | | | | | | | | | | | | | | | | | | | The "portable" release of this is just lagging way too far behind what is in NetBSD's base.
* | | | Merge our .Nm changes into the nbsd_20030105 import.obrien2003-01-062-42/+140
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r108746,obrien2003-01-0612-483/+841
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of LukeM's ftpd taken from the NetBSD CVS repo on 5-Jan-2003.obrien2003-01-0614-524/+976
| | | | | | | | | | | | | | | | | | | | The "portable" release of this is just lagging way too far behind what is in NetBSD's base.
* | | | This commit was generated by cvs2svn to compensate for changes in r108577,des2003-01-031-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Fix typo in debugging macro (perforce change 23072)des2003-01-031-2/+2
| | | |
* | | | Fix a bug in GCC which effectively prevents DEFAULT_PCC_STRUCT_RETURN fromkan2002-12-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | having any effect. This restores a calling convention traditionally used by FreeBSD/i386 and which is expected by a number of assembly sources in libc. Reviewed by: obrien Approved by: re (rwatson)
* | | | Update for the 20021213 version.obrien2002-12-191-1/+1
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r108072,obrien2002-12-194-49/+28
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Vendor import of bwk's 13-Dec-2002 release.obrien2002-12-194-49/+28
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r107937,des2002-12-1698-259/+412
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Vendor import of OpenPAM Cyclamen.des2002-12-1698-259/+412
| | | | |
* | | | | NetBSD manpages use .Nm "" to typeset the `name' of the manpage, butkeramida2002-12-142-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this doesn't work quite right with our groff. They have an older groff version in the base system, but no real plans to update both groff and manpages. Fix the .Nm usage locally in our manpages. PR: docs/41972 Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp> Discussed with: ru and obrien
* | | | | Fix misspelling.fenner2002-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/44930 Submitted by: Michael McGoldrick <mmcgoldrick@linuxdriven.net>
* | | | | Update for the just-done-import.obrien2002-12-131-3/+2
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r107806,obrien2002-12-1314-143/+246
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Vendor import of bwk's 29-Nov-2002 release.obrien2002-12-1314-143/+246
| | | | | | | | | | | | | | | | | | | | Most significant update is the inclusion of our port's locale patches.
* | | | | Uniformly refer to a file system as "file system".ru2002-12-126-20/+20
| | | | | | | | | | | | | | | | | | | | Approved by: re
* | | | | _NIH, __NIH__, __N_I_H__, __nih__, _niH_.obrien2002-12-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *sigh* GCC developers can't seem to make up their mind which pre-defined arch symbols are the official ones. So make them, and the Sparc64 using Martians happy with every permutation. This fixes f77 and possibly changes some 'long long' handling. Approved by: re(bmah)
* | | | | I really hate the GCC directory structure of gcc/gcc/gcc/<compiler files>obrien2002-12-042-14480/+0
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r107609,obrien2002-12-045-3/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-045-3/+27
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r107606,obrien2002-12-0445-489/+1256
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-0449-574/+1730
| | | | | |
* | | | | | Update HEAD with FSF branch 3.2.1 release files.obrien2002-12-044-22/+20
| | | | | |
* | | | | | Use pure stock files.obrien2002-12-0421-46/+0
| | | | | |
* | | | | | Merge rev 1.8 (printf format error fixes) into Gcc 3.2.1 release.obrien2002-12-041-25/+39
| | | | | |
* | | | | | Gperf is usable again. We don't need this.obrien2002-12-041-472/+0
| | | | | |
* | | | | | Fix typo to sync with FSF sources.obrien2002-12-041-1/+1
| | | | | |
* | | | | | Merge revs 1.10 (-mno-align-long-strings) and 1.11 (LONG_TYPE_SIZE override)obrien2002-12-041-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | into Gcc 3.2.1 release.
* | | | | | Merge rev 1.11 (-mno-align-long-strings) into Gcc 3.2.1 release.obrien2002-12-041-21/+30
| | | | | |
* | | | | | Update for Gcc 3.2.1 release.obrien2002-12-041-1/+1
| | | | | |
* | | | | | Merge revs 1.2 (-fformat-extensions), 1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob),obrien2002-12-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | 1.14 (-O/-O1 optimize alignment for time, not size) into Gcc 3.2.1 release.
* | | | | | Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27}obrien2002-12-041-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cross compiling issues) into GCC 3.2.1 release. Note revs 1.{5,13} (ELF and objformat support) are OBE with the a.out dike-out.
* | | | | | Merge revs 1.2 (kernel printf framework) and 1.3 (suppress K&R main warnings)obrien2002-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | into Gcc 3.2.1 release.
* | | | | | This commit was generated by cvs2svn to compensate for changes in r107590,obrien2002-12-0477-9609/+38625
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-0494-13129/+53971
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r107588,obrien2002-12-04142-10988/+52848
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-04146-23079/+56900
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r107579,des2002-12-041-1/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud