Author: jhibbits
Date: Thu Nov 21 06:54:28 2013
New Revision: 258424
URL: http://svnweb.freebsd.org/changeset/base/258424
Log:
Remove stale comment. The PID provider is handled elsewhere already.
Modified:
head/sys/powerpc/aim/trap.c
Modified: head/sys/powerpc/aim/trap.c
===
On Wed, Nov 20, 2013 at 1:19 PM, Julian Elischer wrote:
> On 11/20/13, 12:25 PM, Peter Wemm wrote:
>
>> +int _iconv_version_compat = 0x0108;/* Magic - not used */
>> +
>>
>> can you illuminate this a bit more? is it magic, or is it not used?
>
libiconv has a unique, non-standard, private i
Author: dteske
Date: Thu Nov 21 03:40:52 2013
New Revision: 258421
URL: http://svnweb.freebsd.org/changeset/base/258421
Log:
MFC Revisions:
256549: man-page updates
256551: .Dd bump in manpage
256553: bootenv -> ROOT fix
257842: monster list of fixes
257843: minor touchup
257844: cop
Author: dteske
Date: Thu Nov 21 03:38:47 2013
New Revision: 258420
URL: http://svnweb.freebsd.org/changeset/base/258420
Log:
MFC r257755-257756,257780-257785,257787-257793, and
257795,257817,257819,257937-257938,258029,258263-258267:
257755: SRV records
257756: fix spurious error message
Author: dteske
Date: Thu Nov 21 03:22:13 2013
New Revision: 258418
URL: http://svnweb.freebsd.org/changeset/base/258418
Log:
Quote the interface name for good measure.
Modified:
head/usr.sbin/bsdconfig/networking/share/device.subr
Modified: head/usr.sbin/bsdconfig/networking/share/device.sub
Author: gjb
Date: Thu Nov 21 02:45:36 2013
New Revision: 258415
URL: http://svnweb.freebsd.org/changeset/base/258415
Log:
MFC r258305, r258307, r258308, r258309, r258310, r258314, r258317,
r258319, r258320:
r258305:
Use the IMAGES variable to determine which image files to remove
On 11/20/13, 4:35 PM, Luigi Rizzo wrote:
On Wed, Nov 20, 2013 at 04:07:07PM -0800, Adrian Chadd wrote:
Hi,
We should migrate drivers to use a multi-input method where it's
appropriate. It's the same pain as if_transmit() is/was.
right, and i think that is very confusing and i'd rather
not repl
On 11/20/13, 2:02 PM, Adrian Chadd wrote:
Can we revert this and just quickly put together something else that
won't potentially come back to bite us with weird side effects?
My suggestions (and I'm happy to do this work if needed):
* create a lightweight mbuf queue representation so an mbuf li
Author: ian
Date: Thu Nov 21 01:08:10 2013
New Revision: 258412
URL: http://svnweb.freebsd.org/changeset/base/258412
Log:
Call cpu_setup() from the initarm() routine on platforms that don't use
the common FDT-aware initarm() in arm/machdep.c.
Pointed out by:cognet
Pointy hat
Author: dteske
Date: Thu Nov 21 00:54:26 2013
New Revision: 258411
URL: http://svnweb.freebsd.org/changeset/base/258411
Log:
Revert SVN r257830 -- that feature was annoying and was removed long ago.
Was a momentary memory lapse induced by old code that was lying in my ~/bin
Modified:
head/u
On Wed, Nov 20, 2013 at 04:07:07PM -0800, Adrian Chadd wrote:
> Hi,
>
> We should migrate drivers to use a multi-input method where it's
> appropriate. It's the same pain as if_transmit() is/was.
right, and i think that is very confusing and i'd rather
not replicate the experience.
But what is y
Hi,
We should migrate drivers to use a multi-input method where it's
appropriate. It's the same pain as if_transmit() is/was.
I'd really like to avoid having hacky solutions like mbufs with magic
types. If we're going down that path, we should create a correct
inline messaging mechanism that incl
On Wed, Nov 20, 2013 at 05:29:37PM -0500, George Neville-Neil wrote:
>
> On Nov 20, 2013, at 17:02 , Adrian Chadd wrote:
>
> > Can we revert this and just quickly put together something else that
> > won't potentially come back to bite us with weird side effects?
> >
> > My suggestions (and I'm
Author: cognet
Date: Wed Nov 20 23:06:54 2013
New Revision: 258410
URL: http://svnweb.freebsd.org/changeset/base/258410
Log:
In pmap_unmapdev(), remember the size, and use that as an argument to
kva_free(), or we'd end up always passing it a size of 0, and for some
strange reason it doesn't
On Nov 20, 2013, at 17:02 , Adrian Chadd wrote:
> Can we revert this and just quickly put together something else that
> won't potentially come back to bite us with weird side effects?
>
> My suggestions (and I'm happy to do this work if needed):
>
> * create a lightweight mbuf queue represent
Author: dteske
Date: Wed Nov 20 22:12:21 2013
New Revision: 258407
URL: http://svnweb.freebsd.org/changeset/base/258407
Log:
Update function description for API tool:
bsdconfig includes -dF f_validate_hostname
Modified:
head/usr.sbin/bsdconfig/share/media/tcpip.subr
Modified: head/usr.sbin
Author: dteske
Date: Wed Nov 20 22:11:42 2013
New Revision: 258406
URL: http://svnweb.freebsd.org/changeset/base/258406
Log:
Make `-d' implicitly enable `-f' for simplification.
Modified:
head/usr.sbin/bsdconfig/includes/USAGE
head/usr.sbin/bsdconfig/includes/includes
Modified: head/usr.sb
Can we revert this and just quickly put together something else that
won't potentially come back to bite us with weird side effects?
My suggestions (and I'm happy to do this work if needed):
* create a lightweight mbuf queue representation so an mbuf list isn't
just the mbuf header pointer;
* cre
Grzegorz Bernacki wrote this message on Wed, Nov 20, 2013 at 11:10 +:
> Author: gber
> Date: Wed Nov 20 11:10:23 2013
> New Revision: 258387
> URL: http://svnweb.freebsd.org/changeset/base/258387
>
> Log:
> Split raw reading/programming into smaller chunks to avoid allocating too
> big chu
Hi Hiren,
Yes I am planning on it.
- eric
On Wed, Nov 20, 2013 at 12:27 PM, hiren panchasara wrote:
> + Eric
>
> On Fri, Sep 20, 2013 at 1:18 PM, David Christensen
> wrote:
> > Author: davidch
> > Date: Fri Sep 20 20:18:49 2013
> > New Revision: 255736
> > URL: http://svnweb.freebsd.org/chang
Author: jmg
Date: Wed Nov 20 21:21:29 2013
New Revision: 258403
URL: http://svnweb.freebsd.org/changeset/base/258403
Log:
fix white space...
MFC after:1 week
Modified:
head/sys/ufs/ffs/softdep.h
Modified: head/sys/ufs/ffs/softdep.h
===
On 11/20/13, 12:25 PM, Peter Wemm wrote:
+int _iconv_version_compat = 0x0108;/* Magic - not used */
+
can you illuminate this a bit more? is it magic, or is it not used?
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/li
Author: jmg
Date: Wed Nov 20 21:16:53 2013
New Revision: 258402
URL: http://svnweb.freebsd.org/changeset/base/258402
Log:
fix a use after free, jsegdep_merge will free wk, avoid the next check...
CID: 1006098
Sponsored by: Imaginary Forces
Reviewed by: mckusick
MFC after:
Author: dteske
Date: Wed Nov 20 21:05:33 2013
New Revision: 258401
URL: http://svnweb.freebsd.org/changeset/base/258401
Log:
Add a `-d' flag for printing the description of each function.
Modified:
head/usr.sbin/bsdconfig/includes/USAGE
head/usr.sbin/bsdconfig/includes/includes
Modified: h
On Wed, Nov 20, 2013 at 12:11:20PM -0800, Julian Elischer wrote:
> On 11/19/13, 3:04 AM, Robert Watson wrote:
> > On Mon, 18 Nov 2013, George V. Neville-Neil wrote:
> >
> >> Allow ethernet drivers to pass in packets connected via the
> >> nextpkt pointer.
> >> Handling packets in this way allows
Author: dteske
Date: Wed Nov 20 20:37:21 2013
New Revision: 258400
URL: http://svnweb.freebsd.org/changeset/base/258400
Log:
Add new `includes' module for exploring the bsdconfig(8) API.
Added:
head/usr.sbin/bsdconfig/includes/
head/usr.sbin/bsdconfig/includes/INDEX (contents, props chang
+ Eric
On Fri, Sep 20, 2013 at 1:18 PM, David Christensen wrote:
> Author: davidch
> Date: Fri Sep 20 20:18:49 2013
> New Revision: 255736
> URL: http://svnweb.freebsd.org/changeset/base/255736
>
> Log:
> Substantial rewrite of bxe(4) to add support for the BCM57712 and
> BCM578XX controllers
Author: jmg
Date: Wed Nov 20 20:25:27 2013
New Revision: 258399
URL: http://svnweb.freebsd.org/changeset/base/258399
Log:
flag that the aesni driver is sync... This means we don't waste a
context switch just to call the done callback... On my machine, this
improves geli/gzero decrypt perfo
Author: peter
Date: Wed Nov 20 20:24:59 2013
New Revision: 258398
URL: http://svnweb.freebsd.org/changeset/base/258398
Log:
MFC r258283 - move iconv* symbols out of libc.so.7 namespace with
compatibility symbols to aid transition for existing 10.x installs.
Approved by: re (kib)
Added:
On 20 Nov 2013, at 20:11, Julian Elischer wrote:
>> Currently, it is quite easy to make mistakes regarding individual mbuf
>> chains vs. lists of mbuf chains. This leads me to wonder whether a new
>> type, perhaps simply constructed on the stack before passing in, should be
>> used for KPIs
On 11/19/13, 3:04 AM, Robert Watson wrote:
On Mon, 18 Nov 2013, George V. Neville-Neil wrote:
Allow ethernet drivers to pass in packets connected via the
nextpkt pointer.
Handling packets in this way allows drivers to amortize work
during packet reception.
Submitted by:Vijay Singh
Sp
On 11/19/13, 3:04 AM, Robert Watson wrote:
On Mon, 18 Nov 2013, George V. Neville-Neil wrote:
Allow ethernet drivers to pass in packets connected via the
nextpkt pointer.
Handling packets in this way allows drivers to amortize work
during packet reception.
Submitted by:Vijay Singh
Sp
Author: kib
Date: Wed Nov 20 19:41:00 2013
New Revision: 258397
URL: http://svnweb.freebsd.org/changeset/base/258397
Log:
Redo r258088 to avoid relying on signed arithmetic overflow, since
compiler interprets this as an undefined behaviour. Instead, ensure
that the sum of uio_offset and uio
Author: peter
Date: Wed Nov 20 18:58:07 2013
New Revision: 258396
URL: http://svnweb.freebsd.org/changeset/base/258396
Log:
MFC r258254 - teach iconv about a WCHAR_T pseudo-type
Approved by: re (kib)
Modified:
stable/10/share/i18n/esdb/UTF/UTF.alias
Directory Properties:
stable/10/
Author: peter
Date: Wed Nov 20 17:48:38 2013
New Revision: 258395
URL: http://svnweb.freebsd.org/changeset/base/258395
Log:
Change introduction history.
Modified:
head/usr.bin/uname/uname.1
Modified: head/usr.bin/uname/uname.1
=
Author: peter
Date: Wed Nov 20 17:46:23 2013
New Revision: 258394
URL: http://svnweb.freebsd.org/changeset/base/258394
Log:
MFC r256557: add uname flags to access userland's __FreeBSD_version more
conveniently than the traditional way of scripts parsing #include files.
Approved by: re (h
Author: ian
Date: Wed Nov 20 16:42:01 2013
New Revision: 258393
URL: http://svnweb.freebsd.org/changeset/base/258393
Log:
Add USB_HOST_ALIGN=64; the cache line size on the am335x is 64 bytes.
Modified:
head/sys/arm/conf/BEAGLEBONE
Modified: head/sys/arm/conf/BEAGLEBONE
==
Author: ian
Date: Wed Nov 20 15:53:50 2013
New Revision: 258392
URL: http://svnweb.freebsd.org/changeset/base/258392
Log:
Call cpu_setup() immediately after the page tables are installed. This
enables data cache and other chip-specific features. It was previously
done via an early SYSINIT,
- Original Message -
From: "Slawa Olhovchenkov"
> On Thu, Nov 07, 2013 at 11:21:52PM +, Steven Hartland wrote:
>
>> Author: smh
>> Date: Thu Nov 7 23:21:52 2013
>> New Revision: 257831
>> URL: http://svnweb.freebsd.org/changeset/base/257831
>>
>> Log:
>> Corrected definition f
On Wed, Nov 20, 2013 at 02:17:32PM -, Steven Hartland wrote:
> - Original Message -
> From: "Slawa Olhovchenkov"
> To: "Steven Hartland"
> Cc: ; ;
>
> Sent: Wednesday, November 20, 2013 2:05 PM
> Subject: Re: svn commit: r257831 - head/sys/cam/scsi
>
>
> > On Thu, Nov 07, 2013 a
- Original Message -
From: "Slawa Olhovchenkov"
To: "Steven Hartland"
Cc: ; ;
Sent: Wednesday, November 20, 2013 2:05 PM
Subject: Re: svn commit: r257831 - head/sys/cam/scsi
On Thu, Nov 07, 2013 at 11:21:52PM +, Steven Hartland wrote:
Author: smh
Date: Thu Nov 7 23:21:52 201
On Thu, Nov 07, 2013 at 11:21:52PM +, Steven Hartland wrote:
> Author: smh
> Date: Thu Nov 7 23:21:52 2013
> New Revision: 257831
> URL: http://svnweb.freebsd.org/changeset/base/257831
>
> Log:
> Corrected definition for old_rate to match d_rotation_rate
>
> MFC after: 2 Days
> X-M
Author: glebius
Date: Wed Nov 20 13:22:22 2013
New Revision: 258391
URL: http://svnweb.freebsd.org/changeset/base/258391
Log:
Fix comment after r250551.
Modified:
head/sys/sys/bufobj.h
Modified: head/sys/sys/bufobj.h
===
Author: mav
Date: Wed Nov 20 12:32:34 2013
New Revision: 258390
URL: http://svnweb.freebsd.org/changeset/base/258390
Log:
Print some more flags.
Modified:
head/tools/tools/umastat/umastat.c
Modified: head/tools/tools/umastat/umastat.c
=
Author: avg
Date: Wed Nov 20 11:52:32 2013
New Revision: 258389
URL: http://svnweb.freebsd.org/changeset/base/258389
Log:
MFV r258378: 4089 NULL pointer dereference in arc_read()
illumos/illumos-gate@57815f6b95a743697e148327725b7f568e75e6ea
Tested by:adrian
MFC after:4 days
Author: avg
Date: Wed Nov 20 11:47:50 2013
New Revision: 258388
URL: http://svnweb.freebsd.org/changeset/base/258388
Log:
MFV r258377: 4088 use after free in arc_release()
illumos/illumos-gate@ccc22e130479b5bd7c0002267fee1e0602d3f772
MFC after:5 days
Modified:
head/sys/cddl/cont
Author: gber
Date: Wed Nov 20 11:10:23 2013
New Revision: 258387
URL: http://svnweb.freebsd.org/changeset/base/258387
Log:
Split raw reading/programming into smaller chunks to avoid allocating too
big chunk of kernel memory. Validate size of data. Add error handling to
avoid calling copyout(
Author: avg
Date: Wed Nov 20 11:09:12 2013
New Revision: 258386
URL: http://svnweb.freebsd.org/changeset/base/258386
Log:
4322 ZFS deadlock on dp_config_rwlock
illumos/illumos-gate@c50d56f667f119d78fa3d94d6bef2c298ba556f6
Modified:
vendor-sys/illumos/dist/uts/common/fs/zfs/dsl_userhold.c
Author: avg
Date: Wed Nov 20 11:08:07 2013
New Revision: 258385
URL: http://svnweb.freebsd.org/changeset/base/258385
Log:
4128 disks in zpools never go away when pulled
illumos/illumos-gate@39cddb10a31c1c2e66aed69e6871d09caa4c8147
Modified:
vendor-sys/illumos/dist/uts/common/fs/zfs/sys/v
Author: avg
Date: Wed Nov 20 11:06:57 2013
New Revision: 258384
URL: http://svnweb.freebsd.org/changeset/base/258384
Log:
2583 Add -p (parsable) option to zfs list
illumos/illumos-gate@43d68d68c1ce08fb35026bebfb141af422e7082e
Modified:
vendor/illumos/dist/cmd/zfs/zfs_iter.c
vendor/illu
Author: avg
Date: Wed Nov 20 11:06:02 2013
New Revision: 258383
URL: http://svnweb.freebsd.org/changeset/base/258383
Log:
3928 `tail -f ...` doesn't notice file truncation
3929 `man tail` doesn't mentioned "-F" option
3930 'tail -F ...' not resetting the offset of file rotation properly
Author: avg
Date: Wed Nov 20 11:05:07 2013
New Revision: 258382
URL: http://svnweb.freebsd.org/changeset/base/258382
Log:
4161 deadlock between zfs_read() and zfs_putpage()
illumos/illumos-gate@b3d32f0ceb59362ba287dcfd6de471e98bfc7fa9
Modified:
vendor/illumos/dist/lib/libzpool/common/ker
Author: avg
Date: Wed Nov 20 11:04:14 2013
New Revision: 258381
URL: http://svnweb.freebsd.org/changeset/base/258381
Log:
4251 libdtrace leaks open file handles
4250 libdtrace should use "F" specifier on fopen()
illumos/illumos-gate@93ed8d0d4b068b95d0bb50d57bb854df462a8485
Modified:
Author: avg
Date: Wed Nov 20 11:03:11 2013
New Revision: 258380
URL: http://svnweb.freebsd.org/changeset/base/258380
Log:
4236 Internet Packet Disturber
4237 net_* and hook_* man pages are wrong
illumos/illumos-gate@fe77cc0407fb667ddc04e1a8f2e203bb7b9c80e1
Modified:
vendor-sys/illum
Author: avg
Date: Wed Nov 20 11:02:18 2013
New Revision: 258379
URL: http://svnweb.freebsd.org/changeset/base/258379
Log:
4248 dtrace(1M) should never create DOF with empty probes section
4249 Only probes from the first DTrace object file will be included
illumos/illumos-gate@54a20ab41
Author: avg
Date: Wed Nov 20 11:02:18 2013
New Revision: 258379
URL: http://svnweb.freebsd.org/changeset/base/258379
Log:
4248 dtrace(1M) should never create DOF with empty probes section
4249 Only probes from the first DTrace object file will be included
illumos/illumos-gate@54a20ab41
Author: avg
Date: Wed Nov 20 11:00:20 2013
New Revision: 258378
URL: http://svnweb.freebsd.org/changeset/base/258378
Log:
4089 NULL pointer dereference in arc_read()
illumos/illumos-gate@57815f6b95a743697e148327725b7f568e75e6ea
Modified:
vendor-sys/illumos/dist/uts/common/fs/zfs/arc.c
M
Author: avg
Date: Wed Nov 20 10:59:41 2013
New Revision: 258377
URL: http://svnweb.freebsd.org/changeset/base/258377
Log:
4088 use after free in arc_release()
illumos/illumos-gate@ccc22e130479b5bd7c0002267fee1e0602d3f772
Modified:
vendor-sys/illumos/dist/uts/common/fs/zfs/arc.c
Modified
Author: avg
Date: Wed Nov 20 10:58:25 2013
New Revision: 258376
URL: http://svnweb.freebsd.org/changeset/base/258376
Log:
3964 L2ARC should always compress metadata buffers
illumos/illumos-gate@e4be62a2b74a8f09bb669217a1a39eee069b13a1
Modified:
vendor-sys/illumos/dist/uts/common/fs/zfs/s
Author: avg
Date: Wed Nov 20 10:57:45 2013
New Revision: 258375
URL: http://svnweb.freebsd.org/changeset/base/258375
Log:
4166 EOF pcata
4167 EOF pcser
2995 pcan and pcwl wifi device drivers EOL
illumos/illumos-gate@506aa7c68b127eefb0197e329af7e9abcc3ebc98
Modified:
vendor-sys/ill
Author: avg
Date: Wed Nov 20 10:54:06 2013
New Revision: 258374
URL: http://svnweb.freebsd.org/changeset/base/258374
Log:
4171 clean up spa_feature_*() interfaces
4172 implement extensible_dataset feature for use by other zpool
features
illumos/illumos-gate@2acef22db7808606888f8f9271
Author: avg
Date: Wed Nov 20 10:54:06 2013
New Revision: 258374
URL: http://svnweb.freebsd.org/changeset/base/258374
Log:
4171 clean up spa_feature_*() interfaces
4172 implement extensible_dataset feature for use by other zpool
features
illumos/illumos-gate@2acef22db7808606888f8f9271
Author: avg
Date: Wed Nov 20 10:52:48 2013
New Revision: 258373
URL: http://svnweb.freebsd.org/changeset/base/258373
Log:
4168 ztest assertion failure in dbuf_undirty
4169 verbatim import causes zdb to segfa
4170 zhack leaves pool in ACTIVE state
illumos/illumos-gate@7fdd916c474ea528
Author: avg
Date: Wed Nov 20 10:52:48 2013
New Revision: 258373
URL: http://svnweb.freebsd.org/changeset/base/258373
Log:
4168 ztest assertion failure in dbuf_undirty
4169 verbatim import causes zdb to segfa
4170 zhack leaves pool in ACTIVE state
illumos/illumos-gate@7fdd916c474ea528
Author: avg
Date: Wed Nov 20 10:50:54 2013
New Revision: 258372
URL: http://svnweb.freebsd.org/changeset/base/258372
Log:
fix a screw up in r258371
Pointyhat to: avg
Added:
vendor-sys/illumos/dist/uts/common/fs/zfs/space_reftree.c (contents, props
changed)
vendor-sys/illumos/dist/ut
Author: avg
Date: Wed Nov 20 10:41:10 2013
New Revision: 258371
URL: http://svnweb.freebsd.org/changeset/base/258371
Log:
4101 metaslab_debug should allow for fine-grained control
4102 space_maps should store more information about themselves
4103 space map object blocksize should be incr
Author: avg
Date: Wed Nov 20 10:41:10 2013
New Revision: 258371
URL: http://svnweb.freebsd.org/changeset/base/258371
Log:
4101 metaslab_debug should allow for fine-grained control
4102 space_maps should store more information about themselves
4103 space map object blocksize should be incr
Author: avg
Date: Wed Nov 20 10:38:37 2013
New Revision: 258370
URL: http://svnweb.freebsd.org/changeset/base/258370
Log:
4091 e1000g I217/I218 support
illumos/illumos-gate@75eba5b6d79ed4d2ce3daf7b2806306b6b69a938
Modified:
vendor-sys/illumos/dist/uts/common/Makefile.files
Modified: ven
Author: avg
Date: Wed Nov 20 10:35:52 2013
New Revision: 258369
URL: http://svnweb.freebsd.org/changeset/base/258369
Log:
3881 want device driver for HP SmartArray RAID controllers
illumos/illumos-gate@80c94ecd7a524eb933a4bb221a9618b9dc490e76
Modified:
vendor-sys/illumos/dist/uts/common/
Author: avg
Date: Wed Nov 20 10:12:47 2013
New Revision: 258368
URL: http://svnweb.freebsd.org/changeset/base/258368
Log:
3933 contract adoption can race
illumos/illumos-gate@a81df0a5d715363cc1841810a87818dfa95675c0
Note we now reference illumos commits in the github repository as the
Author: avg
Date: Wed Nov 20 10:12:47 2013
New Revision: 258368
URL: http://svnweb.freebsd.org/changeset/base/258368
Log:
3933 contract adoption can race
illumos/illumos-gate@a81df0a5d715363cc1841810a87818dfa95675c0
Note we now reference illumos commits in the github repository as the
Author: kib
Date: Wed Nov 20 09:03:48 2013
New Revision: 258367
URL: http://svnweb.freebsd.org/changeset/base/258367
Log:
Vm map code performs clipping when map entry covers region which is
larger than the operational region. If the op region size is zero,
clipping would create a zero-sized
Author: kib
Date: Wed Nov 20 08:47:54 2013
New Revision: 258366
URL: http://svnweb.freebsd.org/changeset/base/258366
Log:
Add assertions to cover all places in the wiring and unwiring code
where MAP_ENTRY_IN_TRANSITION is set or cleared.
Tested by:pho
Reviewed by: alc
Sponsored b
Author: kib
Date: Wed Nov 20 08:45:26 2013
New Revision: 258365
URL: http://svnweb.freebsd.org/changeset/base/258365
Log:
Revert back to use int for the page counts. In vn_io_fault(), the i/o
is chunked to pieces limited by integer io_hold_cnt tunable, while
vm_fault_quick_hold_pages() take
On Tue, 19 Nov 2013 22:08:21 +0100, Luigi Rizzo wrote:
On Mon, Nov 18, 2013 at 10:58:14PM +, George V. Neville-Neil wrote:
Author: gnn
Date: Mon Nov 18 22:58:14 2013
New Revision: 258328
URL: http://svnweb.freebsd.org/changeset/base/258328
Log:
Allow ethernet drivers to pass in packets
75 matches
Mail list logo