summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Document the MAIL_AGENT environment var.keramida2003-03-261-0/+13
| | | | | PR: 48277 Submitted by: Stefan Walter <sw@gegenunendlich.de>
* Attempt to automatically read in kernel module symbols when a liveiedowse2003-03-214-2/+330
| | | | | | | | | | | | | | | | | | | | | | | | or dead kernel core is loaded into gdb. This extends gdb's existing shared library support, so the "info sharedlibrary", "sharedlibrary" and "nosharedlibrary" commands can be used to view and change the list of loaded symbol files. The current implementation is more than a kludge however, and it will not always manage to find the .ko.debug file corresponding to the loaded module. In particular, for modules whose build directory cannot be easily guessed from the module name such as all the netgraph modules, the debug version of the .ko will not be found automatically. The logic for finding the module file first attempts to guess at the module build directory by parsing the version[] string. Then using that directory ($DIR), it tries the following paths in turn: ./<module>.ko.debug ./<module>.ko $DIR/<module>.ko.debug $DIR/<module>.ko /boot/kernel/<module>.ko.debug /boot/kernel/<module>.ko Approved by: obrien, mp
* Shorten the URL to the problem-reports article.des2003-03-181-1/+1
|
* Forced non-forced commit by adding a comment mentioning what themarcel2003-03-171-0/+1
| | | | | previous commit log should have mentioned: PR: ia64/49081
* libobjc is linked against shared objects and since we don't have amarcel2003-03-161-0/+4
| | | | | | | | | | | | | | | | | | shared object of libobjc, we end up linking in from the archive version. This is wrong, because we don't compile the archive version suitable for inclusion in shared objects. On ia64 this causes actual breakages. Compile the archive version with PIC on ia64 to avoid the breakage there and also to avoid changing the status quo on other architectures. If other architectures have the same problem, we probably should start building a shared library. There's no indication however that other architectures actually need it. Building the archive version with PIC on ia64 does pessimize linking complete binaries (ie fully archive), but we don't use Objective-C ourselves and so far I haven't seen non-shared executables written in Objective-C, so I'm sure this will be nothing but academic. Trigger case: ports/lang/gnustep-base
* Only cross-tools may use TARGET_ARCH/TARGET, everyone elseru2003-02-271-3/+3
| | | | should use the normal MACHINE_ARCH/MACHINE instead.
* Fixed CLEANFILES.ru2003-02-252-2/+4
| | | | Submitted by: cron
* Install the gcov(1) manpage; kernbb(8) references it.ru2003-02-241-1/+0
|
* So we don't use this header anymore.ru2003-02-241-177/+0
|
* I thought groff was wrapped with NO_CXX. Oh well, it is now.obrien2003-02-241-1/+5
|
* Some things don't build for PowerPC yet.obrien2003-02-211-1/+5
| | | | List from: benno
* Update for GCC 3.2.2kan2003-02-192-11/+17
|
* Recognize FreeBSD 5.1; libc_gen/signbit.3 has set the precedent.ru2003-02-141-0/+3
|
* Moved the libugidfw library definition out from contributed sourceru2003-02-141-0/+1
| | | | | | to where it actually belongs. Submitted by: phantom
* FreeBSD 5.x does not provide libskey anymore, remove referencephantom2003-02-131-1/+0
|
* Add 'libgeom' to list of valid .Lb argumentsphantom2003-02-131-0/+1
|
* Add /usr/local/man as OPTIONAL_MANPATHache2003-02-111-0/+1
|
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-101-0/+1
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* Install one more header file which is new with GCC 3.2.2.kan2003-02-101-0/+1
|
* Finish update for cvs-1.11.5. Some build-time tunables were moved frompeter2003-01-216-485/+39
| | | | | | | | options.h to config.h.in and set via ./configure when built normally. Export some of the build knobs to the Makefile here, overridable from /etc/make.conf. Also get the version strings right. config.h was repocopied to config.h.proto, and we do a limited sed on it at build time now.
* Dont bother with unused rules for version.cpeter2003-01-211-4/+1
|
* Update for cvs-1.11.5 import (note to self: gotta fix the version tags)peter2003-01-212-4/+4
|
* The PowerPC-specfic scripttempl file was depreciated in favor of the genericobrien2003-01-211-1/+1
| | | | ELF one.
* Reformat.obrien2003-01-041-22/+24
|
* Add the ability to debug C++ programs using v2 and v3 of the G++ ABI.obrien2003-01-041-1/+1
| | | | Submitted by: Peter Edwards <pmedwards@eircom.net>
* GC 'char sigmap[]' (it is no longer used)fjoe2003-01-041-40/+0
| | | | | Approved by: obrien MFC after: 3 days
* Make minimal changes to point the users to the Texinfo documentationkeramida2002-12-141-0/+7
| | | | | | | | for more detailed information about sdiff(1). Hopefully this will make it easier to find how `interactive merging' works with sdiff. PR: docs/30618 Submitted by: mark@summersault.com
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* We need to support the bfd_efi_app_ia64_vec vector for loader support.obrien2002-12-051-0/+1
| | | | | Submitted by: Marcel Approved by: RE
* Change the default emulation to elf64_sparc_fbsd. This emulation knows theobrien2002-12-051-10/+16
| | | | correct spelling of our rtld.
* Set WARNS=0 as a temp work around until I can get access to an IA-64 boxobrien2002-12-051-0/+2
| | | | | | to do this right. Approved by: RE
* Change the default emulation to elf64_ia64_fbsd. This knows the properobrien2002-12-051-5/+13
| | | | spelling of our rtld.
* Don't dike out ELF_DYNAMIC_INTERPRETER, we need this copy now.obrien2002-12-051-2/+1
| | | | | | This should have been committed with ia64/bfd.h rev 1.6. Approved by: RE
* C++ exceptions with shared libraries are working on sparc64 now.kan2002-12-051-2/+0
| | | | | | Build shared libstdc++so on sparc64 platform too. Approved: re (rwatson)
* Update for Gcc 3.2.1 release.obrien2002-12-042-80/+125
| | | | We also have more wide char support in libc now.
* Gperf is usable again.obrien2002-12-041-2/+6
|
* Sigh. Another wrong version string. However, this one isn't used in thepeter2002-12-042-2/+2
| | | | | | build. Approved by: re
* Oops. Use the correct version number. The number that was here was thepeter2002-12-032-2/+2
| | | | | | one that I originally used on freefall etc. Approved by: re
* Remove the ancient PEI cruft that is useless.obrien2002-12-021-4/+0
|
* We can handle the bfd_elf32_i386_vec vector at the same time as theobrien2002-12-021-2/+2
| | | | bfd_elf32_i386_freebsd_vec. This may help in intra-branch building.
* We can handle the bfd_elf64_alpha_vec vector at the same time as theobrien2002-12-021-2/+2
| | | | bfd_elf64_alpha_freebsd_vec. This may help in intra-branch building.
* Cleaner support of a DEFAULT_VECTOR.obrien2002-12-025-17/+21
|
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-021-8/+2
|
* Handle the "HAVE_" defines via the VECS list.obrien2002-12-027-14/+4
|
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-025-112/+225
| | | | Among other things, we don't need to redefine ELF_DYNAMIC_INTERPRETER here.
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-027-9/+24
|
* We now have insque().obrien2002-12-021-1/+1
|
* Binutils 2.13.2 is WARNS=2 clean for all our architectures.obrien2002-12-021-5/+0
|
* Update for the 2.13.2 2002-11-27 snapshot import.obrien2002-12-021-2/+2
|
* Update bmake glue after 1.11.2.1-20021201 import. options.h is no longerpeter2002-12-024-653/+697
| | | | | | | touched by configure in the autoconf system and a standard version is now used. Approved by: re
OpenPOWER on IntegriCloud