summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* GC some unused files from gdb and add them to the exclude list for futuredfr1999-05-033-268/+10
| | | | imports.
* Resurrect a file for alpha support in GDB and add some minor FreeBSD tweaks.dfr1999-05-021-0/+1415
| | | | Magic wand waved by: Peter Wemm <peter@netplex.com.au>
* Delete parts of gdb which are now shared with binutils.dfr1999-05-02300-105553/+0
|
* Merge conflicts. More elegant improvements will follow in a couplemarkm1999-05-0210-124/+543
| | | | of days.
* This commit was generated by cvs2svn to compensate for changes in r46307,markm1999-05-02408-4856/+22192
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Maintenance releace 3 of perl5.005. Includes support for threads.markm1999-05-02418-4951/+22733
| |
* | The maximum pagesize for alpha is 64k, not 1Mb.dfr1999-05-021-1/+1
| |
* | Add upgrade instructions to facilitate future gdb imports.dfr1999-05-022-0/+29
| |
* | Merge local changes into gdb-4.18 and add changes for FreeBSD/alpha.dfr1999-05-0226-1811/+7519
| |
* | This commit was generated by cvs2svn to compensate for changes in r46283,dfr1999-05-02297-14202/+120511
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of gdb-4.18dfr1999-05-02387-20882/+141599
| | |
* | | Fix conflicts.obrien1999-05-026-102/+191
| | |
* | | junk from the last importobrien1999-05-021-89/+0
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r46275,obrien1999-05-0223-161/+770
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of ISC-DHCP v2.0b1pl27obrien1999-05-0228-250/+947
| | | |
* | | | Turn DEFAULT_VTABLE_THUNKS back on. It caused problems with undefined symbolsobrien1999-04-301-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in libstdc++. Until I have a chance to look at what that problem is and to carefully consider the upgrade issues of turning it back on at a later date if we leave it turned off for any extended peroid of time.
* | | | Rather than hack config/freebsd.h to contain our hacks for a native compiler,obrien1999-04-281-45/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just include them in tm.h (as built from cc/cc_tools/Makefile). This will reduce the diffs from the vendor sources. Excellent idea by: jdp
* | | | Simplify the definition of FBSD_SWITCH_TAKES_ARG, and make sureobrien1999-04-272-18/+8
| | | | | | | | | | | | | | | | | | | | SWITCH_TAKES_ARG isn't defined (which svr4.h does) when we assign our definition to it.
* | | | Wait until EGCS 1.2 to use more efficient ``thunks'' to implement C++ vtables.obrien1999-04-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | While I have yet to hear of any problems with us using thunks. The EGCS mailing list notes some have problems with it and not using them are a safer default. People wanting to use them, can set the appropiate compiler flag.
* | | | Use new `FBSD_SWITCH_TAKES_ARG' and `FBSD_WORD_SWITCH_TAKES_ARG'.obrien1999-04-221-0/+3
| | | |
* | | | Move `SWITCH_TAKES_ARG' to `FBSD_SWITCH_TAKES_ARG' and `WORD_SWITCH_TAKES_ARG'obrien1999-04-221-5/+3
| | | | | | | | | | | | | | | | | | | | to `FBSD_WORD_SWITCH_TAKES_ARG' which allows architectures to tweak these values if needed.
* | | | Fix typos.nik1999-04-141-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | PR: docs/8682 Submitted by: hnokubi@yyy.or.jp Reviewed by: nik
* | | | Document the "-D" option (UTSL).obrien1999-04-141-0/+12
| | | |
* | | | Support linking against libgcc_r.obrien1999-04-141-0/+6
| | | | | | | | | | | | | | | | Submitted by: Luoqi Chen <luoqi@chen.ml.org>
* | | | Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespacenik1999-04-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | before a macro. PR: docs/7833 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* | | | .sp -> .Ppnik1999-04-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "... Pa /etc/resolv.conf" -> "...\n.Pa /etc/resolv.conf" .Po and .Pc reported as broken, replaced with "(" and ")" PR: docs/7819 Submitted by: yohta@bres.tsukuba.ac.jp
* | | | ipfstat is now in section 8 of the manual.nik1999-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | PR: 7791 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* | | | Did not mean to import these with 2.0b1pl17obrien1999-04-093-5114/+0
| | | | | | | | | | | | | | | | (was the docs/ dir in previous ISC distfiles)
* | | | MF libexec/telnetd: Determine the host name using an array size ofbrian1999-04-081-2/+3
| | | | | | | | | | | | | | | | | | | | MAXHOSTNAMELEN and call trimdomain() before implementing the -u option.
* | | | Removed unconditional definitions of __ELF__. They were redundant forbde1999-04-081-1/+1
| | | | | | | | | | | | | | | | elf and wrong for i386-aout.
* | | | Change default entry point from `__start' to `_start' which is in crt1.o.simokawa1999-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Cc doesn't need to pass `-e _start' to ld anymore. Agreed by: gallatin and dfr
* | | | Merge shared LIB_SPEC into share config header.obrien1999-04-081-0/+6
| | | |
* | | | merge alpha/freebsd-elf.h into alpha/freebsd.hobrien1999-04-081-5/+77
| | | | | | | | | | | | | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* | | | MF libexec/telnetd: MAXHOSTNAMELEN & -u fixes.brian1999-04-072-8/+16
| | | |
* | | | Use realhostname().brian1999-04-061-39/+9
| | | |
* | | | Mispelled global option in usage.obrien1999-04-061-1/+1
| | | |
* | | | MF src/libexec/telnetd: Verify the reverse DNS lookupbrian1999-04-061-2/+18
| | | | | | | | | | | | | | | | | | | | ala rlogind. Suggested by: markm
* | | | Zap files not in cvs-1.10peter1999-04-052-427/+0
| | | |
* | | | Stray files that used to be in 1.9.x that are not in 1.10peter1999-04-051-71/+0
| | | |
* | | | libg++ is OBE.obrien1999-04-05635-132638/+0
| | | |
* | | | Fix space padding that was causing a problem in creating the finalobrien1999-04-041-2/+3
| | | | | | | | | | | | | | | | CPP_PREDEFINES.
* | | | * Protect ourselves from any previously defined options.obrien1999-04-031-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | * Turn on DEFAULT_VTABLE_THUNKS. (it is the default anyway, I'm just being explicit about it, in case it causes us trouble it might be easier for someone to notice it this way)
* | | | Fixed printf format errors.bde1999-04-031-3/+4
| | | |
* | | | Since our inetd wrapped now, treat all its services as tcpd-prefixedache1999-04-031-0/+4
| | | | | | | | | | | | | | | | for tcpdchk
* | | | Bump __FreeBSD_cc_version to 400002 in case we need to know we are usingobrien1999-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | EGCS at some point. Submitted by: jdp
* | | | Be quiet by default.obrien1999-04-021-1/+1
| | | |
* | | | Our ping doesn't have the ``-w'' option.obrien1999-03-301-1/+1
| | | | | | | | | | | | | | | | Submitted by: Kevin Street <street@iname.com>
* | | | Alpha architecture config files.obrien1999-03-301-0/+443
| | | | | | | | | | | | | | | | | | | | Obtained from: adapted from Hidetoshi Shimokawa <simokawa@FreeBSD.ORG>'s alpha suppliment to the Egcs port.
* | | | Base configuration file for all FreeBSD targets.obrien1999-03-301-0/+120
| | | |
* | | | fix conflicts.obrien1999-03-222-2/+14
| | | |
OpenPOWER on IntegriCloud