cvs commit: ports/x11/libSM Makefile

2010-05-25 Thread Alexander Kabaev
kan 2010-05-25 13:55:49 UTC FreeBSD ports repository Modified files: x11/libSMMakefile Log: Bump port revision to account for last fix. Requested by: nork Revision ChangesPath 1.28 +1 -0 ports/x11/libSM/Makefile _

cvs commit: ports/x11/libSM/files patch-sm_genid.c

2010-05-24 Thread Alexander Kabaev
kan 2010-05-24 20:09:06 UTC FreeBSD ports repository Added files: x11/libSM/files patch-sm_genid.c Log: Fix apparent typo in SmsGenerateClientID which always leaves the first byte of allocated id string uninitialized. If that byte happens to be 0, SmsGenerateClientId

cvs commit: ports/devel/ddd pkg-plist

2010-04-06 Thread Alexander Kabaev
kan 2010-04-06 19:35:06 UTC FreeBSD ports repository Modified files: devel/dddpkg-plist Log: Use @dirrmtry instead of rolling own version. Revision ChangesPath 1.16 +1 -1 ports/devel/ddd/pkg-plist _

cvs commit: ports/devel/ddd pkg-plist

2010-04-06 Thread Alexander Kabaev
kan 2010-04-06 19:13:56 UTC FreeBSD ports repository Modified files: devel/dddpkg-plist Log: Handle empty $PREFIX/share/applications dir on uninstall. Submitted by: QAT Revision ChangesPath 1.15 +1 -0 ports/devel/ddd/pkg-plist __

cvs commit: ports/devel/ddd pkg-plist

2010-04-06 Thread Alexander Kabaev
kan 2010-04-06 19:04:04 UTC FreeBSD ports repository Modified files: devel/dddpkg-plist Log: Add missing plist entries. Revision ChangesPath 1.14 +2 -0 ports/devel/ddd/pkg-plist ___ cvs-all@freebsd.

cvs commit: ports/devel/ddd Makefile distinfo pkg-plist ports/devel/ddd/files patch-ddd-TTYAgent.C

2010-04-06 Thread Alexander Kabaev
kan 2010-04-06 18:33:47 UTC FreeBSD ports repository Modified files: devel/dddMakefile distinfo pkg-plist devel/ddd/files patch-ddd-TTYAgent.C Log: Update to 3.3.12 and silence a long standing bug in how DDD handles controlling terminals for child proc

Re: cvs commit: ports/deskutils/freemind Makefile

2010-01-20 Thread Alexander Kabaev
that there are still people out there that prefer > > their xterms at 80x25: avoid the wrapping please. > > Your mail client does not rewrap automatically? Time to come out of > stone age, I say. > This has absolutely nothing to do with email client. Keeping commit commands within the same limits we keep our sources in width-wise is just common sense. -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: ports/devel/qtcreator Makefile

2009-08-19 Thread Alexander Kabaev
using ID of the user who built the port, not root:wheel. -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: ports/Mk bsd.kde4.mk ports/accessibility/kdeaccessibility4 Makefile distinfo pkg-plist ports/arabic/kde4-l10n Makefile distinfo pkg-plist ports/chinese/kde4-l10n-zh_CN

2009-08-05 Thread Alexander Kabaev
Some ports seem to fail to build when their older version is already present in /usr/local. See qt4-dbus for example. -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: ports/emulators/open-vm-tools Makefile

2009-04-06 Thread Alexander Kabaev
angesPath > 1.26 +1 -1 ports/emulators/open-vm-tools/Makefile > > http://cvsweb.FreeBSD.org/ports/emulators/open-vm-tools/Makefile.diff?r1=1.25&r2=1.26 Hi, This change is wrong and does nothing. -- Alexander Kabaev __

cvs commit: ports/emulators/open-vm-tools Makefile

2009-04-06 Thread Alexander Kabaev
kan 2009-04-06 17:29:27 UTC FreeBSD ports repository Modified files: emulators/open-vm-tools Makefile Log: Add missing dependencies on Xrender and Xext. Poity hat to: kan Revision ChangesPath 1.25 +1 -1 ports/emulators/open-vm-tools/Makefile _

Re: cvs commit: ports/graphics/libgphoto2 Makefile

2009-03-08 Thread Alexander Kabaev
cus > > Revision ChangesPath > 1.45 +1 -1 ports/graphics/libgphoto2/Makefile > > http://cvsweb.FreeBSD.org/ports/graphics/libgphoto2/Makefile.diff?r1=1.44&r2=1.45 Still does not build. I had to add #include and #include to libusb.c to get past the buil

Re: cvs commit: ports/devel/mpatrol Makefile ports/devel/mpatrol/files patch-..::..::src::mpatrol.h

2008-10-08 Thread Alexander Kabaev
.::src::mpatrol.h I am alone in thinking that name for the patch above is chosen poorly? Do you really need so many '..'-s in there? -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/sys/conf files src/sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vnops.c src/sys/i386/i386 bios.c src/sys/ia64/ia64 efi.c sal.c src/sys/libkern memcmp.c src/sys/mips/mip

2008-09-23 Thread Alexander Kabaev
provide their own hack to work around this limitation, we just as well can just do the right thing. -- Alexander Kabaev signature.asc Description: PGP signature

cvs commit: src/libexec/rtld-elf rtld.c

2008-09-02 Thread Alexander Kabaev
kan 2008-09-03 01:05:32 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: SVN rev 182698 on 2008-09-03 01:05:32Z by kan Make sure internal rtld malloc routines are not called from unlocked contexts as rtld's malloc is not thread safe and is on

Re: cvs commit: ports/x11-toolkits/libxfce4gui Makefile

2008-08-31 Thread Alexander Kabaev
On Sun, 31 Aug 2008 09:29:39 + Alexey Dokuchaev <[EMAIL PROTECTED]> wrote: > On Sat, Aug 30, 2008 at 05:26:23AM +, Alexander Kabaev wrote: > > kan 2008-08-30 05:26:23 UTC > > > > FreeBSD ports repository > > > > Modified files: &g

cvs commit: ports/x11-toolkits/libxfce4gui Makefile

2008-08-29 Thread Alexander Kabaev
kan 2008-08-30 05:26:23 UTC FreeBSD ports repository Modified files: x11-toolkits/libxfce4gui Makefile Log: Add explicit dependency for libSM library. It is required for XFCE components to be able to issue session-management requests to xfce4-session, but is not pulled in

Re: [fwd] cvs commit: src/lib/libthr/thread thr_mutex.c thr_umtx.c thr_umtx.h src/sys/kern kern_umtx.c src/sys/sys umtx.h

2008-07-01 Thread Alexander Kabaev
r to fall into that category and his changes are ABI compatible as far as userland is concerned. -- Alexander Kabaev signature.asc Description: PGP signature

Re: [fwd] cvs commit: src/lib/libthr/thread thr_mutex.c thr_umtx.c thr_umtx.h src/sys/kern kern_umtx.c src/sys/sys umtx.h

2008-07-01 Thread Alexander Kabaev
> changes nothing regarding the problem. > > ... > > > Did you recompile these misbehaving applications? > > > > I ask because I installed a fresh world yesterday, without > > recompiling any ports, and I'm _not_ seeing any misbehavior with > > fi

cvs commit: src/sys/netinet6 in6_rmx.c

2008-06-28 Thread Alexander Kabaev
kan 2008-06-29 04:33:45 UTC FreeBSD src repository Modified files: sys/netinet6 in6_rmx.c Log: SVN rev 180088 on 2008-06-29 04:33:45Z by kan Repair botched variable rename. Pointy hat to: julian Revision ChangesPath 1.23 +4 -4 src/sys/

cvs commit: src/gnu/lib/libstdc++ Makefile

2008-06-19 Thread Alexander Kabaev
kan 2008-06-20 00:13:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) gnu/lib/libstdc++Makefile Log: SVN rev 179885 on 2008-06-20 00:13:37Z by kan MFC svn rev 179834. Install extra include files that were forgotten in original GCC 4.2.x

cvs commit: src/gnu/lib/libstdc++ Makefile

2008-06-16 Thread Alexander Kabaev
kan 2008-06-16 22:49:30 UTC FreeBSD src repository Modified files: gnu/lib/libstdc++Makefile Log: SVN rev 179834 on 2008-06-16 22:49:30Z by kan Install extra include files that were forgotten in original GCC 4.2.x import changes. PR: 124647 Submitted by: Vla

cvs commit: src/share/man/man4 ubsa.4 src/sys/dev/usb ubsa.c usbdevs

2008-06-02 Thread Alexander Kabaev
kan 2008-06-03 03:40:57 UTC FreeBSD src repository Modified files: share/man/man4 ubsa.4 sys/dev/usb ubsa.c usbdevs Log: SVN rev 179500 on 2008-06-03 03:31:53Z by kan Add device ID for AnyDATA ADU-500A EV-DO modem. Submitted by: Oleksandr Tatmany

cvs commit: src/sys/dev/usb ubsa.c usbdevs

2008-06-02 Thread Alexander Kabaev
kan 2008-06-03 03:14:13 UTC FreeBSD src repository Modified files: sys/dev/usb ubsa.c usbdevs Log: SVN rev 179499 on 2008-06-03 03:13:57Z by kan Add vendor/device IDs for Novatel U740 repackaged by Dell. Submitted by: David Gilbert PR: 122803 Revisio

Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h

2008-05-28 Thread Alexander Kabaev
mbols that 7.x will have or else binary > compatibility will be broken. > That is why introducing new symbols in back-releases is not such a hot idea. Release X that was released after release Y cannot really be expected to be able to execute Y's binaries with 100% certainty, as tha

Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h

2008-05-28 Thread Alexander Kabaev
ed to introduce a side version for memchr, something like memrchr@@FBSD_1.0a in stable branch and provide a compatibility alias [EMAIL PROTECTED] for it in -current at the same time. libc.so.7 from RELENG_7 will have: memrchr@@FBSD_1.0a libc.so.7 from -current then will have: memrchr@@FBSD_1.1 [EMAIL PROTECTED] -> memrchr@@FBSD_1.1 -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/lib/libc Versions.def

2008-05-08 Thread Alexander Kabaev
On Thu, 8 May 2008 01:55:32 -0400 (EDT) Daniel Eischen <[EMAIL PROTECTED]> wrote: > On Wed, 7 May 2008, Jason Evans wrote: > > > Alexander Kabaev wrote: > >> kan 2008-05-07 15:39:34 UTC > >> > >> FreeBSD src repository

cvs commit: src/lib/libc Versions.def

2008-05-07 Thread Alexander Kabaev
kan 2008-05-07 15:39:34 UTC FreeBSD src repository Modified files: lib/libc Versions.def Log: Keep versions on a dependency chain to exclude even remote possiblity of private version ever getting index 2. Revision ChangesPath 1.8 +1 -1 src

Re: cvs commit: src/etc/defaults rc.conf

2008-05-01 Thread Alexander Kabaev
y? :) > > Not sure. db_trap() calls 'cnunavailable()' and perhaps that isn't > working correctly now? > > -- > John Baldwin cnunavailable will not prevent DDB as long as you have any console that DDB can interact with enabled. Firewire/serial consoles are considered to be always available, if configured. -- Alexander Kabaev signature.asc Description: PGP signature

cvs commit: src/share/mk bsd.lib.mk

2008-04-09 Thread Alexander Kabaev
kan 2008-04-09 20:27:53 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Log: Fix spelling mistake in comment. Revision ChangesPath 1.184 +1 -1 src/share/mk/bsd.lib.mk ___ cvs-all@freeb

cvs commit: src/usr.sbin/rpc.statd statd.c

2008-04-06 Thread Alexander Kabaev
kan 2008-04-06 22:08:17 UTC FreeBSD src repository Modified files: usr.sbin/rpc.statd statd.c Log: Fix apparent mis-paste in previous check-in by author. Revision ChangesPath 1.19 +1 -1 src/usr.sbin/rpc.statd/statd.c ___

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread Alexander Kabaev
On Thu, 20 Dec 2007 17:10:03 -0800 Xin LI <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, Alexander, > > Alexander Kabaev wrote: > > On Thu, 20 Dec 2007 04:32:28 + (UTC) > > David Xu <[EMAIL PROTECTED]> wrote:

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread Alexander Kabaev
=1.21 > http://cvsweb.FreeBSD.org/src/lib/libthr/thread/thr_syscalls.c.diff?r1=1.16&r2=1.17 Technically, you just broke ABI backwards compatibility for libthr. Symbols can not be removed from exported sections on a whim. -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/bin/mv mv.c

2007-12-16 Thread Alexander Kabaev
make buildworld on amd64 at least: /usr/src/bin/mv/mv.c: In function 'copy': /usr/src/bin/mv/mv.c:361: warning: variable 'rval' might be clobbered by 'longjmp' or 'vfork' /usr/src/bin/mv/mv.c:361: warning:variable 'i' might be clobbered by 'longjmp' or 'vfork' -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/lib/msun Symbol.map

2007-12-14 Thread Alexander Kabaev
On Fri, 14 Dec 2007 01:22:32 -0500 David Schultz <[EMAIL PROTECTED]> wrote: > On Thu, Dec 13, 2007, Alexander Kabaev wrote: > > > http://cvsweb.FreeBSD.org/src/lib/msun/Symbol.map.diff?r1=1.5&r2=1.6 > > > > This is just wrong IMHO. New exported symbols should no

Re: cvs commit: src/lib/msun Symbol.map

2007-12-14 Thread Alexander Kabaev
On Fri, 14 Dec 2007 00:48:51 -0500 (EST) Daniel Eischen <[EMAIL PROTECTED]> wrote: > On Thu, 13 Dec 2007, Alexander Kabaev wrote: > > > On Fri, 14 Dec 2007 03:08:10 + (UTC) > > David Schultz <[EMAIL PROTECTED]> wrote: > > > >> das 20

Re: cvs commit: src/lib/msun Symbol.map

2007-12-13 Thread Alexander Kabaev
ce that exists in 7.0. Either we add these to 7.0 before it releases, or they should go into their own section which will start collecting all new libc symbols to appear in 8.0. Daniel, Yar - what is your take on this? -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/lib/libc/gen Symbol.map

2007-11-27 Thread Alexander Kabaev
it to FreeBSD 7.0-current. If it is for 8.0 only, it does not belong where you put it. -- Alexander Kabaev signature.asc Description: PGP signature

cvs commit: src/sys/dev/usb ukbd.c

2007-11-12 Thread Alexander Kabaev
kan 2007-11-12 16:09:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb ukbd.c Log: MFC revisions 1.75: Make ukbd_getc respect non-blocking behavior if one is requested; 1.76: Do not pass an address of local stack variable to

cvs commit: src/sys/dev/usb ukbd.c

2007-11-05 Thread Alexander Kabaev
kan 2007-11-05 19:51:12 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: Do not pass an address to local stack variable to usbd_set_report_async. Allocate space in keyboard state structure instead to prevent random byte from possibly overwritten

Re: cvs commit: src/sys/boot/i386/libi386 Makefile pxe.c

2007-10-25 Thread Alexander Kabaev
CHP configuration. Since pxeboot is using TFTP to get to the > files, pxeboot can not rely on NFS to provide it a root directory > hande as a side effect. pxeboot has to make RPC mount call itself. > === > > With best regards, > Alexey Popov Paul did break it indeed. -- Alexander Kabaev signature.asc Description: PGP signature

cvs commit: src/sys/dev/usb ukbd.c

2007-10-15 Thread Alexander Kabaev
kan 2007-10-15 20:37:35 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: Make ukbd_getc respect non-blocking behavior if one is requested. Change ukbd_poll to mark this keyboard instance as polling before calling usbd_set_polling at USB level. u

cvs commit: ports/editors/openoffice.org-1.1/files patch-objformat

2007-08-23 Thread Alexander Kabaev
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

cvs commit: src/gnu/lib/libstdc++ Makefile

2007-08-16 Thread Alexander Kabaev
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

cvs commit: src/gnu/lib/libgcc Makefile

2007-08-14 Thread Alexander Kabaev
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

cvs commit: src/contrib/gcc function.c version.c src/contrib/gcc/config/i386 i386.c i386.h

2007-08-13 Thread Alexander Kabaev
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 +

cvs commit: src/contrib/gcc Makefile.in reload.c src/contrib/gcc/config/i386 i386.md src/contrib/gcc/cp decl.c

2007-08-13 Thread Alexander Kabaev
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

cvs commit: src/contrib/gcclibs/libdecnumber - Imported sources

2007-08-13 Thread Alexander Kabaev
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.

cvs commit: src/contrib/gcclibs/libgomp - Imported sources

2007-08-13 Thread Alexander Kabaev
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

cvs commit: src/contrib/gcclibs/libmudflap - Imported sources

2007-08-13 Thread Alexander Kabaev
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.

cvs commit: src/contrib/gcclibs/libssp - Imported sources

2007-08-13 Thread Alexander Kabaev
kan 2007-08-14 02:52:06 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-serv48093 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status:

cvs commit: src/contrib/gcclibs/libiberty - Imported sources

2007-08-13 Thread Alexander Kabaev
kan 2007-08-14 02:52:01 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-serv47992 Log Message: GCC 4.2.1 release miscellaneous support libraries. St

cvs commit: src/contrib/gcclibs/libcpp - Imported sources

2007-08-13 Thread Alexander Kabaev
kan 2007-08-14 02:51:35 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-serv47970 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status:

cvs commit: src/contrib/gcclibs/include - Imported sources

2007-08-13 Thread Alexander Kabaev
kan 2007-08-14 02:51:27 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-serv47943 Log Message: GCC 4.2.1 release miscellaneous support libraries. Status

cvs commit: src/contrib/libobjc - Imported sources

2007-08-13 Thread Alexander Kabaev
kan 2007-08-14 02:51:23 UTC FreeBSD src repository src/contrib/libobjc - Imported sources Update of /home/ncvs/src/contrib/libobjc In directory repoman.freebsd.org:/tmp/cvs-serv47895 Log Message: GCC 4.2.1 release Objective C runtime support code. Status: Vendor T

cvs commit: src/contrib/libstdc++ - Imported sources

2007-08-13 Thread Alexander Kabaev
kan 2007-08-14 02:51:11 UTC FreeBSD src repository src/contrib/libstdc++ - Imported sources Update of /home/ncvs/src/contrib/libstdc++ In directory repoman.freebsd.org:/tmp/cvs-serv47606 Log Message: GCC 4.2.1 release C++ standard library and runtime support code. Stat

cvs commit: src/contrib/gcc - Imported sources

2007-08-13 Thread Alexander Kabaev
kan 2007-08-14 02:47:02 UTC FreeBSD src repository src/contrib/gcc - Imported sources Update of /home/ncvs/src/contrib/gcc In directory repoman.freebsd.org:/tmp/cvs-serv46446 Log Message: GCC 4.2.1 release. Status: Vendor Tag: FSF Release Tags: gcc_4_2_1_20070

cvs commit: src/share/mk version_gen.awk

2007-07-21 Thread Alexander Kabaev
kan 2007-07-21 20:52:32 UTC FreeBSD src repository Modified files: share/mk version_gen.awk Log: Put local symbol suppression rule into most recent (e.g. last) version block. Approved by:re (kensmith) Revision ChangesPath 1.3 +5 -3

cvs commit: src/sys/cam/scsi scsi_cd.c

2007-07-21 Thread Alexander Kabaev
kan 2007-07-21 18:07:45 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_cd.c Log: Do not forget to cam_periph_unhold the peripheral before exiting due to error. PR: kern/114636 Submitted by: Tijl Coosemans Approved by:re (hrs)

Re: cvs commit: src/sys/conf files kern.pre.mk

2007-07-11 Thread Alexander Kabaev
27;d be happy to change it if you see what I'm > missing. > This likely happens because 'make depend' runs with the same global CFLAGS and does not use ones you specified. -- Alexander Kabaev signature.asc Description: PGP signature

cvs commit: src/libexec/rtld-elf Symbol.map

2007-07-11 Thread Alexander Kabaev
kan 2007-07-11 23:07:37 UTC FreeBSD src repository Modified files: libexec/rtld-elf Symbol.map Log: Add r_debug_state to the list of symbols exported from rtld. GDB needs to be able to find it in order to trap shared library events from rtld. Approved by:re (r

cvs commit: src/lib/libc/arm/sys sbrk.S

2007-06-26 Thread Alexander Kabaev
kan 2007-06-27 02:45:38 UTC FreeBSD src repository Modified files: lib/libc/arm/sys sbrk.S Log: Fix sbrk.S to use _end symbol the same way brk.s was fixed some time ago. sbrk.S should have gotten the same change then but was forgotten. Approved by:re (bmah) P

cvs commit: src/gnu/lib/libgomp Makefile

2007-05-31 Thread Alexander Kabaev
kan 2007-05-31 13:21:30 UTC FreeBSD src repository Modified files: gnu/lib/libgomp Makefile Log: Install omp.h file. Submitted by: Pieter de Goeje (pieter at degoejes dot nl) Revision ChangesPath 1.2 +2 -0 src/gnu/lib/libgomp/Makefile __

cvs commit: src/sys/gnu/fs/xfs xfs_bit.c xfs_bmap.c xfs_bmap_btree.c xfs_dir.c xfs_ialloc.c xfs_inode.c xfs_log.c xfs_log_recover.c xfs_rtalloc.h xfs_vnodeops.c src/sys/gnu/fs/xfs/FreeBSD xfs_ioctl.c

2007-05-29 Thread Alexander Kabaev
kan 2007-05-30 03:03:06 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs xfs_bit.c xfs_bmap.c xfs_bmap_btree.c xfs_dir.c xfs_ialloc.c xfs_inode.c xfs_log.c xfs_log_recover.c xfs_rtalloc.h

cvs commit: src/contrib/gcc gcc.c

2007-05-28 Thread Alexander Kabaev
kan 2007-05-28 23:02:56 UTC FreeBSD src repository Modified files: contrib/gcc gcc.c Log: Disable shared libgcc use for profiled builds. GNU linker pulls symbols out of libgcc_s.so.1 somehow and fails to record DT_NEEED dependency when linking with profiled libra

cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-27 Thread Alexander Kabaev
kan 2007-05-28 00:25:07 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Fix compiles when user chooses to disable both ObjC and C++ support in GCC. Reported by: bz Revision ChangesPath 1.88 +2 -1 src/gnu/usr.bin/cc

cvs commit: src/sys/amd64/amd64 elf_machdep.c src/sys/arm/arm elf_machdep.c src/sys/compat/ia32 ia32_sysvec.c src/sys/i386/i386 elf_machdep.c src/sys/ia64/ia64 elf_machdep.c src/sys/powerpc/powerpc el

2007-05-21 Thread Alexander Kabaev
kan 2007-05-22 02:22:58 UTC FreeBSD src repository Modified files: sys/amd64/amd64 elf_machdep.c sys/arm/arm elf_machdep.c sys/compat/ia32 ia32_sysvec.c sys/i386/i386elf_machdep.c sys/ia64/ia64elf_machdep.c sys/powerpc/po

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-19 Thread Alexander Kabaev
On Sun, 20 May 2007 10:27:48 +0400 Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > On Sat, May 19, 2007 at 10:58:04AM -0400, Alexander Kabaev wrote: > > GCC build tools somehow were built against shared libc.so.7 with > > symbol versioning, instead of library on host. So then whe

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/gnu/lib/libstdc++ Makefile

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

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

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

cvs commit: src/contrib/gcc version.c

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

cvs commit: src/gnu/lib/libobjc Makefile

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

cvs commit: src/sys/boot/i386/boot2 Makefile

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

cvs commit: src/sys/amd64/include md_var.h src/sys/amd64/amd64 mp_machdep.c

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

cvs commit: src/sys/amd64/include smp.h src/sys/sparc64/include smp.h

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

cvs commit: src/sys/i386/include smp.h

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

cvs commit: src/sys/dev/usb ufoma.c

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

cvs commit: src/lib Makefile

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

cvs commit: src/sys/sys sysctl.h src/sys/kern kern_mib.c

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

cvs commit: src/sys/conf kern.pre.mk kmod.mk

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

cvs commit: src/sys/conf kern.mk

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

cvs commit: src/tools/build/options WITHOUT_SSP src/share/mk bsd.own.mk

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

cvs commit: src/share/mk bsd.sys.mk

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

cvs commit: src/lib/libc/arm/sys brk.S

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

cvs commit: src/lib/libc/arm/softfloat softfloat.h

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

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/sys Makefile.inc Symbol.map stack_protector.c

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

cvs commit: src/gnu/lib Makefile src/gnu/lib/csu Makefile src/gnu/lib/libgcc Makefile src/gnu/lib/libgcov Makefile src/gnu/lib/libgomp Makefile config.h src/gnu/lib/libobjc Makefile src/gnu/lib/libssp

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

cvs commit: src Makefile.inc1

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

cvs commit: src/etc/mtree BSD.include.dist

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

cvs commit: src/kerberos5/tools/asn1_compile Makefile

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

cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.h

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

cvs commit: src/gnu/usr.bin/gdb/arch/amd64 Makefile src/gnu/usr.bin/gdb/arch/i386 Makefile

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

cvs commit: src/contrib/gcclibs/libiberty make-temp-file.c

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

cvs commit: src/contrib/gcc/config/arm freebsd.h

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

cvs commit: src/contrib/gcc c-format.h

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

cvs commit: src/contrib/gcc ChangeLog.0 ChangeLog.1 ChangeLog.10 ChangeLog.2 ChangeLog.3 ChangeLog.4 ChangeLog.5 ChangeLog.6 ChangeLog.7 ChangeLog.8 ChangeLog.9 README-fixinc ansidecl.h c-parse.in cho

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

cvs commit: src/contrib/gcc choose-temp.c cppinit.c dwarfout.c make-temp-file.c pexecute.c src/contrib/gcc/config/alpha alpha.c elf.h freebsd.h src/contrib/gcc/f g77spec.c

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

cvs commit: src/contrib/gcc/config freebsd-spec.h freebsd.h src/contrib/gcc/config/i386 freebsd.h freebsd64.h i386.h src/contrib/gcc/config/rs6000 freebsd.h src/contrib/gcc/config/sparc freebsd.h

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

  1   2   3   >