svn commit: r193205 - in head/sys/dev/ata: . chipsets

2009-06-01 Thread Xin LI
Author: delphij Date: Mon Jun 1 07:05:52 2009 New Revision: 193205 URL: http://svn.freebsd.org/changeset/base/193205 Log: According to Intel documentation (307013), 3Gbps mode is supported on Desktop chipsets only for ICH7 series, so mark all ICH7M as ATA_SA150 instead of ATA_SA300. Modifi

svn commit: r193206 - head/share/man/man9

2009-06-01 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jun 1 07:48:27 2009 New Revision: 193206 URL: http://svn.freebsd.org/changeset/base/193206 Log: Use the "flag" word consistently. Submitted by: Ben Kaduk Modified: head/share/man/man9/VOP_ACCESS.9 Modified: head/share/man/man9/VOP_ACCESS.9 =

svn commit: r193213 - head/contrib/csup

2009-06-01 Thread Ulf Lilleengen
Author: lulf Date: Mon Jun 1 09:25:32 2009 New Revision: 193213 URL: http://svn.freebsd.org/changeset/base/193213 Log: - Add missing data argument to printf. Submitted by: Pawel Worach MFC after:1 week Modified: head/contrib/csup/updater.c Modified: head/contrib/csup/updater.c =

svn commit: r193214 - head/lib/libc/sys

2009-06-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Jun 1 09:32:12 2009 New Revision: 193214 URL: http://svn.freebsd.org/changeset/base/193214 Log: Document EINVAL for bind(2). Reviewed by: rwatson Obtained from:SuSv3 Modified: head/lib/libc/sys/bind.2 Modified: head/lib/libc/sys/bind.2 =

Re: svn commit: r192925 - in head/sys/dev/usb: . input

2009-06-01 Thread Rui Paulo
Hi, On 1 Jun 2009, at 06:49, Hans Petter Selasky wrote: On Monday 01 June 2009, Rui Paulo wrote: http://wiki.freebsd.org/AppleMacbook#head-7eab3730c3bf3d04bdfb0d1d3649eaddf 2fed595 Hi Rui Paulo, Regarding the eject button, can you have a look at: /sys/dev/usb/input/ukbd.c And provide a pa

svn commit: r193217 - in head/sys: conf netinet netinet6 sys

2009-06-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Jun 1 10:30:00 2009 New Revision: 193217 URL: http://svn.freebsd.org/changeset/base/193217 Log: - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent with OpenBSD (and BSD/OS originally). We can't easly do it SOL_SOCKET option as there is no

svn commit: r193218 - head/share/man/man4

2009-06-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Jun 1 10:30:52 2009 New Revision: 193218 URL: http://svn.freebsd.org/changeset/base/193218 Log: Document IP_BINDANY IP socket option. Reviewed by: brueffer Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/ip.4 =

svn commit: r193219 - in head/sys: kern net netatalk netinet netinet6 netipsec netipx netnatm sys

2009-06-01 Thread Robert Watson
Author: rwatson Date: Mon Jun 1 10:41:38 2009 New Revision: 193219 URL: http://svn.freebsd.org/changeset/base/193219 Log: Reimplement the netisr framework in order to support parallel netisr threads: - Support up to one netisr thread per CPU, each processings its own workstream, or s

svn commit: r193220 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/bce dev/cxgb

2009-06-01 Thread Xin LI
Author: delphij Date: Mon Jun 1 10:49:08 2009 New Revision: 193220 URL: http://svn.freebsd.org/changeset/base/193220 Log: DMA synchronization fixes: - In bce_rx_intr(), use BUS_DMASYNC_POSTREAD instead of BUS_DMASYNC_POSTWRITE, as we want to "read" from the rx page chain pages.

svn commit: r193221 - head/bin/sh

2009-06-01 Thread Ralf S. Engelschall
Author: rse Date: Mon Jun 1 10:50:17 2009 New Revision: 193221 URL: http://svn.freebsd.org/changeset/base/193221 Log: be more type correct and align local ckmalloc() with its underlying malloc(3) by using a "size_t" instead of an "int" argument Modified: head/bin/sh/alias.c head/bin/sh/me

svn commit: r193222 - head/bin/sh

2009-06-01 Thread Ralf S. Engelschall
Author: rse Date: Mon Jun 1 11:02:09 2009 New Revision: 193222 URL: http://svn.freebsd.org/changeset/base/193222 Log: correctly test for __GNUC__ macro (non-GCC compilers do not have it defined at all) Modified: head/bin/sh/eval.c head/bin/sh/parser.c head/bin/sh/var.c Modified: head/b

svn commit: r193223 - head/bin/sh

2009-06-01 Thread Ralf S. Engelschall
Author: rse Date: Mon Jun 1 11:11:46 2009 New Revision: 193223 URL: http://svn.freebsd.org/changeset/base/193223 Log: align coding style with style(9) to avoid misunderstandings Modified: head/bin/sh/exec.c Modified: head/bin/sh/exec.c ===

svn commit: r193225 - head/bin/sh

2009-06-01 Thread Ralf S. Engelschall
Author: rse Date: Mon Jun 1 11:38:38 2009 New Revision: 193225 URL: http://svn.freebsd.org/changeset/base/193225 Log: use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to make linting tools (e.g. FlexeLint) happy, too Modified: head/bin/sh/mksyntax.c Modified: head/

svn commit: r193228 - head/sys/dev/sound/pci/hda

2009-06-01 Thread Alexander Motin
Author: mav Date: Mon Jun 1 13:13:47 2009 New Revision: 193228 URL: http://svn.freebsd.org/changeset/base/193228 Log: Comment out old Realtek ALC883 quirk, that was disabling phantop power on mic inputs. I have no idea what for it was made that time, but now I have several reports that it s

svn commit: r193229 - head/sys/boot/i386/libi386

2009-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 14:20:13 2009 New Revision: 193229 URL: http://svn.freebsd.org/changeset/base/193229 Log: Add a missing parameter when displaying GPT partitions with an unknown UUID. Submitted by: Pawel Worach pawel.worach | gmail MFC after:1 week Modified: head/sys

Re: svn commit: r193159 - head/sys/powerpc/powermac

2009-06-01 Thread John Baldwin
On Sunday 31 May 2009 6:02:20 am Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun May 31 10:02:20 2009 > New Revision: 193159 > URL: http://svn.freebsd.org/changeset/base/193159 > > Log: > Provide an analogous sysctl to hw.acpi.acline (dev.pmu.0.acline) to > determine whether the compu

Re: svn commit: r193199 - head/etc

2009-06-01 Thread Bruce Simpson
Doug Barton wrote: Log: Eliminate the warning that "Values of network_interfaces other than AUTO are deprecated.' There is no good reason to deprecate them, and setting this to different values can be useful for custom solutions and/or one-off configuration problems. Thanks, I wasn't

svn commit: r193230 - head/sys/net

2009-06-01 Thread Robert Watson
Author: rwatson Date: Mon Jun 1 15:03:58 2009 New Revision: 193230 URL: http://svn.freebsd.org/changeset/base/193230 Log: Garbage collect NETISR_POLL and NETISR_POLLMORE, which are no longer required for options DEVICE_POLLING. De-fragment the NETISR_ constant space and lower NETISR_MAXP

Re: svn commit: r192800 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/common/acl cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/

2009-06-01 Thread Tom Evans
On Tue, 2009-05-26 at 15:09 -0500, Brooks Davis wrote: > On Tue, May 26, 2009 at 03:24:05PM +0200, Ivan Voras wrote: > > 2009/5/26 Robert Watson : > > > On Tue, 26 May 2009, Edward Tomasz Napierala wrote: > > > > > >> +/*- > > >> + * Copyright (c) 2008, 2009 Edward Tomasz Napiera??a > > >> + * All

svn commit: r193231 - head/sys/netinet

2009-06-01 Thread Bruce M Simpson
Author: bms Date: Mon Jun 1 15:30:18 2009 New Revision: 193231 URL: http://svn.freebsd.org/changeset/base/193231 Log: Merge fixes from p4: * Tighten v1 query input processing. * Borrow changes from MLDv2 for how general queries are processed. * Do address field validation upfront bef

svn commit: r193232 - in head: . sys/net sys/netinet sys/netinet6 sys/nfsclient sys/sys usr.bin/netstat

2009-06-01 Thread Bjoern A. Zeeb
Mon Jun 1 15:49:42 2009(r193232) @@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090601: + The way we are storing and accessing `routeing table' en

Re: svn commit: r192925 - in head/sys/dev/usb: . input

2009-06-01 Thread Hans Petter Selasky
On Monday 01 June 2009, Rui Paulo wrote: > Hi, > > On 1 Jun 2009, at 06:49, Hans Petter Selasky wrote: > > On Monday 01 June 2009, Rui Paulo wrote: > >> http://wiki.freebsd.org/AppleMacbook#head-7eab3730c3bf3d04bdfb0d1d3649ea > >>ddf 2fed595 > > > > Hi Rui Paulo, > > > > Regarding the eject button,

Re: svn commit: r193232 - in head: . sys/net sys/netinet sys/netinet6 sys/nfsclient sys/sys usr.bin/netstat

2009-06-01 Thread Bjoern A. Zeeb
On Mon, 1 Jun 2009, Bjoern A. Zeeb wrote: Author: bz Date: Mon Jun 1 15:49:42 2009 New Revision: 193232 URL: http://svn.freebsd.org/changeset/base/193232 Log: Convert the two dimensional array to be malloced and introduce an accessor function to get the correct rnh pointer back. Update net

svn commit: r193233 - head

2009-06-01 Thread Robert Watson
== --- head/UPDATING Mon Jun 1 15:49:42 2009(r193232) +++ head/UPDATING Mon Jun 1 16:00:36 2009(r193233) @@ -23,11 +23,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. ln -s aj /etc/malloc.conf.) 20090601: - The way we are

Re: svn commit: r193159 - head/sys/powerpc/powermac

2009-06-01 Thread Nathan Whitehorn
John Baldwin wrote: On Sunday 31 May 2009 6:02:20 am Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun May 31 10:02:20 2009 New Revision: 193159 URL: http://svn.freebsd.org/changeset/base/193159 Log: Provide an analogous sysctl to hw.acpi.acline (dev.pmu.0.acline) to determine whether

svn commit: r193234 - in head/sys: kern sys

2009-06-01 Thread Robert Watson
Author: rwatson Date: Mon Jun 1 16:13:06 2009 New Revision: 193234 URL: http://svn.freebsd.org/changeset/base/193234 Log: Add 'sy_flags', a currently unused per-syscall entry flags field that will see future use in 9-CURRENT and 8-STABLE for features such as the capability-mode enable flag

Re: svn commit: r193220 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/bce dev/cxgb

2009-06-01 Thread Gavin Atkinson
On Mon, 2009-06-01 at 10:49 +, Xin LI wrote: > Author: delphij > Date: Mon Jun 1 10:49:08 2009 > New Revision: 193220 > URL: http://svn.freebsd.org/changeset/base/193220 > > Log: > DMA synchronization fixes: > [snip] >- In bce_intr(), use BUS_DMASYNC_POSTREAD and > BUS_DMASYNC_P

svn commit: r193236 - head/sys/dev/bwi

2009-06-01 Thread Warner Losh
Author: imp Date: Mon Jun 1 16:22:01 2009 New Revision: 193236 URL: http://svn.freebsd.org/changeset/base/193236 Log: Add a comment about what may be happening when we get certain messages. No change to actual code. Modified: head/sys/dev/bwi/if_bwi.c Modified: head/sys/dev/bwi/if_bwi.c

svn commit: r193237 - head/sys/dev/bwi

2009-06-01 Thread Warner Losh
Author: imp Date: Mon Jun 1 16:27:13 2009 New Revision: 193237 URL: http://svn.freebsd.org/changeset/base/193237 Log: Make sure that we drain the LED blinking callout on detach. Submitted by: Paul B. Mahol Modified: head/sys/dev/bwi/if_bwi.c Modified: head/sys/dev/bwi/if_bwi.c

svn commit: r193238 - head/sys/dev/bwi

2009-06-01 Thread Warner Losh
Author: imp Date: Mon Jun 1 16:29:03 2009 New Revision: 193238 URL: http://svn.freebsd.org/changeset/base/193238 Log: Move the unlock to after the ifdef (maybe the right fix is to remove the ifdef) since it calls bwi_start_locked, which expects to the lock to be held... Modified: head/sy

svn commit: r193239 - head/sys/net80211

2009-06-01 Thread Sam Leffler
Author: sam Date: Mon Jun 1 16:36:28 2009 New Revision: 193239 URL: http://svn.freebsd.org/changeset/base/193239 Log: pad data structures to enable integration of future features w/o abi breakage Modified: head/sys/net80211/ieee80211_ht.h head/sys/net80211/ieee80211_ioctl.h head/sys/net8

Re: svn commit: r193223 - head/bin/sh

2009-06-01 Thread M. Warner Losh
In message: <20090601.n51bbkzt077...@svn.freebsd.org> "Ralf S. Engelschall" writes: : Author: rse : Date: Mon Jun 1 11:11:46 2009 : New Revision: 193223 : URL: http://svn.freebsd.org/changeset/base/193223 : : Log: : align coding style with style(9) to avoid misunderstandings :

Re: svn commit: r193159 - head/sys/powerpc/powermac

2009-06-01 Thread M. Warner Losh
In message: <200906010822.19951@freebsd.org> John Baldwin writes: : On Sunday 31 May 2009 6:02:20 am Nathan Whitehorn wrote: : > Author: nwhitehorn : > Date: Sun May 31 10:02:20 2009 : > New Revision: 193159 : > URL: http://svn.freebsd.org/changeset/base/193159 : > : > Log: : >

Re: svn commit: r193223 - head/bin/sh

2009-06-01 Thread Andriy Gapon
on 01/06/2009 19:43 M. Warner Losh said the following: > In message: <20090601.n51bbkzt077...@svn.freebsd.org> > "Ralf S. Engelschall" writes: > : + for (p = start; *p && *p != ':' && *p != '%'; p++) > : + ; /* nothing */ > > C already has a way of saying this: > >

Re: svn commit: r193199 - head/etc

2009-06-01 Thread Doug Barton
Bjoern A. Zeeb wrote: > On Mon, 1 Jun 2009, Doug Barton wrote: > >> Author: dougb >> Date: Mon Jun 1 05:37:13 2009 >> New Revision: 193199 >> URL: http://svn.freebsd.org/changeset/base/193199 >> >> Log: >> Eliminate the warning that "Values of network_interfaces other than >> AUTO are deprecate

Re: svn commit: r193159 - head/sys/powerpc/powermac

2009-06-01 Thread John Baldwin
On Monday 01 June 2009 12:01:04 pm Nathan Whitehorn wrote: > John Baldwin wrote: > > On Sunday 31 May 2009 6:02:20 am Nathan Whitehorn wrote: > > > >> Author: nwhitehorn > >> Date: Sun May 31 10:02:20 2009 > >> New Revision: 193159 > >> URL: http://svn.freebsd.org/changeset/base/193159 > >> > >>

Re: svn commit: r193198 - head/etc/rc.d

2009-06-01 Thread Doug Barton
Bjoern A. Zeeb wrote: > On Mon, 1 Jun 2009, Doug Barton wrote: > >> Author: dougb Date: Mon Jun 1 05:35:03 2009 New Revision: 193198 >> URL: http://svn.freebsd.org/changeset/base/193198 >> >> Log: Make the pf and ipfw firewalls start before netif, just like >> ipfilter already does. This elimi

Re: svn commit: r193232 - in head: . sys/net sys/netinet sys/netinet6 sys/nfsclient sys/sys usr.bin/netstat

2009-06-01 Thread Julian Elischer
Bjoern A. Zeeb wrote: On Mon, 1 Jun 2009, Bjoern A. Zeeb wrote: Author: bz Date: Mon Jun 1 15:49:42 2009 New Revision: 193232 URL: http://svn.freebsd.org/changeset/base/193232 Log: Convert the two dimensional array to be malloced and introduce an accessor function to get the correct rnh poi

Re: svn commit: r193198 - head/etc/rc.d

2009-06-01 Thread Bjoern A. Zeeb
On Mon, 1 Jun 2009, Doug Barton wrote: Bjoern A. Zeeb wrote: On Mon, 1 Jun 2009, Doug Barton wrote: Author: dougb Date: Mon Jun 1 05:35:03 2009 New Revision: 193198 URL: http://svn.freebsd.org/changeset/base/193198 Log: Make the pf and ipfw firewalls start before netif, just like ipfilter

Re: svn commit: r193223 - head/bin/sh

2009-06-01 Thread Dag-Erling Smørgrav
"M. Warner Losh" writes: > : @@ -187,7 +187,8 @@ padvance(char **path, char *name) > : if (*path == NULL) > : return NULL; > : start = *path; > : - for (p = start ; *p && *p != ':' && *p != '%' ; p++); > : + for (p = start; *p && *p != ':' && *p != '%'; p++) > : +

Re: svn commit: r193223 - head/bin/sh

2009-06-01 Thread Julian Elischer
Dag-Erling Smørgrav wrote: "M. Warner Losh" writes: : @@ -187,7 +187,8 @@ padvance(char **path, char *name) : if (*path == NULL) : return NULL; : start = *path; : - for (p = start ; *p && *p != ':' && *p != '%' ; p++); : + for (p = start; *p && *p != ':' && *p

svn commit: r193241 - in head: . sys/sys

2009-06-01 Thread Bjoern A. Zeeb
) @@ -26,7 +26,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. The way we are storing and accessing `routing table' entries has changed. Programs reading the FIB, like netstat, need to be re-compiled. - Bump __FreeBSD_version to 800097. 20090601: A new n

Re: svn commit: r193241 - in head: . sys/sys

2009-06-01 Thread Ken Smith
changed. Programs reading the FIB, like netstat, need to > be re-compiled. > - Bump __FreeBSD_version to 800097. > > 20090601: > A new netisr implementation has been added for FreeBSD 8. Network > > Modified: head/sys/sys/param.h > ===

Re: svn commit: r193223 - head/bin/sh

2009-06-01 Thread M. Warner Losh
In message: <86vdnfq1t3@ds4.des.no> Dag-Erling_Smørgrav writes: : "M. Warner Losh" writes: : > : @@ -187,7 +187,8 @@ padvance(char **path, char *name) : > : if (*path == NULL) : > : return NULL; : > : start = *path; : > : - for (p = start ; *p && *p != ':' && *p != '

svn commit: r193242 - in head/tools/tools: . mwl mwl/mwldebug mwl/mwlstats

2009-06-01 Thread Sam Leffler
Author: sam Date: Mon Jun 1 18:27:16 2009 New Revision: 193242 URL: http://svn.freebsd.org/changeset/base/193242 Log: tools for mwl driver Added: head/tools/tools/mwl/ head/tools/tools/mwl/Makefile (contents, props changed) head/tools/tools/mwl/mwldebug/ head/tools/tools/mwl/mwldebug

svn commit: r193243 - head/sys/net

2009-06-01 Thread Robert Watson
Author: rwatson Date: Mon Jun 1 18:38:36 2009 New Revision: 193243 URL: http://svn.freebsd.org/changeset/base/193243 Log: Revert a recent netisr2 change: when billing packets to the current CPU, don't lock the workstream, as its mutexes may not have been initialized if there are fewer works

Re: svn commit: r193241 - in head: . sys/sys

2009-06-01 Thread Bjoern A. Zeeb
On Mon, 1 Jun 2009, Ken Smith wrote: On Mon, 2009-06-01 at 18:07 +, Bjoern A. Zeeb wrote: Author: bz Date: Mon Jun 1 18:07:38 2009 New Revision: 193241 URL: http://svn.freebsd.org/changeset/base/193241 Log: Decrement __FreeBSD_version again to 96 as we are runing out of digits and wan

svn commit: r193244 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Xin LI
Author: delphij Date: Mon Jun 1 18:42:16 2009 New Revision: 193244 URL: http://svn.freebsd.org/changeset/base/193244 Log: Code cleanups to make this WARNS=6 clean. PR: bin/96128 Modified: head/sys/dev/aic7xxx/aicasm/aicasm.c head/sys/dev/aic7xxx/aicasm/aicasm_gram.y head/s

svn commit: r193245 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Xin LI
Author: delphij Date: Mon Jun 1 18:43:33 2009 New Revision: 193245 URL: http://svn.freebsd.org/changeset/base/193245 Log: Mark as WARNS=6. Modified: head/sys/dev/aic7xxx/aicasm/Makefile Modified: head/sys/dev/aic7xxx/aicasm/Makefile ==

Re: svn commit: r193245 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Roman Divacky
On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote: > Xin LI wrote: > > Author: delphij > > Date: Mon Jun 1 18:43:33 2009 > > New Revision: 193245 > > URL: http://svn.freebsd.org/changeset/base/193245 > > > > Log: > > Mark as WARNS=6. > > > > Modified: > > head/sys/dev/aic7xxx/aicas

Re: svn commit: r193245 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Doug Barton
Xin LI wrote: > Author: delphij > Date: Mon Jun 1 18:43:33 2009 > New Revision: 193245 > URL: http://svn.freebsd.org/changeset/base/193245 > > Log: > Mark as WARNS=6. > > Modified: > head/sys/dev/aic7xxx/aicasm/Makefile > > Modified: head/sys/dev/aic7xxx/aicasm/Makefile > ==

Re: svn commit: r193245 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Roman Divacky
On Mon, Jun 01, 2009 at 08:49:37PM +0200, Roman Divacky wrote: > On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote: > > Xin LI wrote: > > > Author: delphij > > > Date: Mon Jun 1 18:43:33 2009 > > > New Revision: 193245 > > > URL: http://svn.freebsd.org/changeset/base/193245 > > > > > >

svn commit: r193246 - head/share/man/man4

2009-06-01 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jun 1 18:58:46 2009 New Revision: 193246 URL: http://svn.freebsd.org/changeset/base/193246 Log: - Remove obsolete and confusing comment about renaming "sound" to "snd". We will look at renaming stuff for 9.0, but it's far from certain that we wi

svn commit: r193247 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Xin LI
Author: delphij Date: Mon Jun 1 19:06:08 2009 New Revision: 193247 URL: http://svn.freebsd.org/changeset/base/193247 Log: Revert the WARNS change for now, need some time to fix the real problem. Modified: head/sys/dev/aic7xxx/aicasm/Makefile Modified: head/sys/dev/aic7xxx/aicasm/Makefile ==

svn commit: r193248 - svnadmin/conf

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 19:10:17 2009 New Revision: 193248 URL: http://svn.freebsd.org/changeset/base/193248 Log: Add myself for ACPICA import preparation. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

Re: svn commit: r193245 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman Divacky wrote: > On Mon, Jun 01, 2009 at 08:49:37PM +0200, Roman Divacky wrote: >> On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote: >>> Xin LI wrote: Author: delphij Date: Mon Jun 1 18:43:33 2009 New Revision: 193245 >

svn commit: r193250 - head/sys/dev/mxge

2009-06-01 Thread Andrew Gallatin
Author: gallatin Date: Mon Jun 1 19:16:57 2009 New Revision: 193250 URL: http://svn.freebsd.org/changeset/base/193250 Log: Set an rx jumbo cluster to the correct size before using bus_dmamap_load_mbuf_sg() on it. This prevents data corruption when the mxge MTU is between 4076 and 8172 on

svn commit: r193251 - in vendor-sys/acpica/dist: . common compiler debugger disassembler events hardware include include/platform interpreter/dispatcher interpreter/executer interpreter/parser name...

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 19:24:26 2009 New Revision: 193251 URL: http://svn.freebsd.org/changeset/base/193251 Log: Temporarily revert system includes fixups to make future import easier. Modified: vendor-sys/acpica/dist/common/adfile.c vendor-sys/acpica/dist/common/adisasm.c vendor-s

svn commit: r193251 - in vendor-sys/acpica/dist: . common compiler debugger disassembler events hardware include include/platform interpreter/dispatcher interpreter/executer interpreter/parser name...

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 19:24:26 2009 New Revision: 193251 URL: http://svn.freebsd.org/changeset/base/193251 Log: Temporarily revert system includes fixups to make future import easier. Modified: vendor-sys/acpica/dist/common/adfile.c vendor-sys/acpica/dist/common/adisasm.c vendor-s

svn commit: r193252 - svnadmin/conf

2009-06-01 Thread Doug Barton
Author: dougb Date: Mon Jun 1 20:00:39 2009 New Revision: 193252 URL: http://svn.freebsd.org/changeset/base/193252 Log: Remove myself now that the BIND 9.6 drama is over Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ===

svn commit: r193253 - vendor/bind9/dist

2009-06-01 Thread Doug Barton
Author: dougb Date: Mon Jun 1 20:14:05 2009 New Revision: 193253 URL: http://svn.freebsd.org/changeset/base/193253 Log: Add a comment about the new dist-9.4 directory and using it for 7-stable Modified: vendor/bind9/dist/FREEBSD-Upgrade Modified: vendor/bind9/dist/FREEBSD-Upgrade ==

Re: svn commit: r193245 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Roman Divacky
On Mon, Jun 01, 2009 at 12:09:37PM -0700, Xin LI wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Roman Divacky wrote: > > On Mon, Jun 01, 2009 at 08:49:37PM +0200, Roman Divacky wrote: > >> On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote: > >>> Xin LI wrote: > Author:

svn commit: r193254 - vendor-sys/acpica/20070320resync

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 20:21:13 2009 New Revision: 193254 URL: http://svn.freebsd.org/changeset/base/193254 Log: Re-tag ACPI-CA 20070320. This is not really pristine vendor distribution but close enough. Added: vendor-sys/acpica/20070320resync/ - copied from r193253, vendor-s

svn commit: r193254 - vendor-sys/acpica/20070320resync

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 20:21:13 2009 New Revision: 193254 URL: http://svn.freebsd.org/changeset/base/193254 Log: Re-tag ACPI-CA 20070320. This is not really pristine vendor distribution but close enough. Added: vendor-sys/acpica/20070320resync/ - copied from r193253, vendor-s

svn commit: r193255 - in head/sys: kern sys

2009-06-01 Thread Robert Watson
Author: rwatson Date: Mon Jun 1 20:26:51 2009 New Revision: 193255 URL: http://svn.freebsd.org/changeset/base/193255 Log: Add a flags field to struct ucred, and export that via kinfo_proc, consuming one of its spare fields. The cr_flags field is currently unused, but will be used for featu

svn commit: r193256 - head/sys/dev/pci

2009-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 20:27:14 2009 New Revision: 193256 URL: http://svn.freebsd.org/changeset/base/193256 Log: Adjust some comments. Modified: head/sys/dev/pci/pcivar.h Modified: head/sys/dev/pci/pcivar.h ==

svn commit: r193257 - head/sys/dev/pci

2009-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 20:30:00 2009 New Revision: 193257 URL: http://svn.freebsd.org/changeset/base/193257 Log: Add an internal pci_printf() routine similar to device_printf() except that it prefixes the output with 'pci '. Modified: head/sys/dev/pci/pci.c Modified: head/sys/dev

svn commit: r193258 - head/usr.bin/nfsstat

2009-06-01 Thread Rick Macklem
Author: rmacklem Date: Mon Jun 1 20:34:00 2009 New Revision: 193258 URL: http://svn.freebsd.org/changeset/base/193258 Log: Change the "-4" option flag to "-e" since it does not refer to IPv4 and to make it consistent with the flag used by nfsd and mountd. Approved by: kib (mentor) Modi

svn commit: r193259 - in vendor-sys/acpica/dist: dispatcher executer interpreter/dispatcher interpreter/executer interpreter/parser parser

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 20:35:09 2009 New Revision: 193259 URL: http://svn.freebsd.org/changeset/base/193259 Log: Move subdirectoies of interpreter one level up as it is done in the vendor distribution tarball since 20080514. Added: vendor-sys/acpica/dist/dispatcher/ - copied fro

svn commit: r193259 - in vendor-sys/acpica/dist: dispatcher executer interpreter/dispatcher interpreter/executer interpreter/parser parser

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 20:35:09 2009 New Revision: 193259 URL: http://svn.freebsd.org/changeset/base/193259 Log: Move subdirectoies of interpreter one level up as it is done in the vendor distribution tarball since 20080514. Added: vendor-sys/acpica/dist/dispatcher/ - copied fro

svn commit: r193260 - in head: share/man/man9 sys/conf sys/kern sys/sys

2009-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 20:35:39 2009 New Revision: 193260 URL: http://svn.freebsd.org/changeset/base/193260 Log: Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To

svn commit: r193262 - head/sys/compat/linux

2009-06-01 Thread Dmitry Chagin
Author: dchagin Date: Mon Jun 1 20:42:27 2009 New Revision: 193262 URL: http://svn.freebsd.org/changeset/base/193262 Log: Split linux_accept() syscall onto linux_accept_common() which should be used by linuxulator and linux_accept() itself. Approved by: kib (mentor) MFC after:1 mo

svn commit: r193263 - head/sys/compat/linux

2009-06-01 Thread Dmitry Chagin
Author: dchagin Date: Mon Jun 1 20:44:58 2009 New Revision: 193263 URL: http://svn.freebsd.org/changeset/base/193263 Log: Implement a variation of the accept_common() which takes a flags argument. Do not preserve td_retval before kern_fcntl(F_SETFL) as it does not changed. Approve

svn commit: r193264 - in head/sys: amd64/linux32 compat/linux i386/linux

2009-06-01 Thread Dmitry Chagin
Author: dchagin Date: Mon Jun 1 20:48:39 2009 New Revision: 193264 URL: http://svn.freebsd.org/changeset/base/193264 Log: Implement accept4 syscall. Approved by: kib (mentor) MFC after:1 month Modified: head/sys/amd64/linux32/linux.h head/sys/compat/linux/linux_socket.c head/

svn commit: r193265 - head/sys/compat/linux

2009-06-01 Thread Dmitry Chagin
Author: dchagin Date: Mon Jun 1 20:54:41 2009 New Revision: 193265 URL: http://svn.freebsd.org/changeset/base/193265 Log: Add forgotten in previous commit flags argument. Approved by: kib (mentor) MFC after:1 month Modified: head/sys/compat/linux/linux_socket.c Modified: head/sy

svn commit: r193266 - head/sys/netinet6

2009-06-01 Thread Marko Zec
Author: zec Date: Mon Jun 1 20:59:40 2009 New Revision: 193266 URL: http://svn.freebsd.org/changeset/base/193266 Log: Remove an #undef MIN that slipped under the radar and led me to hastily introduce an #define MIN() a few lines below in r191816. Approved by: julian (mentor) Discussed

Re: svn commit: r193245 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman Divacky wrote: [...] >>> you build the kernel with -std=gnu99 instead of -std=c99. which is a bug. I >>> am >>> trying to fix this. if anyone has any idea please mail me.. >> This is strange... Let me take a look at this, I have reverted the >>

svn commit: r193268 - head/sys/dev/aic7xxx/aicasm

2009-06-01 Thread Xin LI
Author: delphij Date: Mon Jun 1 21:07:54 2009 New Revision: 193268 URL: http://svn.freebsd.org/changeset/base/193268 Log: Initialize the match structure. This is unnecessary but gcc insists to complain about it when we raise the WARNS level. Modified: head/sys/dev/aic7xxx/aicasm/aicasm_sc

svn commit: r193270 - head/sys/dev/cxgb/ulp/tom

2009-06-01 Thread Marko Zec
Author: zec Date: Mon Jun 1 21:10:23 2009 New Revision: 193270 URL: http://svn.freebsd.org/changeset/base/193270 Log: Update VNET base pointer setting macro to use a correct source of vnet context. Approved by: julian (mentor) Modified: head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c Modifi

svn commit: r193271 - vendor-sys/acpica/20090521

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 21:13:38 2009 New Revision: 193271 URL: http://svn.freebsd.org/changeset/base/193271 Log: Tag ACPICA 20090521. Added: vendor-sys/acpica/20090521/ - copied from r193270, vendor-sys/acpica/dist/ ___ svn-src-all@freeb

svn commit: r193271 - vendor-sys/acpica/20090521

2009-06-01 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 1 21:13:38 2009 New Revision: 193271 URL: http://svn.freebsd.org/changeset/base/193271 Log: Tag ACPICA 20090521. Added: vendor-sys/acpica/20090521/ - copied from r193270, vendor-sys/acpica/dist/ ___ svn-src-all@freeb

svn commit: r193272 - in head/sys: dev/cxgb/ulp/iw_cxgb kern netgraph netgraph/bluetooth/socket netinet netsmb nfsclient nfsserver rpc sys

2009-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 21:17:03 2009 New Revision: 193272 URL: http://svn.freebsd.org/changeset/base/193272 Log: Rework socket upcalls to close some races with setup/teardown of upcalls. - Each socket upcall is now invoked with the appropriate socket buffer locked. It is not permiss

svn commit: r193273 - head/usr.sbin/pkg_install/info

2009-06-01 Thread Jilles Tjoelker
Author: jilles Date: Mon Jun 1 21:26:52 2009 New Revision: 193273 URL: http://svn.freebsd.org/changeset/base/193273 Log: Fix segfault when giving invalid long option to pkg_info. PR: bin/133473 Submitted by: Rafal Grodzinski Approved by: ed (mentor) MFC after:1 week M

svn commit: r193274 - in head/sys: contrib/pf/net netinet6

2009-06-01 Thread Marko Zec
Author: zec Date: Mon Jun 1 21:29:54 2009 New Revision: 193274 URL: http://svn.freebsd.org/changeset/base/193274 Log: V_loif is not an array but a pure pointer, so treat it as such. Reviewed by: bz Approved by: julian (mentor) Modified: head/sys/contrib/pf/net/pf_ioctl.c head/sys/

svn commit: r193275 - in head/sys: kern sys vm

2009-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 21:32:52 2009 New Revision: 193275 URL: http://svn.freebsd.org/changeset/base/193275 Log: Add an extension to the character device interface that allows character device drivers to use arbitrary VM objects to satisfy individual mmap() requests. - A new d_mmap_s

Re: svn commit: r193272 - in head/sys: dev/cxgb/ulp/iw_cxgb kern netgraph netgraph/bluetooth/socket netinet netsmb nfsclient nfsserver rpc sys

2009-06-01 Thread John Baldwin
On Monday 01 June 2009 5:17:03 pm John Baldwin wrote: > Author: jhb > Date: Mon Jun 1 21:17:03 2009 > New Revision: 193272 > URL: http://svn.freebsd.org/changeset/base/193272 > > Log: > Rework socket upcalls to close some races with setup/teardown of upcalls. > - The various RPC client upcall

svn commit: r193277 - in head/sys/dev/ata: . chipsets

2009-06-01 Thread Alexander Motin
Author: mav Date: Mon Jun 1 21:42:26 2009 New Revision: 193277 URL: http://svn.freebsd.org/changeset/base/193277 Log: MFp4. Log supported AHCI controller capabilities. Modified: head/sys/dev/ata/ata-all.h head/sys/dev/ata/chipsets/ata-ahci.c Modified: head/sys/dev/ata/ata-all.h =

svn commit: r193278 - head/sys/dev/ksyms

2009-06-01 Thread John Baldwin
Author: jhb Date: Mon Jun 1 21:54:22 2009 New Revision: 193278 URL: http://svn.freebsd.org/changeset/base/193278 Log: Remove another d_thread_t use that crept in. Modified: head/sys/dev/ksyms/ksyms.c Modified: head/sys/dev/ksyms/ksyms.c ==

svn commit: r193279 - in head/usr.bin/ee: . nls/hu_HU.ISO8859-2

2009-06-01 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Mon Jun 1 21:54:59 2009 New Revision: 193279 URL: http://svn.freebsd.org/changeset/base/193279 Log: - Add Hungarian catalog Added: head/usr.bin/ee/nls/hu_HU.ISO8859-2/ head/usr.bin/ee/nls/hu_HU.ISO8859-2/ee.msg (contents, props changed) Modified:

svn commit: r193280 - in head: lib/bind share/mk tools/build/options usr.bin/dig usr.sbin/named

2009-06-01 Thread Doug Barton
Author: dougb Date: Mon Jun 1 21:58:59 2009 New Revision: 193280 URL: http://svn.freebsd.org/changeset/base/193280 Log: Add support for the build options that are currently in the port: WITH_BIND_IDN WITH_BIND_LARGE_FILE WITH_BIND_SIGCHASE WITH_BIND_XML Added:

Re: svn commit: r192925 - in head/sys/dev/usb: . input

2009-06-01 Thread Rui Paulo
On 1 Jun 2009, at 16:54, Hans Petter Selasky wrote: On Monday 01 June 2009, Rui Paulo wrote: Hi, On 1 Jun 2009, at 06:49, Hans Petter Selasky wrote: On Monday 01 June 2009, Rui Paulo wrote: http://wiki.freebsd.org/AppleMacbook#head-7eab3730c3bf3d04bdfb0d1d3649ea ddf 2fed595 Hi Rui Paulo,

svn commit: r193281 - vendor/bind9/dist

2009-06-01 Thread Doug Barton
Author: dougb Date: Mon Jun 1 22:05:08 2009 New Revision: 193281 URL: http://svn.freebsd.org/changeset/base/193281 Log: Update note about IDN and XML support, and combine it with the note about IPv6 support Fix alphebetization of the new dnssec-keyfromlabel directory Modified: vendor/

svn commit: r193282 - stable/7/sys/libkern

2009-06-01 Thread Kip Macy
Author: kmacy Date: Mon Jun 1 22:09:42 2009 New Revision: 193282 URL: http://svn.freebsd.org/changeset/base/193282 Log: memmove is defined in support.S on arm - don't compile in Modified: stable/7/sys/libkern/memmove.c Modified: stable/7/sys/libkern/memmove.c ===

svn commit: r193283 - head/share/man/man5

2009-06-01 Thread Doug Barton
Author: dougb Date: Mon Jun 1 22:14:45 2009 New Revision: 193283 URL: http://svn.freebsd.org/changeset/base/193283 Log: Commit the updates to this file for the new BIND options Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r193285 - head

2009-06-01 Thread Doug Barton
Author: dougb Date: Mon Jun 1 22:47:59 2009 New Revision: 193285 URL: http://svn.freebsd.org/changeset/base/193285 Log: Add a note about the change to rcorder for pf and ipfw. Modified: head/UPDATING Modified: head/UPDATING ===

Re: svn: stable/7: lib/libc/i386/stdlib lib/libc/i386/string lib/libc_r/arch/amd64 lib/libc_r/arch/i386 lib/libstand/i386 lib/msun/amd64 lib/msun/i387 lib/msun/ia64 tools/KSE/ksetes...

2009-06-01 Thread Maxim Sobolev
Attilio Rao wrote: Author: attilio Date: Sat May 30 23:27:48 2009 New Revision: 193134 URL: http://svn.freebsd.org/changeset/base/193134 Log: MFC r192760: Use the END() macro appropriately in order to improve debugging for tools (Valgrind mainly). Modified: stable/7/lib/libc/i386/stdlib/l

Re: svn: stable/7: lib/libc/i386/stdlib lib/libc/i386/string lib/libc_r/arch/amd64 lib/libc_r/arch/i386 lib/libstand/i386 lib/msun/amd64 lib/msun/i387 lib/msun/ia64 tools/KSE/ksetes...

2009-06-01 Thread Attilio Rao
2009/6/2 Maxim Sobolev : > Attilio Rao wrote: >> >> Author: attilio >> Date: Sat May 30 23:27:48 2009 >> New Revision: 193134 >> URL: http://svn.freebsd.org/changeset/base/193134 >> >> Log: >> MFC r192760: >> Use the END() macro appropriately in order to improve debugging for >> tools (Valgrind

svn commit: r193286 - in stable/7/lib/libc/i386: stdlib string

2009-06-01 Thread Attilio Rao
Author: attilio Date: Mon Jun 1 23:53:15 2009 New Revision: 193286 URL: http://svn.freebsd.org/changeset/base/193286 Log: Remove double-inserted END() macros. Reported by: sobomax Modified: stable/7/lib/libc/i386/stdlib/ldiv.S stable/7/lib/libc/i386/string/wcscmp.S Modified: stable/

svn commit: r193287 - head/sys/net80211

2009-06-01 Thread Sam Leffler
Author: sam Date: Tue Jun 2 00:04:10 2009 New Revision: 193287 URL: http://svn.freebsd.org/changeset/base/193287 Log: count packets Modified: head/sys/net80211/ieee80211_monitor.c Modified: head/sys/net80211/ieee80211_monitor.c ===

svn commit: r193288 - head/sys/net80211

2009-06-01 Thread Sam Leffler
Author: sam Date: Tue Jun 2 00:06:39 2009 New Revision: 193288 URL: http://svn.freebsd.org/changeset/base/193288 Log: don't dispatch frames to vap's not running Modified: head/sys/net80211/ieee80211_input.c Modified: head/sys/net80211/ieee80211_input.c ==

  1   2   >