cvs commit: src/contrib/libbegemot rpoll.c

2006-02-06 Thread Hartmut Brandt
harti 2006-02-07 07:58:11 UTC FreeBSD src repository Modified files:(Branch: BEGEMOT) contrib/libbegemot rpoll.c Log: Vendor patch: remove the s that somehow crept in during initial commit. Revision ChangesPath 1.1.1.2 +714 -714 src/contrib/libbegemot/r

Re: cvs commit: projects/csup misc.c mux.c threads.c

2006-02-06 Thread Dmitry Morozovsky
On Tue, 7 Feb 2006, Maxime Henrion wrote: MH> mux 2006-02-07 04:00:30 UTC MH> MH> FreeBSD projects repository MH> MH> Modified files: MH> csup misc.c mux.c threads.c [snip] MH> With these changes to the multiplexer code, csup now longer stupidly MH> hangs wh

cvs commit: ports/x11-themes/gnome-backgrounds Makefile distinfo

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-07 07:13:50 UTC FreeBSD ports repository Modified files: x11-themes/gnome-backgrounds Makefile distinfo Log: Update to 2.12.3. Revision ChangesPath 1.8 +5 -1 ports/x11-themes/gnome-backgrounds/Makefile 1.7 +3 -3 ports/x11-themes

cvs commit: ports/www/WebMagick Makefile pkg-plist

2006-02-06 Thread Andrey A. Chernov
ache2006-02-07 06:04:10 UTC FreeBSD ports repository Modified files: www/WebMagickMakefile pkg-plist Log: Add @dirrmtry www/data Revision ChangesPath 1.61 +1 -1 ports/www/WebMagick/Makefile 1.8 +1 -0 ports/www/WebMagick/pkg-plist ___

cvs commit: ports/www/gallery Makefile distinfo

2006-02-06 Thread Cheng-Lung Sung
clsung 2006-02-07 05:54:29 UTC FreeBSD ports repository Modified files: www/gallery Makefile distinfo Log: - Update to 1.5.2.2 - Authors of gallery strongly recommend to upgrade to 1.5.2-pl2 PR: 92938 Submitted by: clsung Approved by:maint

cvs commit: projects/csup misc.c mux.c threads.c

2006-02-06 Thread Maxime Henrion
mux 2006-02-07 04:00:30 UTC FreeBSD projects repository Modified files: csup misc.c mux.c threads.c Log: - Add assertions to ensure that no pthread_mutex_{lock,unlock}() call fails, wrapping them into foo_lock()/foo_unlock() functions when necessary.

cvs commit: src/release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 03:34:28 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml Log: Review and update the processor/chipset specific support. Replace the dead links to the Itanium and Itanium 2 pages on the Intel site. Revis

cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 03:32:22 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: o Review and update the support for devices on ia64. o Add uart(4). o Remove sab(4) and zs(4) (sparc64 only), as their functionality has be

cvs commit: projects/csup stream.c

2006-02-06 Thread Maxime Henrion
mux 2006-02-07 03:31:44 UTC FreeBSD projects repository Modified files: csup stream.c Log: Ignore an error in zfilter_fini(). At this point, we can do nothing about it and it can happen legitimately if we're being disconnected. Revision ChangesPat

cvs commit: ports/devel/p5-SVN-Mirror Makefile distinfo

2006-02-06 Thread Cheng-Lung Sung
clsung 2006-02-07 03:31:16 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Mirror Makefile distinfo Log: - Update to 0.68 PR: 92935 Submitted by: maintainer Revision ChangesPath 1.28 +1 -1 ports/devel/p5-SVN-Mirror/Makefile

cvs commit: src/share/man/man4 uart.4

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 03:27:06 UTC FreeBSD src repository Modified files: share/man/man4 uart.4 Log: Add a HARDWARE section, required for autogeneration of the release notes. MFC after: 3 days Revision ChangesPath 1.6 +18 -0 src/share/man/man4/uart

cvs commit: src/release/doc/share/misc dev.archlist.txt

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 03:25:18 UTC FreeBSD src repository Modified files: release/doc/share/misc dev.archlist.txt Log: Add uart(4). MFC after: 3 days Revision ChangesPath 1.77 +1 -0 src/release/doc/share/misc/dev.archlist.txt __

cvs commit: src/sys/i386/i386 machdep.c src/sys/amd64/amd64 machdep.c

2006-02-06 Thread David Xu
davidxu 2006-02-07 03:10:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/i386/i386machdep.c sys/amd64/amd64 machdep.c Log: MFC amd64/amd64/machdep.c revision 1.646, i386/i386/machdep.c revision 1.622 > > Clear carry flag in

cvs commit: src/lib/libthread_db libthr_db.c

2006-02-06 Thread David Xu
davidxu 2006-02-07 02:55:34 UTC FreeBSD src repository Modified files: lib/libthread_db libthr_db.c Log: Use ps_linfo to retrieve LWP info, current it is used to retrieve signal mask and pending signals. Revision ChangesPath 1.11 +6 -0 src/lib/libthrea

cvs commit: src/lib/libthread_db libpthread_db.c

2006-02-06 Thread David Xu
davidxu 2006-02-07 02:51:25 UTC FreeBSD src repository Modified files: lib/libthread_db libpthread_db.c Log: Use ps_linfo to retrieve LWP info. Revision ChangesPath 1.13 +1 -1 src/lib/libthread_db/libpthread_db.c _

cvs commit: projects/csup threads.h

2006-02-06 Thread Maxime Henrion
mux 2006-02-07 02:46:09 UTC FreeBSD projects repository Modified files: csup threads.h Log: Remove two prototypes for non-existent functions. Probably dates back from the time when I was designing this API. Revision ChangesPath 1.5 +1 -3

cvs commit: projects/csup fattr.c

2006-02-06 Thread Maxime Henrion
mux 2006-02-07 02:35:27 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Fix typo in assertion. Revision ChangesPath 1.32 +2 -2 projects/csup/fattr.c ___ cvs-all@freebsd.org mai

cvs commit: src/include proc_service.h src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2006-02-06 Thread David Xu
davidxu 2006-02-07 02:29:55 UTC FreeBSD src repository Modified files: include proc_service.h gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: Introduce a new proc service routine ps_linfo() to get LWP info. Revision ChangesPath 1.15 +14 -0 src/gn

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-02-06 Thread Bruce Evans
On Mon, 6 Feb 2006, Nate Lawson wrote: Oleg Bulyzhin wrote: On Mon, Feb 06, 2006 at 02:21:09PM -0800, Nate Lawson wrote: Oleg Bulyzhin wrote: Other style bugs in the (not quoted) declaration of `sum' are the missing blank line after the declarations and the type of the variable. I think the

cvs commit: src/lib/libthread_db libpthread_db.c

2006-02-06 Thread David Xu
davidxu 2006-02-07 02:12:33 UTC FreeBSD src repository Modified files: lib/libthread_db libpthread_db.c Log: Replace ptrace syscall with ps_lgetgregs to check a LWP's existence. Revision ChangesPath 1.12 +2 -2 src/lib/libthread_db/libpthread_db.c ___

cvs commit: ports/devel/ORBit2 Makefile pkg-plist

2006-02-06 Thread Alexander Nedotsukov
bland 2006-02-07 02:10:08 UTC FreeBSD ports repository Modified files: devel/ORBit2 Makefile pkg-plist Log: Fix plist (leftover %D prefix in @dirrmtry entry). Revision ChangesPath 1.113 +1 -0 ports/devel/ORBit2/Makefile 1.31 +3 -3 ports/

cvs commit: ports/x11-toolkits/gtkmm24 Makefile pkg-plist

2006-02-06 Thread Alexander Nedotsukov
bland 2006-02-07 02:07:58 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkmm24 Makefile pkg-plist Log: - Fix plist (leftover %D prefix in @dirrmtry entry). [1] - Remove obsolete USE_REINPLACE. Reported by:krismail [1] Revision ChangesPath 1.9

cvs commit: src/sys/ia64/ia64 mca.c

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 02:02:14 UTC FreeBSD src repository Modified files: sys/ia64/ia64mca.c Log: Allocate memory for the MCA state information with M_NOWAIT. We can get a MCA event at any moment and it may not be safe to sleep. MFC after: 3 days Revision Change

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-02-06 Thread Pyun YongHyeon
On Mon, Feb 06, 2006 at 03:24:50PM -0800, Nate Lawson wrote: > Nate Lawson wrote: > >Oleg Bulyzhin wrote: > > > >>On Mon, Feb 06, 2006 at 02:21:09PM -0800, Nate Lawson wrote: > >> > >>>Oleg Bulyzhin wrote: > >>> > nq = q->m_nextpkt; > q->m_nextpkt = NULL; >

cvs commit: src/sys/amd64/amd64 machdep.c src/sys/i386/i386 machdep.c

2006-02-06 Thread David Xu
davidxu 2006-02-07 00:29:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/amd64 machdep.c sys/i386/i386machdep.c Log: MFC amd64/amd64/machdep.c revision 1.646, i386/i386/machdep.c revision 1.622 > > Clear carry flag in

cvs commit: ports/audio/akode pkg-descr ports/audio/akode-plugins-jack pkg-descr ports/audio/akode-plugins-mpc pkg-descr ports/audio/akode-plugins-mpeg pkg-descr ports/audio/akode-plugins-oss pkg-desc

2006-02-06 Thread Michael Nottebrock
lofi2006-02-07 00:26:00 UTC FreeBSD ports repository Modified files: audio/akode pkg-descr audio/akode-plugins-jack pkg-descr audio/akode-plugins-mpc pkg-descr audio/akode-plugins-mpeg pkg-descr audio/akode-plugins-oss pkg-descr audio/akode-plugin

cvs commit: ports/audio/akode Makefile distinfo ports/audio/akode-plugins-jack Makefile distinfo ports/audio/akode-plugins-mpc Makefile distinfo ports/audio/akode-plugins-mpeg Makefile distinfo ...

2006-02-06 Thread Michael Nottebrock
lofi2006-02-07 00:19:56 UTC FreeBSD ports repository Modified files: audio/akode Makefile distinfo audio/akode-plugins-jack Makefile distinfo audio/akode-plugins-mpc Makefile distinfo audio/akode-plugins-mpeg Makefile distinfo audio/akode-plugins-oss M

cvs commit: ports/x11-toolkits/libgnomeui Makefile distinfo pkg-plist

2006-02-06 Thread Michael Johnson
ahze2006-02-07 00:16:56 UTC FreeBSD ports repository Modified files: x11-toolkits/libgnomeui Makefile distinfo pkg-plist Log: - Update to 2.12.1 Revision ChangesPath 1.44 +1 -2 ports/x11-toolkits/libgnomeui/Makefile 1.26 +3 -3 ports/x11-toolk

cvs commit: ports/x11-wm/metacity Makefile distinfo

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-06 23:47:49 UTC FreeBSD ports repository Modified files: x11-wm/metacity Makefile distinfo Log: Update to 2.12.3. Revision ChangesPath 1.45 +1 -1 ports/x11-wm/metacity/Makefile 1.30 +3 -3 ports/x11-wm/metacity/distinfo __

cvs commit: ports/java/jcommon Makefile distinfo

2006-02-06 Thread Herve Quiroz
hq 2006-02-06 23:26:40 UTC FreeBSD ports repository Modified files: java/jcommon Makefile distinfo Log: - Update to 1.0.0 - Add 'devel' category - Use USE_ANT - Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed - Cleanup: remove now useless PLIST_

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-02-06 Thread Nate Lawson
Nate Lawson wrote: Oleg Bulyzhin wrote: On Mon, Feb 06, 2006 at 02:21:09PM -0800, Nate Lawson wrote: Oleg Bulyzhin wrote: nq = q->m_nextpkt; q->m_nextpkt = NULL; m->m_pkthdr.csum_flags &= q->m_pkthdr.csum_flags; -m->m_pkthdr.csum_data += q->m_pkthdr.csum_data

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-02-06 Thread Nate Lawson
Oleg Bulyzhin wrote: On Mon, Feb 06, 2006 at 02:21:09PM -0800, Nate Lawson wrote: Oleg Bulyzhin wrote: nq = q->m_nextpkt; q->m_nextpkt = NULL; m->m_pkthdr.csum_flags &= q->m_pkthdr.csum_flags; - m->m_pkthdr.csum_data += q->m_pkthdr.c

cvs commit: src/sys/conf files src/sys/security/audit audit.c audit_pipe.c audit_private.h

2006-02-06 Thread Robert Watson
rwatson 2006-02-06 22:50:39 UTC FreeBSD src repository Modified files: sys/conf files sys/security/audit audit.c audit_private.h Added files: sys/security/audit audit_pipe.c Log: Add support for audit pipe special devices, which allow user space appl

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-02-06 Thread Oleg Bulyzhin
On Mon, Feb 06, 2006 at 02:21:09PM -0800, Nate Lawson wrote: > Oleg Bulyzhin wrote: > >On Sun, Feb 05, 2006 at 05:58:17PM -0600, Alan Cox wrote: > >>Unfortunately, it also breaks NFS over UDP. Let me know if you need > >>details. > >> > >>Alan > > > > > >Fix attached. It's not bge problem it's fiv

cvs commit: src/sys/conf files

2006-02-06 Thread Robert Watson
rwatson 2006-02-06 22:34:29 UTC FreeBSD src repository Modified files: sys/conf files Log: Alphabetize. Revision ChangesPath 1.1094+3 -3 src/sys/conf/files ___ cvs-all@freebsd.org mailing list http://lis

cvs commit: src/sys/security/audit audit.c

2006-02-06 Thread Robert Watson
rwatson 2006-02-06 22:30:55 UTC FreeBSD src repository Modified files: sys/security/audit audit.c Log: Manage audit record memory with the slab allocator, turning initialization routines into a ctor, tear-down to a dtor, cleaning up, etc. This will allow audit records to b

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-02-06 Thread Nate Lawson
Oleg Bulyzhin wrote: On Sun, Feb 05, 2006 at 05:58:17PM -0600, Alan Cox wrote: Unfortunately, it also breaks NFS over UDP. Let me know if you need details. Alan Fix attached. It's not bge problem it's five years old bug in ip_reass(). Index: ip_input.c =

cvs commit: ports/www/chpasswd Makefile pkg-plist

2006-02-06 Thread Erwin Lansing
erwin 2006-02-06 22:19:53 UTC FreeBSD ports repository Modified files: www/chpasswd Makefile pkg-plist Log: - dirrmtry www/cgi-bin - Bump PORTREVISION PR: 92919 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> (maintainer) Reported by:kri

cvs commit: src/sys/arm/at91 if_ate.c

2006-02-06 Thread Olivier Houchard
cognet 2006-02-06 22:17:42 UTC FreeBSD src repository Modified files: sys/arm/at91 if_ate.c Log: - Call mii_phy_probe() after we allocated an ifp. mii has this evil hack where it assumes the first field of the driver softc is the struct ifnet, and it copies its value

cvs commit: ports/lang/gfortran Makefile

2006-02-06 Thread Gerald Pfeifer
gerald 2006-02-06 22:16:04 UTC FreeBSD ports repository Modified files: lang/gfortranMakefile Log: Base this port on lang/gcc41 instead of lang/gcc40. The former has not formally been released yet, but it's very close and Fortran support is so much better than in th

cvs commit: src/sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c

2006-02-06 Thread Robert Watson
rwatson 2006-02-06 22:15:00 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c Log: Regenerate. Revision ChangesPath 1.23 +0 -0 src/sys/i386/ibcs2/ibcs2_proto.h 1.20 +

cvs commit: src/sys/i386/ibcs2 syscalls.master

2006-02-06 Thread Robert Watson
rwatson 2006-02-06 22:14:50 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 syscalls.master Log: Assign audit event identifiers to ibcs2 system calls. Obtained from: TrustedBSD Project Revision ChangesPath 1.22 +50 -50src/sys/i386/ibcs2/

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-02-06 Thread Oleg Bulyzhin
On Sun, Feb 05, 2006 at 05:58:17PM -0600, Alan Cox wrote: > On Thu, Feb 02, 2006 at 01:06:37PM +0300, Oleg Bulyzhin wrote: > > On Thu, Feb 02, 2006 at 09:58:32AM +, Oleg Bulyzhin wrote: > > > oleg2006-02-02 09:58:32 UTC > > > > > > FreeBSD src repository > > > > > > Modified files

cvs commit: ports/devel/swig13 Makefile

2006-02-06 Thread Erwin Lansing
erwin 2006-02-06 22:09:19 UTC FreeBSD ports repository Modified files: devel/swig13 Makefile Log: Reset maintainership PR: 92915 Submitted by: Soeren Straarup <[EMAIL PROTECTED]> (ex-maintainer) Revision ChangesPath 1.67 +1 -1

cvs commit: src/sys/alpha/linux linux_machdep.c src/sys/alpha/osf1 osf1_misc.c src/sys/amd64/linux32 linux32_machdep.c src/sys/compat/freebsd32 freebsd32_misc.c src/sys/compat/svr4 svr4_misc.c src/sys

2006-02-06 Thread John Baldwin
jhb 2006-02-06 22:06:54 UTC FreeBSD src repository Modified files: sys/alpha/linux linux_machdep.c sys/alpha/osf1 osf1_misc.c sys/amd64/linux32linux32_machdep.c sys/compat/freebsd32 freebsd32_misc.c sys/compat/svr4 svr4_misc.c sys/i386/

cvs commit: ports/archivers/fileroller Makefile distinfo pkg-plist

2006-02-06 Thread Michael Johnson
ahze2006-02-06 22:06:08 UTC FreeBSD ports repository Modified files: archivers/fileroller Makefile distinfo pkg-plist Log: - Update to 2.12.3 Revision ChangesPath 1.51 +1 -2 ports/archivers/fileroller/Makefile 1.31 +3 -3 ports/archivers/filer

cvs commit: ports/net/asterisk Makefile pkg-plist

2006-02-06 Thread Maxim Sobolev
sobomax 2006-02-06 22:03:50 UTC FreeBSD ports repository Modified files: net/asterisk Makefile pkg-plist Log: Fix PLIST on 4.x (one of the modules can not be built due to absend va_copy() function). Submitted by: Dan Lukes <[EMAIL PROTECTED]> Revisio

cvs commit: src/sys/i386/ibcs2 ibcs2_xenix.c src/sys/kern vfs_syscalls.c src/sys/sys syscallsubr.h

2006-02-06 Thread John Baldwin
jhb 2006-02-06 22:00:53 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_xenix.c sys/kern vfs_syscalls.c sys/sys syscallsubr.h Log: Add a kern_eaccess() function and use it to implement xenix_eaccess() rather than kern

cvs commit: src/sys/kern kern_exit.c kern_kthread.c

2006-02-06 Thread John Baldwin
jhb 2006-02-06 21:56:13 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c kern_kthread.c Log: - Move the wakeup() for exiting kthreads out of exit1() and into kthread_exit() as that is cleaner and less obscured. It also does the wakeup soone

cvs commit: src/sys/kern kern_fork.c

2006-02-06 Thread John Baldwin
jhb 2006-02-06 21:54:48 UTC FreeBSD src repository Modified files: sys/kern kern_fork.c Log: We don't need the proc lock to check P_KTHREAD on curthread since it is only set before the kthread starts executing and is never cleared. Revision ChangesPath

cvs commit: ports/graphics/eog Makefile distinfo pkg-plist

2006-02-06 Thread Michael Johnson
ahze2006-02-06 21:47:38 UTC FreeBSD ports repository Modified files: graphics/eog Makefile distinfo pkg-plist Log: - Update to 2.12.3 Revision ChangesPath 1.38 +1 -1 ports/graphics/eog/Makefile 1.15 +3 -3 ports/graphics/eog/distinfo

cvs commit: ports/irc/muh Makefile

2006-02-06 Thread Oliver Lehmann
oliver 2006-02-06 21:44:53 UTC FreeBSD ports repository Modified files: irc/muh Makefile Log: fix password checking if the crypted password is 28 chars long and not 13 update PORTREVISION Revision ChangesPath 1.22 +3 -1 ports/irc/muh/Makefile

cvs commit: ports/security/uvscan-dat Makefile distinfo

2006-02-06 Thread James E. Housley
jeh 2006-02-06 21:22:29 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4690 Revision ChangesPath 1.495 +1 -1 ports/security/uvscan-dat/Makefile 1.490 +3 -3 ports/security/uvscan-dat/distin

cvs commit: doc/en_US.ISO8859-1/books/dev-model book.sgml

2006-02-06 Thread Joel Dahl
joel2006-02-06 21:05:03 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/dev-model book.sgml Log: - Update Postmaster. - Remove the XFree86 Project, Inc. Liaison entry. - Update Bugmeister. - Fix wording in two sentences. Revision ChangesPa

cvs commit: ports/www/seamonkey/files patch-extensions_transformiix_source_base_Double.cpp

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-06 20:54:36 UTC FreeBSD ports repository Added files: www/seamonkey/files patch-extensions_transformiix_source_base_Double.cpp Log: Attempt to fix the build on sparc64. Revision ChangesPath 1.1 +23 -0 ports/www/sea

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-02-06 Thread Gleb Smirnoff
Paul, On Mon, Feb 06, 2006 at 08:03:04AM -0800, Paul Saab wrote: P> revision 1.17 P> date: 2002/07/04 23:19:20; author: jdp; state: Exp; lines: +1 -1 P> Disable hardware checksum offloading of IP fragments in the bge P> driver. I tried a few obvious experiments, but was unable to make P> the

cvs commit: ports/net/asterisk/files patch-channels::chan_h323.c

2006-02-06 Thread Maxim Sobolev
sobomax 2006-02-06 20:39:59 UTC FreeBSD ports repository Added files: net/asterisk/files patch-channels::chan_h323.c Log: Fix build on 4.x. Submitted by: Tod McQuillin Revision ChangesPath 1.7 +13 -0 ports/net/asterisk/files/patch-channels::chan_h32

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

2006-02-06 Thread Alexander Leidinger
netchild2006-02-06 20:29:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/usb ums.c Log: MFC rev 1.79 and 1.80: Allow to use more than 7 buttons (31 in case you don't want to look at the code) with USB mice. Requested by: SeÃ

cvs commit: src/share/man/man4 audit.4

2006-02-06 Thread Robert Watson
rwatson 2006-02-06 20:27:00 UTC FreeBSD src repository Modified files: share/man/man4 audit.4 Log: Clarify and expand on some of the points about audit pipe devices. Discussed with: remko Revision ChangesPath 1.6 +15 -9 src/share/man/man4/audit.4

cvs commit: ports/databases/jasperreports Makefile distinfo

2006-02-06 Thread Thierry Thomas
thierry 2006-02-06 20:24:49 UTC FreeBSD ports repository Modified files: databases/jasperreports Makefile distinfo Log: Upgrade to 1.2.0. Changelog at Revision ChangesPath 1.8

cvs commit: CVSROOT modules ports LEGAL MOVED ports/graphics Makefile ports/graphics/linux-bmrt Makefile distinfo pkg-descr pkg-plist

2006-02-06 Thread Tim Bishop
tdb 2006-02-06 20:20:15 UTC FreeBSD ports repository Modified files: .modules .LEGAL MOVED graphics Makefile Removed files: graphics/linux-bmrt Makefile distinfo pkg-descr pkg-plist Log: - Remove port; proj

cvs commit: ports/sysutils/nautilus-cd-burner Makefile distinfo pkg-plist

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-06 19:57:51 UTC FreeBSD ports repository Modified files: sysutils/nautilus-cd-burner Makefile distinfo pkg-plist Log: Update to 2.12.3. Revision ChangesPath 1.26 +1 -1 ports/sysutils/nautilus-cd-burner/Makefile 1.14 +3 -3 ports/sy

cvs commit: ports/emulators/xmame Makefile

2006-02-06 Thread Pav Lucistnik
pav 2006-02-06 19:52:03 UTC FreeBSD ports repository Modified files: emulators/xmame Makefile Log: - Require gcc34 on all archs This is to work around internal compiler error in gcc33, if case anyone wonder. Requested by: kris Revision Changes

Re: cvs commit: ports/emulators/xmame Makefile

2006-02-06 Thread Kris Kennaway
On Mon, Feb 06, 2006 at 05:18:40PM +, Pav Lucistnik wrote: > pav 2006-02-06 17:18:40 UTC > > FreeBSD ports repository > > Modified files: > emulators/xmame Makefile > Log: > - Require gcc34 for xmess on amd64 Actually it needs it on all branches (same ICE). Kris

cvs commit: CVSROOT modules

2006-02-06 Thread Peter Pentchev
roam2006-02-06 19:46:14 UTC FreeBSD ports repository Modified files: .modules Log: sysgather --> ports/sysutils/sysgather Revision ChangesPath 1.14276 +1 -0 CVSROOT/modules ___ cvs-all@freebs

cvs commit: ports/sysutils Makefile ports/sysutils/sysgather Makefile distinfo pkg-descr pkg-plist

2006-02-06 Thread Peter Pentchev
roam2006-02-06 19:46:02 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/sysgather Makefile distinfo pkg-descr pkg-plist Log: Add sysgather-1.0pre3 - a simple configuration file manager that makes it easier to keep tr

cvs commit: www/en index.xsl

2006-02-06 Thread Jesus R. Camou
jcamou 2006-02-06 19:43:18 UTC FreeBSD doc repository Modified files: en index.xsl Log: Add link to {$base}/releases/ page. PR: www/92361 Submmitted by: Daniel Gerzo <[EMAIL PROTECTED]> Suggested by: Ken Tom <[EMAIL PROTECTED]> Approve

cvs commit: ports/x11/gnomepanel Makefile distinfo pkg-plist

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-06 19:41:28 UTC FreeBSD ports repository Modified files: x11/gnomepanel Makefile distinfo pkg-plist Log: Update to 2.12.3, and switch to @dirrmtry. Revision ChangesPath 1.62 +1 -2 ports/x11/gnomepanel/Makefile 1.37 +3 -3 por

cvs commit: www/en/search search.sgml

2006-02-06 Thread Jesus R. Camou
jcamou 2006-02-06 19:37:29 UTC FreeBSD doc repository Modified files: en/searchsearch.sgml Log: Add freebsd-rc to the Developer mailinglists. PR: docs/92883 Approved by:trhodes (mentor) Revision ChangesPath 1.105 +7 -1 www/

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/firewalls chapter.sgml

2006-02-06 Thread Christian Brueffer
On Mon, Feb 06, 2006 at 07:13:19PM +, Jesus R. Camou wrote: > jcamou 2006-02-06 19:13:19 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/firewalls chapter.sgml > Log: > s/NOINET6/NO_INET6/ > > PR: docs/92816 > Submitted

cvs commit: www/en/developers cvs.sgml

2006-02-06 Thread Jesus R. Camou
jcamou 2006-02-06 19:33:05 UTC FreeBSD doc repository Modified files: en/developerscvs.sgml Log: Remove dead link. PR: www/92811 Submitted by: Gabor Kovesdan <[EMAIL PROTECTED]> Approved by:trhodes (mentor) Revision ChangesPath 1.5

cvs commit: ports/x11-toolkits/libwnck Makefile distinfo pkg-plist

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-06 19:29:46 UTC FreeBSD ports repository Modified files: x11-toolkits/libwnck Makefile distinfo pkg-plist Log: Update to 2.12.3. Revision ChangesPath 1.39 +1 -1 ports/x11-toolkits/libwnck/Makefile 1.27 +3 -3 ports/x11-toolkits/lib

cvs commit: src/share/man/man4 isp.4

2006-02-06 Thread Matt Jacob
mjacob 2006-02-06 19:28:46 UTC FreeBSD src repository Modified files: share/man/man4 isp.4 Log: Update man page for some booting and settings stuff. Remove a bunch of cards from vendors who are long since defunct. Add a note about 2322 support. Obtained from:

cvs commit: src/share/man/man4 audit.4

2006-02-06 Thread Christian Brueffer
brueffer2006-02-06 19:28:02 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 audit.4 Log: Add a missing word and use the .Qq macro for quotes. Revision ChangesPath 1.5 +4 -2 src/share/man/man4/audit.4 _

cvs commit: src/sbin/dhclient dhcp-options.5

2006-02-06 Thread Jesus R. Camou
jcamou 2006-02-06 19:22:34 UTC FreeBSD src repository (doc committer) Modified files: sbin/dhclientdhcp-options.5 Log: Correct RFC for NTP. PR: docs/92629 Submitted by: Daniel Gerzo <[EMAIL PROTECTED]> Noticed by: Michal F. Hanula <[EMAIL PROTE

cvs commit: src/sys/dev/ata ata-chipset.c

2006-02-06 Thread S�ren Schmidt
sos 2006-02-06 19:17:48 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Unbreak DMA dumo on Intel 31224. Revision ChangesPath 1.156 +1 -1 src/sys/dev/ata/ata-chipset.c ___ cvs-

cvs commit: ports/x11-themes/gnome-themes Makefile distinfo pkg-plist

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-06 19:17:23 UTC FreeBSD ports repository Modified files: x11-themes/gnome-themes Makefile distinfo pkg-plist Log: Update to 2.12.3. Revision ChangesPath 1.31 +1 -2 ports/x11-themes/gnome-themes/Makefile 1.22 +3 -3 ports/x11-themes

cvs commit: doc/en_US.ISO8859-1/books/dev-model book.sgml

2006-02-06 Thread Jesus R. Camou
jcamou 2006-02-06 19:16:58 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/dev-model book.sgml Log: Update gnats admins. PR: docs/92858 Submitted by: Daniel Gerzo <[EMAIL PROTECTED]> Approved by:trhodes (mentor) Revision Changes

cvs commit: ports/ftp/IglooFTP Makefile ports/ftp/IglooFTP/files patch-FTP.c patch-FTPcommands.h patch-Makefile patch-aa patch-ab patch-ac patch-dialog.c patch-dir_tree.c patch-main.c

2006-02-06 Thread Andrey Slusar
anray 2006-02-06 19:14:54 UTC FreeBSD ports repository Modified files: ftp/IglooFTP Makefile Added files: ftp/IglooFTP/files patch-FTP.c patch-FTPcommands.h patch-Makefile patch-dialog.c patch-dir_tree.c patch-main

cvs commit: doc/en_US.ISO8859-1/books/handbook/firewalls chapter.sgml

2006-02-06 Thread Jesus R. Camou
jcamou 2006-02-06 19:13:19 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/firewalls chapter.sgml Log: s/NOINET6/NO_INET6/ PR: docs/92816 Submitted by: Daniel Gerzo <[EMAIL PROTECTED]> Approved by:trhodes (mentor) Revisio

cvs commit: doc/en_US.ISO8859-1/articles/hubs article.sgml

2006-02-06 Thread Jesus R. Camou
jcamou 2006-02-06 19:09:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/hubs article.sgml Log: s/apache2/apache22/ PR: docs/92821 Submitted by: Daniel Gerzo <[EMAIL PROTECTED]> Approved by:trhodes (mentor) Revision Changes

cvs commit: ports/x11/gnomedesktop Makefile distinfo

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-06 19:08:59 UTC FreeBSD ports repository Modified files: x11/gnomedesktop Makefile distinfo Log: Update to 2.12.3. Revision ChangesPath 1.47 +1 -1 ports/x11/gnomedesktop/Makefile 1.36 +3 -3 ports/x11/gnomedesktop/distinfo

cvs commit: ports/sysutils/gnomecontrolcenter2 Makefile pkg-plist

2006-02-06 Thread Jeremy Messenger
mezz2006-02-06 18:49:18 UTC FreeBSD ports repository Modified files: sysutils/gnomecontrolcenter2 Makefile pkg-plist Log: marcus has beat me, so merging mine with his. -Remove USE_REINPLACE. -Remove quote in BROKEN. -Use @dirrmtry. Revisi

cvs commit: ports/sysutils/gnomecontrolcenter2 Makefile distinfo

2006-02-06 Thread Joe Marcus Clarke
marcus 2006-02-06 18:41:43 UTC FreeBSD ports repository Modified files: sysutils/gnomecontrolcenter2 Makefile distinfo Log: Update to 2.12.3. Revision ChangesPath 1.87 +1 -1 ports/sysutils/gnomecontrolcenter2/Makefile 1.40 +3 -3 ports/sysutils/g

cvs commit: src/share/man/man4 audit.4

2006-02-06 Thread Robert Watson
rwatson 2006-02-06 18:41:00 UTC FreeBSD src repository Modified files: share/man/man4 audit.4 Log: Add information on audit pipe special devices, which allow user processes to "tee" the BSM record stream for the purposes of live monitoring, intrusion detection, etc. Su

cvs commit: src/sys/arm/include atomic.h

2006-02-06 Thread Olivier Houchard
cognet 2006-02-06 18:29:05 UTC FreeBSD src repository Modified files: sys/arm/include atomic.h Log: Use memory clobbers, to be on the safe side. Suggested by: jhb Revision ChangesPath 1.17 +11 -6 src/sys/arm/include/atomic.h

cvs commit: ports/games/gnomegames2 Makefile distinfo pkg-install pkg-plist

2006-02-06 Thread Jeremy Messenger
mezz2006-02-06 18:17:46 UTC FreeBSD ports repository Modified files: games/gnomegames2Makefile distinfo pkg-install pkg-plist Log: -Update to 2.12.3. -Remove USE_REINPLACE. Revision ChangesPath 1.96 +1 -2 ports/games/gnomegames2/Makefile 1.44

Re: cvs commit: src/usr.sbin/sysinstall tcpip.c

2006-02-06 Thread Ceri Davies
On Mon, Feb 06, 2006 at 04:26:26PM +, Ceri Davies wrote: > On Mon, Feb 06, 2006 at 06:49:57AM +, Xin LI wrote: > > delphij 2006-02-06 06:49:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/sysinstall tcpip.c > > Log: > > Attempt to fix DHCP addr

cvs commit: ports/textproc/antiword pkg-descr

2006-02-06 Thread Yen-Ming Lee
leeym 2006-02-06 18:07:00 UTC FreeBSD ports repository Modified files: textproc/antiwordpkg-descr Log: - update pkg-descr PR: 92900 Submitted by: Andrew Pantyukhin Revision ChangesPath 1.2 +2 -2 ports/textproc/antiword/pkg-descr

cvs commit: ports/mail/p5-POE-Component-Client-SMTP Makefile distinfo

2006-02-06 Thread Sergey Skvortsov
skv 2006-02-06 17:39:16 UTC FreeBSD ports repository Modified files: mail/p5-POE-Component-Client-SMTP Makefile distinfo Log: Update to 0.13 Changes: http://search.cpan.org/src/ULTRADM/POE-Component-Client-SMTP-0.13/Changes Revision ChangesPath 1.6

cvs commit: CVSROOT modules

2006-02-06 Thread Renato Botelho
garga 2006-02-06 17:36:55 UTC FreeBSD ports repository Modified files: .modules Log: otter --> ports/misc/otter Revision ChangesPath 1.14275 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailin

cvs commit: ports/misc Makefile ports/misc/otter Makefile distinfo pkg-descr pkg-plist

2006-02-06 Thread Renato Botelho
garga 2006-02-06 17:36:47 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/otter Makefile distinfo pkg-descr pkg-plist Log: Otter is an automated deduction system (theorem prover) for first-order logic with equality

cvs commit: ports/devel/pcre Makefile distinfo

2006-02-06 Thread Kirill Ponomarew
krion 2006-02-06 17:30:49 UTC FreeBSD ports repository Modified files: devel/pcre Makefile distinfo Log: Update to 6.6 Revision ChangesPath 1.35 +1 -1 ports/devel/pcre/Makefile 1.20 +3 -3 ports/devel/pcre/distinfo

cvs commit: ports/emulators/xmame Makefile

2006-02-06 Thread Pav Lucistnik
pav 2006-02-06 17:18:40 UTC FreeBSD ports repository Modified files: emulators/xmame Makefile Log: - Require gcc34 for xmess on amd64 Requested by: Miguel Mendez <[EMAIL PROTECTED]> Revision ChangesPath 1.102 +4 -0 ports/emulators/xmame/Makefi

cvs commit: ports/devel/gamin Makefile ports/devel/gamin/files patch-server_gam_kqueue.c

2006-02-06 Thread Jean-Yves Lefort
jylefort2006-02-06 17:17:15 UTC FreeBSD ports repository Modified files: devel/gamin Makefile Added files: devel/gamin/filespatch-server_gam_kqueue.c Log: Open monitored files with the O_NONBLOCK flag: prevents gam_server from locking up when a file for whic

cvs commit: ports/security/libtomcrypt Makefile distinfo

2006-02-06 Thread Renato Botelho
garga 2006-02-06 17:14:04 UTC FreeBSD ports repository Modified files: security/libtomcrypt Makefile distinfo Log: - Update to 1.09 - Fix IGNORE message to pacify portlint(1) - Drop USE_REINPLACE PR: ports/92897 Submitted by: maintainer Revision C

cvs commit: ports/math/libtommath Makefile distinfo pkg-plist

2006-02-06 Thread Renato Botelho
garga 2006-02-06 17:14:02 UTC FreeBSD ports repository Modified files: math/libtommath Makefile distinfo Removed files: math/libtommath pkg-plist Log: - Update to 0.38 PR: ports/92897 Submitted by: maintainer Revision ChangesPath

cvs commit: ports/math/tomsfastmath Makefile distinfo

2006-02-06 Thread Renato Botelho
garga 2006-02-06 17:14:00 UTC FreeBSD ports repository Modified files: math/tomsfastmathMakefile distinfo Log: - Update to 0.08 - Fix BROKEN message - Drop USE_REINPLACE PR: ports/92897 Submitted by: maintainer Revision ChangesPath 1.7

cvs commit: www/en/projects/ideas index.sgml

2006-02-06 Thread Joel Dahl
joel2006-02-06 17:05:00 UTC FreeBSD doc repository Modified files: en/projects/ideasindex.sgml Log: Change "Csup" to "csup" since this is the preferred capitalization, and fix two sentences. Revision ChangesPath 1.21 +6 -6 www/en/projects/ideas/ind

cvs commit: ports/devel/simulavr Makefile ports/devel/simulavr/files patch-src-avrcore.c

2006-02-06 Thread Joerg Wunsch
joerg 2006-02-06 16:50:58 UTC FreeBSD ports repository Modified files: devel/simulavr Makefile Added files: devel/simulavr/files patch-src-avrcore.c Log: Fix access to uninitialized memory when examining the device's EEPROM. Revision ChangesPath 1.17

  1   2   >