cvs commit: src/sys/dev/pccbb pccbb.c

2006-06-02 Thread Warner Losh
imp 2006-06-02 06:33:35 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c Log: Zero out the devices when they are deleted. We can access the pointer after the bus detaches which can lead to core dumps. This is quite rare. Revision Changes

cvs commit: ports/devel/p5-Devel-Modlist Makefile distinfo

2006-06-02 Thread Anton Berezin
tobez 2006-06-02 07:04:23 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Modlist Makefile distinfo Log: Update to 0.6. Assign maintainer to [EMAIL PROTECTED] Revision ChangesPath 1.6 +2 -2 ports/devel/p5-Devel-Modlist/Makefile 1.5

cvs commit: www/en/docproj todo.sgml

2006-06-02 Thread Remko Lodder
remko 2006-06-02 07:13:10 UTC FreeBSD doc repository Modified files: en/docproj todo.sgml Log: Tom reports that his task on the handbook (wrt. 4.X documentation) is done, reflect that in the status. Revision ChangesPath 1.13 +2 -2

Re: cvs commit: www/en/docproj todo.sgml

2006-06-02 Thread Tom Rhodes
On Fri, 2 Jun 2006 07:13:10 + (UTC) Remko Lodder [EMAIL PROTECTED] wrote: remko 2006-06-02 07:13:10 UTC FreeBSD doc repository Modified files: en/docproj todo.sgml Log: Tom reports that his task on the handbook (wrt. 4.X documentation) is done,

cvs commit: ports/www/p5-Kwiki-Icons-Gnome Makefile distinfo

2006-06-02 Thread Cheng-Lung Sung
clsung 2006-06-02 07:42:08 UTC FreeBSD ports repository Modified files: www/p5-Kwiki-Icons-Gnome Makefile distinfo Log: - Update to 0.15, no functional changes - portlint(1) PR: ports/98315 Submitted by: Rong-En Fan rafan_AT_infor dot org Approved by:

cvs commit: src/sys/net if_media.h

2006-06-02 Thread Gleb Smirnoff
glebius 2006-06-02 07:50:58 UTC FreeBSD src repository Modified files: sys/net if_media.h Log: - Add definition for IFM_10G_CX4. - Put IFM_10G_CX4 and IFM_10G_SR into IFMEDIA_BAUDRATE array. Requested by: Jack Vogel jfvogel gmail.com Revision Changes

cvs commit: ports/security/jailaudit Makefile distinfo

2006-06-02 Thread Cheng-Lung Sung
clsung 2006-06-02 08:05:44 UTC FreeBSD ports repository Modified files: security/jailaudit Makefile distinfo Log: - update to 1.2 PR: ports/96776 Submitted by: maintainer (Philipp Wuensche) Revision ChangesPath 1.2 +1 -1

cvs commit: src/sys/netinet in_pcb.c

2006-06-02 Thread Robert Watson
rwatson 2006-06-02 08:18:27 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Minor restyling and cleanup around ipport_tick(). MFC after: 1 month Revision ChangesPath 1.177 +9 -11 src/sys/netinet/in_pcb.c

cvs commit: src/sys/net raw_cb.c raw_usrreq.c

2006-06-02 Thread Robert Watson
rwatson 2006-06-02 08:27:15 UTC FreeBSD src repository Modified files: sys/net raw_cb.c raw_usrreq.c Log: raw_disconnect() now disconnects but does not detach the raw pcb. As a result, raw_uabort() now needs to call raw_detach() directly. As raw_uabort() is

cvs commit: src/lib/libthr/thread thr_mutex.c thr_private.h

2006-06-02 Thread David Xu
davidxu 2006-06-02 08:37:01 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_mutex.c thr_private.h Log: Remove unused member field m_queue. Revision ChangesPath 1.43 +1 -5 src/lib/libthr/thread/thr_mutex.c 1.64 +0 -1

cvs commit: ports/lang/p5-Expect Makefile distinfo

2006-06-02 Thread Erwin Lansing
erwin 2006-06-02 08:41:11 UTC FreeBSD ports repository Modified files: lang/p5-Expect Makefile distinfo Log: - Update to 1.17 - Assign to perl@ PR: 98348 Submitted by: Rong-En Fan [EMAIL PROTECTED] Revision ChangesPath 1.14 +2 -2

cvs commit: ports/lang/clisp Makefile

2006-06-02 Thread Vasil Dimov
vd 2006-06-02 08:56:14 UTC FreeBSD ports repository Modified files: lang/clisp Makefile Log: Fix CFLAGS to make devel/meta-cvs buildable PR: ports/94456 Submitted by: Shaun Amott [EMAIL PROTECTED] Revision ChangesPath 1.39 +4

cvs commit: ports/devel/meta-cvs Makefile

2006-06-02 Thread Vasil Dimov
vd 2006-06-02 09:04:37 UTC FreeBSD ports repository Modified files: devel/meta-cvs Makefile Log: * Unbroken by the recent update of lang/clisp * Added a missing dependency PR: ports/94456 Submitted by: Shaun Amott [EMAIL PROTECTED] Approved

cvs commit: src/sys/netgraph/atm/uni ng_uni_cust.h

2006-06-02 Thread Diomidis Spinellis
dds 2006-06-02 09:08:51 UTC FreeBSD src repository Modified files: sys/netgraph/atm/uni ng_uni_cust.h Log: Replace the array initialization using the gcc-specific format [constant] value with the C99 format [constant] = value Revision ChangesPath 1.6

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread Ceri Davies
On Fri, Jun 02, 2006 at 09:54:59AM +0930, Greg 'groggy' Lehey wrote: On Friday, 2 June 2006 at 2:50:47 +1000, Bruce Evans wrote: On Thu, 1 Jun 2006, John Baldwin wrote: On Thursday 01 June 2006 06:01, Alexey Dokuchaev wrote: On Thu, Jun 01, 2006 at 10:49:50AM +0100, Ceri Davies wrote:

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

2006-06-02 Thread Olivier Houchard
cognet 2006-06-02 09:39:06 UTC FreeBSD src repository Modified files: sys/arm/include cpuconf.h Log: Don't #error if no CPU is defined but we're not compiling the kernel. Revision ChangesPath 1.7 +2 -2 src/sys/arm/include/cpuconf.h

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

2006-06-02 Thread Ceri Davies
On Thu, Jun 01, 2006 at 11:18:37AM -0400, Kris Kennaway wrote: On Thu, Jun 01, 2006 at 09:41:27AM +0100, Ceri Davies wrote: On Wed, May 31, 2006 at 09:21:30PM -0400, Kris Kennaway wrote: On Wed, May 31, 2006 at 07:15:20PM +, Ceri Davies wrote: ceri2006-05-31 19:15:20 UTC

cvs commit: ports/editors/openoffice.org-2.0 Makefile distinfo

2006-06-02 Thread Maho Nakata
maho2006-06-02 09:47:51 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0 Makefile distinfo Log: Update to 2.0.3rc5 Revision ChangesPath 1.237 +4 -4 ports/editors/openoffice.org-2.0/Makefile 1.86 +3 -3

cvs commit: ports/www/p5-Apache-DBI Makefile distinfo

2006-06-02 Thread Sergey Skvortsov
skv 2006-06-02 09:53:28 UTC FreeBSD ports repository Modified files: www/p5-Apache-DBIMakefile distinfo Log: * fix distfiles fetching - change MASTER_SITE_SUBDIR (note that correct distfile has different size and checksum) * simplify RUN_DEPENDS if WITH_MODPERL2

cvs commit: src/sys/vm uma_core.c

2006-06-02 Thread Robert Watson
rwatson 2006-06-02 09:56:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm uma_core.c Log: Merge uma_core.c:1.137 from HEAD to RELENG_6: When allocating a bucket to hold a free'd item in UMA fails, don't report this as an

cvs commit: ports/devel/p5-Log-Log4perl Makefile distinfo pkg-plist ports/devel/p5-Log-Log4perl/files 500602-patch-lib__Log__Log4perl__Config__DOMConfigurator.pm

2006-06-02 Thread Lars Thegler
lth 2006-06-02 10:20:17 UTC FreeBSD ports repository Modified files: devel/p5-Log-Log4perl Makefile distinfo pkg-plist Added files: devel/p5-Log-Log4perl/files 500602-patch-lib__Log__Log4perl__Config__DOMConfigurator.pm Log: - Update

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread Greg 'groggy' Lehey
On Friday, 2 June 2006 at 10:38:29 +0100, Ceri Davies wrote: On Fri, Jun 02, 2006 at 09:54:59AM +0930, Greg 'groggy' Lehey wrote: On Friday, 2 June 2006 at 2:50:47 +1000, Bruce Evans wrote: On Thu, 1 Jun 2006, John Baldwin wrote: On Thursday 01 June 2006 06:01, Alexey Dokuchaev wrote: On

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread Tom Rhodes
On Fri, 2 Jun 2006 19:55:02 +0930 Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Friday, 2 June 2006 at 10:38:29 +0100, Ceri Davies wrote: On Fri, Jun 02, 2006 at 09:54:59AM +0930, Greg 'groggy' Lehey wrote: On Friday, 2 June 2006 at 2:50:47 +1000, Bruce Evans wrote: On Thu, 1 Jun

Re: cvs commit: src/sys/kern kern_exit.c src/sys/vm vm_extern.h vm_glue.c vm_map.c vm_map.h vm_meter.c

2006-06-02 Thread Gavin Atkinson
On Fri, 2006-06-02 at 00:26 +, Tor Egge wrote: tegge 2006-06-02 00:26:27 UTC Modified files:(Branch: RELENG_6) sys/kern kern_exit.c sys/vm vm_extern.h vm_glue.c vm_map.c vm_map.h vm_meter.c Log: MFC:

cvs commit: ports/math/calc Makefile distinfo pkg-plist ports/math/calc/files patch-Makefile

2006-06-02 Thread Jean-Marc Zucconi
jmz 2006-06-02 11:17:06 UTC FreeBSD ports repository Modified files: math/calcMakefile distinfo pkg-plist math/calc/files patch-Makefile Log: Ugrade to version 2.11.11. PR: ports/98257 Submitted by: Yen-Ming Lee [EMAIL PROTECTED]

cvs commit: ports/textproc/dictem Makefile distinfo

2006-06-02 Thread Andrey Slusar
anray 2006-06-02 11:20:25 UTC FreeBSD ports repository Modified files: textproc/dictem Makefile distinfo Log: - Update to 0.8 Submitted by: Max N. Boyarov (maintainer) Revision ChangesPath 1.4 +11 -10ports/textproc/dictem/Makefile 1.2

cvs commit: ports/games/vavoom Makefile distinfo pkg-plist ports/games/vavoom/files patch-configure.ac patch-source_sys__sdl.cpp vavoom.in

2006-06-02 Thread Michael Landin Hostbaek
mich2006-06-02 11:40:09 UTC FreeBSD ports repository Modified files: games/vavoom Makefile distinfo pkg-plist games/vavoom/files patch-configure.ac vavoom.in Removed files: games/vavoom/files patch-source_sys__sdl.cpp Log: - Update to 1.20 PR:

cvs commit: ports/sysutils/ipmitool Makefile distinfo ports/sysutils/ipmitool/files patch-lib-ipmi_firewall.c

2006-06-02 Thread Michael Landin Hostbaek
mich2006-06-02 12:08:04 UTC FreeBSD ports repository Modified files: sysutils/ipmitoolMakefile distinfo Removed files: sysutils/ipmitool/files patch-lib-ipmi_firewall.c Log: - Update ipmitool to 1.8.8 PR: ports/98365 Submitted by: Dmitry

Re: cvs commit: src/sys/fs/procfs procfs.c

2006-06-02 Thread Dag-Erling Smørgrav
Guy Helmer [EMAIL PROTECTED] writes: Log: Revision 1.4 set access for all sensitive files in /proc/PID to mode 0 if a process's uid or gid has changed, but the /proc/PID directory itself was also set to mode 0. Assuming this doesn't open any security holes, open access to the

cvs commit: ports/x11/ebuttons Makefile

2006-06-02 Thread Michael Landin Hostbaek
mich2006-06-02 12:35:11 UTC FreeBSD ports repository Modified files: x11/ebuttons Makefile Log: - change mirror - fix http://people.freebsd.org/~fenner/portsurvey/x11.html#ebuttons PR: ports/97850 Submitted by: Martin Wilke [EMAIL PROTECTED]

cvs commit: ports/www/p5-HTML-Template-Compiled Makefile distinfo pkg-plist

2006-06-02 Thread Anton Berezin
tobez 2006-06-02 12:35:24 UTC FreeBSD ports repository Modified files: www/p5-HTML-Template-Compiled Makefile distinfo pkg-plist Log: Update to 0.65. Submitted by: maintainer PR: 98370 Revision ChangesPath 1.9 +4 -2

cvs commit: ports/devel/p5-Sub-Exporter Makefile distinfo

2006-06-02 Thread Lars Balker Rasmussen
lbr 2006-06-02 12:36:57 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Exporter Makefile distinfo Log: Update to 0.960. Approved by:erwin (mentor, implicit) Revision ChangesPath 1.5 +1 -1 ports/devel/p5-Sub-Exporter/Makefile 1.4

cvs commit: ports/mail/thunderbird-i18n Makefile

2006-06-02 Thread Andrew Pantyukhin
sat 2006-06-02 12:55:25 UTC FreeBSD ports repository Modified files: mail/thunderbird-i18n Makefile Log: - Fix COMMENT PR: ports/98367 Submitted by: Franz Klammer [EMAIL PROTECTED] Approved by:krion (mentor, implicit) Revision ChangesPath

cvs commit: src/sbin/fsdb fsdb.8 fsdb.c

2006-06-02 Thread Maxim Konovalov
maxim 2006-06-02 12:55:26 UTC FreeBSD src repository Modified files: sbin/fsdbfsdb.8 fsdb.c Log: o Implement findblk command: find the inode(s) owning the specified disk block(s) number(s). Obtained from: NetBSD MFC after: 2 months Revision

cvs commit: src/sys/compat/linprocfs linprocfs.c

2006-06-02 Thread Dag-Erling Smorgrav
des 2006-06-02 13:01:25 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: As far as I can tell, the correct CPU family for amd64 (which Linux calls x86_64) is 15, not 6. MFC after: 3 weeks Revision ChangesPath 1.94

cvs commit: ports/www/p5-libwww Makefile

2006-06-02 Thread Lars Balker Rasmussen
lbr 2006-06-02 13:09:44 UTC FreeBSD ports repository Modified files: www/p5-libwwwMakefile Log: require perl5.6 (pr 98337) Make portlint ecstatic PR: 98337 Submitted by: aaron Approved by:erwin (mentor, implicit) Revision Changes

cvs commit: src/sys/kern kern_event.c

2006-06-02 Thread Pawel Jakub Dawidek
pjd 2006-06-02 13:18:59 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: Use SLIST_FOREACH_SAFE() macro, because knote_drop() can free an element which can be then used to find next element in the list. OK'ed by: jmg

cvs commit: src/sys/kern kern_event.c

2006-06-02 Thread Pawel Jakub Dawidek
pjd 2006-06-02 13:21:22 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: Remove confusing done_noglobal label. The KQ_GLOBAL_UNLOCK() macro know how to handle both situations - when kq_global lock is and is not held. OK'ed by:

cvs commit: ports/www/linux-firefox Makefile distinfo

2006-06-02 Thread Andrew Pantyukhin
sat 2006-06-02 13:22:50 UTC FreeBSD ports repository Modified files: www/linux-firefoxMakefile distinfo Log: - Update to 1.5.0.4 Approved by:krion (mentor, implicit) Revision ChangesPath 1.27 +1 -1 ports/www/linux-firefox/Makefile 1.15

cvs commit: src/sys/kern kern_event.c

2006-06-02 Thread Pawel Jakub Dawidek
pjd 2006-06-02 13:23:40 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: Don't forget to unlock kq lock in low memory situations. OK'ed by: jmg Revision ChangesPath 1.102 +1 -0 src/sys/kern/kern_event.c

cvs commit: ports/lang Makefile ports/lang/p5-JavaScript Makefile distinfo pkg-descr pkg-plist

2006-06-02 Thread Anton Berezin
tobez 2006-06-02 13:24:55 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/p5-JavaScript Makefile distinfo pkg-descr pkg-plist Log: Add p5-JavaScript 0.55, perl extension for executing embedded JavaScript. PR:

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread Wilko Bulte
On Fri, Jun 02, 2006 at 06:36:03AM -0400, Tom Rhodes wrote.. On Fri, 2 Jun 2006 19:55:02 +0930 Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Friday, 2 June 2006 at 10:38:29 +0100, Ceri Davies wrote: On Fri, Jun 02, 2006 at 09:54:59AM +0930, Greg 'groggy' Lehey wrote: On Friday, 2

cvs commit: CVSROOT modules

2006-06-02 Thread Anton Berezin
tobez 2006-06-02 13:25:05 UTC FreeBSD ports repository Modified files: .modules Log: p5-JavaScript -- ports/lang/p5-JavaScript Revision ChangesPath 1.15208 +1 -0 CVSROOT/modules ___

cvs commit: ports/mail/linux-thunderbird Makefile distinfo

2006-06-02 Thread Andrew Pantyukhin
sat 2006-06-02 13:28:03 UTC FreeBSD ports repository Modified files: mail/linux-thunderbird Makefile distinfo Log: - Update to 1.5.0.4 Approved by:krion (mentor, implicit) Revision ChangesPath 1.4 +1 -1 ports/mail/linux-thunderbird/Makefile

cvs commit: ports/databases/p5-Class-DBI-Loader Makefile distinfo pkg-descr pkg-plist

2006-06-02 Thread Lars Balker Rasmussen
lbr 2006-06-02 13:50:42 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Loader Makefile distinfo pkg-descr pkg-plist Log: - Update from v0.32 to v0.33 - Clean up Makefile and portlint errors - Update pkg-plist to

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread John Baldwin
On Friday 02 June 2006 06:25, Greg 'groggy' Lehey wrote: On Friday, 2 June 2006 at 10:38:29 +0100, Ceri Davies wrote: On Fri, Jun 02, 2006 at 09:54:59AM +0930, Greg 'groggy' Lehey wrote: On Friday, 2 June 2006 at 2:50:47 +1000, Bruce Evans wrote: On Thu, 1 Jun 2006, John Baldwin wrote:

cvs commit: src/sys/net if_gif.c

2006-06-02 Thread Gleb Smirnoff
glebius 2006-06-02 14:10:52 UTC FreeBSD src repository Modified files: sys/net if_gif.c Log: Fix gif_output() so that GIF_UNLOCK() is performed only in case we have locked the softc. PR: kern/98298 Submitted by: Eugene Grosbein Revision

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Wilko Bulte [EMAIL PROTECTED] writes: :May I recommend that one of you just change it? : : What colour? : : Black. My answer would have to be black. : : Dull black I hope? Can't have it shiny. Black on Black with a small black light that

cvs commit: src/share/examples/diskless clone_root

2006-06-02 Thread Motoyuki Konno
motoyuki2006-06-02 15:01:11 UTC FreeBSD src repository Modified files: share/examples/diskless clone_root Log: doc fix: option MFS is obsolete. use MD_ROOT instead. PR: conf/93878 Revision ChangesPath 1.4 +1 -1

cvs commit: ports/devel/p5-PAR Makefile distinfo

2006-06-02 Thread Cheng-Lung Sung
clsung 2006-06-02 15:19:13 UTC FreeBSD ports repository Modified files: devel/p5-PAR Makefile distinfo Log: - Update to 0.94 - use module directory - Fix build with Digest::SHA = 5.38 PR: 98378 Submitted by: maintainer (Rong-En Fan)

cvs commit: ports/audio/sox Makefile distinfo pkg-plist ports/audio/sox/files patch-Makefile.in

2006-06-02 Thread Andrew Pantyukhin
sat 2006-06-02 15:24:22 UTC FreeBSD ports repository Modified files: audio/soxMakefile distinfo audio/sox/files patch-Makefile.in Removed files: audio/soxpkg-plist Log: - Update to 12.18.1 - Move plist to Makefile Approved by:

cvs commit: ports/www/awstats Makefile distinfo pkg-plist

2006-06-02 Thread Michael Landin Hostbaek
mich2006-06-02 15:34:55 UTC FreeBSD ports repository Modified files: www/awstats Makefile distinfo pkg-plist Log: - Update released by AWStats fixing current command injection vulnerability. http://awstats.sourceforge.net/awstats_security_news.php PR:

cvs commit: ports/databases/p5-Tangram Makefile distinfo pkg-descr pkg-plist ports/databases/p5-Tangram/files patch-Makefile.PL

2006-06-02 Thread Sergey Skvortsov
skv 2006-06-02 15:36:28 UTC FreeBSD ports repository Modified files: databases/p5-Tangram Makefile distinfo pkg-descr pkg-plist databases/p5-Tangram/files patch-Makefile.PL Log: * update to 2.10 * assign maintainership to perl@ PR: ports/98190

cvs commit: ports/devel/p5-Class-Tangram Makefile distinfo pkg-descr

2006-06-02 Thread Sergey Skvortsov
skv 2006-06-02 15:38:36 UTC FreeBSD ports repository Modified files: devel/p5-Class-Tangram Makefile distinfo pkg-descr Log: * update to 1.57 * assign maintainership to perl@ PR: ports/98240 Submitted by: aaron Revision ChangesPath 1.9

cvs commit: ports/devel/p5-SPOPS Makefile distinfo pkg-descr pkg-plist

2006-06-02 Thread Sergey Skvortsov
skv 2006-06-02 15:41:14 UTC FreeBSD ports repository Modified files: devel/p5-SPOPS Makefile distinfo pkg-descr pkg-plist Log: * update to 0.87 * assign maintainership to perl@ PR: ports/98309 Submitted by: aaron Revision ChangesPath

cvs commit: ports/net/p5-Parallel-Pvm Makefile distinfo

2006-06-02 Thread Sergey Skvortsov
skv 2006-06-02 15:43:46 UTC FreeBSD ports repository Modified files: net/p5-Parallel-Pvm Makefile distinfo Log: Update to 1.4.0 PR: ports/98323 Submitted by: Rong-En Fan rafan xx infor.org Revision ChangesPath 1.5 +3 -4

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread Wilko Bulte
On Fri, Jun 02, 2006 at 08:21:09AM -0600, M. Warner Losh wrote.. In message: [EMAIL PROTECTED] Wilko Bulte [EMAIL PROTECTED] writes: :May I recommend that one of you just change it? : : What colour? : : Black. My answer would have to be black. : : Dull black I

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread Mark Linimon
On Fri, Jun 02, 2006 at 02:45:13PM +0200, Wilko Bulte wrote: Dull black I hope? Can't have it shiny. ooh! shiny! mcl ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to [EMAIL

cvs commit: src/sys/kern vfs_aio.c

2006-06-02 Thread Doug Ambrisko
ambrisko2006-06-02 17:45:48 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Make lio ident more consistant with aio ident. Revision ChangesPath 1.224 +1 -1 src/sys/kern/vfs_aio.c ___

cvs commit: src/sbin/mount mount.c

2006-06-02 Thread Craig Rodrigues
rodrigc 2006-06-02 17:53:46 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fix mount -u -o ro. Requested by: maxim Revision ChangesPath 1.85 +24 -1 src/sbin/mount/mount.c ___

cvs commit: ports/devel/p5-Params-Validate Makefile distinfo pkg-descr

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 18:17:54 UTC FreeBSD ports repository Modified files: devel/p5-Params-Validate Makefile distinfo pkg-descr Log: - Update from v0.82 to v0.84 0.84 May29, 2006 - The XS version of the code used Carp::croak to report failures, while the Perl version

cvs commit: www/en developers.sgml

2006-06-02 Thread Scott Long
scottl 2006-06-02 18:45:44 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Update membership lists. Revision ChangesPath 1.135 +5 -5 www/en/developers.sgml ___

cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_pci.c

2006-06-02 Thread Matt Jacob
mjacob 2006-06-02 18:50:39 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_pci.c Log: More checkpointing on the way toward really (finally) fixing speed negotiation. Also fix the mpt_execute_req function to actually match

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

2006-06-02 Thread Kris Kennaway
On Fri, Jun 02, 2006 at 10:40:52AM +0100, Ceri Davies wrote: On Thu, Jun 01, 2006 at 11:18:37AM -0400, Kris Kennaway wrote: On Thu, Jun 01, 2006 at 09:41:27AM +0100, Ceri Davies wrote: On Wed, May 31, 2006 at 09:21:30PM -0400, Kris Kennaway wrote: On Wed, May 31, 2006 at 07:15:20PM

Re: cvs commit: src/sys/fs/procfs procfs.c

2006-06-02 Thread Guy Helmer
Dag-Erling Smørgrav wrote: Guy Helmer [EMAIL PROTECTED] writes: Log: Revision 1.4 set access for all sensitive files in /proc/PID to mode 0 if a process's uid or gid has changed, but the /proc/PID directory itself was also set to mode 0. Assuming this doesn't open any security

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

2006-06-02 Thread Matt Jacob
mjacob 2006-06-02 19:23:12 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.h Log: Make the code able to compile again in RELENG_4. Revision ChangesPath 1.24 +1 -0 src/sys/dev/mpt/mpt.h ___

cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/ipw if_ipw.c src/sys/dev/iwi if_iwi.c src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_ural.c src/sys/dev/wi if_wi.c src/sys/net bpf.c bpf.h bpfdes

2006-06-02 Thread Christian S.J. Peron
csjp2006-06-02 19:59:33 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/ipw if_ipw.c sys/dev/iwi if_iwi.c sys/dev/ral rt2560.c rt2661.c sys/dev/usb if_ural.c sys/dev/wi if_wi.c

cvs commit: ports/textproc/p5-XML-RSS-LibXML Makefile distinfo pkg-plist

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 20:19:40 UTC FreeBSD ports repository Modified files: textproc/p5-XML-RSS-LibXML Makefile distinfo pkg-plist Log: - Update from v0.19 to v0.21 - Move to MODBUILD - Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode - Update plist

cvs commit: src/sys/kern vfs_mount.c

2006-06-02 Thread Pawel Jakub Dawidek
pjd 2006-06-02 20:29:02 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Fix a problem introduced in revision 1.220. On mount(2) failure, don't forget to unbusy file system before its destruction. This fixes the following warning on

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml

2006-06-02 Thread Joel Dahl
joel2006-06-02 20:34:19 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Update re membership lists. Revision ChangesPath 1.43 +1 -17 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml

cvs commit: src/sys/netgraph ng_base.c

2006-06-02 Thread John Baldwin
jhb 2006-06-02 20:35:39 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Conditionally acquire Giant in netgraph callouts to honor mpsafenet=0. Reported by:sekes gexlie at gmail dot com MFC after: 1 week Revision Changes

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

2006-06-02 Thread Joel Dahl
joel2006-06-02 20:40:57 UTC FreeBSD doc repository Modified files: en/projects/ideasindex.sgml Log: Update the FPU overhaul entry. Submitted by: Attilio Rao [EMAIL PROTECTED] Revision ChangesPath 1.47 +4 -4 www/en/projects/ideas/index.sgml

cvs commit: ports/math/p5-Number-WithError Makefile

2006-06-02 Thread Kris Kennaway
kris2006-06-02 20:41:30 UTC FreeBSD ports repository Modified files: math/p5-Number-WithError Makefile Log: Mark IS_INTERACTIVE to avoid infinite build loop. Revision ChangesPath 1.2 +2 -0 ports/math/p5-Number-WithError/Makefile

cvs commit: ports/www/firefox Makefile distinfo

2006-06-02 Thread Michael Johnson
ahze2006-06-02 20:46:36 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo Log: - Update to 1.5.0.4 Revision ChangesPath 1.155 +1 -1 ports/www/firefox/Makefile 1.32 +3 -3 ports/www/firefox/distinfo

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

2006-06-02 Thread Scott Long
scottl 2006-06-02 20:50:17 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Update membership list Revision ChangesPath 1.240 +0 -2 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml

cvs commit: ports/emulators Makefile ports/emulators/linux_base-fc4 Makefile distinfo.i386 pkg-descr pkg-plist

2006-06-02 Thread Alexander Leidinger
netchild2006-06-02 20:50:32 UTC FreeBSD ports repository Modified files: emulatorsMakefile emulators/linux_base-fc4 Makefile distinfo.i386 pkg-descr pkg-plist Log: - finish repo copy from fc3 to fc4 by updating to fc4 and connecting

cvs commit: ports/emulators/linux_base-fc3 Makefile

2006-06-02 Thread Alexander Leidinger
netchild2006-06-02 21:04:42 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc3 Makefile Log: Register conflict with FC4. Revision ChangesPath 1.6 +2 -2 ports/emulators/linux_base-fc3/Makefile

cvs commit: ports/emulators/linux_base-8 Makefile

2006-06-02 Thread Alexander Leidinger
netchild2006-06-02 21:05:45 UTC FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile Log: Register conflict with FC*. Revision ChangesPath 1.120 +2 -2 ports/emulators/linux_base-8/Makefile ___

cvs commit: ports/www/firefox-i18n Makefile distinfo

2006-06-02 Thread Andrew Pantyukhin
sat 2006-06-02 21:22:28 UTC FreeBSD ports repository Modified files: www/firefox-i18n Makefile distinfo Log: - Update to 1.5.0.4 Approved by:krion (mentor, implicit) Revision ChangesPath 1.2 +2 -2 ports/www/firefox-i18n/Makefile 1.2

cvs commit: ports/mail/thunderbird-i18n Makefile distinfo

2006-06-02 Thread Andrew Pantyukhin
sat 2006-06-02 21:23:13 UTC FreeBSD ports repository Modified files: mail/thunderbird-i18n Makefile distinfo Log: - Update to 1.5.0.4 Approved by:krion (mentor, implicit) Revision ChangesPath 1.3 +2 -2 ports/mail/thunderbird-i18n/Makefile

cvs commit: ports/math/p5-Number-WithError Makefile ports/math/p5-Number-WithError/files patch-Makefile.PL

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 21:35:23 UTC FreeBSD ports repository Modified files: math/p5-Number-WithError Makefile Added files: math/p5-Number-WithError/files patch-Makefile.PL Log: - Patch Makefile.PL to remove possible interactivity Approved by:tobez (implicit)

cvs commit: ports/net-im/p5-Jabber-Connection Makefile

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 22:07:32 UTC FreeBSD ports repository Modified files: net-im/p5-Jabber-Connection Makefile Log: - Update mirror PR: ports/97742 Submitted by: Martin Wilke Reviewed by:maintainer Approved by:maintainer, tobez (implicit)

cvs commit: ports/news Makefile ports/news/nzbperl Makefile distinfo pkg-descr pkg-message

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 22:12:37 UTC FreeBSD ports repository Modified files: news Makefile Added files: news/nzbperl Makefile distinfo pkg-descr pkg-message Log: Add nzbperl 0.6.8, a perl script for downloading nzb files. PR:

cvs commit: CVSROOT modules

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 22:12:49 UTC FreeBSD ports repository Modified files: .modules Log: nzbperl -- ports/news/nzbperl Revision ChangesPath 1.15209 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

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

2006-06-02 Thread Craig Rodrigues
On Fri, Jun 02, 2006 at 08:29:02PM +, Pawel Jakub Dawidek wrote: pjd 2006-06-02 20:29:02 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Fix a problem introduced in revision 1.220. On mount(2) failure, don't forget to unbusy

cvs commit: ports/multimedia/p5-RIFF-Info Makefile

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 22:27:07 UTC FreeBSD ports repository Modified files: multimedia/p5-RIFF-Info Makefile Log: - change mirror Fix: http://people.freebsd.org/~fenner/portsurvey/multimedia.html#p5-RIFF-Info PR: ports/97743 Submitted by: Martin Wilke

cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/awi awi.c src/sys/dev/gem if_gem.c src/sys/dev/ipw if_ipw.c src/sys/dev/iwi if_iwi.c src/sys/dev/lmc if_lmc.h src/sys/dev/ral rt2661.c src/sys/dev/usb

2006-06-02 Thread Sam Leffler
sam 2006-06-02 23:14:40 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/awi awi.c sys/dev/gem if_gem.c sys/dev/ipw if_ipw.c sys/dev/iwi if_iwi.c sys/dev/lmc if_lmc.h

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread Erwin Lansing
On Fri, Jun 02, 2006 at 09:26:13AM -0400, John Baldwin wrote: On Friday 02 June 2006 06:25, Greg 'groggy' Lehey wrote: On Friday, 2 June 2006 at 10:38:29 +0100, Ceri Davies wrote: On Fri, Jun 02, 2006 at 09:54:59AM +0930, Greg 'groggy' Lehey wrote: On Friday, 2 June 2006 at 2:50:47

Re: cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/awi awi.c src/sys/dev/gem if_gem.c src/sys/dev/ipw if_ipw.c src/sys/dev/iwi if_iwi.c src/sys/dev/lmc if_lmc.h src/sys/dev/ral rt2661.c sr

2006-06-02 Thread Christian S.J. Peron
Sam Leffler wrote: sam 2006-06-02 23:14:40 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/awi awi.c sys/dev/gem if_gem.c sys/dev/ipw if_ipw.c sys/dev/iwi if_iwi.c sys/dev/lmc

Re: cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/ipw if_ipw.c src/sys/dev/iwi if_iwi.c src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_ural.c src/sys/dev/wi if_wi.c src/sys/net bpf.c

2006-06-02 Thread Sam Leffler
For the record we can eliminate the indirect ref through if_bpf if we embed the structure in the ifnet. For ifnet's that hookup to bpf this is a no-cost improvement. The downside is that ifnet's that don't work with bpf incur the overhead for the structure despite not using it. We decided to do

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-02 Thread Tom Rhodes
On Fri, 2 Jun 2006 17:05:54 +0200 Wilko Bulte [EMAIL PROTECTED] wrote: On Fri, Jun 02, 2006 at 08:21:09AM -0600, M. Warner Losh wrote.. In message: [EMAIL PROTECTED] Wilko Bulte [EMAIL PROTECTED] writes: :May I recommend that one of you just change it? : : What

cvs commit: ports/devel Makefile ports/devel/p5-Java Makefile distinfo pkg-descr pkg-plist ports/devel/p5-Java/files javaserver.sh.in patch-MANIFEST patch-Makefile.PL

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 23:40:27 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-JavaMakefile distinfo pkg-descr pkg-plist devel/p5-Java/files javaserver.sh.in patch-MANIFEST patch-Makefile.PL

cvs commit: CVSROOT modules

2006-06-02 Thread Aaron Dalton
aaron 2006-06-02 23:40:39 UTC FreeBSD ports repository Modified files: .modules Log: p5-Java -- ports/devel/p5-Java Revision ChangesPath 1.15210 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

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

2006-06-02 Thread Pawel Jakub Dawidek
On Fri, Jun 02, 2006 at 06:25:36PM -0400, Craig Rodrigues wrote: + On Fri, Jun 02, 2006 at 08:29:02PM +, Pawel Jakub Dawidek wrote: + pjd 2006-06-02 20:29:02 UTC + +FreeBSD src repository + +Modified files: + sys/kern vfs_mount.c +Log: +Fix a

cvs commit: src/lib/libthr/thread thr_private.h

2006-06-02 Thread David Xu
davidxu 2006-06-03 00:19:40 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_private.h Log: Remove unused member. Revision ChangesPath 1.65 +0 -1 src/lib/libthr/thread/thr_private.h ___

cvs commit: ports/mail/razor-agents Makefile distinfo

2006-06-02 Thread Yen-Ming Lee
leeym 2006-06-03 00:26:24 UTC FreeBSD ports repository Modified files: mail/razor-agentsMakefile distinfo Log: - update to 2.82 Revision ChangesPath 1.42 +1 -1 ports/mail/razor-agents/Makefile 1.21 +3 -3 ports/mail/razor-agents/distinfo

cvs commit: ports/sysutils/syslog-ng Makefile distinfo

2006-06-02 Thread Marcus Alves Grando
mnag2006-06-03 00:32:21 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng Makefile distinfo Log: - Update to 1.6.11 PR: 97400 Submitted by: Mars G. Miro marsgmiro___gmail.com Approved by:maintainer timeout (16 days) Revision

cvs commit: ports/ftp/lftp Makefile distinfo

2006-06-02 Thread Marcus Alves Grando
mnag2006-06-03 00:32:54 UTC FreeBSD ports repository Modified files: ftp/lftp Makefile distinfo Log: - Update to 3.4.7 PR: 97361 Submitted by: Martin Wilke freebsd___unixfreunde.de Approved by:maintainer timeout (17 days) Revision

cvs commit: ports/devel/cvsd Makefile distinfo

2006-06-02 Thread Yen-Ming Lee
leeym 2006-06-03 00:34:27 UTC FreeBSD ports repository Modified files: devel/cvsd Makefile distinfo Log: - update to 1.0.12 Revision ChangesPath 1.38 +1 -1 ports/devel/cvsd/Makefile 1.29 +3 -3 ports/devel/cvsd/distinfo

cvs commit: ports/sysutils/bsdadminscripts Makefile distinfo

2006-06-02 Thread Marcus Alves Grando
mnag2006-06-03 01:05:25 UTC FreeBSD ports repository Modified files: sysutils/bsdadminscripts Makefile distinfo Log: - Update to 1.1 - portlint(1) PR: 98233 Submitted by: maintainer Revision ChangesPath 1.2 +2 -2

  1   2   >