jhay2006-09-16 06:34:30 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),
otherwise this command
ipfw add allow ipv6-icmp from any to 2002::1 icmp6types 1,2,128,12
jhay2006-09-16 06:24:28 UTC
FreeBSD src repository
Modified files:
sys/netinet6 nd6.c
Log:
Make it possible to add an IPv6 host route to a host directly connected.
Use something like this:
route add -inet6 -interface -llinfo
This is usefull for wireless
mjacob 2006-09-16 05:42:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h
mpt_debug.c mpt_pci.c mpt_raid.c
mpt_raid.h mpt_reg.h
Log:
MFC -current code,
ahze2006-09-16 05:24:31 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/pango Makefile distinfo
Log:
- Update to 1.12.4
Revision ChangesPath
1.85 +1 -1 ports/x11-toolkits/pango/Makefile
1.35 +3 -3 ports/x11-toolkits/pango/distinfo
bmah2006-09-16 04:09:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
release/doc/share/sgml release.ent
Log:
Bump version numbers in release documentation for 6.2-BETA.
Approved by:re (implicitly)
Revision ChangesPath
1.24.2.5 +1
bmah2006-09-16 04:01:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
MFC: padlock(4) update, nve(4) driver 1.0-0310, geli(8) data
authentication, mount(8) late filesystems.
Approved by:
bmah2006-09-16 03:58:08 UTC
FreeBSD src repository
Modified files:
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
MFCs noted: geli(8) data authentication, mount(8) "late" filesystems.
Revision ChangesPath
1.975 +2 -2 src/release/doc/en_US.ISO8
ahze2006-09-16 03:32:58 UTC
FreeBSD ports repository
Modified files:
x11/gnome2 Makefile
Log:
- ekiga now builds on 6.x sparc64
Revision ChangesPath
1.127 +2 -6 ports/x11/gnome2/Makefile
___
cvs-all@fr
linimon 2006-09-16 01:48:47 UTC
FreeBSD ports repository
Removed files:
games/stratagus/files patch-aa
Log:
Remove file that is now empty.
Forgotten by: linimon
Revision ChangesPath
1.3 +0 -0 ports/games/stratagus/files/patch-aa (dead)
__
kensmith2006-09-16 01:31:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/usr.bin/groff/tmac mdoc.local
Log:
I was told this part of the bump to 6.2 was premature, it really
does need to wait until 6.2 is out.
Told by:ru@
Approved by:
acm 2006-09-16 01:11:12 UTC
FreeBSD ports repository
Modified files:
games/netpanzer-data Makefile pkg-plist
Log:
- Remove BROKEN state
- Use MASTER_SITE_BERLIOS on MASTER_SITES
- Other tiny modifications
Approved by:Guido Falsi (maintainer via email), garga (men
markus 2006-09-16 01:00:05 UTC
FreeBSD ports repository
Modified files:
net-p2p/ktorrent-devel Makefile distinfo pkg-plist
Log:
- Update to snapshot from 15.09.2006
- Restrict BROKEN to 4.x and below
- Unmark as DEPRECATED
Revision ChangesPath
1.15 +8 -6
ehaupt 2006-09-15 23:16:24 UTC
FreeBSD ports repository
Added files:
games/fwppkg-message
Log:
Add pkg-message (forgotten in previous commit)
PR: 101053
Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPat
ehaupt 2006-09-15 23:14:11 UTC
FreeBSD ports repository
Modified files:
games/fwpMakefile distinfo pkg-plist
Log:
Update to 0.0.8
PR: 101053
Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.3
jmelo 2006-09-15 21:35:04 UTC
FreeBSD ports repository
Modified files:
mail/mailman Makefile distinfo pkg-plist
Log:
- Update to 2.1.9.
Revision ChangesPath
1.63 +1 -1 ports/mail/mailman/Makefile
1.31 +3 -3 ports/mail/mailman/distinfo
brueffer2006-09-15 20:52:51 UTC
FreeBSD src repository
Modified files:
share/man/man4 em.4
Log:
- Instead of listing which ships support Rx/Tx checksum offload and Jumbo
Frames, mention the one chip that does not support them (obtained from
the driver README)
- Me
mjacob 2006-09-15 20:48:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/cam cam_xpt.c
Log:
MFC 1.163- give VMware disks min/max tags in their quirk.
Revision ChangesPath
1.80.2.24 +1 -1 src/sys/cam/cam_xpt.c
___
mjacob 2006-09-15 20:46:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/cam cam_xpt.c
Log:
MFC 1.163- have VMware disks have min/max tags in their quirks.
Revision ChangesPath
1.142.2.9 +1 -1 src/sys/cam/cam_xpt.c
_
mjacob 2006-09-15 20:44:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/cam cam_xpt.c
Log:
MFC 1.163- give VMware disks min/max tags in their quirk.
Approved by:releng
Revision ChangesPath
1.155.2.7 +1 -1 src/s
On Friday 08 September 2006 10:59 am, Konstantin Belousov wrote:
> kib 2006-09-08 14:59:55 UTC
>
> FreeBSD src repository
>
> Modified files:
> libexec/rtld-elf rtld.c
> Log:
> When looking up the symbol by dlsym, look it not only in the
> object given as dso handle, but als
ru 2006-09-15 20:17:45 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_fec.c
Log:
Fix input byte counting. Now the sum of the ipackets/ibytes counters
of individual interfaces should match the ipackets/ibytes counter of
the aggregate (FEC) interface.
Andrew Gallatin [EMAIL PROTECTED] wrote:
> - Added support for multicast filtering, now that the firmware
> supports it. Note that this is not yet tested, as multicast
> seems to panic -current (even w/o mxge loaded)
Whoops. This was true for Monday's -current. But a recent cvsup
shows
itetcu 2006-09-15 19:37:22 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
xwota --> ports/comms/xwota
Revision ChangesPath
1.16223 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org maili
itetcu 2006-09-15 19:36:56 UTC
FreeBSD ports repository
Modified files:
commsMakefile
Added files:
comms/xwota Makefile distinfo pkg-descr pkg-plist
comms/xwota/filespatch-Makefile.in patch-src_stuff.c
Log:
Xwota is a very simple Linux/Fr
lth 2006-09-15 19:35:23 UTC
FreeBSD ports repository
Modified files:
devel/p5-Params-Util Makefile distinfo
Log:
Update to 0.19
Revision ChangesPath
1.10 +1 -1 ports/devel/p5-Params-Util/Makefile
1.9 +3 -3 ports/devel/p5-Params-Util/distinfo
brueffer2006-09-15 19:33:15 UTC
FreeBSD src repository
Modified files:
share/man/man4 mxge.4
Log:
Mention TSO support.
Revision ChangesPath
1.5 +3 -3 src/share/man/man4/mxge.4
___
cvs-all@freebsd.org mailing
sat 2006-09-15 19:32:18 UTC
FreeBSD ports repository
Modified files:
www/linux-seamonkey Makefile distinfo
Log:
- Update to 1.0.5
Revision ChangesPath
1.12 +1 -1 ports/www/linux-seamonkey/Makefile
1.6 +3 -3 ports/www/linux-seamonkey/distinf
kensmith2006-09-15 19:27:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/usr.bin/groff/tmac mdoc.local
release Makefile
sys/sys param.h
usr.sbin/pkg_install/add main.c
Log:
Begin making RELENG_6 think 6.2 exists
gallatin2006-09-15 19:24:45 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu
if_mxge.c if_mxge_var.h mxge_mcp.h
Log:
- Updated to the latest myri10ge firmware
- Added support for multicast filtering,
alepulver2006-09-15 19:11:28 UTC
FreeBSD ports repository
Modified files:
games/r1q2/files patch-linux__sys_linux.c
Log:
- Try to fix building on sparc64 (add #ifdef __i386__).
Reported by:pointyhat
Revision ChangesPath
1.2 +14 -4 ports/games/r1
emax2006-09-15 18:41:12 UTC
FreeBSD src repository
Modified files:
usr.sbin/kbdcontrol kbdcontrol.c
Log:
Make op parameter to mux_keyboard() u_int instead of int.
This should fix sparc64 messages like
Sep 15 11:17:39 peahi kernel: WARNING pid 5477 (kbdcontrol): ioctl
acm 2006-09-15 18:18:57 UTC
FreeBSD ports repository
Modified files:
games/scourge-data Makefile distinfo pkg-plist
Log:
- Update to 0.15
Approved by:garga (mentor, implicit)
Revision ChangesPath
1.3 +1 -1 ports/games/scourge-data/Makefile
az 2006-09-15 18:11:55 UTC
FreeBSD ports repository
Modified files:
editors/mp Makefile distinfo pkg-plist
Log:
- Switch to version 3.3.18a
Revision ChangesPath
1.22 +1 -2 ports/editors/mp/Makefile
1.16 +3 -3 ports/editors/mp/disti
On Fri, Sep 15, 2006 at 06:30:00PM +0200, Andre Oppermann wrote:
> Kris Kennaway wrote:
> >On Fri, Sep 15, 2006 at 08:04:23AM +, Ruslan Ermilov wrote:
> >
> >> Log:
> >> Remove vestiges of GNU tar.
> >
> >:(
> >
> >gtar is still much faster than bsdtar...oh well.
>
> What makes gtar so much
On Fri, Sep 15, 2006 at 08:11:04PM +0400, Ruslan Ermilov wrote:
> On Fri, Sep 15, 2006 at 11:59:12AM -0400, Kris Kennaway wrote:
> > On Fri, Sep 15, 2006 at 08:04:23AM +, Ruslan Ermilov wrote:
> >
> > > Log:
> > > Remove vestiges of GNU tar.
> >
> > :(
> >
> > gtar is still much faster t
kensmith2006-09-15 17:08:36 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Add the FreeBSD_version numbers associated with the upcoming 6.2-RELEASE.
Revision ChangesPath
1.752 +8 -0 doc/en_US.ISO8859-1/books/p
pjd 2006-09-15 16:36:45 UTC
FreeBSD src repository
Modified files:
share/man/man4 ddb.4
sys/geom geom.h geom_subr.c
Log:
Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if
no additional argument is given or details about the g
Kris Kennaway wrote:
On Fri, Sep 15, 2006 at 08:04:23AM +, Ruslan Ermilov wrote:
Log:
Remove vestiges of GNU tar.
:(
gtar is still much faster than bsdtar...oh well.
What makes gtar so much faster than bsdtar?
--
Andre
___
cvs-all@freeb
acm 2006-09-15 16:20:12 UTC
FreeBSD ports repository
Modified files:
games/scourgeMakefile distinfo
Added files:
games/scourge/files pkg-message.in
Log:
- Update to 0.15
- Add EDITOR OPTION. This will install scourge editor
- Add USE_WX
- Add pkg-message
On Fri, Sep 15, 2006 at 11:59:12AM -0400, Kris Kennaway wrote:
> On Fri, Sep 15, 2006 at 08:04:23AM +, Ruslan Ermilov wrote:
>
> > Log:
> > Remove vestiges of GNU tar.
>
> :(
>
> gtar is still much faster than bsdtar...oh well.
>
It was disconnected from the build long ago, and without
ahze2006-09-15 16:09:48 UTC
FreeBSD ports repository
Modified files:
www/seamonkeyMakefile distinfo
Log:
- Update to 1.0.5
Revision ChangesPath
1.252 +1 -1 ports/www/seamonkey/Makefile
1.90 +3 -3 ports/www/seamonkey/distinfo
__
ahze2006-09-15 16:08:49 UTC
FreeBSD ports repository
Modified files:
net/ekigaMakefile
Log:
- Now builds & works on sparc64
Revision ChangesPath
1.64 +0 -4 ports/net/ekiga/Makefile
___
cvs-all@freeb
andre 2006-09-15 16:08:09 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
When doing TSO subtract hdrlen from TCP_MAXWIN to prevent ip->ip_len
from wrapping when we generate a maximally sized packet for later
segmentation.
Noticed by:
ahze2006-09-15 16:06:41 UTC
FreeBSD ports repository
Modified files:
devel/pwlib Makefile
Log:
- Sparc64 <= 73 is missing pthread_mutex_timedlock so use work around
to fix linking with net/ekiga and others
PR: 103285
Submitted by: ahze (me
ru 2006-09-15 16:06:27 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_fec.c
Log:
Make it possible to set a larger MTU by attempting to set MTUs on all
trunk ports first. If that succeeds, and we're inside our own bounds,
so be it.
Still not idea
On Fri, Sep 15, 2006 at 08:04:23AM +, Ruslan Ermilov wrote:
> Log:
> Remove vestiges of GNU tar.
:(
gtar is still much faster than bsdtar...oh well.
Kris
pgpEF3KwUqFGl.pgp
Description: PGP signature
ru 2006-09-15 15:53:10 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_eiface.c
Log:
SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags
are supposed to be set directly in ifnet already. This change fixes a
panic when ng_eiface nod
gallatin2006-09-15 15:41:28 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge if_mxge.c if_mxge_var.h
Log:
- Added TSO support. This entailed increasing the number of send descriptors
in the transmit busdma tag, so I moved the segment list off the
stack.
-
glebius 2006-09-15 15:16:12 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
sys/dev/cs if_cs.c if_csvar.h
sys/dev/dc if_dc.c if_dcreg.h
sys/dev/de if_de.c if_devar.h
sys/dev/en if_en_pci.c midway.c
brooks 2006-09-15 14:48:28 UTC
FreeBSD ports repository
Modified files:
net-mgmt/rubygem-snmp Makefile
Log:
The submitter of the previous change has agreed to maintain this port.
Thanks!
Revision ChangesPath
1.4 +1 -1 ports/net-mgmt/rubygem-snmp/Makefile
ru 2006-09-15 13:28:10 UTC
FreeBSD src repository
Modified files:
usr.bin/awk main.c.diff
Log:
Don't require a space between -[fv] and its argument.
PR: bin/86514
MFC after: 3 days
Revision ChangesPath
1.2 +44 -1 src/usr
mat 2006-09-15 13:52:13 UTC
FreeBSD ports repository
Modified files:
devel/p5-Set-Object Makefile distinfo
Log:
Update to 1.18
Revision ChangesPath
1.19 +1 -1 ports/devel/p5-Set-Object/Makefile
1.13 +3 -3 ports/devel/p5-Set-Object/distinfo
_
des 2006-09-15 13:42:38 UTC
FreeBSD src repository
Modified files:
lib/libpam/modules/pam_opie pam_opie.c
Log:
Reject user with names that are longer than OPIE is willing to deal with;
otherwise OPIE will happily truncate it.
Spotted by: ghelmer
MFC after: 2
ru 2006-09-15 13:33:32 UTC
FreeBSD src repository
Modified files:
usr.bin/awk Makefile
Added files:
usr.bin/awk lib.c.diff
Log:
Initial memory allocation for fields was off-by-one.
PR: bin/100443
MFC after: 3 days
Revisio
clsung 2006-09-15 13:11:58 UTC
FreeBSD ports repository
Modified files:
devel/log4sh Makefile distinfo
Log:
- Update to 1.3.5
PR: ports/103025
Submitted by: chinsan
Approved by:maintainer (David Thiel)
Revision ChangesPath
1.6
rafan 2006-09-15 13:00:07 UTC
FreeBSD ports repository
Modified files:
print/pkpgcounterMakefile distinfo pkg-descr pkg-plist
Log:
- Update to 2.10
Revision ChangesPath
1.2 +1 -1 ports/print/pkpgcounter/Makefile
1.2 +3 -3 ports/print/pkpg
gerald 2006-09-15 12:45:57 UTC
FreeBSD ports repository
Modified files:
lang/gcc40 Makefile distinfo
Log:
Update to the 20060914 snapshot of GCC 4.0.4.
Remove the hack we had used to rename man pages to match the actual
names of binaries (back when GCCs configur
gerald 2006-09-15 12:33:52 UTC
FreeBSD ports repository
Modified files:
emulators/wine Makefile distinfo pkg-plist
Log:
Update to Wine 0.9.21. Among others, this brings the following changes:
- OpenGL restructurations.
- The usual assortment of MSI improvements.
On Fri, Sep 15, 2006 at 01:08:31PM +0200, Gábor Kövesdán wrote:
> what about ports/100556 and ports/100939? Are these supposed to be
> tested in the near future?
Probably not before 6.2, sorry.
mcl
___
cvs-all@freebsd.org mailing list
http://lists.free
Mark Linimon wrote:
linimon 2006-09-15 07:36:06 UTC
FreeBSD ports repository
Modified files:
devel/portmk/Mk bsd.port.mk
Log:
Bring this up to the patches in ports/102300 and ports/102514, which are
currently being tested on the cluster.
Revision ChangesPath
ru 2006-09-15 11:01:24 UTC
FreeBSD src repository
Modified files:
sys/pci if_sfreg.h if_tlreg.h if_vrreg.h
if_wbreg.h if_xlreg.h
Log:
Whitespace nits.
Revision ChangesPath
1.19 +1 -1 src/sys/pci/if_sfreg.h
1.25
Gleb, it's can fix kern/102974 ?
Gleb Smirnoff пишет:
glebius 2006-09-15 10:40:55 UTC
FreeBSD src repository
Modified files:
sys/pci if_rl.c if_sf.c if_sfreg.h if_sis.c
if_sisreg.h if_ste.c if_tl.c if_tlreg.h
if_vr.c
linimon 2006-09-15 10:58:52 UTC
FreeBSD ports repository
Modified files:
devel/lua50-pty Makefile
lang/ruby-luaMakefile pkg-plist
lang/tolua++ Makefile
net/luasocketMakefile pkg-plist
net/luasocket/files patch-config
Log:
Catch up
pjd 2006-09-15 10:44:55 UTC
FreeBSD src repository
Modified files:
sys/crypto/via padlock_cipher.c
Log:
Less magic.
MFC after: 3 days
Revision ChangesPath
1.5 +3 -2 src/sys/crypto/via/padlock_cipher.c
glebius 2006-09-15 10:40:55 UTC
FreeBSD src repository
Modified files:
sys/pci if_rl.c if_sf.c if_sfreg.h if_sis.c
if_sisreg.h if_ste.c if_tl.c if_tlreg.h
if_vr.c if_vrreg.h if_wb.c if_wbreg.h
i
simon 2006-09-15 10:18:04 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
Document mozilla -- multiple vulnerabilities.
Revision ChangesPath
1.1141+81 -1 ports/security/vuxml/vuln.xml
__
mich2006-09-15 10:11:50 UTC
FreeBSD ports repository
Modified files:
audio/amarok Makefile
Added files:
audio/amarok/files patch-amarok_src_playlist.cpp
Log:
- Fix playlist encoding problem. This bug could also result in failure
to restore the current pla
glebius 2006-09-15 09:51:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet in_pcb.c tcp_input.c tcp_subr.c
tcp_timer.c tcp_timer.h tcp_var.h
Log:
Merge a bunch of changes to TCP compressed TIME_WAIT state handli
danger 2006-09-15 09:39:43 UTC
FreeBSD ports repository (doc committer)
Modified files:
security/bruteforceblocker Makefile pkg-descr
www/mod_domaintree Makefile
Log:
Change my e-mail address to the @FreeBSD.org one.
Approved by: linimon
Revision ChangesPat
rafan 2006-09-15 09:07:16 UTC
FreeBSD ports repository
Modified files:
devel/uppaal Makefile distinfo pkg-plist
devel/uppaal/files patch-uppaal uppaal.in
Log:
- Update to 4.0.2
PR: ports/103246
Submitted by: Timothy Bourke (maintainer)
On Thu, Sep 14, 2006 at 11:26:02PM +0200, Erwin Lansing wrote:
> On Thu, Sep 14, 2006 at 09:16:22PM +, Erwin Lansing wrote:
> > erwin 2006-09-14 21:16:22 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > .access
> > Log:
> > Remove hoek, m
linimon 2006-09-15 08:17:11 UTC
FreeBSD ports repository
Modified files:
astro/celestia Makefile
devel/lua50-app Makefile pkg-plist
devel/lua50-compat51 Makefile distinfo pkg-plist
devel/lua50-compat51/files Makefile
devel/lua50-dfui Makefile pkg-pli
linimon 2006-09-15 08:06:12 UTC
FreeBSD ports repository
Modified files:
Mk bsd.scons.mk
Log:
Remove DESTDIR as it is currently problematic.
PR: ports/101952
Submitted by: alexbl
Revision ChangesPath
1.8 +2 -2 ports/Mk
ru 2006-09-15 08:04:23 UTC
FreeBSD src repository
Removed files:
contrib/tar ABOUT-NLS AUTHORS COPYING ChangeLog
ChangeLog.1 FREEBSD-Xlist FREEBSD-upgrade
INSTALL NEWS PORTS README README-alpha
linimon 2006-09-15 07:36:06 UTC
FreeBSD ports repository
Modified files:
devel/portmk/Mk bsd.port.mk
Log:
Bring this up to the patches in ports/102300 and ports/102514, which are
currently being tested on the cluster.
Revision ChangesPath
1.39 +14 -10p
Joao Barros wrote:
On 9/14/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
On Thu, Sep 14, 2006 at 07:12:29PM +, SЬren Schmidt wrote:
> sos 2006-09-14 19:12:29 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/ata ata-disk.c
> Log:
> If current_heads or current_sectors in the disk c
linimon 2006-09-15 07:13:23 UTC
FreeBSD ports repository
Modified files:
devel/portmk/Mk bsd.port.mk
Log:
Update to ports/Mk/bsd.port.mk 1.541.
Revision ChangesPath
1.38 +32 -3 ports/devel/portmk/Mk/bsd.port.mk
___
77 matches
Mail list logo