| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
not been connected to the build for more than 6 years.
Obtained from: projects/binutils-2.17
Notes:
svn path=/head/; revision=215151
|
| |
|
|
|
|
|
|
| |
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.
Notes:
svn path=/head/; revision=211725
|
| |
|
|
|
|
|
|
|
|
|
| |
a variety of bugs in binutils related to handling of 64-bit PPC ELF,
provides a GCC configuration for 64-bit PowerPC on FreeBSD, and
associated build systems tweaks.
Obtained from: projects/ppc64
Notes:
svn path=/head/; revision=209867
|
| |
|
|
|
|
|
| |
support it.
Notes:
svn path=/head/; revision=203435
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139112
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130575
|
| |
|
|
|
|
|
| |
Also quiet some warnings by tweaking the included headers.
Notes:
svn path=/head/; revision=130352
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129092
|
| |
|
|
|
|
|
| |
<gnu/regex.h> vs. just <regex.h>.
Notes:
svn path=/head/; revision=127104
|
| |
|
|
|
|
|
|
| |
it makes cross-build fail.
Prefer invisible incorrect -current build to visible failure.
Notes:
svn path=/head/; revision=126658
|
| |
|
|
|
|
|
| |
-I${DESTDIR}/usr/include to pick correct regex.h
Notes:
svn path=/head/; revision=126622
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use WARNS?= instead of WARNS=
For this to work properly for all part is the subdirectories
the WARNS assignments in Makefile.inc0 are moved to the correspondning
Makefile.inc.
Approved by: obrien (binutils maintainer)
Tested by: make universe
Notes:
svn path=/head/; revision=126197
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125931
|
| |
|
|
|
|
|
| |
it is no longer needed
Notes:
svn path=/head/; revision=125902
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125900
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125064
|
| |
|
|
|
|
|
| |
Reported by: iedowse
Notes:
svn path=/head/; revision=125008
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125007
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125000
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124999
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124998
|
| |
|
|
| |
Notes:
svn path=/head/; revision=122545
|
| |
|
|
|
|
|
|
|
|
|
| |
This function is used for autoloading kld module symbols for remote kgdb.
We still need a patch(*) for src/contrib/gdb/gdb/solib-svr4.c to enable
this function.
(*) http://people.freebsd.org/~simokawa/gdb/patch-solib-svr4.c
Notes:
svn path=/head/; revision=121683
|
| |
|
|
|
|
|
| |
Submitted by: Rui Lopes <rui@ruilopes.com>
Notes:
svn path=/head/; revision=119864
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119863
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119862
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=112454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108674
|
| |
|
|
|
|
|
| |
Submitted by: Peter Edwards <pmedwards@eircom.net>
Notes:
svn path=/head/; revision=108673
|
| |
|
|
|
|
|
|
| |
Approved by: obrien
MFC after: 3 days
Notes:
svn path=/head/; revision=108672
|
| |
|
|
|
|
|
| |
Submitted by: tmm
Notes:
svn path=/head/; revision=105660
|
| |
|
|
| |
Notes:
svn path=/head/; revision=105502
|
| |
|
|
|
|
|
| |
Submitted by: obrien
Notes:
svn path=/head/; revision=105003
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104994
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104931
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103548
|
| |
|
|
|
|
|
| |
Pretend to actually adhere to the GNU coding standards.
Notes:
svn path=/head/; revision=103546
|
| |
|
|
|
|
|
| |
Reminded by: bde
Notes:
svn path=/head/; revision=100828
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99718
|
| |
|
|
|
|
|
|
|
| |
consistently on all platforms.
Submitted by: gallatin
Notes:
svn path=/head/; revision=99717
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99713
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=99107
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99103
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99074
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99068
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99014
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99003
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98952
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98950
|