Author: grehan
Date: Wed Mar 20 06:35:03 2013
New Revision: 248545
URL: http://svnweb.freebsd.org/changeset/base/248545
Log:
Release Bryan from mentorship and allow him to go full-blast
with his excellent contributions.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
Author: bryanv
Date: Wed Mar 20 05:49:09 2013
New Revision: 248544
URL: http://svnweb.freebsd.org/changeset/base/248544
Log:
MFC 247870:
Remove the virtio dependency entry for the VirtIO device drivers. This
will prevent the kernel from linking if the device driver are included
Author: adrian
Date: Wed Mar 20 05:44:03 2013
New Revision: 248543
URL: http://svnweb.freebsd.org/changeset/base/248543
Log:
Fix the EDMA CABQ handling - for now, the CABQ takes a descriptor chain
like the legacy chips expect.
Modified:
head/sys/dev/ath/if_ath_tx_edma.c
Modified: head/sys/
Author: yongari
Date: Wed Mar 20 05:31:34 2013
New Revision: 248542
URL: http://svnweb.freebsd.org/changeset/base/248542
Log:
For RTL8211B or later PHYs, enable crossover detection and
auto-correction. This change makes re(4) establish a link with
a system using non-crossover UTP cable.
Author: adrian
Date: Wed Mar 20 02:42:52 2013
New Revision: 248539
URL: http://svnweb.freebsd.org/changeset/base/248539
Log:
Add VNET wrappers around the rest of the ieee80211 rtsock messages.
I triggered the cac/radar messages when doing testing in DFS channels.
Modified:
head/sys/net80
On Tue, 19 Mar 2013, Brooks Davis wrote:
> > > > > Replace all known uses of ln in the build process with appropriate
> > > > > install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK
> > > > > variables.
> > > >
> > > > It seems this merge breaks ``make distribution'' and hence mer
Author: joel (doc committer)
Date: Tue Mar 19 21:40:14 2013
New Revision: 248535
URL: http://svnweb.freebsd.org/changeset/base/248535
Log:
Add simple example.
Modified:
head/sbin/shutdown/shutdown.8
Modified: head/sbin/shutdown/shutdown.8
=
Author: jilles
Date: Tue Mar 19 20:58:17 2013
New Revision: 248534
URL: http://svnweb.freebsd.org/changeset/base/248534
Log:
Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.
This change allows creating file descriptors with close-on-exec set in some
situations. SOCK_CLOEXEC and
On Mon, Mar 18, 2013 at 09:45:57AM -0400, John Baldwin wrote:
> On Sunday, March 17, 2013 10:49:22 pm Jeremy Chadwick wrote:
> > Please see PR 177055. This MFC has broken mergmaster for at least a
> > couple people. The PR should really be rated high priority:
Sorry I missed this earlier. I've
Author: jkim
Date: Tue Mar 19 20:20:00 2013
New Revision: 248533
URL: http://svnweb.freebsd.org/changeset/base/248533
Log:
Regen for r248532.
Modified:
stable/9/sys/amd64/linux32/linux32_proto.h
stable/9/sys/amd64/linux32/linux32_syscall.h
stable/9/sys/amd64/linux32/linux32_syscalls.c
s
Author: jkim
Date: Tue Mar 19 20:18:30 2013
New Revision: 248532
URL: http://svnweb.freebsd.org/changeset/base/248532
Log:
MFC: r234352
Implement pipe2 syscall for Linuxulator.
Modified:
stable/9/sys/amd64/linux32/linux32_dummy.c
stable/9/sys/amd64/linux32/linux32_machdep.c
stable/9
On Tue, Mar 19, 2013 at 09:49:47PM +0400, Dmitry Morozovsky wrote:
> On Tue, 19 Mar 2013, Brooks Davis wrote:
>
> > > > Replace all known uses of ln in the build process with appropriate
> > > > install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK
> > > > variables.
> > >
> > > I
Author: brooks
Date: Tue Mar 19 20:00:34 2013
New Revision: 248531
URL: http://svnweb.freebsd.org/changeset/base/248531
Log:
Revert r248352:
> Replace all known uses of ln in the build process with appropriate
> install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK
> var
Author: gjb (doc,ports committer)
Date: Tue Mar 19 19:49:06 2013
New Revision: 248530
URL: http://svnweb.freebsd.org/changeset/base/248530
Log:
- Revert r248483, keeping devel/subversion as a port dependency
for the doc/ build.
- Remove logic in release/Makefile that modifies local src/ tr
Author: adrian
Date: Tue Mar 19 19:32:28 2013
New Revision: 248529
URL: http://svnweb.freebsd.org/changeset/base/248529
Log:
Break out the RX completion path into "FIFO check / refill" and
"complete RX frames."
The 128 entry RX FIFO is really easy to fill up and miss refilling
when it's
Author: adrian
Date: Tue Mar 19 17:54:37 2013
New Revision: 248527
URL: http://svnweb.freebsd.org/changeset/base/248527
Log:
Now that the tx map field is correctly populated for both edma and
legacy chips, just use that.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_
Author: adrian
Date: Tue Mar 19 17:55:36 2013
New Revision: 248528
URL: http://svnweb.freebsd.org/changeset/base/248528
Log:
Add more TODO items.
Modified:
head/sys/dev/ath/if_ath_beacon.c
Modified: head/sys/dev/ath/if_ath_beacon.c
On Tue, 19 Mar 2013, Brooks Davis wrote:
> > > Replace all known uses of ln in the build process with appropriate
> > > install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK
> > > variables.
> >
> > It seems this merge breaks ``make distribution'' and hence mergemaster if
> > you
Author: imp
Date: Tue Mar 19 16:57:04 2013
New Revision: 248525
URL: http://svnweb.freebsd.org/changeset/base/248525
Log:
Add a comment about why aout support is still here: We need it for
compat2x, which is still in use, as evidence by recent bug reports.
Modified:
head/sbin/ldconfig/ldcon
On Sun, Mar 17, 2013 at 06:10:58PM +0400, Dmitry Morozovsky wrote:
> On Fri, 15 Mar 2013, Brooks Davis wrote:
>
> > Author: brooks
> > Date: Fri Mar 15 21:32:40 2013
> > New Revision: 248352
> > URL: http://svnweb.freebsd.org/changeset/base/248352
> >
> > Log:
> > MFC r245752,246913,247162
> >
Author: kib
Date: Tue Mar 19 15:09:32 2013
New Revision: 248522
URL: http://svnweb.freebsd.org/changeset/base/248522
Log:
ahci(4) and siis(4) are ready to process the unmapped i/o requests
Sponsored by: The FreeBSD Foundation
Tested by:pho
Submitted by: bf (siis patch)
Modified:
Author: kib
Date: Tue Mar 19 15:08:15 2013
New Revision: 248521
URL: http://svnweb.freebsd.org/changeset/base/248521
Log:
UFS support of the unmapped i/o for the user data buffers.
Sponsored by: The FreeBSD Foundation
Tested by:pho, scottl, jhb, bf
Modified:
head/sys/ufs/ffs/ffs_al
Author: kib
Date: Tue Mar 19 15:05:21 2013
New Revision: 248520
URL: http://svnweb.freebsd.org/changeset/base/248520
Log:
Commit the removal of a whitespace to record the proper commit message
for the r248519:
For the cam-attached HBAs, allow the driver to specify that it accepts
the un
Author: kib
Date: Tue Mar 19 15:01:50 2013
New Revision: 248519
URL: http://svnweb.freebsd.org/changeset/base/248519
Log:
Support unmapped i/o for the md(4).
The vnode-backed md(4) has to map the unmapped bio because VOP_READ()
and VOP_WRITE() interfaces do not allow to pass unmapped requ
Author: kib
Date: Tue Mar 19 14:53:23 2013
New Revision: 248518
URL: http://svnweb.freebsd.org/changeset/base/248518
Log:
Support unmapped i/o for the md(4).
The vnode-backed md(4) has to map the unmapped bio because VOP_READ()
and VOP_WRITE() interfaces do not allow to pass unmapped requ
Author: kib
Date: Tue Mar 19 14:50:24 2013
New Revision: 248517
URL: http://svnweb.freebsd.org/changeset/base/248517
Log:
The geom_part provider supports unmapped bio iff the underlying
provider does so, since geom_part never inspects the bio_data.
Sponsored by: The FreeBSD Foundation
T
Author: kib
Date: Tue Mar 19 14:49:15 2013
New Revision: 248516
URL: http://svnweb.freebsd.org/changeset/base/248516
Log:
A flag for the geom disk driver to indicate that it accepts the
unmapped i/o requests.
Sponsored by: The FreeBSD Foundation
Tested by:pho
Modified:
head/sys/g
Author: kib
Date: Tue Mar 19 14:43:57 2013
New Revision: 248515
URL: http://svnweb.freebsd.org/changeset/base/248515
Log:
Do not remap usermode pages into KVA for physio.
Sponsored by: The FreeBSD Foundation
Tested by:pho
Modified:
head/sys/cam/cam_periph.c
head/sys/kern/kern_phy
Author: kib
Date: Tue Mar 19 14:39:27 2013
New Revision: 248514
URL: http://svnweb.freebsd.org/changeset/base/248514
Log:
Do not map the swap i/o pbufs if the geom provider for the swap
partition accepts unmapped requests.
Sponsored by: The FreeBSD Foundation
Tested by:pho
Modified
Author: kib
Date: Tue Mar 19 14:36:28 2013
New Revision: 248512
URL: http://svnweb.freebsd.org/changeset/base/248512
Log:
Pass unmapped buffers for page in requests if the filesystem indicated support
for the unmapped i/o.
Sponsored by: The FreeBSD Foundation
Tested by:pho
Modified
Author: kib
Date: Tue Mar 19 14:33:01 2013
New Revision: 248511
URL: http://svnweb.freebsd.org/changeset/base/248511
Log:
A flag for the filesystem to indicate to the upper levels that it accepts
unmapped buffers for the VOP_STRATEGY().
Sponsored by: The FreeBSD Foundation
Tested by:
Author: kib
Date: Tue Mar 19 14:27:14 2013
New Revision: 248510
URL: http://svnweb.freebsd.org/changeset/base/248510
Log:
Add a helper function vfs_bio_bzero_buf() to zero the portion of the
buffer, transparently handling mapped or unmapped buffers. Its intent
is to replace the use of bzero
Author: ray
Date: Tue Mar 19 14:15:41 2013
New Revision: 248509
URL: http://svnweb.freebsd.org/changeset/base/248509
Log:
Return "start" and "end" to u_long world. Because rman handle addresses as
u_long too.
Discussed with: ian@
Pointy hat to:ray@
Modified:
head/sys/de
Author: kib
Date: Tue Mar 19 14:13:12 2013
New Revision: 248508
URL: http://svnweb.freebsd.org/changeset/base/248508
Log:
Implement the concept of the unmapped VMIO buffers, i.e. buffers which
do not map the b_pages pages into buffer_map KVA. The use of the
unmapped buffers eliminate the ne
Author: glebius
Date: Tue Mar 19 13:43:55 2013
New Revision: 248507
URL: http://svnweb.freebsd.org/changeset/base/248507
Log:
iwn(4) doesn't support adhoc mode.
PR: misc/177106
Submitted by: Hiren Panchasara
Modified:
head/share/man/man4/iwn.4
Modified: head/share/man/man4/
Author: melifaro
Date: Tue Mar 19 13:36:19 2013
New Revision: 248506
URL: http://svnweb.freebsd.org/changeset/base/248506
Log:
Merge r248112.
Document netstat -Q flags meaning.
Modified:
stable/9/usr.bin/netstat/netstat.1
Directory Properties:
stable/9/usr.bin/ (props changed)
stab
Author: melifaro
Date: Tue Mar 19 13:29:01 2013
New Revision: 248505
URL: http://svnweb.freebsd.org/changeset/base/248505
Log:
Merge r247666, r247712, r247811.
Fix ipfw table argument parsing/printing.
Fix style.
PR: kern/175909
Submitted by: Daniel Hagerty
Implemen
Author: kib
Date: Tue Mar 19 13:21:39 2013
New Revision: 248504
URL: http://svnweb.freebsd.org/changeset/base/248504
Log:
Add a convenience macro bread_gb() to wrap a call to
breadn_flags(). Comparing with bread(), it adds an argument to pass
the flags to getblk().
Sponsored by: The Fre
Author: ray
Date: Tue Mar 19 13:13:26 2013
New Revision: 248502
URL: http://svnweb.freebsd.org/changeset/base/248502
Log:
Cast "start" to u_long. Temporary fix to unbreak tinderbox.
We need here max possible storage or dynamic, depend on size of address cell.
Modified:
head/sys/dev/fdt/fdt_
Author: kib
Date: Tue Mar 19 13:10:14 2013
New Revision: 248501
URL: http://svnweb.freebsd.org/changeset/base/248501
Log:
Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO and
XPT_ATA_IO holds virtual buffer address.
Sponsored by: The FreeBSD Foundation
Tested by:pho
Author: emaste
Date: Tue Mar 19 13:06:11 2013
New Revision: 248500
URL: http://svnweb.freebsd.org/changeset/base/248500
Log:
Fix remainder calculation when biosize is not a power of 2
In common configurations biosize is a power of two, but is not required to
be so. Thanks to markj@ for s
Author: hselasky
Date: Tue Mar 19 12:52:13 2013
New Revision: 248499
URL: http://svnweb.freebsd.org/changeset/base/248499
Log:
Add new USB ID.
PR: usb/177105
MFC after:1 week
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/se
Author: melifaro
Date: Tue Mar 19 12:42:14 2013
New Revision: 248497
URL: http://svnweb.freebsd.org/changeset/base/248497
Log:
MFC r247626.
Fix callout expiring dynamic rules.
PR: kern/175530
Submitted by: Vladimir Spiridenkov
Modified:
stable/9/sys/netpfil/ipfw/ip_fw_d
Author: joel (doc committer)
Date: Tue Mar 19 12:35:33 2013
New Revision: 248496
URL: http://svnweb.freebsd.org/changeset/base/248496
Log:
Remove obsolete objformat information.
Submitted by: db
Modified:
head/sbin/ldconfig/ldconfig.8
Modified: head/sbin/ldconfig/ldconfig.8
Author: sbruno
Date: Tue Mar 19 11:07:12 2013
New Revision: 248494
URL: http://svnweb.freebsd.org/changeset/base/248494
Log:
MFC r247279
The 5300 series ciss(4) board does not work in performant mode with our
currnet initialization sequence. Set it to simple mode only so that
systems c
On Mon, Mar 18, 2013 at 11:22:47PM +, Jung-uk Kim wrote:
J> Author: jkim
J> Date: Mon Mar 18 23:22:47 2013
J> New Revision: 248478
J> URL: http://svnweb.freebsd.org/changeset/base/248478
J>
J> Log:
J> Add preliminary support for IBM/Lenovo TrackPoint.
J>
J> PR:kern/14723
Author: mm
Date: Tue Mar 19 07:47:51 2013
New Revision: 248493
URL: http://svnweb.freebsd.org/changeset/base/248493
Log:
Plug memory leak in dsl_check_snap_cb()
This was unnoticed because the function is very rarely used.
MFC after:3 days
Modified:
head/sys/cddl/contrib/opensolaris
Author: joel (doc committer)
Date: Tue Mar 19 07:25:58 2013
New Revision: 248492
URL: http://svnweb.freebsd.org/changeset/base/248492
Log:
mdoc: remove superfluous paragraph macro.
Modified:
head/usr.sbin/bhyveload/bhyveload.8
Modified: head/usr.sbin/bhyveload/bhyveload.8
===
48 matches
Mail list logo