cvs commit: ports/www/ikiwiki Makefile distinfo pkg-plist ports/www/ikiwiki/files patch-ikiwiki-mass-rebuild

2007-11-27 Thread Henrik Brix Andersen
brix2007-11-28 07:56:22 UTC FreeBSD ports repository Modified files: www/ikiwiki Makefile distinfo pkg-plist Removed files: www/ikiwiki/filespatch-ikiwiki-mass-rebuild Log: - Update to 2.14 (security update) - Update my email address Approved by:

cvs commit: src/sbin/newfs newfs.c

2007-11-27 Thread Yar Tikhiy
yar 2007-11-28 07:54:43 UTC FreeBSD src repository Modified files: sbin/newfs newfs.c Log: - Pay attention to the fact that ioctl(2) is only known to return -1 on error while any other return value from it can indicate success. (See RETURN VALUE in our ioctl(2)

cvs commit: src/sbin/newfs newfs.8 newfs.c newfs.h

2007-11-27 Thread Yar Tikhiy
yar 2007-11-28 07:29:10 UTC FreeBSD src repository Modified files: sbin/newfs newfs.8 newfs.c newfs.h Log: MFp4: Add a new option to newfs(8), -r, to specify reserved space at the end of the device. It can be useful, e.g., when the device is to become a me

cvs commit: src/sys/net80211 ieee80211_ht.c ieee80211_node.c

2007-11-27 Thread Sam Leffler
sam 2007-11-28 06:15:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net80211 ieee80211_ht.c ieee80211_node.c Log: MFC: sta mode setup for 11n devices Approved by:re (kensmith) Revision ChangesPath 1.4.2.3 +8 -2

cvs commit: src/sys/net80211 ieee80211_node.c

2007-11-27 Thread Sam Leffler
sam 2007-11-28 06:13:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net80211 ieee80211_node.c Log: MFC 1.91: correct re-association indicator dispatched in node join event Approved by:re (kensmith) Revision ChangesPath

cvs commit: src/sys/net80211 ieee80211.h ieee80211_output.c

2007-11-27 Thread Sam Leffler
sam 2007-11-28 06:12:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net80211 ieee80211.h ieee80211_output.c Log: MFC: WMM packet classification fixes Approved by:re (kensmith) Revision ChangesPath 1.15.2.3 +1 -1

cvs commit: src/sys/net80211 ieee80211_proto.c

2007-11-27 Thread Sam Leffler
sam 2007-11-28 06:11:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net80211 ieee80211_proto.c Log: MFC 1.45: update default wme parameters to latest WiFi test plans Approved by:re (kensmith) Revision ChangesPath 1.42.

cvs commit: src/sys/dev/usb if_zyd.c usbdevs

2007-11-27 Thread Sam Leffler
sam 2007-11-28 06:10:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb if_zyd.c usbdevs Log: MFC: add the Planex GW-US54GXS adapter Approved by:re (kensmith) Revision ChangesPath 1.4.2.3+1 -0 src/sys/de

cvs commit: ports/textproc/p5-Lingua-EN-Fathom Makefile pkg-plist

2007-11-27 Thread Mark Linimon
linimon 2007-11-28 06:02:18 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-EN-Fathom Makefile pkg-plist Log: Fix plist. PR: ports/117696 Submitted by: leeym Approved by:portmgr (self), maintainer timeout Revision ChangesPath

cvs commit: src/sys/amd64/conf GENERIC src/sys/conf NOTES options src/sys/i386/conf GENERIC XBOX src/sys/kern kern_mutex.c src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC

2007-11-27 Thread Attilio Rao
attilio 2007-11-28 05:50:45 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/conf NOTES options sys/i386/confGENERIC XBOX sys/kern kern_mutex.c sys/sparc64/conf GENERIC sys/sun4v/conf GENERIC

cvs commit: ports/devel/libchipcard Makefile ports/devel/libchipcard/files patch-src-libchipcard-cards-hbcicard.cpp

2007-11-27 Thread Mark Linimon
linimon 2007-11-28 05:39:16 UTC FreeBSD ports repository Modified files: devel/libchipcardMakefile Added files: devel/libchipcard/files patch-src-libchipcard-cards-hbcicard.cpp Log: Attempt to unbreak on gcc4.2. PR: ports/1

cvs commit: src/sys/dev/sound/pci/hda hdac.c

2007-11-27 Thread Ariff Abdullah
ariff 2007-11-28 02:13:20 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Add missing MCP65 id which was accidentally removed in previous commit. Revision ChangesPath 1.47 +1 -0 src/sys/dev/sound/pci/hda/hdac.c

cvs commit: src/sys/sys signal.h

2007-11-27 Thread David Xu
davidxu 2007-11-28 02:11:17 UTC FreeBSD src repository Modified files: sys/sys signal.h Log: Restore member fields sigval_int and sigval_ptr, this unbreaks compilation of some old programs. Since sigval is union type, this change will not have binary compatibilit

cvs commit: ports/security/vuxml vuln.xml

2007-11-27 Thread Xin LI
delphij 2007-11-28 00:26:57 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Also cover rubygem-activesupport which is part of rails and is affected by CVE-2007-3227 as well. Approved by:portmgr (ports-security blanket) Revision Cha

cvs commit: ports/security/vuxml vuln.xml

2007-11-27 Thread Xin LI
delphij 2007-11-28 00:19:09 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document recent Ruby On Rails vulnerabilities. Approved by:portmgr (ports-security blanket) Revision ChangesPath 1.1493+57 -1 ports/security/vu

cvs commit: src/lib/libc/stdlib malloc.c

2007-11-27 Thread Jason Evans
jasone 2007-11-28 00:17:34 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Only zero large allocations when necessary (for calloc()). Revision ChangesPath 1.152 +1 -1 src/lib/libc/stdlib/malloc.c

cvs commit: src/lib/libthr/thread thr_mutex.c src/lib/libkse/thread thr_mutex.c

2007-11-27 Thread Jason Evans
jasone 2007-11-28 00:16:24 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_mutex.c lib/libkse/threadthr_mutex.c Log: Fix pointer dereferencing problems in _pthread_mutex_init_calloc_cb() that were obscured by pseudo-opaque pthreads API pointer cast

cvs commit: src/sys/dev/sound/pci/hda hdac.c

2007-11-27 Thread Ariff Abdullah
ariff 2007-11-27 23:37:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/sound/pci/hda hdac.c Log: * Fix support for followings: o Acer Aspire 4520 laptop - jack sensing / automute o Toshiba Satellite A135-S4527 laptop - jack

cvs commit: src/sys/dev/sound/pci/hda hdac.c

2007-11-27 Thread Ariff Abdullah
ariff 2007-11-27 23:37:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pci/hda hdac.c Log: * Fix support for followings: o Acer Aspire 4520 laptop - jack sensing / automute o Toshiba Satellite A135-S4527 laptop - jack se

cvs commit: src/sys/dev/sound/pci/hda hdac.c

2007-11-27 Thread Ariff Abdullah
ariff 2007-11-27 23:36:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/sound/pci/hda hdac.c Log: * Fix support for followings: o Acer Aspire 4520 laptop - jack sensing / automute o Toshiba Satellite A135-S4527 laptop - jack se

cvs commit: doc/hu_HU.ISO8859-2/articles/version-guide article.sgml doc/hu_HU.ISO8859-2/share/sgml mailing-lists.ent teams.ent trademarks.ent

2007-11-27 Thread Gabor Kovesdan
gabor 2007-11-27 23:01:47 UTC FreeBSD doc repository Modified files: hu_HU.ISO8859-2/articles/version-guide article.sgml hu_HU.ISO8859-2/share/sgml mailing-lists.ent teams.ent trademarks.ent Log: MFen: articles/version-guide/articl

cvs commit: ports/games/nil Makefile ports/games/nil/files patch-src-client-controls_keymapper_bindings.h patch-src-common-net_tcp_socket.cpp

2007-11-27 Thread Martin Wilke
miwi2007-11-27 22:49:11 UTC FreeBSD ports repository Modified files: games/nilMakefile Added files: games/nil/files patch-src-client-controls_keymapper_bindings.h patch-src-common-net_tcp_socket.cpp Log

cvs commit: ports/x11-toolkits/easygtk Makefile pkg-plist ports/x11-toolkits/easygtk/files patch-Makefile patch-easygtk.c

2007-11-27 Thread Martin Wilke
miwi2007-11-27 22:49:16 UTC FreeBSD ports repository Modified files: x11-toolkits/easygtk Makefile pkg-plist x11-toolkits/easygtk/files patch-Makefile Added files: x11-toolkits/easygtk/files patch-easygtk.c Log: - Fixes build with GCC 4.2 - Makes the port PORTDO

cvs commit: ports/games/gnubg Makefile ports/games/gnubg/files patch-eval.c patch-htmlimages.c patch-lib_neuralnet.c patch-rollout.h

2007-11-27 Thread Martin Wilke
miwi2007-11-27 22:49:06 UTC FreeBSD ports repository Modified files: games/gnubg Makefile Added files: games/gnubg/filespatch-eval.c patch-htmlimages.c patch-lib_neuralnet.c patch-rollout.h Log: - Fixes the build with GCC 4.2 -

cvs commit: ports/cad/mars Makefile ports/cad/mars/files patch-XMotif_edit.c patch-XMotif_info_w.c patch-XMotif_io.c patch-XMotif_lines.c patch-XMotif_main_w.c patch-XMotif_meters.c patch-XMotif_mfile

2007-11-27 Thread Martin Wilke
miwi2007-11-27 22:49:01 UTC FreeBSD ports repository Modified files: cad/mars Makefile Added files: cad/mars/files patch-XMotif_edit.c patch-XMotif_info_w.c patch-XMotif_io.c patch-XMotif_lines.c patch-XM

cvs commit: www/hu where.sgml www/hu/share/sgml header.l10n.ent

2007-11-27 Thread Gabor Kovesdan
gabor 2007-11-27 22:47:05 UTC FreeBSD doc repository Modified files: hu where.sgml hu/share/sgmlheader.l10n.ent Log: MFen: where.sgml 1.91 --> 1.94 share/sgml/header.l10n.ent 1.6 --> 1.7 Revision

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

2007-11-27 Thread Olivier Houchard
cognet 2007-11-27 22:12:06 UTC FreeBSD src repository Modified files: sys/arm/include atomic.h Log: In atomic_fetchadd_32(), do not blindly increase the value of %3. It should just contain the value we want to add, as if we're interrupted between the add and the str, we

Re: cvs commit: src/etc/gss mech

2007-11-27 Thread John Baldwin
On Tuesday 27 November 2007 04:47:56 pm John Baldwin wrote: > jhb 2007-11-27 21:47:56 UTC > > FreeBSD src repository > > Modified files: > etc/gss mech > Log: > Update the shlib version for libgssapi_krb5. This file needs to be updated > anytime that library

cvs commit: ports/security/vuxml vuln.xml

2007-11-27 Thread Henrik Brix Andersen
brix2007-11-27 21:57:02 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document ikiwiki improper symlink verification vulnerability. Reviewed by:remko Approved by:portmgr (erwin), erwin (mentor) Revision ChangesPath

cvs commit: src/etc/gss mech

2007-11-27 Thread John Baldwin
jhb 2007-11-27 21:47:56 UTC FreeBSD src repository Modified files: etc/gss mech Log: Update the shlib version for libgssapi_krb5. This file needs to be updated anytime that library version is bumped. XXX: I wonder if this breaks any 6.x binaries using Ker

cvs commit: ports/security/vuxml vuln.xml

2007-11-27 Thread Xin LI
delphij 2007-11-27 21:35:54 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document firefox multiple unspecified memory corruption vulnerabilities. Approved by:portmgr (ports-security blanket) Revision ChangesPath 1.1491+4

cvs commit: src/sys/sparc64/conf DEFAULTS GENERIC

2007-11-27 Thread Marius Strobl
marius 2007-11-27 21:17:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sparc64/conf DEFAULTS GENERIC Log: Sync with the other archs and move the "machine" directive as well as mem(4) from GENERIC to DEFAULTS. Revision ChangesPath 1

cvs commit: src/release Makefile

2007-11-27 Thread Simon L. Nielsen
simon 2007-11-27 21:04:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) release Makefile Log: MFC 1.928: Remove kernel and module symbol files from disc1 (and the livecd if it is enabled). This saves around 80MB (for i386) on the

cvs commit: src UPDATING src/sys/sparc64/conf DEFAULTS

2007-11-27 Thread Marius Strobl
marius 2007-11-27 20:48:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) .UPDATING Added files: (Branch: RELENG_6_3) sys/sparc64/conf DEFAULTS Log: MFC: UPDATING 1.512, sys/sparc64/conf/DEFAULTS 1.11 Let sunk

cvs commit: src/sbin/mount mount.8

2007-11-27 Thread John Baldwin
jhb 2007-11-27 20:37:16 UTC FreeBSD src repository Modified files: sbin/mount mount.8 Log: Properly sort 'sync' in the list of options passed to -o. MFC after: 3 days Revision ChangesPath 1.84 +4 -4 src/sbin/mount/mount.8

cvs commit: src/usr.sbin/pciconf pciconf.8

2007-11-27 Thread Dmitry Morozovsky
marck 2007-11-27 20:00:29 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6_3) usr.sbin/pciconf pciconf.8 Log: MFC revision 1.31: devinfo(8) manual page refers to pciconfr(8). Add back reference for completeness.

Re: cvs commit: src/lib/libc/gen Symbol.map

2007-11-27 Thread Alexander Kabaev
On Tue, 27 Nov 2007 16:22:21 + (UTC) Jason Evans <[EMAIL PROTECTED]> wrote: > jasone 2007-11-27 16:22:21 UTC > > FreeBSD src repository > > Modified files: > lib/libc/gen Symbol.map > Log: > Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc > defines

cvs commit: src/etc/etc.alpha ttys src/etc/etc.amd64 ttys src/etc/etc.arm ttys src/etc/etc.i386 ttys src/etc/etc.ia64 ttys src/etc/etc.powerpc ttys src/etc/etc.sparc64 ttys src/lib/libutil pty.c src/s

2007-11-27 Thread John Baldwin
jhb 2007-11-27 18:43:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) etc/etc.alphattys etc/etc.amd64ttys etc/etc.arm ttys etc/etc.i386 ttys etc/etc.ia64 ttys etc/etc.powerpc ttys

cvs commit: src/etc/etc.alpha ttys src/etc/etc.amd64 ttys src/etc/etc.arm ttys src/etc/etc.i386 ttys src/etc/etc.ia64 ttys src/etc/etc.powerpc ttys src/etc/etc.sparc64 ttys src/lib/libutil pty.c src/s

2007-11-27 Thread John Baldwin
jhb 2007-11-27 18:41:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/etc.alphattys etc/etc.amd64ttys etc/etc.arm ttys etc/etc.i386 ttys etc/etc.ia64 ttys etc/etc.powerpc ttys et

cvs commit: src/etc/etc.amd64 ttys src/etc/etc.arm ttys src/etc/etc.i386 ttys src/etc/etc.ia64 ttys src/etc/etc.powerpc ttys src/etc/etc.sparc64 ttys src/lib/libutil pty.c src/sys/kern tty_pty.c

2007-11-27 Thread John Baldwin
jhb 2007-11-27 18:40:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/etc.amd64ttys etc/etc.arm ttys etc/etc.i386 ttys etc/etc.ia64 ttys etc/etc.powerpc ttys etc/etc.sparc64 ttys li

cvs commit: src/sys/alpha/alpha interrupt.c

2007-11-27 Thread John Baldwin
jhb 2007-11-27 17:46:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/alpha/alpha interrupt.c Log: MFC: Expand critical section coverage for ithread scheduling. Approved by:re (kensmith) Revision ChangesPath 1.86.2.2.

cvs commit: src/sys/alpha/alpha busdma_machdep.c

2007-11-27 Thread John Baldwin
jhb 2007-11-27 17:45:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/alpha/alpha busdma_machdep.c Log: MF6: Sync with i386 and expand support for bounce pages, etc. Approved by:re (kensmith) Revision ChangesPath 1.51

cvs commit: src/sys/alpha/alpha interrupt.c

2007-11-27 Thread John Baldwin
jhb 2007-11-27 17:45:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/alpha/alpha interrupt.c Log: MFC: Expand critical section coverage for ithread scheduling. Approved by:re (kensmith) Revision ChangesPath 1.86.2.3 +1 -1

cvs commit: src/sys/alpha/alpha busdma_machdep.c

2007-11-27 Thread John Baldwin
jhb 2007-11-27 17:43:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/alpha/alpha busdma_machdep.c Log: Cleanup the alpha bus dma code a bit and sync it up with i386. Changes include: - Honor alignment and boundary restrictions on DMA tags

cvs commit: src/sys/amd64/amd64 busdma_machdep.c src/sys/arm/arm busdma_machdep.c src/sys/i386/i386 busdma_machdep.c src/sys/ia64/ia64 busdma_machdep.c

2007-11-27 Thread John Baldwin
jhb 2007-11-27 17:28:12 UTC FreeBSD src repository Modified files: sys/amd64/amd64 busdma_machdep.c sys/arm/arm busdma_machdep.c sys/i386/i386busdma_machdep.c sys/ia64/ia64busdma_machdep.c Log: Remove the 'needbounce' variable from

cvs commit: src/usr.sbin/pciconf pciconf.8

2007-11-27 Thread Dmitry Morozovsky
marck 2007-11-27 17:00:35 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) usr.sbin/pciconf pciconf.8 Log: MFC revision 1.31: devinfo(8) manual page refers to pciconfr(8). Add back reference for completeness.

cvs commit: src/usr.sbin/pciconf pciconf.8

2007-11-27 Thread Dmitry Morozovsky
marck 2007-11-27 17:00:24 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_7) usr.sbin/pciconf pciconf.8 Log: MFC revision 1.31: devinfo(8) manual page refers to pciconfr(8). Add back reference for completeness.

cvs commit: src/lib/libc/gen Symbol.map

2007-11-27 Thread Jason Evans
jasone 2007-11-27 16:22:21 UTC FreeBSD src repository Modified files: lib/libc/gen Symbol.map Log: Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc defines a stub. Revision ChangesPath 1.7 +1 -0 src/lib/libc/gen/Symbol.map __

cvs commit: CVSROOT approvers

2007-11-27 Thread Ken Smith
kensmith2007-11-27 14:14:47 UTC FreeBSD src repository Modified files: .approvers Log: Release code freeze on RELENG_6. Approved by:core (implicit) Revision ChangesPath 1.45 +1 -1 CVSROOT/approvers ___

cvs commit: src/share/man/man9 rwlock.9 sx.9

2007-11-27 Thread Attilio Rao
attilio 2007-11-27 14:08:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man9 rwlock.9 sx.9 Log: MFC sx.9 rev. 1.12 and rwlock.9 rev. 1.43: - Introduce rw_init_flags() and relative flags for it - Introduce sx_slock_sig() and sx_xlock_si

cvs commit: src ObsoleteFiles.inc

2007-11-27 Thread Henrik Brix Andersen
brix2007-11-27 13:58:25 UTC FreeBSD src repository (ports committer) Modified files: .ObsoleteFiles.inc Log: Add usr/lib/libgssapi_krb5.so.8 to the list of old libs from the 20071120 shared library version bump. Update the date in the comments to ma

cvs commit: src/sys/kern subr_witness.c

2007-11-27 Thread Attilio Rao
attilio 2007-11-27 13:18:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern subr_witness.c Log: Partially MFC subr_witness.c rev. 1.238: - add missing spinlock scrlock in the static table Approved by: re Revision Changes

cvs commit: src/sys/dev/aac aac_debug.c

2007-11-27 Thread Robert Watson
rwatson 2007-11-27 12:23:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac_debug.c Log: Merge aac_debug.c:1.23 from HEAD to RELENG_7: Respell 'Conatainer' as 'Container'. Reported by:Toomas Aas Approved by:

cvs commit: src/sys/netinet tcp_subr.c

2007-11-27 Thread Robert Watson
rwatson 2007-11-27 12:22:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet tcp_subr.c Log: Merge tcp_subr.c:1.302 from HEAD to RELENG_7: More carefully handle various cases in sysctl_drop(), such as unlocking the inpcb when th

cvs commit: src/sys/nfsclient nfs_vnops.c

2007-11-27 Thread Robert Watson
rwatson 2007-11-27 12:20:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/nfsclientnfs_vnops.c Log: Merge nfs_vnops.c:1.277 from HEAD to RELENG_7: Remove hacks from the NFSv2/3 client intended to handle a lack of a server-side RPC ret

cvs commit: src/share/man/man9 Makefile stack.9

2007-11-27 Thread Robert Watson
rwatson 2007-11-27 11:02:41 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 stack.9 Log: Add a man page for stack(9). MFC after: 1 week Revision ChangesPath 1.318 +8 -0 src/share/man/

cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local

2007-11-27 Thread Joseph Koshy
jkoshy 2007-11-27 10:00:33 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Tweak -lpmc's name. Revision ChangesPath 1.62 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local ___ cvs-all@fr

cvs commit: src/sys/dev/wpi if_wpi.c

2007-11-27 Thread Benjamin Close
benjsc 2007-11-27 09:09:09 UTC FreeBSD src repository Modified files: sys/dev/wpi if_wpi.c Log: Fix up a race condition with the callout_stop method in newstate. The call should happen with the driver lock held. We don't hold the driver lock in newstate as it's a

cvs commit: ports/audio/mt-daapd Makefile distinfo

2007-11-27 Thread Martin Wilke
miwi2007-11-27 09:04:58 UTC FreeBSD ports repository Modified files: audio/mt-daapd Makefile distinfo Log: - Update to 0.2.4.1 (security update) - Use SF macro - Pass maintainership to submitter PR: 118015 Submitted by: Mark D. Foster <[EMAIL PR

cvs commit: src/sys/dev/wpi if_wpi.c if_wpireg.h

2007-11-27 Thread Benjamin Close
benjsc 2007-11-27 08:58:32 UTC FreeBSD src repository Modified files: sys/dev/wpi if_wpi.c if_wpireg.h Log: Handle missed beacons correctly Approved by: mlaier (comentor) Revision ChangesPath 1.4 +12 -1 src/sys/dev/wpi/if_wpi.c 1.2 +10

cvs commit: src/sys/dev/an if_an.c

2007-11-27 Thread Tai-hwa Liang
avatar 2007-11-27 08:29:24 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c Log: MFP4(129048): Eliminating an unnecessary check on an_gone inside an_stats_update() since a properly locked callout_stop(9) does do the right thing. Reviewed by:am

cvs commit: src/sys/dev/an if_an.c if_anreg.h

2007-11-27 Thread Tai-hwa Liang
avatar 2007-11-27 08:22:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/an if_an.c if_anreg.h Log: MFC(if_an.c:1.85, if_anreg.h:1.24): Trying to eliminate a racing as well as reducing the chance of device removal(PCCARD) panic by rep

cvs commit: src/sys/dev/an if_an.c if_anreg.h

2007-11-27 Thread Tai-hwa Liang
avatar 2007-11-27 08:11:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/an if_an.c if_anreg.h Log: MFC(if_an.c:1.85, if_anreg.h:1.24): Trying to eliminate a racing as well as reducing the chance of device removal(PCCARD) panic by repla