cvs commit: src/sys/vm vnode_pager.c

2006-10-13 Thread Alan Cox
alc 2006-10-14 06:04:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vnode_pager.c Log: MFC revision 1.229 Change vnode_pager_generic_getpages() so that it does not panic if the given file is sparse. Instead, it zeroes the

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

2006-10-13 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Tor Egge writes: >tegge 2006-10-13 20:49:24 UTC > > FreeBSD src repository > > Modified files: >sys/kern kern_conf.c > Log: > Wait for thread count to reach zero in destroy_devl() even when no purge > method is defined, to avoid memory bei

cvs commit: src/sys/dev/bce if_bce.c

2006-10-13 Thread Scott Long
scottl 2006-10-14 05:30:12 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Simplify the arguments to bce_tx_encap. Revision ChangesPath 1.13 +14 -17src/sys/dev/bce/if_bce.c ___ cvs-all

cvs commit: CVSROOT avail

2006-10-13 Thread Joe Marcus Clarke
marcus 2006-10-14 05:20:56 UTC FreeBSD ports repository Modified files: .avail Log: Lock the ports tree out for GNOME 2.16 import. Revision ChangesPath 1.234 +1 -1 CVSROOT/avail ___ cvs-all@free

cvs commit: src/sys/dev/bce if_bce.c

2006-10-13 Thread Scott Long
scottl 2006-10-14 04:28:24 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: More small whitespace cleanups Revision ChangesPath 1.12 +4 -4 src/sys/dev/bce/if_bce.c ___ cvs-all@freebsd.

Re: cvs commit: src/sys/sun4v/conf NOTES

2006-10-13 Thread John Birrell
On Fri, Oct 13, 2006 at 09:49:33PM -0600, M. Warner Losh wrote: > Maybe we need a tinderbox explaination section in the developers > handbook with this link as well :-) Or just add the link to the email that gets sent to the list. -- John Birrell ___ cv

cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h

2006-10-13 Thread Scott Long
scottl 2006-10-14 03:58:59 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c if_bcereg.h Log: Don't copy the bd_chain head pointers into temporary objects, they are available globally. Revision ChangesPath 1.11 +3 -6 src/sys/dev/bce

Re: cvs commit: src/sys/sun4v/conf NOTES

2006-10-13 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> John Baldwin <[EMAIL PROTECTED]> writes: : On Friday 13 October 2006 08:16, Dag-Erling Smørgrav wrote: : > John Birrell <[EMAIL PROTECTED]> writes: : > > Log: : > > Attempt to fix the sun4v tinderbox build (which unhelpfully doesn't : > > report err

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

2006-10-13 Thread Tom Rhodes
trhodes 2006-10-14 03:50:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Use &prompt.user; for a user entered command. Noticed by: shaun Revision ChangesPath 1.303 +1 -1 doc/en_US.ISO8859-1/book

Re: cvs commit: src/gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c config.h init.c nm-fbsd.h tm-fbsd.h xm-fbsd.h src/gnu/usr.bin/gdb/kgdb trgt_arm.c

2006-10-13 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "David E. O'Brien" <[EMAIL PROTECTED]> writes: : obrien 2006-10-13 14:27:51 UTC : : FreeBSD src repository : : Added files: (Branch: RELENG_6) : gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c :

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

2006-10-13 Thread Tom Rhodes
trhodes 2006-10-14 02:49:10 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Quick grammatical improvements. Mention how to use k5destroy. PR: 104381 Submitted by: Shaun Amott (original version) Revis

cvs commit: src/lib/libc_r/uthread uthread_sig.c

2006-10-13 Thread Tor Egge
tegge 2006-10-14 01:11:44 UTC FreeBSD src repository Modified files: lib/libc_r/uthread uthread_sig.c Log: Backout unblocking of signal if no threads can currently handle it. The check for pending signal after direct invocation of signal handler is sufficient. Revisi

cvs commit: projects/csup proto.c

2006-10-13 Thread Maxime Henrion
mux 2006-10-14 00:55:12 UTC FreeBSD projects repository Modified files: csup proto.c Log: The "Connected to..." message was changed some time ago to print the numerical address instead of the name written in the supfile, so that it became possible to see w

cvs commit: projects/csup mux.c

2006-10-13 Thread Maxime Henrion
mux 2006-10-14 00:48:10 UTC FreeBSD projects repository Modified files: csup mux.c Log: Quiet an illegitimate GCC4 warning. Submitted by: kan Revision ChangesPath 1.72 +2 -1 projects/csup/mux.c _

cvs commit: src/sbin/kldload kldload.8

2006-10-13 Thread Tom Rhodes
trhodes 2006-10-13 23:59:59 UTC FreeBSD src repository Modified files: sbin/kldload kldload.8 Log: Remove mention of "lomac" as it's been gone for a good while now (at least two years). Revision ChangesPath 1.25 +2 -2 src/sbin/kldload/kldload.8 ___

cvs commit: src/lib/libthr/thread thr_umtx.c thr_umtx.h

2006-10-13 Thread David Xu
davidxu 2006-10-13 22:31:00 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_umtx.c thr_umtx.h Log: o Make _thr_umutex_init a function. o Eliminate unused parameter for some functions. o Convert type of first parameter to void * for _thr_umtx_wait and _

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

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 22:29:06 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Define an empty C_DIALECT in case of "icc", just in case. Revision ChangesPath 1.79 +1 -0 src/sys/conf/kern.pre.mk __

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

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 22:28:14 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk kmod.mk Log: - Remove include links only when .depend is also removed, so that "make depend; make clean; make -n" works. - Preseve kernel's .depend if it already exis

Re: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica southamerica systemv yearistype.sh zone.tab

2006-10-13 Thread Doug Barton
John Baldwin wrote: Part of the reason I didn't want to do it is that on RELENG_4 it also requires more changes (like a makefile and etc/mtree). I think you just broke the install on RELENG_4 with this commit. I have a working RELENG_4 system, and I tested the install before committing. The m

cvs commit: src/sys/sun4v/conf NOTES

2006-10-13 Thread John Birrell
jb 2006-10-13 21:55:30 UTC FreeBSD src repository Modified files: sys/sun4v/conf NOTES Log: Ignore the uart device. Revision ChangesPath 1.4 +1 -0 src/sys/sun4v/conf/NOTES ___ cvs-all@freebsd.org mailin

cvs commit: src/sys/conf NOTES

2006-10-13 Thread John Birrell
jb 2006-10-13 21:44:58 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Remove a nmdm comment which ru@ thinks was no longer required. Revision ChangesPath 1.1389+0 -1 src/sys/conf/NOTES _

cvs commit: ports/graphics/yafray Makefile

2006-10-13 Thread Rong-En Fan
rafan 2006-10-13 21:31:11 UTC FreeBSD ports repository Modified files: graphics/yafray Makefile Log: - Mark BROKEN on 6.x and below: this port uses posix_memalign(3) PR: ports/104391 Submitted by: David Yeske (maintainer) Approved by:portmgr (ma

cvs commit: src/sys/sun4v/sun4v genassym.c

2006-10-13 Thread John Birrell
jb 2006-10-13 21:30:18 UTC FreeBSD src repository Removed files: sys/sun4v/sun4v genassym.c Log: sun4v uses the sparc64 version of this file. Revision ChangesPath 1.2 +0 -292src/sys/sun4v/sun4v/genassym.c (dead)

cvs commit: src/sys/kern kern_conf.c

2006-10-13 Thread Tor Egge
tegge 2006-10-13 20:49:24 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Wait for thread count to reach zero in destroy_devl() even when no purge method is defined, to avoid memory being modified after free. Temporarily increase refcount

cvs commit: src/sys/boot/common help.common loader.8 src/sys/boot/forth support.4th

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 20:48:17 UTC FreeBSD src repository Modified files: sys/boot/common help.common loader.8 sys/boot/forth support.4th Log: Replace a rarely used "depuration" with "debugging". PR: docs/85127 Submitted by: Gary W. Swearingen (p

cvs commit: src/share/man/man1 builtin.1

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 20:37:23 UTC FreeBSD src repository Modified files: share/man/man1 builtin.1 Log: Make the SYNOPSIS section more meaningful. PR: docs/85066 Submitted by: Gary W. Swearingen MFC after: 3 days Revision ChangesPath 1.2

cvs commit: src/lib/libc/i386/sys i386_get_ldt.2

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 20:34:44 UTC FreeBSD src repository Modified files: lib/libc/i386/sysi386_get_ldt.2 Log: Forgot to bump the document date. Revision ChangesPath 1.23 +1 -1 src/lib/libc/i386/sys/i386_get_ldt.2 ___

cvs commit: src/lib/libc/i386/sys i386_get_ldt.2

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 20:28:58 UTC FreeBSD src repository Modified files: lib/libc/i386/sysi386_get_ldt.2 Log: Some word smithing adopted from the PR. PR: docs/54451 Originally by: Andreas Fuchs Adopted by: jhb MFC after: 3 days Revision Ch

Re: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica southamerica systemv yearistype.sh zone.tab

2006-10-13 Thread John Baldwin
On Friday 13 October 2006 15:58, Ruslan Ermilov wrote: > On Fri, Oct 13, 2006 at 05:51:42PM +, Doug Barton wrote: > > dougb 2006-10-13 17:51:42 UTC > > > > FreeBSD src repository > > > > Modified files:(Branch: RELENG_4) > > share/zoneinfo africa antarctica asia au

cvs commit: src/lib/libc_r/uthread uthread_sig.c

2006-10-13 Thread Tor Egge
tegge 2006-10-13 20:12:07 UTC FreeBSD src repository Modified files: lib/libc_r/uthread uthread_sig.c Log: Delay unblocking signal and restoring process signal mask until the thread signal mask has been updated to avoid stack overflow during signal bursts. Don't bloc

cvs commit: src/lib/libc_r/uthread uthread_select.c

2006-10-13 Thread Tor Egge
tegge 2006-10-13 20:04:13 UTC FreeBSD src repository Modified files: lib/libc_r/uthread uthread_select.c Log: Delay setting wakeup time until after poll array has been allocated. Blocking on the malloc spinlock would cause the select timeout to be lost. Revision Chang

cvs commit: src/lib/libc_r/uthread uthread_init.c

2006-10-13 Thread Tor Egge
tegge 2006-10-13 20:01:41 UTC FreeBSD src repository Modified files: lib/libc_r/uthread uthread_init.c Log: Sync thread jump table with libc and other thread libraries. Revision ChangesPath 1.50 +35 -4 src/lib/libc_r/uthread/uthread_init.c ___

Re: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica southamerica systemv yearistype.sh zone.tab

2006-10-13 Thread Ruslan Ermilov
On Fri, Oct 13, 2006 at 05:51:42PM +, Doug Barton wrote: > dougb 2006-10-13 17:51:42 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_4) > share/zoneinfo africa antarctica asia australasia > backward etcetera europe factor

cvs commit: src/sys/sys rwlock.h

2006-10-13 Thread Gleb Smirnoff
glebius 2006-10-13 19:43:36 UTC FreeBSD src repository Modified files: sys/sys rwlock.h Log: Include pcpu.h so that kernel is buildable w/o RWLOCK_NOINLINE option and with some code that uses rwlock(9). Revision ChangesPath 1.5 +1 -0 src/sys/

cvs commit: ports/devel/dwarfdump Makefile

2006-10-13 Thread Joerg Wunsch
joerg 2006-10-13 19:00:13 UTC FreeBSD ports repository Modified files: devel/dwarfdump Makefile Log: Fix build on amd64. The workaround for Elf64_Xword has been "borrowed" from devel/libelf. Approved by:portmgr (erwin) Revision ChangesPath 1.3

Re: cvs commit: src/sys/sun4v/conf NOTES

2006-10-13 Thread John Baldwin
On Friday 13 October 2006 08:16, Dag-Erling Smørgrav wrote: > John Birrell <[EMAIL PROTECTED]> writes: > > Log: > > Attempt to fix the sun4v tinderbox build (which unhelpfully doesn't > > report errors -- just warnings). > > The summary only shows the last ten or so lines of the error messag

cvs commit: src/sys/dev/iwi if_iwi.c

2006-10-13 Thread Max Laier
mlaier 2006-10-13 18:32:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/iwi if_iwi.c Log: MFC, if_iwi.c 1.40: Remind firmware of the ESSID to use in a directed scan. This fixes scanning for hidden APs when we are not comming

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

2006-10-13 Thread Mark Linimon
On Fri, Oct 13, 2006 at 08:13:55AM -0400, Tom Rhodes wrote: > It's nice to see some of the doc PR count go down. It was like 209 when I > started last weekend and with everyone working on them, it's down to 153. :) Yay! mcl ___ cvs-all@freebsd.org

cvs commit: src/share/zoneinfo africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica southamerica systemv yearistype.sh zone.tab

2006-10-13 Thread Doug Barton
dougb 2006-10-13 17:51:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) share/zoneinfo africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica southamerica

cvs commit: src/share/zoneinfo africa asia australasia backward europe northamerica southamerica yearistype.sh zone.tab

2006-10-13 Thread Doug Barton
dougb 2006-10-13 17:47:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/zoneinfo africa asia australasia backward europe northamerica southamerica yearistype.sh zone.tab Log: MFC tzdata2006n

cvs commit: src/sys/amd64/amd64 intr_machdep.c

2006-10-13 Thread John Baldwin
jhb 2006-10-13 17:31:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c Log: Move the 2 additional #includes down into the #ifndef DEV_ATPIC section. Revision ChangesPath 1.24 +2 -2 src/sys/amd64/amd64/intr_machdep.c __

cvs commit: ports/deskutils/plans Makefile distinfo

2006-10-13 Thread Andrew Pantyukhin
sat 2006-10-13 17:05:47 UTC FreeBSD ports repository Modified files: deskutils/plans Makefile distinfo Log: - Distfile has been rerolled to fix a tiny typo bug in plans.js (a quote and a semicolon omitted by mistake) Reported by:pointyhat via kris Approved

cvs commit: ports/sysutils/searchmonkey/files patch-src__search.c patch-src__search.h

2006-10-13 Thread Andrew Pantyukhin
sat 2006-10-13 16:52:18 UTC FreeBSD ports repository Added files: sysutils/searchmonkey/files patch-src__search.c Removed files: sysutils/searchmonkey/files patch-src__search.h Log: - Fix build by including a missing header (pthread.h) Approved by:portmgr (mar

cvs commit: ports/sysutils/unieject Makefile

2006-10-13 Thread Andrew Pantyukhin
sat 2006-10-13 16:50:51 UTC FreeBSD ports repository Modified files: sysutils/uniejectMakefile Log: - Fix configure by avoiding calls to pkg-config Approved by:portmgr (marcus) Revision ChangesPath 1.6 +3 -7 ports/sysutils/unieject/Makefile

cvs commit: ports/audio/liboggz Makefile pkg-plist

2006-10-13 Thread Andrew Pantyukhin
sat 2006-10-13 16:49:18 UTC FreeBSD ports repository Modified files: audio/liboggzMakefile pkg-plist Log: - Fix plist by disabling doc building Reported by:pointyhat via kris Approved by:portmgr (marcus) Revision ChangesPath 1.2 +1 -0

cvs commit: src/usr.bin/expand expand.1 src/usr.bin/unexpand unexpand.c

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 16:22:25 UTC FreeBSD src repository Modified files: usr.bin/expand expand.1 usr.bin/unexpand unexpand.c Log: Document that unexpand(1)'s -a and -t options are exclusive. PR: docs/85063 Revision ChangesPath 1.15 +

cvs commit: src/usr.bin/tr tr.1

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 16:13:46 UTC FreeBSD src repository Modified files: usr.bin/tr tr.1 Log: - Document all character classes our tr(1) supports. [1] - Mention that some of them are POSIX extensions. [2] PR: docs/85062 [1] Submitted by: Toby Pete

cvs commit: src/lib/libc/locale wctype.3

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 16:11:12 UTC FreeBSD src repository Modified files: lib/libc/locale wctype.3 Log: Add missing comma. Revision ChangesPath 1.7 +1 -1 src/lib/libc/locale/wctype.3 ___ cvs-all@freebsd.org mail

cvs commit: doc/zh_TW.Big5/books/fdp-primer/the-website chapter.sgml

2006-10-13 Thread Chin-San Huang
chinsan 2006-10-13 16:10:00 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/fdp-primer/the-website chapter.sgml Log: Translate more text into Chinese. PR: docs/104107 Submitted by: psilotum Obtained from: The FreeBSD Traditional Chinese SVN A

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

2006-10-13 Thread David E. O'Brien
obrien 2006-10-13 15:51:53 UTC FreeBSD src repository Modified files: share/man/man4 sis.4 Log: Add Soekris Engineering information. Revision ChangesPath 1.22 +6 -3 src/share/man/man4/sis.4 ___ cvs-all@freeb

cvs commit: src/sbin/bsdlabel bsdlabel.8

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 15:44:29 UTC FreeBSD src repository Modified files: sbin/bsdlabelbsdlabel.8 Log: - Don't mention (wrong) defaults for FFS file system parameters, replace them with references to newfs(8) which documents them. - Remove mentions of LFS support fo

cvs commit: src/gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c config.h init.c nm-fbsd.h tm-fbsd.h xm-fbsd.h src/gnu/usr.bin/gdb/kgdb trgt_arm.c

2006-10-13 Thread David E. O'Brien
obrien 2006-10-13 14:27:51 UTC FreeBSD src repository Added files: (Branch: RELENG_6) gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c config.h init.c nm-fbsd.h tm-fbsd.h xm-fbsd.h gnu/usr.bin/gd

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

2006-10-13 Thread Remko Lodder
remko 2006-10-13 14:11:00 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Add documentation about NFSlocking. PR: docs/103956 Submitted by: novel Facilitated by: Snow B.V.

Re: cvs commit: CVSROOT access

2006-10-13 Thread Wilko Bulte
On Fri, Oct 13, 2006 at 11:31:10AM +, Gleb Smirnoff wrote.. > glebius 2006-10-13 11:31:10 UTC > > FreeBSD src repository > > Modified files: > .access > Log: > Time to free oleg from mentorship. > > Approved by:core (not true) For the record: co

cvs commit: src/sbin/mount mount.c

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 13:06:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: Previous revision didn't build, unbreak. Approved by:re (des@ asked me to commit) Revision ChangesPath 1.69.2.4 +2 -2 src/

cvs commit: src/sys/netinet6 in6_proto.c

2006-10-13 Thread Hajimu UMEMOTO
ume 2006-10-13 12:45:54 UTC FreeBSD src repository Modified files: sys/netinet6 in6_proto.c Log: Make net.inet6.ip6.auto_linklocal tunable. Someone may want to enable/disable auto_linklocal even in single user mode. Discussed with: re@, gnn@ MFC after:

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

2006-10-13 Thread David Xu
davidxu 2006-10-13 12:45:22 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_private.h Log: Use type pthread_state for thread state. Revision ChangesPath 1.72 +1 -1 src/lib/libthr/thread/thr_private.h __

cvs commit: src/etc/rc.d auto_linklocal src/sys/netinet6 in6_ifattach.c

2006-10-13 Thread Hajimu UMEMOTO
ume 2006-10-13 12:41:36 UTC FreeBSD src repository Modified files: etc/rc.d auto_linklocal sys/netinet6 in6_ifattach.c Log: Revert the default value of net.inet6.ip6.auto_linklocal to 1. If ipv6_enable is not set to "YES", net.inet6.ip6.auto_linkloc

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

2006-10-13 Thread Gleb Smirnoff
glebius 2006-10-13 12:38:44 UTC FreeBSD src repository Modified files: usr.sbin/arp arp.c Log: - Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq, to obtain correct netmask in case of interface with multiple aliases. - While here, remove a

Re: cvs commit: src/sys/sun4v/conf NOTES

2006-10-13 Thread Dag-Erling Smørgrav
John Birrell <[EMAIL PROTECTED]> writes: > Log: > Attempt to fix the sun4v tinderbox build (which unhelpfully doesn't > report errors -- just warnings). The summary only shows the last ten or so lines of the error message. The full log is available at http://tinderbox.des.no/>. DES -- Dag-

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

2006-10-13 Thread Tom Rhodes
On Fri, 13 Oct 2006 13:08:18 +0100 Ceri Davies <[EMAIL PROTECTED]> wrote: > On Fri, Oct 13, 2006 at 11:56:11AM +, Tom Rhodes wrote: > > trhodes 2006-10-13 11:56:11 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/handbook book.sgml > > Log:

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

2006-10-13 Thread Ceri Davies
On Fri, Oct 13, 2006 at 11:56:11AM +, Tom Rhodes wrote: > trhodes 2006-10-13 11:56:11 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook book.sgml > Log: > s/need updated/require updating. Thanks Tom. Ceri -- That must be wonderful! I don'

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

2006-10-13 Thread Tom Rhodes
trhodes 2006-10-13 11:56:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook book.sgml Log: s/need updated/require updating. Wake up call via: ceri Revision ChangesPath 1.168 +2 -2 doc/en_US.ISO8859-1/books/handbook/book.sg

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

2006-10-13 Thread Tom Rhodes
On Fri, 13 Oct 2006 12:43:43 +0100 Ceri Davies <[EMAIL PROTECTED]> wrote: > On Fri, Oct 13, 2006 at 10:29:52AM +, Tom Rhodes wrote: > > trhodes 2006-10-13 10:29:52 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/handbook book.sgml > > Log:

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

2006-10-13 Thread Ceri Davies
On Fri, Oct 13, 2006 at 10:29:52AM +, Tom Rhodes wrote: > trhodes 2006-10-13 10:29:52 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook book.sgml > Log: > "Many sections do not yet exist" sounds very misleading to me. Reword > slightly to

Re: cvs commit: src/sbin/mount mount.c

2006-10-13 Thread Ruslan Ermilov
On Fri, Oct 13, 2006 at 08:11:31PM +0900, Makoto Matsushita wrote: > > Modified files:(Branch: RELENG_6) > > sbin/mount mount.c > > Log: > > Remove "late" from options before passing them to the fs. > > > > Submitted by: SANETO Takanori <[EMAIL PROTECTED]> > >

cvs commit: CVSROOT access

2006-10-13 Thread Gleb Smirnoff
glebius 2006-10-13 11:31:10 UTC FreeBSD src repository Modified files: .access Log: Time to free oleg from mentorship. Approved by:core (not true) Revision ChangesPath 1.795 +0 -0 CVSROOT/access ___

cvs commit: src/share/man/man4/man4.i386 ndis.4

2006-10-13 Thread Tom Rhodes
trhodes 2006-10-13 11:30:07 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 ndis.4 Log: Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the former is easier to use. PR: 97231 Revision ChangesPath 1.12

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2006-10-13 Thread Remko Lodder
remko 2006-10-13 11:27:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add execption information for distinfo PR: docs/99715 Submitted by: clsung Revision ChangesPath 1.760 +1 -1 doc/e

cvs commit: src/usr.sbin/bluetooth/bthidd bthidd.8

2006-10-13 Thread Markus Brueffer
markus 2006-10-13 11:17:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/bluetooth/bthidd bthidd.8 Log: MFC rev. 1.2: - Grammar and typo fixes - Rewording of some sentences Approved by:re (hrs), emax (mentor) Revision Chang

Re: cvs commit: src/sbin/mount mount.c

2006-10-13 Thread Makoto Matsushita
> Modified files:(Branch: RELENG_6) > sbin/mount mount.c > Log: > Remove "late" from options before passing them to the fs. > > Submitted by: SANETO Takanori <[EMAIL PROTECTED]> > Approved by:re (bmah) > > Revision ChangesPath > 1.69.2.3 +1 -0

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

2006-10-13 Thread Tom Rhodes
trhodes 2006-10-13 10:53:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In the "filtering bridge" section, add a note about how to pass arp packets throug

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

2006-10-13 Thread Tom Rhodes
trhodes 2006-10-13 10:29:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook book.sgml Log: "Many sections do not yet exist" sounds very misleading to me. Reword slightly to be more in line with the current state of our handbook. While looking at

Re: cvs commit: ports/audio/amarok Makefile

2006-10-13 Thread Alexey Dokuchaev
On Thu, Oct 12, 2006 at 06:48:30PM +, Joe Marcus Clarke wrote: > marcus 2006-10-12 18:48:30 UTC > > FreeBSD ports repository > > Modified files: > audio/amarok Makefile > Log: > Chase the libgpod shared lib version. Sorry for negleting dependant ports when I updated

cvs commit: src/share/zoneinfo africa asia australasia europe northamerica southamerica zone.tab

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 10:03:24 UTC FreeBSD src repository Modified files: share/zoneinfo africa asia australasia europe northamerica southamerica zone.tab Log: MFV. Revision ChangesPath 1.18 +9 -2 src/share/zoneinfo/africa 1.31

cvs commit: src/share/zoneinfo - Imported sources

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 10:00:50 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv79389 Log Message: New timezone data. Obtained from:ftp://elsie.nci.nih.gov/pub/tzdata

cvs commit: src/sys/sun4v/conf NOTES

2006-10-13 Thread John Birrell
jb 2006-10-13 09:55:17 UTC FreeBSD src repository Modified files: sys/sun4v/conf NOTES Log: Attempt to fix the sun4v tinderbox build (which unhelpfully doesn't report errors -- just warnings). Submitted by: ru@ Revision ChangesPath 1.3 +12 -7

Re: cvs commit: src/sys/conf NOTES

2006-10-13 Thread Ruslan Ermilov
On Fri, Oct 13, 2006 at 09:05:44AM +, John Birrell wrote: > jb 2006-10-13 09:05:44 UTC > > FreeBSD src repository > > Modified files: > sys/conf NOTES > Log: > Remove one of the duplicate 'device nmdm' lines. > > Noticed in the sun4v tinderbox log. >

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

2006-10-13 Thread Remko Lodder
remko 2006-10-13 09:35:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Correct the information for smbpasswd. PR: docs/99768 Submitted by: clsung Revision ChangesPath 1.90 +6 -5

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

2006-10-13 Thread Remko Lodder
remko 2006-10-13 09:14:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Improve the gifconfiguration commands even better. PR: docs/103151 Submitted by: loader Revision ChangesPath 1.301

cvs commit: src/sys/netgraph ng_nat.c

2006-10-13 Thread Gleb Smirnoff
glebius 2006-10-13 09:11:12 UTC FreeBSD src repository Modified files: sys/netgraph ng_nat.c Log: Fix result of some mechanical change that I did some time ago, when writing this node. Revision ChangesPath 1.5 +2 -2 src/sys/netgraph/ng_nat.c _

cvs commit: src/sys/conf NOTES

2006-10-13 Thread John Birrell
jb 2006-10-13 09:05:44 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Remove one of the duplicate 'device nmdm' lines. Noticed in the sun4v tinderbox log. Revision ChangesPath 1.1388+0 -1 src/sys/conf/NOTES __

cvs commit: src/share/man/man5 hosts.equiv.5

2006-10-13 Thread Joel Dahl
joel2006-10-13 09:02:59 UTC FreeBSD src repository (doc committer) Modified files: share/man/man5 hosts.equiv.5 Log: Add netgroup(5) to SEE ALSO. PR: docs/84764 Submitted by: garys Revision ChangesPath 1.21 +2 -1 src/share/man/

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

2006-10-13 Thread Remko Lodder
remko 2006-10-13 08:56:13 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Correct the example for the gif devices in the security chapter. PR: docs/101001 Reported by:Adam Revision ChangesPat

cvs commit: doc/en_US.ISO8859-1/share/sgml mailing-lists.ent

2006-10-13 Thread Remko Lodder
remko 2006-10-13 08:50:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml mailing-lists.ent Log: Add > to the kde URL, this unbreaks the build. Revision ChangesPath 1.53 +1 -1 doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent _

cvs commit: doc/en_US.ISO8859-1/share/sgml mailing-lists.ent

2006-10-13 Thread Remko Lodder
remko 2006-10-13 08:38:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml mailing-lists.ent Log: Correct the URL to the KDE mailinglist (which is being hosted on an external page). PR: doc/103194 Reported by:Oliver Fromme Rev

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

2006-10-13 Thread Erwin Lansing
On Fri, Oct 13, 2006 at 08:05:56AM +, Gleb Smirnoff wrote: > glebius 2006-10-13 08:05:56 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/bge if_bge.c if_bgereg.h > Log: > MFC: > Remove 3Com 985 deviceid that is really ti(4).

cvs commit: src/sys/netgraph ng_base.c

2006-10-13 Thread Gleb Smirnoff
glebius 2006-10-13 08:09:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph ng_base.c Log: MFC rev. 1.126: Do not leak hooks in ng_bypass(). Submitted by: Alexander Motin Approved by:re (hrs) RevisionChanges

cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-10-13 Thread Gleb Smirnoff
glebius 2006-10-13 08:05:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bge if_bge.c if_bgereg.h Log: MFC: Remove 3Com 985 deviceid that is really ti(4). Approved by:re (hrs) Revision ChangesPath 1.91.2.18 +0 -1

cvs commit: ports/textproc/ctpp Makefile distinfo

2006-10-13 Thread Martin Wilke
miwi2006-10-13 08:04:40 UTC FreeBSD ports repository Modified files: textproc/ctppMakefile distinfo Log: - Update to 1.8.1 - Add backup MASTER_SITES Submitted by: pointyhat via kris Approved by:portmgr (clement) Revision ChangesPath 1.9

Re: cvs commit: ports/Mk bsd.python.mk ports/lang/python Makefile ports/lang/python24 Makefile pkg-plist ports/lang/python24/files patch-setup.py ports/lang/python25 Makefile pkg-plist ports/lang/pyth

2006-10-13 Thread Hye-Shik Chang
On 10/13/06, Hye-Shik Chang <[EMAIL PROTECTED]> wrote: On Fri, Oct 13, 2006 at 09:36:15AM +0200, P.U.Kruppa wrote: > On Fri, 13 Oct 2006, Hye-Shik Chang wrote: > > > Log: > > Revert the default version of Python to 2.4 for the ports freeze > > period. Python 2.5 brought a vast range of incompati

Re: cvs commit: ports/Mk bsd.python.mk ports/lang/python Makefile ports/lang/python24 Makefile pkg-plist ports/lang/python24/files patch-setup.py ports/lang/python25 Makefile pkg-plist ports/lang/pyth

2006-10-13 Thread Hye-Shik Chang
On Fri, Oct 13, 2006 at 09:36:15AM +0200, P.U.Kruppa wrote: > On Fri, 13 Oct 2006, Hye-Shik Chang wrote: > > > Log: > > Revert the default version of Python to 2.4 for the ports freeze > > period. Python 2.5 brought a vast range of incompatibility to a > > large number of ports, so the python@ te

cvs commit: src/sys/pci if_rl.c

2006-10-13 Thread Gleb Smirnoff
glebius 2006-10-13 07:39:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/pci if_rl.c Log: MFC rev. 1.164: Consistently use if_printf() only in interface methods: if_start, if_ioctl, if_watchdog, etc, or in functions that are used b

Re: cvs commit: ports/Mk bsd.python.mk ports/lang/python Makefile ports/lang/python24 Makefile pkg-plist ports/lang/python24/files patch-setup.py ports/lang/python25 Makefile pkg-plist ports/lang/pyth

2006-10-13 Thread P.U.Kruppa
On Fri, 13 Oct 2006, Hye-Shik Chang wrote: Log: Revert the default version of Python to 2.4 for the ports freeze period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merg

cvs commit: ports/Mk bsd.python.mk ports/lang/python Makefile ports/lang/python24 Makefile pkg-plist ports/lang/python24/files patch-setup.py ports/lang/python25 Makefile pkg-plist ports/lang/python25

2006-10-13 Thread Hye-Shik Chang
perky 2006-10-13 07:16:45 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk lang/python Makefile lang/python24Makefile pkg-plist lang/python24/files patch-setup.py lang/python25Makefile pkg-plist lang/p

cvs commit: CVSROOT modules

2006-10-13 Thread Erwin Lansing
erwin 2006-10-13 07:06:53 UTC FreeBSD ports repository Modified files: .modules Log: Remove entry for multimedia/bmpx-devel which was removed a couple of days ago. Approved by:portmgr (self) Revision ChangesPath 1.16425 +0 -1 CVSR

cvs commit: src/sys/kern vfs_bio.c

2006-10-13 Thread Pawel Jakub Dawidek
pjd 2006-10-13 07:05:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_bio.c Log: MFC:sys/kern/vfs_bio.c 1.504 Destroy "bip" bio in error case. Found by: Coverity Prevent analysis tool Coverity ID:7

cvs commit: src/sbin/mount mount.c

2006-10-13 Thread Dag-Erling Smorgrav
des 2006-10-13 07:01:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: Remove "late" from options before passing them to the fs. Submitted by: SANETO Takanori <[EMAIL PROTECTED]> Approved by:re (bmah) R