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
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
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
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
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.
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
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
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
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
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
:
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
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
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
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
_
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
___
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 _
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
__
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
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
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
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
_
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
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)
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
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
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
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
___
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
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
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
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
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
___
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
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/
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
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
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
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
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
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
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
__
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
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
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
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
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 +
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
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
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
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
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
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
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.
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
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/
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:
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
__
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
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
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-
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:
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'
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
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:
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
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]>
> >
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
___
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
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
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
> 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
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
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
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
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
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
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
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.
>
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
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
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
_
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
__
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/
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
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
_
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
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).
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
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
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
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
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
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
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
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
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
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
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
98 matches
Mail list logo