Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Un-axe this so that it can be fixed before it is axed. | bde | 2002-09-17 | 1 | -0/+29 | |
| | ||||||
* | Bmake bits for GCC 3.2.1-prerelease libstdc++. | kan | 2002-09-17 | 1 | -2/+3 | |
| | | | | | | Connect two new source and one header file to the build. Approved by: obrien | |||||
* | BANG! BANG! BANG! Put these bits out of their misery. | obrien | 2002-09-17 | 197 | -82637/+0 | |
| | | | | | | | | | | Murdered by members of: a.out.die.die.die ELF is the 1 true path now. So make good on the src/Makefile threat that building a.out will not be supported post 4.x. These bits should either resurface as a port, or a new port using the latest Binutils bits. The later will not support our SunOS-style shared a.out libs; but we shouldn't need such support by this point in time. | |||||
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 7 | -21/+3 | |
| | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha | |||||
* | Disable building of the a.out gas and ld. They will become ports. | obrien | 2002-09-17 | 1 | -6/+0 | |
| | ||||||
* | Create bzgrep. | obrien | 2002-09-16 | 3 | -0/+45 | |
| | ||||||
* | We're going to have to use a TARGET_ARCH of "x86_64" rather than "x86-64" | obrien | 2002-09-12 | 4 | -6/+7 | |
| | | | | to make building GCC happy. | |||||
* | Quiet another annoying warning. | wollman | 2002-09-09 | 1 | -0/+1 | |
| | ||||||
* | Adhere to guidelines when testing for null strings. | eric | 2002-09-03 | 1 | -1/+1 | |
| | | | | Submitted by: rwatson | |||||
* | cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses its | peter | 2002-09-02 | 2 | -2/+2 | |
| | | | | | | internal buffer management somehow (an off by one perhaps). HAVE_MMAP wasn't detected because configure has a bogus declaration of malloc which conflicted with stdlib.h. Sigh. | |||||
* | version.h is now autogenerated in 1.11.2, not version.c | peter | 2002-09-02 | 1 | -4/+5 | |
| | ||||||
* | Update for 1.11.1p1 -> 1.11.2 import | peter | 2002-09-02 | 2 | -2/+32 | |
| | ||||||
* | It seems CVSvn.texi isn't used anymore. | peter | 2002-09-02 | 1 | -11/+0 | |
| | ||||||
* | Connect new files added with GCC 3.2.1 import to the build. | kan | 2002-09-01 | 1 | -2/+3 | |
| | | | | Approved by: obrien | |||||
* | Update for 2.12.1 20-July-2002 import. | obrien | 2002-09-01 | 1 | -3/+6 | |
| | ||||||
* | Update for 2.12.1 20-July-2002 import. | obrien | 2002-08-31 | 1 | -2/+2 | |
| | ||||||
* | Typo in [^[:alnum:]] character class. | keramida | 2002-08-31 | 1 | -1/+1 | |
| | | | | | PR: docs/41728 Submitted by: osgene@web.de | |||||
* | Our gnats sets Confidential to "no" by default. | keramida | 2002-08-29 | 1 | -1/+1 | |
| | | | | | | PR: docs/41727 Submitted by: osgene@web.de Reviewed by: des | |||||
* | Use the default pager if the environment variable is blank. | eric | 2002-08-27 | 1 | -1/+1 | |
| | | | | | PR: 37662 MFC after: 5 days | |||||
* | Document -p option of diff. | keramida | 2002-08-26 | 1 | -0/+3 | |
| | | | | | PR: docs/41887 Submitted by: tobez | |||||
* | Removed the (never-released) FreeBSD 4.6.1. | ru | 2002-08-14 | 1 | -1/+0 | |
| | | | | Inspired by: bmah's commit to www/en/releases/4.6.1R | |||||
* | Add definition for FreeBSD 4.6.2. | murray | 2002-08-14 | 1 | -0/+1 | |
| | ||||||
* | mdoc(7) police: Removed redundant .Ns calls. | ru | 2002-08-13 | 1 | -6/+6 | |
| | ||||||
* | can not -> cannot. | ru | 2002-08-13 | 3 | -3/+3 | |
| | ||||||
* | Add PowerPC category. | blackend | 2002-08-13 | 1 | -0/+3 | |
| | | | | | | PR: docs/41595 Submitted by: Christian Brueffer <chris@unixpages.org> MFC after: 3 days | |||||
* | Added Russian translation of the .Ex -std macro. | ru | 2002-08-07 | 2 | -0/+18 | |
| | | | | MFC after: 3 days | |||||
* | POSIX.1-2001 says ``man -k'' should produce results equivalent to | ru | 2002-08-07 | 2 | -2/+2 | |
| | | | | | | the ``grep -Ei'' searching. MFC after: 3 days | |||||
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 10 | -14/+14 | |
| | | | | | | for a long time now. Approved by: bde | |||||
* | Recognize frames for lcall_syscall and int0x80_syscall. | peter | 2002-07-28 | 1 | -2/+4 | |
| | | | | Reminded by: bde | |||||
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 7 | -8/+8 | |
| | ||||||
* | Move the definition of FreeBSD 4.6 back to where it belongs. | ru | 2002-07-18 | 1 | -1/+2 | |
| | ||||||
* | Add definition for FreeBSD 4.6.1. | murray | 2002-07-18 | 1 | -0/+1 | |
| | ||||||
* | This isn't quite ready for WARNS=3 in the sparc64 case. | mike | 2002-07-16 | 1 | -1/+1 | |
| | | | | Noticed by: sparc64 tinderbox | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+5 | |
| | ||||||
* | Add note about the info documentation of diff(1). | keramida | 2002-07-11 | 1 | -0/+4 | |
| | | | | | | | It contains a detailed description of the =format option part. PR: docs/36464 Submitted by: Gary W. Swearingen <swear@blarg.net> | |||||
* | Mention zegrep and zfgrep too, | keramida | 2002-07-11 | 1 | -1/+7 | |
| | | | | | | | and what their equivalent grep options are. PR: docs/35603 Submitted by: "Gary W. Swearingen" <swear@blarg.net> | |||||
* | Make our i386 hacks in a less vendor file disturbing manner. | obrien | 2002-07-10 | 1 | -0/+25 | |
| | ||||||
* | Stop trying to reimplement libkvm on i386. Instead use it directly and | obrien | 2002-07-10 | 1 | -824/+422 | |
| | | | | | | consistently on all platforms. Submitted by: gallatin | |||||
* | Target specific FreeBSD kgdb hacks. | obrien | 2002-07-10 | 7 | -0/+47 | |
| | ||||||
* | Revert previous delta; warnings fixed by obrien: | sheldonh | 2002-07-09 | 1 | -3/+0 | |
| | | | | rev 1.5 rc/contrib/gdb/gdb/gdbserver/gdbreplay.c | |||||
* | Define NO_WERROR to unbreak world until the maintainer has had time | sheldonh | 2002-07-09 | 1 | -0/+3 | |
| | | | | to coordinate fixes for this contrib code. | |||||
* | Bandaid for sparc64. Do not build libstdc++.so for now on sparc64. | peter | 2002-07-08 | 1 | -0/+2 | |
| | | | | Binaries compiled with it segfault. | |||||
* | Add the missing dependency (gdbint.info: gdb-cfg.texi). | ru | 2002-07-04 | 1 | -1/+1 | |
| | | | | This should resume parallel builds, among other things. | |||||
* | Fixed CLEANFILES. | ru | 2002-07-04 | 1 | -1/+1 | |
| | ||||||
* | Add the "java" category. | des | 2002-07-03 | 2 | -0/+4 | |
| | ||||||
* | Reconnect gdb info file to the build. | sheldonh | 2002-07-01 | 3 | -9/+16 | |
| | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> | |||||
* | Don't need these any more. | obrien | 2002-06-30 | 21 | -4716/+0 | |
| | ||||||
* | Dike out bits specific to i386. This pretty much means no kgdb for | obrien | 2002-06-30 | 1 | -10/+34 | |
| | | | | | | | non-i386 platforms. I would however like to see a shared file here. If a function or two cannot be shared we should create ${TARGET_ARCH}/kvm-fbsd-${TARGET_ARCH}.c. | |||||
* | Bmake bits for GDB 5.2. | obrien | 2002-06-30 | 1 | -4/+0 | |
| | ||||||
* | Reflect new gdb directory structure. | mp | 2002-06-29 | 1 | -1/+1 | |
| |