Re: cvs commit: src/usr.sbin/tcpdump/tcpslice gwtm2secs.c search.c tcpslice.1 tcpslice.c

2006-10-17 Thread Bruce A. Mah
If memory serves me right, Xin LI wrote: > delphij 2006-10-18 03:21:37 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > usr.sbin/tcpdump/tcpslice gwtm2secs.c search.c tcpslice.1 > tcpslice.c > Log: > MFC: Fix our ancien

cvs commit: src/sys/kern kern_intr.c subr_trap.c

2006-10-17 Thread Bruce Evans
bde 2006-10-18 04:48:09 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c subr_trap.c Log: kern_intr.c: - Count (scheduling of) software interrupts (SWIs) as SWIs, not as hardware interrupts. - Don't count (scheduling of) delayed SWIs as inte

cvs commit: src/usr.sbin/tcpdump/tcpslice gwtm2secs.c search.c tcpslice.1 tcpslice.c

2006-10-17 Thread Xin LI
delphij 2006-10-18 03:21:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/tcpdump/tcpslice gwtm2secs.c search.c tcpslice.1 tcpslice.c Log: MFC: Fix our ancient tcpslice for >2GB limits [1]. Also, mention that tcp

cvs commit: www/en/gnome gnome_prefix.sh

2006-10-17 Thread Jeremy Messenger
mezz2006-10-18 03:19:29 UTC FreeBSD doc repository (ports committer) Modified files: en/gnome gnome_prefix.sh Log: Actually show what kind of file for if do you want to edit this file. Before, it would display as empty and nobody know what kind of file it talks

Re: cvs commit: src/sys/powerpc/powerpc copyinout.c

2006-10-17 Thread David Xu
Peter Grehan wrote: Attempt to fix compiling problem. Not quite there, you need to add: < (void) atomic_cmpset_32(p, old, new); --- > (void) atomic_cmpset_32((volatile uint32_t *)p, old, new); I'm waiting for PR amd64/102996 to be fixed before putting powerpc into the unive

Re: cvs commit: src/sys/powerpc/powerpc copyinout.c

2006-10-17 Thread Peter Grehan
Attempt to fix compiling problem. Not quite there, you need to add: < (void) atomic_cmpset_32(p, old, new); --- > (void) atomic_cmpset_32((volatile uint32_t *)p, old, new); I'm waiting for PR amd64/102996 to be fixed before putting powerpc into the universe target since 64-bit

cvs commit: src/sys/powerpc/powerpc copyinout.c

2006-10-17 Thread David Xu
davidxu 2006-10-18 02:09:46 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc copyinout.c Log: Attempt to fix compiling problem. Noticed by: tinderbox Revision ChangesPath 1.14 +1 -1 src/sys/powerpc/powerpc/copyinout.c

cvs commit: ports/java/berkeley-db Makefile ports/java/berkeley-db/files patch-test-failure

2006-10-17 Thread Mikhail Teterin
mi 2006-10-18 01:44:16 UTC FreeBSD ports repository Modified files: java/berkeley-db Makefile java/berkeley-db/files patch-test-failure Log: Disable two more self-tests, which may hang in rare circumstance. According to SleepyCat/Oracle, these will be fixed in the

cvs commit: src/sys/nfsclient nfs.h

2006-10-17 Thread Bruce Evans
bde 2006-10-17 22:07:08 UTC FreeBSD src repository Modified files: sys/nfsclientnfs.h Log: Fixed some style bugs (especially ones involving long lines and use of __P(())). There are many more. Revision ChangesPath 1.96 +19 -17src/sys/nfsclient/

Re: cvs commit: src/etc/rc.d cleartmp

2006-10-17 Thread Yar Tikhiy
On Tue, Oct 17, 2006 at 10:05:28PM +0100, Ceri Davies wrote: > On Tue, Oct 17, 2006 at 09:31:33PM +0400, Yar Tikhiy wrote: > > On Mon, Oct 16, 2006 at 01:01:45PM +, Yar Tikhiy wrote: > > > yar 2006-10-16 13:01:45 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: >

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

2006-10-17 Thread Tom Rhodes
On Mon, 16 Oct 2006 13:20:23 -0400 John Baldwin <[EMAIL PROTECTED]> wrote: > On Saturday 14 October 2006 06:30, Tom Rhodes wrote: > > trhodes 2006-10-14 10:30:14 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern sys_process.c > > Log: > > Close

cvs commit: ports/finance/gnucash Makefile

2006-10-17 Thread Michael Johnson
ahze2006-10-17 21:26:31 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: - Chase g-wrap downgrade Approved by:portmgr (marcus) Revision ChangesPath 1.93 +2 -2 ports/finance/gnucash/Makefile

cvs commit: ports/devel/g-wrap Makefile distinfo pkg-plist ports/devel/g-wrap/files patch-Makefile.in patch-ab patch-g-wrap_Makefile.in patch-guile_g-wrap-2.0-guile.pc.in patch-libffi_configure

2006-10-17 Thread Michael Johnson
ahze2006-10-17 21:24:05 UTC FreeBSD ports repository Modified files: devel/g-wrap Makefile distinfo pkg-plist Added files: devel/g-wrap/files patch-Makefile.in patch-ab patch-g-wrap_Makefile.in Removed files: devel/g-wrap/files p

Re: cvs commit: src/etc/rc.d cleartmp

2006-10-17 Thread Simon L. Nielsen
On 2006.10.17 22:05:28 +0100, Ceri Davies wrote: > Also, if X requires certain directories, wouldn't it be better to blow > them away here and have them created from a boot time script? Otherwise > I don't understand how they ever get created. The X temporary directories has to be created early t

Re: cvs commit: src/etc/rc.d cleartmp

2006-10-17 Thread Ceri Davies
On Tue, Oct 17, 2006 at 09:31:33PM +0400, Yar Tikhiy wrote: > On Mon, Oct 16, 2006 at 01:01:45PM +, Yar Tikhiy wrote: > > yar 2006-10-16 13:01:45 UTC > > > > FreeBSD src repository > > > > Modified files: > > etc/rc.d cleartmp > > Log: > > Improve cleartmp in

cvs commit: ports/security/vuxml vuln.xml

2006-10-17 Thread Simon L. Nielsen
simon 2006-10-17 20:45:55 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Update php -- _ecalloc Integer Overflow Vulnerability entry with details from Steffan Essers advisory about the implications of this issue. The advisory was not public

cvs commit: ports/x11/XFree86-4-clients/files patch-programs::fonttosfnt::util.c

2006-10-17 Thread Joe Marcus Clarke
marcus 2006-10-17 20:12:17 UTC FreeBSD ports repository Added files: x11/XFree86-4-clients/files patch-programs::fonttosfnt::util.c Log: Fix the build with the new freetype2. Reported by:Scott Allendorf <[EMAIL PROTECTED]> Approved by:portmgr (implicit) Revis

cvs commit: ports/x11-servers/XFree86-4-NestServer Makefile ports/x11-servers/XFree86-4-PrintServer Makefile ports/x11-servers/XFree86-4-VirtualFramebufferServer Makefile

2006-10-17 Thread Joe Marcus Clarke
marcus 2006-10-17 20:04:48 UTC FreeBSD ports repository Modified files: x11-servers/XFree86-4-NestServer Makefile x11-servers/XFree86-4-PrintServer Makefile x11-servers/XFree86-4-VirtualFramebufferServer Makefile Log: Remove the FreeType EXTRA_PATCHES now that they are

cvs commit: ports/net-mgmt/p5-Net-Netmask Makefile distinfo

2006-10-17 Thread Lars Thegler
lth 2006-10-17 19:29:58 UTC FreeBSD ports repository Modified files: net-mgmt/p5-Net-Netmask Makefile distinfo Log: - Make fetchable by updating to 1.9014 PR: ports/104482, and others Submitted by: leeym, and others Approved by:portmgr (clement)

cvs commit: ports/multimedia/bmpx Makefile pkg-plist

2006-10-17 Thread Joe Marcus Clarke
marcus 2006-10-17 18:16:58 UTC FreeBSD ports repository Modified files: multimedia/bmpx Makefile pkg-plist Log: Do not remove dbus directories that are owned by devel/dbus. Reported by:pointyhat via kris Approved by:portmgr (implicit) Revision Changes

cvs commit: ports/finance/gnucash Makefile

2006-10-17 Thread Joe Marcus Clarke
marcus 2006-10-17 18:15:45 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: Correct the slib-guile dependency, and fix installation. Reported by:pointyhat via kris Approved by:portmgr (implicit) Revision ChangesPath 1.92

cvs commit: src/sys/conf files

2006-10-17 Thread Warner Losh
imp 2006-10-17 18:08:04 UTC FreeBSD src repository Modified files: sys/conf files Log: Collapse the two identical emu10k1-alsa%diked.h creation rules for snd_emu10k1 and snd_emu10kx into one line. The 'pci' dependency here adds no value, so I eliminted it (we

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-17 Thread John-Mark Gurney
Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400: > On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote: > > > > jmg

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-17 Thread John-Mark Gurney
Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400: > On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote: > > > > jmg

Re: cvs commit: src/etc/rc.d cleartmp

2006-10-17 Thread Yar Tikhiy
On Mon, Oct 16, 2006 at 01:01:45PM +, Yar Tikhiy wrote: > yar 2006-10-16 13:01:45 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d cleartmp > Log: > Improve cleartmp in a number of aspects: > > + Use rc.subr(8) features properly. > + Do the

cvs commit: src/lib/libnetgraph msg.c sock.c

2006-10-17 Thread Gleb Smirnoff
glebius 2006-10-17 16:56:29 UTC FreeBSD src repository Modified files: lib/libnetgraph msg.c sock.c Log: Include sys/socket.h to know about sa_family_t. Revision ChangesPath 1.13 +1 -0 src/lib/libnetgraph/msg.c 1.9 +1 -0 src/lib/libnetgraph

cvs commit: ports/multimedia/gmencoder Makefile

2006-10-17 Thread Stanislav Sedov
stas2006-10-17 16:55:09 UTC FreeBSD ports repository Modified files: multimedia/gmencoder Makefile Log: - multimedia/gmencoder now has the correct plist after the GNOME update. PR: ports/103916 Submitted by: "Pawel Pekala" <[EMAIL PROTECTED]>, me (stas)

cvs commit: src/sys/netgraph ng_socket.c

2006-10-17 Thread Gleb Smirnoff
glebius 2006-10-17 16:52:10 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c Log: Some clenaup of ngs_rcvmsg(): - Inline ship_msg() into ngs_rcvmsg(). - Plug memory leak in case if no control socket present. - Remove malloc() and allocate th

cvs commit: www/en/releases/6.2R schedule.sgml

2006-10-17 Thread Erwin Lansing
erwin 2006-10-17 15:09:01 UTC FreeBSD doc repository (ports committer) Modified files: en/releases/6.2R schedule.sgml Log: Extend the ports freeze by one week to fix some more fallout from the GNOME import and to match the extra BETA. Approved by:portmgr Rev

cvs commit: src/sys/dev/mxge if_mxge.c

2006-10-17 Thread Andrew Gallatin
gallatin2006-10-17 14:39:19 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Fix a driver bug which could result in frames MHLEN or (MHLEN - 1) bytes long being DMA'ed 2 (or 1) bytes past the end of the mbuf and corrupting random kernel memory.

cvs commit: src/release/scripts package-split.py

2006-10-17 Thread Bruce A. Mah
bmah2006-10-17 13:52:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/scripts package-split.py Log: MFC: Remove security/freebsd-update from package split; it's now in the base system. Pointed out by: kris Approved by:re (impl

cvs commit: src/release/scripts package-split.py

2006-10-17 Thread Bruce A. Mah
bmah2006-10-17 13:50:22 UTC FreeBSD src repository Modified files: release/scripts package-split.py Log: Remove security/freebsd-update from package split; it's now in the base system. Pointed out by: kris Revision ChangesPath 1.13 +0 -1 src/

cvs commit: ports/security/openssh-portable Makefile distinfo

2006-10-17 Thread Marcus Alves Grando
mnag2006-10-17 13:27:18 UTC FreeBSD ports repository Modified files: security/openssh-portable Makefile distinfo Log: - Update HPN patch. Patch are renamed, the only content differences are two rows now enclosed in an "else" block. Submitted by: ale Approved by:

Re: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook book.sgml chapters.ent doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/kernelbu

2006-10-17 Thread Giorgos Keramidas
On 2006-10-16 19:15, Daniel Gerzo <[EMAIL PROTECTED]> wrote: > danger 2006-10-16 19:15:36 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/developers-handbook book.sgml > chapters.ent > en_US.ISO8859-1/book

cvs commit: src/sys/netgraph ng_socket.c

2006-10-17 Thread Gleb Smirnoff
glebius 2006-10-17 12:21:48 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c Log: Some cleanup and small changes: - Use malloc() and free() instead of MALLOC() and FREE() macros. - Do not check malloc results if M_WAITOK was used. - Remove l

cvs commit: src/sys/netgraph ng_socket.h

2006-10-17 Thread Gleb Smirnoff
glebius 2006-10-17 11:03:55 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.h Log: Make the sg_len and sg_family members of the sockaddr_ng the same type as the corresponding values in sockaddr are. Revision ChangesPath 1.7 +3 -5

cvs commit: src/sys/netgraph ng_message.h

2006-10-17 Thread Gleb Smirnoff
glebius 2006-10-17 11:01:20 UTC FreeBSD src repository Modified files: sys/netgraph ng_message.h Log: Make ng_ID_t fixed size, so that its maximum value is platform independent. This will be important in future. Revision ChangesPath 1.29 +2 -2 src/

cvs commit: src/sys/netgraph netgraph.h

2006-10-17 Thread Gleb Smirnoff
glebius 2006-10-17 10:59:39 UTC FreeBSD src repository Modified files: sys/netgraph netgraph.h Log: - ng_address_ID() has already freed the message, don't do double free. - Get error from ng_address_ID(). Reported by:Coverity via pjd Revision ChangesP

Re: cvs commit: src/sys/dev/pci pci.c pci_if.m pci_private.h pcivar.h src/sys/dev/sk if_sk.c if_skreg.h

2006-10-17 Thread Oleg Bulyzhin
On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote: > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400: > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote: > > > jmg 2006-10-09 16:15:56 UTC > > > > > > FreeBSD src repository > > > > >

cvs commit: src/sys/pci nfsmb.c

2006-10-17 Thread Ruslan Ermilov
ru 2006-10-17 10:26:12 UTC FreeBSD src repository Modified files: sys/pci nfsmb.c Log: Older incarnations of the device used non-standard BARs. Reported by:Andriy Gapon Confirmed by: many (including lm-sensors-2.10.1) MFC after: 3 days R

cvs commit: ports/archivers/lcab Makefile pkg-descr

2006-10-17 Thread Alexey Dokuchaev
danfe 2006-10-17 10:07:04 UTC FreeBSD ports repository Modified files: archivers/lcab Makefile pkg-descr Log: - Make fetchable, developer site moved - Update WWW line in pkg-descr PR: ports/104471 Submitted by: Thomas Abthorpe Approved by:por

cvs commit: ports/archivers/xmill Makefile distinfo

2006-10-17 Thread Alexey Dokuchaev
danfe 2006-10-17 09:29:16 UTC FreeBSD ports repository Modified files: archivers/xmill Makefile distinfo Log: - Make fetchable, project moved to SourceForge - License changed to less restricted one PR: ports/104392 Submitted by: Benjamin Lutz Appr

cvs commit: ports/security/vuxml vuln.xml

2006-10-17 Thread Erwin Lansing
erwin 2006-10-17 09:21:00 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Mark multimedia/win32-codecs as not-vulnerable after the quicktime codecs were optional. The quicktime codecs are still vulnerable though, but we rely on the conditiona

cvs commit: ports/www/neonpp Makefile

2006-10-17 Thread Roman Bogorodskiy
novel 2006-10-17 08:22:49 UTC FreeBSD ports repository Modified files: www/neonpp Makefile Log: The distfile keeps rerolling, so place it on MASTER_SITE_LOCAL. Reported by:pointyhat via kris Approved by:portmgr (erwin) Revision ChangesPath 1

cvs commit: src/sys/net if_vlan.c

2006-10-17 Thread Gleb Smirnoff
glebius 2006-10-17 07:24:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_vlan.c Log: - Update the baudrate every time the parent changes its link state. Approved by:re (bmah) Revision ChangesPath 1.79.2.14 +4