Author: marcel
Date: Wed May 20 06:01:20 2009
New Revision: 192424
URL: http://svn.freebsd.org/changeset/base/192424
Log:
Simplify now that we have gpart.
Modified:
head/lib/libdisk/open_ia64_disk.c
Modified: head/lib/libdisk/open_ia64_disk.c
=
Author: maxim
Date: Wed May 20 05:49:06 2009
New Revision: 192423
URL: http://svn.freebsd.org/changeset/base/192423
Log:
o style.Makefile(5): remove SRCS.
Modified:
head/usr.bin/perror/Makefile
Modified: head/usr.bin/perror/Makefile
===
On Tue, May 19, 2009 at 10:24:01PM -0700, Andrew Thompson wrote:
> On Wed, May 20, 2009 at 03:33:27AM +, Pyun YongHyeon wrote:
> > Author: yongari
> > Date: Wed May 20 03:33:27 2009
> > New Revision: 192418
> > URL: http://svn.freebsd.org/changeset/base/192418
> >
> > Log:
> > pci(4) handles
On Wed, May 20, 2009 at 03:33:27AM +, Pyun YongHyeon wrote:
> Author: yongari
> Date: Wed May 20 03:33:27 2009
> New Revision: 192418
> URL: http://svn.freebsd.org/changeset/base/192418
>
> Log:
> pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke this
> bit in driver.
>
> Modifi
Author: weongyo
Date: Wed May 20 03:49:16 2009
New Revision: 192419
URL: http://svn.freebsd.org/changeset/base/192419
Log:
try to unsetup USB xfers before calling ieee80211_ifdetach() to fix a
bug referencing a destroyed lock within TX callbacks during device
detach.
Submitted by: hps (
Author: yongari
Date: Wed May 20 03:33:27 2009
New Revision: 192418
URL: http://svn.freebsd.org/changeset/base/192418
Log:
pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke this
bit in driver.
Modified:
head/sys/dev/age/if_age.c
Modified: head/sys/dev/age/if_age.c
===
Author: yongari
Date: Wed May 20 03:28:35 2009
New Revision: 192417
URL: http://svn.freebsd.org/changeset/base/192417
Log:
MFC r189379:
Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke
this bit in driver.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/
Author: kmacy
Date: Wed May 20 02:51:48 2009
New Revision: 192416
URL: http://svn.freebsd.org/changeset/base/192416
Log:
Add minimal ZFS lock hierarchy
Modified:
head/sys/kern/subr_witness.c
Modified: head/sys/kern/subr_witness.c
==
Author: mav
Date: Wed May 20 02:48:53 2009
New Revision: 192415
URL: http://svn.freebsd.org/changeset/base/192415
Log:
MFC rev. 192032
Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.
PR: kern/134220
Submitted by: Eugene Mychlo
Modified:
stable/7/s
Author: yongari
Date: Wed May 20 02:24:09 2009
New Revision: 192414
URL: http://svn.freebsd.org/changeset/base/192414
Log:
MFC r191716:
Separate multicast filtering of SysKonnect GENESIS and Marvell
Yukon from common multicast handling code. Yukon uses hash-based
multicast filtering(
Author: yongari
Date: Wed May 20 02:18:26 2009
New Revision: 192413
URL: http://svn.freebsd.org/changeset/base/192413
Log:
MFC r190499:
o Don't access VPD even if hardware advertised the capability.
It seems that some revision of controller hang while accessing
the VPD. Because V
Author: yongari
Date: Wed May 20 02:13:01 2009
New Revision: 192412
URL: http://svn.freebsd.org/changeset/base/192412
Log:
MFC r190303:
Fix inversed logic. pci_find_extcap() returns 0 when it finds
specified capability.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/
Author: hrs
Date: Wed May 20 00:55:26 2009
New Revision: 192411
URL: http://svn.freebsd.org/changeset/base/192411
Log:
Document fxp(4) TSO issue on 7.2R.
Submitted by: delphij
Modified:
stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
Modified: stable/7/release/doc/en_US.ISO8859
Author: brueffer
Date: Tue May 19 22:28:33 2009
New Revision: 192410
URL: http://svn.freebsd.org/changeset/base/192410
Log:
Since audit(4) isn't based on posix1e, remove the commented out audit.h
header,
xref libbsm(3).
Submitted by: rwatson
MFC after:3 days
Modified:
head/lib/l
Author: jhb
Date: Tue May 19 22:07:54 2009
New Revision: 192409
URL: http://svn.freebsd.org/changeset/base/192409
Log:
MFC:
- Add the interrupt vector number to intr_event_create so MI code can
lookup hard interrupt events by number.
- Add support to cpuset for binding hardware interrupt
> + printf("Error %d is \"%s\"\n", errnum, errstr);
Please reduce the noise. 'Error %d is ' and the quotes are not necessary and
complicate scripting. Simply printing the errstr is sufficient.
Are you going to MFC this to FBSD7?
Nick
___
svn-src-
On Tue, May 19, 2009 at 5:10 AM, Dmitry Chagin wrote:
> Author: dchagin
> Date: Tue May 19 09:10:53 2009
> New Revision: 192373
> URL: http://svn.freebsd.org/changeset/base/192373
>
> Log:
> Validate user-supplied arguments values.
> Args argument is a pointer to the structure located in user sp
Author: gnn
Date: Tue May 19 20:16:18 2009
New Revision: 192407
URL: http://svn.freebsd.org/changeset/base/192407
Log:
Fix a few style(9) nits.
Submitted by: danfe
Modified:
head/usr.bin/perror/perror.c
Modified: head/usr.bin/perror/perror.c
=
Author: jhb
Date: Tue May 19 19:45:36 2009
New Revision: 192406
URL: http://svn.freebsd.org/changeset/base/192406
Log:
MFC: Add a MI intr_event_handle() routine for the non-INTR_FILTER case.
This allows all the INTR_FILTER #ifdef's to be removed from the MD
interrupt code.
Modified:
stabl
Author: scottl
Date: Tue May 19 19:27:07 2009
New Revision: 192405
URL: http://svn.freebsd.org/changeset/base/192405
Log:
Merge PCI IDs from vendor
Modified:
stable/6/sys/ (props changed)
stable/6/sys/contrib/pf/ (props changed)
stable/6/sys/dev/ciss/ciss.c
stable/6/sys/dev/cxgb/
Author: rwatson
Date: Tue May 19 19:21:25 2009
New Revision: 192404
URL: http://svn.freebsd.org/changeset/base/192404
Log:
With SMPng, DEVICE_POLLING uses its own idle threads, rather than the
system idle loop, to run ether_poll(), so make ether_poll() static.
MFC after:1 week
Modifi
On Tuesday 19 May 2009 1:11:55 pm Julian Elischer wrote:
> John Baldwin wrote:
> > On Monday 18 May 2009 6:34:44 pm Bjoern A. Zeeb wrote:
> >> Author: bz
> >> Date: Mon May 18 22:34:44 2009
> >> New Revision: 192351
> >> URL: http://svn.freebsd.org/changeset/base/192351
> >>
> >> Log:
> >> Revert
Author: scottl
Date: Tue May 19 18:14:04 2009
New Revision: 192402
URL: http://svn.freebsd.org/changeset/base/192402
Log:
Merge PCI ID additions from vendor
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/ (props changed)
Author: sam
Date: Tue May 19 17:54:32 2009
New Revision: 192401
URL: http://svn.freebsd.org/changeset/base/192401
Log:
correct HAL_INT_BNR comment, this bit is mapped directly the h/w now
Modified:
head/sys/dev/ath/ath_hal/ah.h
Modified: head/sys/dev/ath/ath_hal/ah.h
Author: sam
Date: Tue May 19 17:53:53 2009
New Revision: 192400
URL: http://svn.freebsd.org/changeset/base/192400
Log:
add TBTT interrupt support; this was added in Griffin so consumers should
check HAL_CAP_INTRMASK before using it
NB: didn't test 11n parts yet so supported only for 5212-
Author: sam
Date: Tue May 19 17:43:31 2009
New Revision: 192399
URL: http://svn.freebsd.org/changeset/base/192399
Log:
minor cleanup
Modified:
head/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
head/sys/dev/ath/ath_hal/ar5212/ar5212reg.h
Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_in
Author: gnn
Date: Tue May 19 17:40:22 2009
New Revision: 192398
URL: http://svn.freebsd.org/changeset/base/192398
Log:
Add a new program, perror, which takes an errno as a command line argument
and outputs the associated textual message in the same way that
perror(3) would if called within a
Author: sam
Date: Tue May 19 17:35:15 2009
New Revision: 192397
URL: http://svn.freebsd.org/changeset/base/192397
Log:
remove special handling for BNR; it is direct mapped to the harwdare so
can be added to HAL_INT_COMMON except on the 5210 where it doesn't exist
Modified:
head/sys/dev/ath/
Author: sam
Date: Tue May 19 17:30:13 2009
New Revision: 192396
URL: http://svn.freebsd.org/changeset/base/192396
Log:
add HAL_CAP_INTRMASK to return the set of interrupts supported by the device
Modified:
head/sys/dev/ath/ath_hal/ah.c
head/sys/dev/ath/ath_hal/ah.h
head/sys/dev/ath/ath_ha
Author: joel (doc committer)
Date: Tue May 19 17:17:53 2009
New Revision: 192395
URL: http://svn.freebsd.org/changeset/base/192395
Log:
Add Dell PowerEdge R200 and R300 to the hardware section.
Modified:
head/share/man/man4/bge.4
Modified: head/share/man/man4/bge.4
==
John Baldwin wrote:
On Monday 18 May 2009 6:34:44 pm Bjoern A. Zeeb wrote:
Author: bz
Date: Mon May 18 22:34:44 2009
New Revision: 192351
URL: http://svn.freebsd.org/changeset/base/192351
Log:
Revert the logical change of r192341.
net.inet.ip.fw.one_pass is a classic ip_input.c variable
Author: avg
Date: Tue May 19 15:50:36 2009
New Revision: 192388
URL: http://svn.freebsd.org/changeset/base/192388
Log:
bootstrap merge history for acpica contrib code
Approved by: rpaulo (mentor)
Modified:
head/sys/contrib/dev/acpica/ (props changed)
__
Author: jhb
Date: Tue May 19 15:47:42 2009
New Revision: 192387
URL: http://svn.freebsd.org/changeset/base/192387
Log:
MFC:
- Add a void pointer to the ata-pci controller softc to allow
chipset-specific code to attach chipset-specific data.
- Use chipset-specific data in the acard and pr
Author: jhb
Date: Tue May 19 15:33:41 2009
New Revision: 192386
URL: http://svn.freebsd.org/changeset/base/192386
Log:
MFC: Add SATA and PCI Advanced Features capabilities reporting.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/
Author: sam
Date: Tue May 19 14:51:48 2009
New Revision: 192385
URL: http://svn.freebsd.org/changeset/base/192385
Log:
AH_SUPPORT_TDMA is gone; ath now honors IEEE80211_SUPPORT_TDMA
Noticed by: Jon Loeliger
Modified:
head/share/man/man4/ath.4
Modified: head/share/man/man4/ath.4
=
Author: avg
Date: Tue May 19 14:44:07 2009
New Revision: 192383
URL: http://svn.freebsd.org/changeset/base/192383
Log:
open acpica vendor area
Approved by: jhb (mentor)
Modified:
svnadmin/conf/paths
Modified: svnadmin/conf/paths
=
105,7 +105,7 @@
* Version of the package tools - increase only when some
* functionality used by bsd.port.mk is changed, added or removed
*/
-#define PKG_INSTALL_VERSION20090106
+#define PKG_INSTALL_VERSION20090519
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#d
Author: avg
Date: Tue May 19 14:23:54 2009
New Revision: 192381
URL: http://svn.freebsd.org/changeset/base/192381
Log:
find: do not silently disable -L when -delete is used
First of all, current behavior is not documented and confusing,
and it can be very dangerous in the following sequen
Author: avg
Date: Tue May 19 14:08:21 2009
New Revision: 192379
URL: http://svn.freebsd.org/changeset/base/192379
Log:
sysctl_rman: report shared resources to devinfo
shared uses of a resource are recorded on a sub-list hanging off
a main resource object on a main resource list;
without
Author: jhb
Date: Tue May 19 14:01:57 2009
New Revision: 192378
URL: http://svn.freebsd.org/changeset/base/192378
Log:
MFC: Add more PCI-express capability registers and display additional
details about PCI-express devices.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf
On Monday 18 May 2009 6:34:44 pm Bjoern A. Zeeb wrote:
> Author: bz
> Date: Mon May 18 22:34:44 2009
> New Revision: 192351
> URL: http://svn.freebsd.org/changeset/base/192351
>
> Log:
> Revert the logical change of r192341.
>
> net.inet.ip.fw.one_pass is a classic ip_input.c variable and i
On Sun, May 17, 2009 at 05:54:25AM +, Kip Macy wrote:
> Author: kmacy
> Date: Sun May 17 05:54:25 2009
> New Revision: 192243
> URL: http://svn.freebsd.org/changeset/base/192243
>
> Log:
> add zfs oid to bsnmpd
>
> PR: bin/129360
I believe it should be ``bin/139630'' instead. :-)
./d
Author: trasz
Date: Tue May 19 12:10:48 2009
New Revision: 192376
URL: http://svn.freebsd.org/changeset/base/192376
Log:
Add links to libgeom(3) where appropriate.
Modified:
head/lib/libgeom/Makefile
head/sbin/geom/core/geom.8
head/share/man/man4/geom.4
Modified: head/lib/libgeom/Makefil
Author: dchagin
Date: Tue May 19 09:10:53 2009
New Revision: 192373
URL: http://svn.freebsd.org/changeset/base/192373
Log:
Validate user-supplied arguments values.
Args argument is a pointer to the structure located in user space in
which the socketcall arguments are packed. The structure mu
44 matches
Mail list logo