cvs commit: src/lib/libc Makefile src/usr.sbin/bluetooth/bthidd Makefile src/usr.sbin/config Makefile src/usr.sbin/pmcstat Makefile src/share/mk bsd.libnames.mk bsd.prog.mk

2007-10-01 Thread Ruslan Ermilov
ru 2007-10-01 18:15:11 UTC FreeBSD src repository Modified files: lib/libc Makefile usr.sbin/bluetooth/bthidd Makefile usr.sbin/config Makefile usr.sbin/pmcstat Makefile share/mk bsd.libnames.mk bsd.prog.mk Log: Fixed

cvs commit: src/lib/libc Makefile

2007-05-19 Thread Alexander Kabaev
kan 2007-05-19 16:38:40 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS puts it before library's object files, making the whole constuct useless. Revision Changes

cvs commit: src/lib/libc Makefile

2007-05-18 Thread Alexander Kabaev
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

cvs commit: src/lib/libc Makefile src/lib/libc/rpc clnt_dg.c

2007-03-11 Thread Simon L. Nielsen
simon 2007-03-11 10:15:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc Makefile lib/libc/rpc clnt_dg.c Log: MFC src/lib/libc/Makefile (1.69) src/lib/libc/rpc/clnt_dg.c (1.19): Disable RPC exponential back-off for

cvs commit: src/lib/libc Makefile src/lib/libc/rpc clnt_dg.c

2007-03-04 Thread Simon L. Nielsen
simon 2007-03-04 12:25:03 UTC FreeBSD src repository Modified files: lib/libc Makefile lib/libc/rpc clnt_dg.c Log: Disable RPC exponential back-off for FreeBSD.org systems (IE. hidden behind _FREEFALL_CONFIG). This is done mainly to make NIS even

cvs commit: src/lib/libc Makefile

2007-01-06 Thread Marcel Moolenaar
marcel 2007-01-07 00:12:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc Makefile Log: MFC 1.58: Enable gmon on PowerPC. Revision ChangesPath 1.56.2.2 +0 -2 src/lib/libc/Makefile

cvs commit: src/lib/libc Makefile src/lib/libc/alpha Makefile.inc SYS.h Symbol.map _fpmath.h arith.h src/lib/libc/alpha/gen Makefile.inc _ctx_start.S _set_tp.c _setjmp.S divrem.m4 fabs.S flt_rounds.c

2006-08-22 Thread Ruslan Ermilov
ru 2006-08-22 07:55:15 UTC FreeBSD src repository Modified files: lib/libc Makefile lib/libc/stdio findfp.c Removed files: lib/libc/alpha Makefile.inc SYS.h Symbol.map _fpmath.h arith.h lib/libc/alpha/gen

cvs commit: src/lib/libc Makefile

2006-05-21 Thread Andrey A. Chernov
ache2006-05-22 05:12:44 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Remove pending actions asked in comments for SHLIB_MAJOR bump, done. Reviewed by:ume Revision ChangesPath 1.67 +0 -2 src/lib/libc/Makefile

cvs commit: src/lib/libc Makefile src/lib/libcrypt Makefile src/lib/libipsec Makefile src/lib/libncurses Makefile src/secure/lib/libcrypto Makefile

2006-03-18 Thread Ruslan Ermilov
ru 2006-03-18 11:01:06 UTC FreeBSD src repository Modified files: lib/libc Makefile lib/libcrypt Makefile lib/libipsec Makefile lib/libncurses Makefile secure/lib/libcrypto Makefile Log: Provide alternate default for

Re: cvs commit: src/lib/libc Makefile

2006-03-17 Thread Rudolf Cejka
Daniel Eischen wrote (2006/03/16): No, this doesn't fix linuxpluginwrappers. if you want to take a try at it. Hello, I have written an e-mail about this to kan and nork at Feb 24, but still without response. Bellow is my mail and the patches. Currently, I think that it would be great to have

cvs commit: src/lib/libc Makefile src/lib/libc/alpha Makefile.inc src/lib/libc/amd64 Makefile.inc src/lib/libc/ia64 Makefile.inc src/lib/libc/sparc64 Makefile.inc

2006-03-16 Thread Ruslan Ermilov
ru 2006-03-16 14:22:20 UTC FreeBSD src repository Modified files: lib/libc Makefile lib/libc/alpha Makefile.inc lib/libc/amd64 Makefile.inc lib/libc/ia64Makefile.inc lib/libc/sparc64 Makefile.inc Log: Desupport the

cvs commit: src/lib/libc Makefile

2006-03-16 Thread Daniel Eischen
deischen2006-03-16 15:16:23 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Allow bsd.lib.mk to generate the symbol version map. Revision ChangesPath 1.61 +6 -14 src/lib/libc/Makefile

Re: cvs commit: src/lib/libc Makefile

2006-03-16 Thread Daniel Eischen
On Thu, 16 Mar 2006, Daniel Eischen wrote: deischen2006-03-16 15:16:23 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Allow bsd.lib.mk to generate the symbol version map. Everything should now be in place to enable symbol versioning in libc.

Re: cvs commit: src/lib/libc Makefile

2006-03-16 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Daniel Eischen [EMAIL PROTECTED] writes: : On Thu, 16 Mar 2006, Daniel Eischen wrote: : : deischen2006-03-16 15:16:23 UTC : :FreeBSD src repository : :Modified files: : lib/libc Makefile :Log: :Allow bsd.lib.mk to

Re: cvs commit: src/lib/libc Makefile

2006-03-16 Thread Daniel Eischen
On Thu, 16 Mar 2006, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Daniel Eischen [EMAIL PROTECTED] writes: : : I'm running with this enabled on an x86 and all my previously : built ports seem to be fine (KDE, mozilla, etc). Testing on : other archs would be appreciated.

Re: cvs commit: src/lib/libc Makefile

2006-03-16 Thread Daniel Eischen
On Thu, 16 Mar 2006, Daniel Eischen wrote: I almost put the following in the commit message: No, this doesn't fix linuxpluginwrappers. But now that I know a little about symbol versioning, I started investigating fixing the port so it could work. I've gone so far as to make a script to

cvs commit: src/lib/libc Makefile

2006-03-12 Thread Daniel Eischen
deischen2006-03-13 00:56:02 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Add hooks to build libc with symbol versioning. This is disabled by default; add SYMVER_ENABLED=true to /etc/make.conf to enable it. libc should get a version bump

Re: cvs commit: src/lib/libc Makefile

2006-03-12 Thread Daniel Eischen
On Mon, 13 Mar 2006, Daniel Eischen wrote: deischen2006-03-13 00:56:02 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Add hooks to build libc with symbol versioning. This is disabled by default; add SYMVER_ENABLED=true to /etc/make.conf