kan 2007-08-14 02:52:19 UTC
FreeBSD src repository
src/contrib/gcclibs/libmudflap - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libmudflap
In directory repoman.freebsd.org:/tmp/cvs-serv48114
Log Message:
GCC 4.2.1 release miscellaneous support libraries.
kan 2007-08-14 02:52:36 UTC
FreeBSD src repository
src/contrib/gcclibs/libgomp - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libgomp
In directory repoman.freebsd.org:/tmp/cvs-serv48140
Log Message:
GCC 4.2.1 release miscellaneous support libraries.
Status
kan 2007-08-14 02:52:49 UTC
FreeBSD src repository
src/contrib/gcclibs/libdecnumber - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libdecnumber
In directory repoman.freebsd.org:/tmp/cvs-serv48161
Log Message:
GCC 4.2.1 release miscellaneous support libraries.
kan 2007-08-14 03:02:26 UTC
FreeBSD src repository
Modified files:
contrib/gcc Makefile.in reload.c
contrib/gcc/config/i386 i386.md
contrib/gcc/cp decl.c
Log:
Merge files that are no longer carry FreeBSD local changes.
Approved by:re (kensmit
kan 2007-08-14 03:04:42 UTC
FreeBSD src repository
Modified files:
contrib/gcc function.c version.c
contrib/gcc/config/i386 i386.c i386.h
Log:
Update locally changed files to GCC 4.2.1.
Approved by: re (kensmith)
Revision ChangesPath
1.25 +
kan 2007-08-14 20:49:58 UTC
FreeBSD src repository
Modified files:
gnu/lib/libgcc Makefile
Log:
Remove comment that was added by mistakes and which prevented _eprintf
and gcc_bcmp to be added to static libgcc.a.
Approved by:re (kensmith)
Revision Change
kan 2007-08-16 23:02:00 UTC
FreeBSD src repository
Modified files:
gnu/lib/libstdc++Makefile
Log:
Install etx/numeric_traits.h.
PR: gnu/115250
Approved by:re (blanket)
Revision ChangesPath
1.61 +4 -4 src/gnu/lib/libstdc++/Makef
kan 2007-08-23 12:46:35 UTC
FreeBSD ports repository
Modified files:
editors/openoffice.org-1.1/files patch-objformat
Log:
Regenerate patch-objformat with 5 lines of context. If target file was
already patched by optpatch-freetype and patch program needs to locate
shifte
kan 2007-04-03 01:47:07 UTC
FreeBSD src repository
Modified files:
sys/sys elf_common.h
Log:
Correct PT_GNU_EH_FRAME definition.
Revision ChangesPath
1.22 +1 -1 src/sys/sys/elf_common.h
___
cvs-all
kan 2007-04-03 18:28:14 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf rtld_lock.c
Log:
Use u_int for variable manipulated by atomic ops to match atomic
ops function prototypes.
Revision ChangesPath
1.4 +1 -1 src/libexec/rtld-elf/rtld
kan 2007-04-03 18:31:21 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf map_object.c rtld.c rtld.h
Log:
Implement dl_iterate_phdr function.
Convert boolean flags in internal Obj_Entry structure into bitfields.
Properly check for loaded segment alignment in
kan 2007-04-03 18:33:41 UTC
FreeBSD src repository
Modified files:
sys/sys link_elf.h
Log:
Add dl_iterate_phdr function prototype and corresponding dl_phdr_info
structure definition.
Revision ChangesPath
1.27 +21 -1 src/sys/sys/link_elf.h
_
kan 2007-04-03 18:35:21 UTC
FreeBSD src repository
Modified files:
lib/libc/gen dlfcn.c
Log:
Add stub for dl_iterate_phdr.
Revision ChangesPath
1.14 +10 -0 src/lib/libc/gen/dlfcn.c
___
cvs-all@freebsd.or
kan 2007-04-03 18:38:02 UTC
FreeBSD src repository
Modified files:
lib/libc/gen Symbol.map
Log:
Add entry for dl_iterate_phdr.
Revision ChangesPath
1.3 +1 -0 src/lib/libc/gen/Symbol.map
___
cvs-all@fre
kan 2007-04-03 18:56:05 UTC
FreeBSD src repository
Modified files:
share/mk bsd.lib.mk
Added files:
share/mk bsd.symver.mk
Log:
Break out Version.map generation code from bsd.lib.mk into a
separate bsd.symver.mk file. Include bsd.symver.mk in
kan 2007-04-03 19:01:06 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile
Added files:
libexec/rtld-elf Symbol.map Versions.def
libexec/rtld-elf/i386 Symbol.map
Log:
Prepare rtld for symbol versioning. Disable it by default for now.
kan 2007-04-03 20:15:59 UTC
FreeBSD src repository
Modified files:
share/mk Makefile
Log:
Add entry for bsd.symver.mk.
Pointed out by: ru
Revision ChangesPath
1.49 +1 -1 src/share/mk/Makefile
_
kan 2007-04-04 02:28:48 UTC
FreeBSD src repository
Modified files:
lib/libgssapigss_utils.c
Log:
Include string.h to get proper memcpy prototype.
Revision ChangesPath
1.2 +1 -0 src/lib/libgssapi/gss_utils.c
__
kan 2007-04-04 02:41:00 UTC
FreeBSD src repository
Modified files:
lib/libgssapigss_accept_sec_context.c gss_add_cred.c
gss_add_oid_set_member.c
gss_canonicalize_name.c
gss_display_name.c gss_dup
kan 2007-04-04 02:59:55 UTC
FreeBSD src repository
Modified files:
lib/libradiusradlib.c
Log:
Use correct u_int and socklen_t types for parameters if function is
expecting them, not int.
Revision ChangesPath
1.13 +3 -2 src/lib/libradius/radlib.
kan 2007-04-04 03:10:42 UTC
FreeBSD src repository
Modified files:
sys/netinet/libalias alias_proxy.c
Log:
Do not assign result of (char *) cast to u_char * variable.
Revision ChangesPath
1.29 +1 -1 src/sys/netinet/libalias/alias_proxy.c
kan 2007-04-04 03:14:15 UTC
FreeBSD src repository
Modified files:
sys/netinet/libalias alias_ftp.c
Log:
Include string.h for non-kernel builds to get proper strcpy, strlen
prototypes.
Revision ChangesPath
1.29 +1 -0 src/sys/netinet/libalias/alias_ftp.
kan 2007-04-04 03:17:00 UTC
FreeBSD src repository
Modified files:
sys/netinet/libalias alias_irc.c
Log:
Include string.h for non-kernel builds to get proper memcpy prototype.
Revision ChangesPath
1.23 +1 -0 src/sys/netinet/libalias/alias_irc.c
_
kan 2007-04-04 03:24:01 UTC
FreeBSD src repository
Modified files:
lib/libatm cache_key.c
Log:
First argument of MD5Final is an array of unsigned characters.
Declare 'digest' local variable accordingly.
Revision ChangesPath
1.10 +2 -1 src/lib
kan 2007-04-04 03:29:02 UTC
FreeBSD src repository
Modified files:
lib/libstand environment.c
Log:
Cast away const qualifier to squash GCC warning.
Revision ChangesPath
1.7 +1 -1 src/lib/libstand/environment.c
___
kan 2007-04-05 18:34:12 UTC
FreeBSD src repository
Modified files:
sys/sun4v/includesmp.h
Log:
Remove extern struct pcb stoppcbs[] declaration from this file.
It breaks GCC 4.1 compiles and does not appear to be required.
Revision ChangesPath
1.5 +0 -
kan 2007-04-05 22:02:39 UTC
FreeBSD src repository
Modified files:
sys/conf files
Added files:
sys/libkern memset.c
Log:
Add trivial MI memset function implementation. GCC mandates the
existence of this function as a linkable symbol in standalone
kan 2007-04-06 00:06:26 UTC
FreeBSD src repository
Modified files:
sys/libkern memset.c
Log:
Add local ptototype for memset function.
Revision ChangesPath
1.2 +3 -0 src/sys/libkern/memset.c
___
cvs-al
kan 2007-04-06 04:51:50 UTC
FreeBSD src repository
Modified files:
sys/conf files files.amd64 files.i386
files.powerpc
Log:
Be more conservative and compile libkern/memset.c only on architectures
than need it. These are i386, amd64 and
kan 2007-04-06 15:36:44 UTC
FreeBSD src repository
Modified files:
bin/df df.c
Log:
getblocksize expects pointer to long as a second argument, not
a pointer to u_long.
Revision ChangesPath
1.68 +2 -2 src/bin/df/df.c
__
kan 2007-04-06 15:51:36 UTC
FreeBSD src repository
Modified files:
contrib/amd/hlfsdhlfsd.h
Log:
Remove conflicting extern decralaration for mboxfile variable.
It is defined as static in implementation file.
Revision ChangesPath
1.5 +0 -1 src/cont
kan 2007-04-06 17:43:48 UTC
FreeBSD src repository
src/contrib/binutils/gas - Imported sources
Update of /home/ncvs/src/contrib/binutils/gas
In directory repoman.freebsd.org:/tmp/cvs-serv84394
Log Message:
Import two binutils header files from FSF 2.15 branch.
These fix b
kan 2007-04-06 19:45:17 UTC
FreeBSD src repository
Modified files:
lib/libc/resolv Symbol.map res_debug.c
Log:
__p_rcode_syms is declared as external in resolv.conf, so it cannot be
redeclared as static in res_debug.c.
Make __p_rcode_syms global and add it to Symb
kan 2007-04-06 20:50:24 UTC
FreeBSD src repository
Modified files:
sys/boot/pc98/boot2 boot.c
Log:
pc98 boot2 is compiled with _KERNEL defined, and that makes non-static
bootinfo variable declaration visible. It conflicts with static
declaration in this file. Declare var
kan 2007-04-07 23:17:01 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf rtld.c
Log:
Catch up on rtld's special status. Since it does not appear on
main object list, its versioning information needs to be examined
separately.
This hopefully fixes probl
kan 2007-04-07 23:23:10 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf/i386 Symbol.map
Log:
Remove reference to FBSDprivate version. We do not use it in this
module yet.
Revision ChangesPath
1.2 +0 -7 src/libexec/rtld-elf/i386/Symbol.map
kan 2007-04-09 14:02:18 UTC
FreeBSD src repository
Modified files:
sys/conf files.ia64
Log:
LINT on ia64 requires memset symbol too. Make fire it is present by adding
it to libkern on this architecture.
Revision ChangesPath
1.91 +1 -0 src/s
kan 2007-04-09 22:48:08 UTC
FreeBSD src repository
Modified files:
lib/libc/gen Symbol.map
lib/libc/i386Symbol.map
Log:
Clean-ip TLS symbol versions. [_]__tls_get_addr function is part of
the platform ABI and as such does not belong in FBSDprivate.
kan 2007-04-09 23:00:29 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile Symbol.map Versions.def
Log:
Bring rtld exports in line with corresponding symbols exported from
libc.
Disable SYMVER_DEFAULT n rtld until its implications are understood
kan 2007-04-11 03:48:04 UTC
FreeBSD ports repository
Added files:
sysutils/e2fsprogs/files patch-lib_ext2fs_ismounted.c
Log:
Add patch to actually return 0 on function success. GCC 4.1 trips over
this bug, while gcc 3.4 lets it slide.
Revision ChangesPath
1.1
kan 2007-04-15 04:32:04 UTC
FreeBSD ports repository
Added files:
devel/gdb6/files patch-i386fbsd-tdep.c
Log:
Unbreak for GCC 4.x.
Revision ChangesPath
1.1 +11 -0 ports/devel/gdb6/files/patch-i386fbsd-tdep.c (new)
kan 2007-04-15 05:10:55 UTC
FreeBSD ports repository
Added files:
lang/ezm3/files patch-obstack.h
Log:
Unbreak for GCC 4.1. Merge diffs from newer GCC versions that do not
tickle GCC 4.1 senses as much.
Revision ChangesPath
1.1 +99 -0 ports/lang/e
kan 2007-04-29 16:12:07 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile
Removed files:
libexec/rtld-elf Versions.def
Log:
Retire rtld-specific Versions.def. Symbols exported by rtld are supposed
to override weak symbols exported by libc,
kan 2007-04-29 16:14:17 UTC
FreeBSD src repository
Modified files:
lib/libc Versions.def
Log:
Make sure FBSDprivate_1.0 is located at the end of the version
inheritance chain.
Revision ChangesPath
1.3 +1 -1 src/lib/libc/Versions.def
__
kan 2007-05-03 02:34:21 UTC
FreeBSD ports repository
Modified files:
lang/perl5/files patch-ae
Log:
Filter out from preprocessor output in makedepend.SH
to fix build with GCC 4.2.0.
Revision ChangesPath
1.7 +11 -5 ports/lang/perl5/files/patch-ae
_
kan 2007-05-03 02:47:15 UTC
FreeBSD ports repository
Added files:
lang/perl5.8/files patch-makedepend
Log:
Filter out from preprocessor output in makedepend.SH
to fix build with GCC 4.2.0.
Revision ChangesPath
1.4 +10 -0 ports/lang/perl5.8/files/pat
kan 2007-05-03 02:52:41 UTC
FreeBSD ports repository
Modified files:
japanese/perl5/files patch-ag
Log:
Filter out from preprocessor output in makedepend.SH
to fix build with GCC 4.2.0.
Revision ChangesPath
1.4 +2 -1 ports/japanese/perl5/files/patch-
kan 2007-05-11 01:25:51 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32linux32_machdep.c
sys/i386/linux linux_machdep.c
Log:
Do not dereference linux_to_bsd_signal[-1] if userland has
passed zero as exit signal.
GCC 4.2 changes the kernel da
kan 2007-05-16 02:32:56 UTC
FreeBSD src repository
Modified files:
lib/libc/arm Symbol.map
Log:
Do not export 'end' symbol. It is not meant to be visible to outside
world and it wreak havoc if libc collides with other versioned
libraries.
Revision Changes
ath
> 1.41 +2 -0 src/libexec/rtld-elf/Makefile
>
> http://cvsweb.FreeBSD.org/src/libexec/rtld-elf/Makefile.diff?r1=1.40&r2=1.41
I definitely would prefer a detailed bug report instead of such
unilateral actions taken by you without consulting anyone.
But then, if all of two^Wone ia64 u
hr Makefile
> Log:
> Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.
>
> Submitted by: ru
Please either fix LIB32 installs on amd64 or back this change out.
With this change 32-bit libthr.so.2 gets installed into /lib too,
overriting previously installed 64-bit
ead/Makefile.diff?r1=1.61&r2=1.62
> http://cvsweb.FreeBSD.org/src/lib/libthr/Makefile.diff?r1=1.23&r2=1.24
Thank you!
--
Alexander Kabaev
signature.asc
Description: PGP signature
kan 2007-05-19 01:21:37 UTC
FreeBSD src repository
src/contrib/gcc - Imported sources
Update of /home/ncvs/src/contrib/gcc
In directory repoman.freebsd.org:/tmp/cvs-serv62501
Log Message:
GCC 4.2.0 release.
Status:
Vendor Tag: FSF
Release Tags: gcc_4_2_0_20070
kan 2007-05-19 01:25:37 UTC
FreeBSD src repository
src/contrib/libstdc++ - Imported sources
Update of /home/ncvs/src/contrib/libstdc++
In directory repoman.freebsd.org:/tmp/cvs-serv81240
Log Message:
GCC 4.2.0 release C++ standard library and runtime support code.
Stat
kan 2007-05-19 01:25:47 UTC
FreeBSD src repository
src/contrib/libobjc - Imported sources
Update of /home/ncvs/src/contrib/libobjc
In directory repoman.freebsd.org:/tmp/cvs-serv85269
Log Message:
GCC 4.2.0 release Objective C runtime support code.
Status:
Vendor T
kan 2007-05-19 01:25:51 UTC
FreeBSD src repository
src/contrib/gcclibs/include - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/include
In directory repoman.freebsd.org:/tmp/cvs-serv85402
Log Message:
GCC 4.2.0 release miscellaneous support libraries.
Status
kan 2007-05-19 01:25:57 UTC
FreeBSD src repository
src/contrib/gcclibs/libcpp - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libcpp
In directory repoman.freebsd.org:/tmp/cvs-serv85494
Log Message:
GCC 4.2.0 release miscellaneous support libraries.
Status:
kan 2007-05-19 01:26:30 UTC
FreeBSD src repository
src/contrib/gcclibs/libiberty - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libiberty
In directory repoman.freebsd.org:/tmp/cvs-serv85687
Log Message:
GCC 4.2.0 release miscellaneous support libraries.
St
kan 2007-05-19 01:26:39 UTC
FreeBSD src repository
src/contrib/gcclibs/libssp - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libssp
In directory repoman.freebsd.org:/tmp/cvs-serv86170
Log Message:
GCC 4.2.0 release miscellaneous support libraries.
Status:
kan 2007-05-19 01:26:50 UTC
FreeBSD src repository
src/contrib/gcclibs/libmudflap - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libmudflap
In directory repoman.freebsd.org:/tmp/cvs-serv86269
Log Message:
GCC 4.2.0 release miscellaneous support libraries.
kan 2007-05-19 01:27:07 UTC
FreeBSD src repository
src/contrib/gcclibs/libgomp - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libgomp
In directory repoman.freebsd.org:/tmp/cvs-serv86515
Log Message:
GCC 4.2.0 release miscellaneous support libraries.
Status
kan 2007-05-19 01:27:22 UTC
FreeBSD src repository
src/contrib/gcclibs/libdecnumber - Imported sources
Update of /home/ncvs/src/contrib/gcclibs/libdecnumber
In directory repoman.freebsd.org:/tmp/cvs-serv86754
Log Message:
GCC 4.2.0 release miscellaneous support libraries.
kan 2007-05-19 02:12:21 UTC
FreeBSD src repository
Modified files:
contrib/gcc Makefile.in builtins.c c-common.c
c-common.h c-decl.c c-lex.c c-opts.c
c.opt c-tree.h configure dbxout.c
emit-rtl.c
kan 2007-05-19 02:14:13 UTC
FreeBSD src repository
Modified files:
contrib/gcc version.c
Log:
Add FreeBSD suffix to GCC version string.
Revision ChangesPath
1.14 +14 -6 src/contrib/gcc/version.c
___
cvs
kan 2007-05-19 02:16:45 UTC
FreeBSD src repository
Modified files:
contrib/gcc c-format.c
Log:
Merge local FreeBSD changes to support -fformat-extensions.
Revision ChangesPath
1.11 +797 -864 src/contrib/gcc/c-format.c
___
kan 2007-05-19 02:18:39 UTC
FreeBSD src repository
Modified files:
contrib/gcc function.c
Log:
Merge local changes for -mprofiler-epilogue support.
Revision Changes Path
1.24 +2677 -5237 src/contrib/gcc/function.c
__
kan 2007-05-19 02:22:16 UTC
FreeBSD src repository
Modified files:
contrib/gcc opts.c
Log:
In FreeBSD -O0 -O1 optimize alignment for time, not size.
Revision ChangesPath
1.3 +355 -768 src/contrib/gcc/opts.c
_
kan 2007-05-19 02:23:49 UTC
FreeBSD src repository
Modified files:
contrib/gcc gcc.c
Log:
Merge local FreeBSD changes.
Revision Changes Path
1.42 +1300 -837 src/contrib/gcc/gcc.c
___
cvs-all@freebsd.org ma
kan 2007-05-19 02:26:26 UTC
FreeBSD src repository
Modified files:
contrib/gcc/config/i386 i386.c
Log:
Merge local FreeBSD changes for -mno-align-long-strings.
Revision Changes Path
1.24 +11402 -8339 src/contrib/gcc/config/i386/i386.c
_
kan 2007-05-19 02:30:20 UTC
FreeBSD src repository
Modified files:
contrib/gcc/config freebsd-spec.h freebsd.h
contrib/gcc/config/i386 freebsd.h freebsd64.h i386.h
contrib/gcc/config/rs6000 freebsd.h
contrib/gcc/config/sparc freebsd.h
Log:
Update configuratio
kan 2007-05-19 02:34:18 UTC
FreeBSD src repository
Removed files:
contrib/gcc choose-temp.c cppinit.c dwarfout.c
make-temp-file.c pexecute.c
contrib/gcc/config/alpha alpha.c elf.h freebsd.h
contrib/gcc/fg77spec.c
Log:
Remov
kan 2007-05-19 02:42:17 UTC
FreeBSD src repository
Removed files: (Branch: FSF)
contrib/gcc ChangeLog.0 ChangeLog.1 ChangeLog.10
ChangeLog.2 ChangeLog.3 ChangeLog.4
ChangeLog.5 ChangeLog.6 ChangeLog.7
kan 2007-05-19 03:09:31 UTC
FreeBSD src repository
Modified files:
contrib/gcc c-format.h
Log:
Add FMT_FLAG_NULL_FORMAT_OK flag.
Revision ChangesPath
1.2 +2 -1 src/contrib/gcc/c-format.h
___
cvs-all@f
kan 2007-05-19 03:11:27 UTC
FreeBSD src repository
Modified files:
contrib/gcc/config/arm freebsd.h
Log:
Merge arm-freebsd.h.diff directly into the target file. Maintaining
separate patch is much more painful than taking this file off the
vendor branch.
Revision Cha
kan 2007-05-19 03:17:01 UTC
FreeBSD src repository
Modified files:
contrib/gcclibs/libiberty make-temp-file.c
Log:
Re-add local FreeBSD change: prefer /tmp to /var/tmp and /usr/tmp
for temporary files.
Revision ChangesPath
1.2 +2 -2 src/contrib/gcclib
kan 2007-05-19 03:22:19 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/arch/amd64 Makefile
gnu/usr.bin/gdb/arch/i386 Makefile
Log:
Fix static/extern mismatch by patching corresponding tdep files
in-place.
Revision ChangesPath
1.4 +6 -1
kan 2007-05-19 03:23:43 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/kgdb kgdb.h
Log:
Remove extern int verbose declaration. It is declared static in the
only file it is used in.
Revision ChangesPath
1.5 +0 -1 src/gnu/usr.bin/gdb/kgdb/kg
kan 2007-05-19 03:29:37 UTC
FreeBSD src repository
Modified files:
kerberos5/tools/asn1_compile Makefile
Log:
Fix generator glue to only expose extern struct units %s_units[] is
struct units defintition it known. The above construct is treated
as an incorrect C by GCC 4.2
kan 2007-05-19 03:31:39 UTC
FreeBSD src repository
Modified files:
etc/mtreeBSD.include.dist
Log:
Add templates for new GCC 4.2 C++ include files hierarchy.
Revision ChangesPath
1.113 +57 -3 src/etc/mtree/BSD.include.dist
__
kan 2007-05-19 03:34:59 UTC
FreeBSD src repository
Modified files:
.Makefile.inc1
Log:
GCC will now properly link libc with all shared objects in order to record
their dependency on libc and its versioned symbols. For that to work,
libc needs to be bui
kan 2007-05-19 04:25:59 UTC
FreeBSD src repository
Modified files:
gnu/lib Makefile
gnu/lib/csu Makefile
gnu/lib/libgcc Makefile
gnu/lib/libgcov Makefile
gnu/lib/libobjc Makefile
gnu/lib/libstdc++Makefile config.h
kan 2007-05-19 04:31:43 UTC
FreeBSD src repository
Modified files:
lib/libc/sys Makefile.inc Symbol.map
Added files:
lib/libc/sys stack_protector.c
Log:
Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensed
SSP functions into FreeBSD lib
kan 2007-05-19 04:32:56 UTC
FreeBSD src repository
Modified files:
lib/libc Makefile
Log:
Make sure GCC will not try to link libc with itself.
Revision ChangesPath
1.71 +5 -0 src/lib/libc/Makefile
_
kan 2007-05-19 04:34:42 UTC
FreeBSD src repository
Modified files:
lib/libc/arm/softfloat softfloat.h
Log:
Do not declare float_detect_tininess as external if it will be re-delared
as static later.
Revision ChangesPath
1.2 +2 -0 src/lib/libc/arm/softf
kan 2007-05-19 04:36:34 UTC
FreeBSD src repository
Modified files:
lib/libc/arm/sys brk.S
Log:
Use built-in _end symbol insteadof 'end' for consistency with other
architectures. Linker defines end is synonym for _end.
Revision ChangesPath
1.3 +2 -2
kan 2007-05-19 04:41:05 UTC
FreeBSD src repository
Modified files:
share/mk bsd.sys.mk
Log:
Universally disable -Werror until src/ is in better shape for GCC 4.2.
There are new warnings that kill the build otherwise.
Disable pointer destination sign mismatc
kan 2007-05-19 04:42:59 UTC
FreeBSD src repository
Modified files:
share/mk bsd.own.mk
Added files:
tools/build/options WITHOUT_SSP
Log:
Introduce WITHOUT_SSP option that allows users to exclude LGPLed
libssp from the build.
Revision ChangesPat
kan 2007-05-19 04:45:54 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
Add -Wno-pointer-sign to CWARNFLAGS.
Switch ia64 kernels to -fpic. This is likely wrong, but at least gets
ia64 kernels to compile and link with GCC 4.2. The previous -
kan 2007-05-19 04:48:08 UTC
FreeBSD src repository
Modified files:
sys/conf kern.pre.mk kmod.mk
Log:
Disable -Werror for now.
Remove -I- construct obsolete in GCC 4.2.
Revision ChangesPath
1.83 +2 -2 src/sys/conf/kern.pre.mk
1.218 +2
kan 2007-05-19 04:53:15 UTC
FreeBSD src repository
Modified files:
sys/sys sysctl.h
sys/kern kern_mib.c
Log:
Add kern.arnd sysctl. SSP code uses it to initialize the stack guard
magic value.
Submitted by: Jeremie Le Hen <[EMAIL PROTECTED]>
kan 2007-05-19 04:55:14 UTC
FreeBSD src repository
Modified files:
lib Makefile
Log:
Make sure libc is installed before all other shared libraries. Other
libraries might depend on versioned symbols from libc.
Revision ChangesPath
1.221 +4 -3
kan 2007-05-19 04:57:15 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ufoma.c
Log:
Remove local static redefinition of ucom_devclass.
Revision ChangesPath
1.3 +0 -2 src/sys/dev/usb/ufoma.c
__
kan 2007-05-19 04:59:18 UTC
FreeBSD src repository
Modified files:
sys/i386/include smp.h
Log:
Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct
into the valid C.
Revision ChangesPath
1.89 +1 -0 src/sys/i386/include/smp.h
___
kan 2007-05-19 05:01:43 UTC
FreeBSD src repository
Modified files:
sys/amd64/includesmp.h
sys/sparc64/include smp.h
Log:
Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct
into the valid C.
Revision ChangesPath
1.90 +1 -0 sr
kan 2007-05-19 05:04:00 UTC
FreeBSD src repository
Modified files:
sys/amd64/includemd_var.h
sys/amd64/amd64 mp_machdep.c
Log:
Remove extern struct pcpu __pcpu[]; from the header file and
move it the the only file where it appears to be used.
Revision C
kan 2007-05-19 05:07:47 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/boot2 Makefile
Log:
Tweak inlining parameters a little. Add warning to tell us if function
we declared as inline can not be inlined.
Revision ChangesPath
1.60 +2 -1 src/s
kan 2007-05-19 05:52:28 UTC
FreeBSD src repository
Modified files:
gnu/lib/libobjc Makefile
Log:
Do not compile hash_compat.c.
Revision ChangesPath
1.31 +1 -1 src/gnu/lib/libobjc/Makefile
___
cvs-all@freeb
kan 2007-05-19 06:37:33 UTC
FreeBSD src repository
Modified files:
contrib/gcc version.c
Log:
Cosmetics: remove extra space from GCC version string.
Revision ChangesPath
1.15 +2 -2 src/contrib/gcc/version.c
_
un them, they were failing. I do not know why it was happening on
amd64 machine Scott was trying upgrade on yet. My relatively old i386
installation worked without a hitch :(
--
Alexander Kabaev
signature.asc
Description: PGP signature
kan 2007-05-19 15:41:02 UTC
FreeBSD src repository
Modified files:
gnu/lib/libstdc++Makefile
Log:
Fix the fallout from over-zealous obsolete files removal. Use correct
atomicity.h file for arm and powerpc.
Revision ChangesPath
1.60 +1 -1 src/gnu/li
101 - 200 of 217 matches
Mail list logo