cvs commit: src/sys/dev/mpt mpt.h mpt_raid.c

2005-11-14 Thread Alexander Kabaev
kan 2005-11-15 02:38:35 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.h mpt_raid.c Log: Keep track of volumes in non-optimal state and expose a simple count of volumes that might need administrator attention through device specific sysctl to simplify

cvs commit: src/sys/dev/sound/pcm channel.c

2005-11-14 Thread Alexander Kabaev
kan 2005-11-15 04:19:27 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmchannel.c Log: Unbreak kernel builds. Submitted by: arr Revision ChangesPath 1.104 +2 -2 src/sys/dev/sound/pcm/channel.c ___

cvs commit: src/include dlfcn.h src/lib/libc/gen dlfcn.c src/libexec/rtld-elf map_object.c rtld.c rtld.h src/libexec/rtld-elf/alpha reloc.c src/libexec/rtld-elf/amd64 reloc.c src/libexec/rtld-elf/arm

2005-12-18 Thread Alexander Kabaev
kan 2005-12-18 19:43:33 UTC FreeBSD src repository Modified files: include dlfcn.h lib/libc/gen dlfcn.c libexec/rtld-elf map_object.c rtld.c rtld.h libexec/rtld-elf/alpha reloc.c libexec/rtld-elf/amd64 reloc.c libexec/rtld-elf/arm

Re: cvs commit: src/sys/kern vfs_syscalls.c

2005-12-19 Thread Alexander Kabaev
ms without the Giant aquisition. > > -- > Christian S.J. Peron > [EMAIL PROTECTED] > FreeBSD Committer > FreeBSD Security Team As far as I can see, the code changes apply only to descriptors backed by vnodes, and vn_closefile takes care of acquiring Giant before calling into non

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

2005-12-22 Thread Alexander Kabaev
kan 2005-12-22 16:42:38 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: Initialize object dagmembers list before checking version dependencies. Revision ChangesPath 1.110 +2 -4 src/libexec/rtld-elf/rtld.c __

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

2005-12-23 Thread Alexander Kabaev
kan 2005-12-23 15:30:53 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: Remove debugging statement that slipped into lone of the previous commits unintentionally. Revision ChangesPath 1.111 +0 -1 src/libexec/rtld-elf/rtld.c _

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

2005-12-24 Thread Alexander Kabaev
kan 2005-12-24 15:37:30 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: Make lookups for relocations from old unversioned binaries return oldest versioned symbol available. Do not accept hidden symbols for all other versions. Use "path>: "

cvs commit: src/sys/kern kern_switch.c

2005-12-28 Thread Alexander Kabaev
kan 2005-12-28 17:13:31 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Trim trailing whitespace. Revision ChangesPath 1.120 +45 -46src/sys/kern/kern_switch.c ___ cvs-all@freebs

cvs commit: ports/devel/linux_kdump Makefile distinfo pkg-descr

2006-01-02 Thread Alexander Kabaev
kan 2006-01-02 23:00:46 UTC FreeBSD ports repository Added files: devel/linux_kdumpMakefile distinfo pkg-descr Log: Bring back linux_kdump. It builds just fine using devel/linux_devtools-8. Revision ChangesPath 1.25 +40 -0 ports/devel/linux_kdump/Make

cvs commit: ports/devel/linux_kdump/files patch-mkioctls.linux

2006-01-02 Thread Alexander Kabaev
kan 2006-01-02 23:02:11 UTC FreeBSD ports repository Added files: devel/linux_kdump/files patch-mkioctls.linux Log: Bring back linux_kdump. It builds just fine using devel/linux_devtools-8. Revision ChangesPath 1.3 +11 -0 ports/devel/linux_kdump/files/pa

cvs commit: src/gnu/usr.bin/gdb/kgdb main.c

2006-01-04 Thread Alexander Kabaev
kan 2006-01-04 23:17:52 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb main.c Log: Add -w parameter which tells kgdb to open kmem-based targets in read-write mode. This allows one to use kgdb on /dev/mem and be able to patch memory on a live system. This

cvs commit: ports/devel Makefile

2006-01-05 Thread Alexander Kabaev
kan 2006-01-05 20:57:06 UTC FreeBSD ports repository Modified files: develMakefile Log: Reconnect linux_kdump. Revision ChangesPath 1.2093+1 -0 ports/devel/Makefile ___ cvs-all@freebsd.org mailin

cvs commit: CVSROOT modules

2006-01-05 Thread Alexander Kabaev
kan 2006-01-05 21:16:14 UTC FreeBSD ports repository Modified files: .modules Log: linux_kdump => ports/devel/linux_kdump Revision ChangesPath 1.14066 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.

cvs commit: ports/sysutils/screen/files patch-pty.c

2006-02-09 Thread Alexander Kabaev
kan 2006-02-10 02:25:56 UTC FreeBSD ports repository Added files: sysutils/screen/files patch-pty.c Log: Add a trivial patch to fix screen compiles on post-pmtx FreeBSD 7-current systems. Approved by: maintainer timeout Revision ChangesPath 1.1 +15 -0

cvs commit: src/lib/libc/stdlib grantpt.c

2006-02-12 Thread Alexander Kabaev
kan 2006-02-13 00:04:04 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c Log: Remove extra slash from pty slave device name returned by ptsname. Revision ChangesPath 1.7 +1 -1 src/lib/libc/stdlib/grantpt.c __

cvs commit: ports/devel/linux_kdump Makefile

2006-02-13 Thread Alexander Kabaev
kan 2006-02-13 17:26:02 UTC FreeBSD ports repository Modified files: devel/linux_kdumpMakefile Log: Unbreak compiles on FreeBSD 4.x. Newer Linux headers (gconv.h) contain constructs not supported by GCC 2.95.x, so just use newer compiler to build linux_kdump from now

Re: cvs commit: src/libexec/rtld-elf/i386 rtld_machdep.h

2006-03-28 Thread Alexander Kabaev
use of this file in threading libraries is illegal and should be fixed instead. -- Alexander Kabaev ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/lib/libc/arm SYS.h

2006-05-22 Thread Alexander Kabaev
> Revision ChangesPath > 1.3 +0 -9 src/lib/libc/arm/SYS.h > > http://cvsweb.FreeBSD.org/src/lib/libc/arm/SYS.h.diff?r1=1.2&r2=1.3 What is core doing about this??? -- Alexander Kabaev signature.asc Description: PGP signature

cvs commit: CVSROOT access

2006-06-03 Thread Alexander Kabaev
kan 2006-06-03 16:43:34 UTC FreeBSD src repository Modified files: .access Log: Welcome Kostik Belousov to the ranks of src committers. Kostik has been tricked into working on various VFS issues and will be bringing in his patch for Giant-less UFS quot

cvs commit: src/gnu/lib/libgcc_r Makefile

2006-06-06 Thread Alexander Kabaev
kan 2006-06-06 19:31:45 UTC FreeBSD src repository Removed files: gnu/lib/libgcc_r Makefile Log: Garbage collect library we did not compile for ages. Revision ChangesPath 1.6 +0 -7 src/gnu/lib/libgcc_r/Makefile (dead) ___

Re: cvs commit: src/sys/gnu/fs/xfs/FreeBSD xfs_mountops.c

2006-06-10 Thread Alexander Kabaev
) _xfs_mount() fails > (2) at the end of _xfs_unmount() > > Revision ChangesPath > 1.6 +36 -3 src/sys/gnu/fs/xfs/FreeBSD/xfs_mountops.c > > http://cvsweb.FreeBSD.org/src/sys/gnu/fs/xfs/FreeBSD/xfs_mountops.c.diff?r1=1.5&r2=1.6 xfs_blkdev_put? -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/sys/gnu/fs/xfs/FreeBSD xfs_mountops.c

2006-06-10 Thread Alexander Kabaev
S was responsible in the past for releasing all devices it opened, and that should get fixed if it got broken somehow instead of adding ad-hoc patches to plaster over the real issue. -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefil

2006-08-24 Thread Alexander Kabaev
ip_raudio_pxy.c ip_rcmd_pxy.c > ip_rpcb_pxy.c ip_scan.c ip_scan.h > ip_state.c ip_state.h ip_sync.c > ip_sync.h ipl.h mlfk_ipl.c > Log: > MFC: ipfilter 4.1.13 This begs for a question: if ipfilter can not be updated without breaking the tree anymore, does it belong there in the first place? -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-24 Thread Alexander Kabaev
On Thu, 24 Aug 2006 15:36:28 +0200 Guido van Rooij <[EMAIL PROTECTED]> wrote: > On Thu, Aug 24, 2006 at 09:20:02AM -0400, Alexander Kabaev wrote: > > On Thu, 24 Aug 2006 07:37:12 + (UTC) > > Guido van Rooij <[EMAIL PROTECTED]> wrote: > > > >

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-24 Thread Alexander Kabaev
On Thu, 24 Aug 2006 22:58:54 +0200 Guido van Rooij <[EMAIL PROTECTED]> wrote: > On Thu, Aug 24, 2006 at 10:16:06AM -0400, Alexander Kabaev wrote: > > Tree without ipfilter or ipfilter without tree - this is a > > technicality. > > > > Seriously though, I wo

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-25 Thread Alexander Kabaev
On Sat, 26 Aug 2006 15:30:29 +1200 Andrew Thompson <[EMAIL PROTECTED]> wrote: > On Fri, Aug 25, 2006 at 07:31:20PM -0700, Steve Kargl wrote: > > On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote: > > > On Thu, 2006-Aug-24 18:44:02 -0400, Alexander Kabaev wrote

cvs commit: src/contrib/gcc builtins.c c-common.c c-common.h c-decl.c configure cppinit.c gcc.c toplev.c version.c src/contrib/gcc/config x-linux src/contrib/gcc/config/alpha alpha.c src/contrib/gcc/c

2006-08-26 Thread Alexander Kabaev
kan 2006-08-26 21:37:21 UTC FreeBSD src repository Modified files: contrib/gcc builtins.c c-common.c c-common.h c-decl.c configure cppinit.c gcc.c toplev.c version.c contrib/gcc/config/alpha alpha.c contrib/gcc

Re: cvs commit: src/contrib/gcc builtins.c c-common.c c-common.h c-decl.c configure cppinit.c gcc.c toplev.c version.c src/contrib/gcc/config x-linux src/contrib/gcc/config/alpha alpha.c src/

2006-08-26 Thread Alexander Kabaev
On Sat, 26 Aug 2006 21:37:21 + (UTC) Alexander Kabaev <[EMAIL PROTECTED]> wrote: > kan 2006-08-26 21:37:21 UTC > > FreeBSD src repository > > Modified files: > contrib/gcc builtins.c c-common.c c-common.h c-decl.c >

cvs commit: src/sys/crypto/sha2 sha2.c

2006-08-26 Thread Alexander Kabaev
kan 2006-08-26 21:48:00 UTC FreeBSD src repository Modified files: sys/crypto/sha2 sha2.c Log: GCC 3.4.6 gets confused on this file and produces bogus warning. Shut it up. Revision ChangesPath 1.8 +1 -1 src/sys/crypto/sha2/sha2.c

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

2006-08-26 Thread Alexander Kabaev
kan 2006-08-26 21:30:00 UTC FreeBSD src repository src/contrib/libstdc++ - Imported sources Update of /home/ncvs/src/contrib/libstdc++ In directory repoman.freebsd.org:/tmp/cvs-serv23882 Log Message: Gcc 3.4.6 C++ support bits (as of 2006/08/25 #116475). Status: V

cvs commit: src/contrib/libf2c - Imported sources

2006-08-26 Thread Alexander Kabaev
kan 2006-08-26 21:30:40 UTC FreeBSD src repository src/contrib/libf2c - Imported sources Update of /home/ncvs/src/contrib/libf2c In directory repoman.freebsd.org:/tmp/cvs-serv23979 Log Message: Gcc 3.4.6 F77 runtime support bits (as of 2006/08/25 #116475). . Status:

cvs commit: src/contrib/libobjc - Imported sources

2006-08-26 Thread Alexander Kabaev
kan 2006-08-26 21:30:29 UTC FreeBSD src repository src/contrib/libobjc - Imported sources Update of /home/ncvs/src/contrib/libobjc In directory repoman.freebsd.org:/tmp/cvs-serv23954 Log Message: Gcc 3.4.6 Objective C support bits (as of 2006/08/25 #116475). Status:

cvs commit: src/contrib/gcc - Imported sources

2006-08-26 Thread Alexander Kabaev
kan 2006-08-26 21:29:42 UTC FreeBSD src repository src/contrib/gcc - Imported sources Update of /home/ncvs/src/contrib/gcc In directory repoman.freebsd.org:/tmp/cvs-serv23856 Log Message: Gcc 3.4.6 as of 2006/08/25 #116475. Status: Vendor Tag: FSF Release Tags

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

2006-09-12 Thread Alexander Kabaev
kan 2006-09-12 21:57:28 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cpp Makefile Log: Remove redundant defines alerady set by Makefile.fe Revision ChangesPath 1.25 +0 -3 src/gnu/usr.bin/cc/cpp/Makefile

cvs commit: src/lib/libncp ncpl_file.c ncpl_misc.c ncpl_msg.c ncpl_nls.c ncpl_queue.c ncpl_rpc.c

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 01:30:04 UTC FreeBSD src repository Modified files: lib/libncp ncpl_file.c ncpl_misc.c ncpl_msg.c ncpl_nls.c ncpl_queue.c ncpl_rpc.c Log: Silence GCC4 warning. strlen, strcmp live in not . Revision ChangesPath

cvs commit: src/sys/amd64/include stdarg.h src/sys/arm/include stdarg.h src/sys/i386/include stdarg.h src/sys/ia64/include stdarg.h src/sys/powerpc/include stdarg.h src/sys/sparc64/include stdarg.h

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 01:37:02 UTC FreeBSD src repository Modified files: sys/amd64/includestdarg.h sys/arm/include stdarg.h sys/i386/include stdarg.h sys/ia64/include stdarg.h sys/powerpc/include stdarg.h sys/sparc64/include stdarg.h Log:

cvs commit: src/sys/sys cdefs.h

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 01:38:59 UTC FreeBSD src repository Modified files: sys/sys cdefs.h Log: Use __builtin_offsetof for GCC 4.1. Revision ChangesPath 1.93 +4 -0 src/sys/sys/cdefs.h ___ cvs-all@freebsd.o

cvs commit: src/usr.sbin/rip6query rip6query.c

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 01:41:03 UTC FreeBSD src repository Modified files: usr.sbin/rip6query rip6query.c Log: Do not use int where socklen_t is expected. Revision ChangesPath 1.8 +2 -1 src/usr.sbin/rip6query/rip6query.c __

cvs commit: src/usr.sbin/ndiscvt ndiscvt.c

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 01:47:32 UTC FreeBSD src repository Modified files: usr.sbin/ndiscvt ndiscvt.c Log: Silence GCC4 signed/unsigned pointer mismatch warning. Revision ChangesPath 1.13 +1 -1 src/usr.sbin/ndiscvt/ndiscvt.c _

cvs commit: src/usr.sbin/ngctl msg.c

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 01:48:48 UTC FreeBSD src repository Modified files: usr.sbin/ngctl msg.c Log: Silence GCC4 signed/unsigned pointer mismatch warning. Revision ChangesPath 1.8 +1 -1 src/usr.sbin/ngctl/msg.c ___

cvs commit: src/usr.sbin/IPXrouted main.c

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 02:01:47 UTC FreeBSD src repository Modified files: usr.sbin/IPXrouted main.c Log: Do not use int where socklen_t is expected. Revision ChangesPath 1.13 +2 -1 src/usr.sbin/IPXrouted/main.c ___

cvs commit: src/usr.bin/xlint/xlint xlint.c

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 02:05:39 UTC FreeBSD src repository Modified files: usr.bin/xlint/xlint xlint.c Log: Pass "-Wtraditional -Wno-system-headers" to compiler as two separate arguments. GCC4 was unhappy with them combined, while GCC 3.4 did not care. Revision Changes

Re: cvs commit: src/lib/libncp ncpl_file.c ncpl_misc.c ncpl_msg.c ncpl_nls.c ncpl_queue.c ncpl_rpc.c

2006-09-20 Thread Alexander Kabaev
On Thu, 21 Sep 2006 01:30:05 + (UTC) Alexander Kabaev <[EMAIL PROTECTED]> wrote: > kan 2006-09-21 01:30:04 UTC > > FreeBSD src repository > > Modified files: > lib/libncp ncpl_file.c ncpl_misc.c ncpl_msg.c >

cvs commit: src/gnu/usr.bin/cc/cc_tools freebsd-native.h

2006-09-20 Thread Alexander Kabaev
kan 2006-09-21 03:27:07 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Bump __FreeBSD_cc_version in case someone cares for differences between GCC 3.4.4 and GCC 3.4.6 on -current. Revision ChangesPath 1.27 +1 -1

cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c

2006-09-21 Thread Alexander Kabaev
kan 2006-09-21 14:40:20 UTC FreeBSD src repository Modified files: lib/libc/stdio vfprintf.c vfwprintf.c Log: Use correct type in va_arg argument. Revision ChangesPath 1.74 +1 -1 src/lib/libc/stdio/vfprintf.c 1.26 +1 -1 src/lib/libc/std

cvs commit: src/usr.sbin/authpf Makefile

2006-09-21 Thread Alexander Kabaev
kan 2006-09-21 18:16:22 UTC FreeBSD src repository Modified files: usr.sbin/authpf Makefile Log: Do not bypass WARNS machinery by hadcoding -Werror into CFLAGS. Revision ChangesPath 1.4 +1 -1 src/usr.sbin/authpf/Makefile ___

cvs commit: src/lib/libc/isc eventlib_p.h

2006-09-21 Thread Alexander Kabaev
kan 2006-09-22 01:52:26 UTC FreeBSD src repository Modified files: lib/libc/isc eventlib_p.h Log: Do not declare __evOptMonoTime static in one place and extern in another. GCC4 does not like that. Revision ChangesPath 1.3 +2 -0 src/lib/libc/is

cvs commit: src/gnu/lib/libstdc++ config.h

2006-09-22 Thread Alexander Kabaev
kan 2006-09-22 15:08:08 UTC FreeBSD src repository Modified files: gnu/lib/libstdc++config.h Log: Reduce diffs with file generated by FSF configure. Revision ChangesPath 1.14 +18 -12src/gnu/lib/libstdc++/config.h __

cvs commit: ports/sysutils/ltrace Makefile

2006-06-14 Thread Alexander Kabaev
kan 2006-06-14 17:26:18 UTC FreeBSD ports repository Modified files: sysutils/ltrace Makefile Log: Minimal fixup to make REINPLACE_CMD visible to the Makefile. Revision ChangesPath 1.11 +1 -0 ports/sysutils/ltrace/Makefile __

cvs commit: ports/sysutils/ltrace Makefile

2006-06-14 Thread Alexander Kabaev
kan 2006-06-14 20:53:50 UTC FreeBSD ports repository Modified files: sysutils/ltrace Makefile Log: Back out last change. It was caused by me running with Mk/ stuck in the past through use of stricky tag. Pointed out by: pav Revision ChangesPath 1.12

cvs commit: src/sbin/ipf/libipf Makefile

2006-08-16 Thread Alexander Kabaev
kan 2006-08-17 03:19:38 UTC FreeBSD src repository Modified files: sbin/ipf/libipf Makefile Log: Regularly scheduled patch to unbreak regularly scheduled post-ipfilter buildworld breakage. Exclude loglevel.c from the build. It does not appear to be used by anyth

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

2006-08-18 Thread Alexander Kabaev
kan 2006-08-19 00:52:54 UTC FreeBSD src repository Modified files: gnu/lib/libsupc++Makefile Log: Update libsupc++ to include missing files. This was fixed in libstdc++ a long time ago, but libsupc++ was left out somehow, PR: gnu/99702 Submitted by: George

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

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 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: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/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/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 _

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

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/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 __

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/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/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: 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/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

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

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/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/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/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/

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

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

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

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-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

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

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/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 ___

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

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/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/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: 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: 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: 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: 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

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

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/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

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/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)

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/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/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/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/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/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/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/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:

  1   2   3   >