Author: hselasky
Date: Mon Mar 17 07:19:19 2014
New Revision: 263262
URL: http://svnweb.freebsd.org/changeset/base/263262
Log:
Fix spelling.
Reported by: Kevin P. Neal
Modified:
head/sys/dev/usb/input/ukbd.c
Modified: head/sys/dev/usb/input/ukbd.c
=
> (1) Merge a software implementation of the Toeplitz hash specified in
> RSS implemented by David Malone. This is used to allow suitable
> pcbgroup placement of connections before the first packet is
> received from the NIC. Software hashing is generally avoided,
> howe
On 17 Mar 2014, at 07:54, David Malone wrote:
>> (1) Merge a software implementation of the Toeplitz hash specified in
>> RSS implemented by David Malone. This is used to allow suitable
>> pcbgroup placement of connections before the first packet is
>> received from the NIC. So
Author: glebius
Date: Mon Mar 17 11:58:48 2014
New Revision: 263264
URL: http://svnweb.freebsd.org/changeset/base/263264
Log:
Make talk(1) capable of displaying UTF-8 characters.
Sponsored by: Nginx, Inc.
Modified:
head/usr.bin/talk/Makefile
head/usr.bin/talk/display.c
head/usr.bin/t
On Mon, Mar 17, 2014 at 11:58:49AM +, Gleb Smirnoff wrote:
T> Author: glebius
T> Date: Mon Mar 17 11:58:48 2014
T> New Revision: 263264
T> URL: http://svnweb.freebsd.org/changeset/base/263264
T>
T> Log:
T> Make talk(1) capable of displaying UTF-8 characters.
NB: the network talk protocol is
Author: ian
Date: Mon Mar 17 13:54:53 2014
New Revision: 263265
URL: http://svnweb.freebsd.org/changeset/base/263265
Log:
Fix the paren nesting so that the network device is probed if the load
device type is either network or wildcard.
Modified:
head/sys/boot/uboot/common/main.c
Modified:
Author: rwatson
Date: Mon Mar 17 14:19:42 2014
New Revision: 263266
URL: http://svnweb.freebsd.org/changeset/base/263266
Log:
Line-wrapping tweak: make the sample jail command line fit in 80 characters.
MFC after:3 days
Modified:
head/usr.sbin/jail/jail.8
Modified: head/usr.sbin/jai
Author: ian
Date: Mon Mar 17 16:10:42 2014
New Revision: 263267
URL: http://svnweb.freebsd.org/changeset/base/263267
Log:
Cosmetic changes to printed output, mostly related to probing devices...
- Display slice and partition as instead of 0 or -1 when they're
not set to specific valu
On Fri, Mar 14, 2014 at 02:58:48AM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Mar 14 02:58:48 2014
> New Revision: 263140
> URL: http://svnweb.freebsd.org/changeset/base/263140
>
> Log:
> Remove IPX support.
>
> IPX was a network transport protocol in Novell's NetWare networ
Author: royger
Date: Mon Mar 17 16:45:28 2014
New Revision: 263268
URL: http://svnweb.freebsd.org/changeset/base/263268
Log:
xen: fix usage of db_active in xen console
Replace usage of db_active in Xen console with kdb_active.
Reported by: Andrzej Tobola
Approved by: gibbs
Sponsor
On Mar 6, 2014, at 11:50 AM, David Chisnall wrote:
>
> On 6 Mar 2014, at 17:47, Glen Barber wrote:
>
>> On Thu, Mar 06, 2014 at 04:37:11PM +, David Chisnall wrote:
>>> On 5 Mar 2014, at 23:17, Glen Barber wrote:
>>>
After several months of testing and fixing (and breaking)
var
Author: asomers
Date: Mon Mar 17 19:55:27 2014
New Revision: 263271
URL: http://svnweb.freebsd.org/changeset/base/263271
Log:
share/man/man9/counter.9
Fix logic error in the description of counter_u64_alloc: the command
may fail only if M_NOWAIT is specified, not M_WAITOK.
R
On 17 March 2014 01:26, Robert N. M. Watson wrote:
>
> On 17 Mar 2014, at 07:54, David Malone wrote:
>
>>> (1) Merge a software implementation of the Toeplitz hash specified in
>>> RSS implemented by David Malone. This is used to allow suitable
>>> pcbgroup placement of connections be
Author: jimharris
Date: Mon Mar 17 22:30:54 2014
New Revision: 263275
URL: http://svnweb.freebsd.org/changeset/base/263275
Log:
isci: Ensure ATA passthrough commands with RETURN_RESPONSE bit set
translate their response.
Sponsored by: Intel
Discussed with: scottl
MFC after:3
Author: jimharris
Date: Mon Mar 17 22:32:54 2014
New Revision: 263276
URL: http://svnweb.freebsd.org/changeset/base/263276
Log:
Base the max number of SG elements on MAXPHYS.
Sponsored by: Intel
Discussed with: scottl, emax
MFC after:3 days
Modified:
head/sys/dev/isci/scil/
Author: jimharris
Date: Mon Mar 17 22:36:04 2014
New Revision: 263277
URL: http://svnweb.freebsd.org/changeset/base/263277
Log:
nvme: Remove the software progress marker SET_FEATURE command during
controller initialization.
The spec says OS drivers should send this command after controlle
Author: jimharris
Date: Mon Mar 17 22:37:17 2014
New Revision: 263278
URL: http://svnweb.freebsd.org/changeset/base/263278
Log:
nvme: NVMe specification dictates 4-byte alignment for PRPs (not 8).
Sponsored by: Intel
MFC after:3 days
Modified:
head/sys/dev/nvme/nvme_qpair.c
Modif
Author: adrian
Date: Mon Mar 17 23:21:31 2014
New Revision: 263279
URL: http://svnweb.freebsd.org/changeset/base/263279
Log:
Implement apb_print_child().
Tested:
* AR9344, Atheros DB120 Reference board
Modified:
head/sys/mips/atheros/apb.c
Modified: head/sys/mips/atheros/apb.c
Author: neel
Date: Mon Mar 17 23:30:38 2014
New Revision: 263280
URL: http://svnweb.freebsd.org/changeset/base/263280
Log:
Notify vcpus participating in the rendezvous of the pending event to ensure
that they execute the rendezvous function as soon as possible.
Modified:
head/sys/amd64/vmm/
Author: bdrewery
Date: Tue Mar 18 01:14:49 2014
New Revision: 263287
URL: http://svnweb.freebsd.org/changeset/base/263287
Log:
'pkg(8) add' has no internal restriction on number of packages.
Submitted by: tj
MFC after:1 week
Modified:
head/tools/tools/nanobsd/nanobsd.sh
Modified:
Author: bdrewery
Date: Tue Mar 18 01:17:08 2014
New Revision: 263288
URL: http://svnweb.freebsd.org/changeset/base/263288
Log:
Remove comment meant for removal in r263287
X-MFC-with: 263287
Modified:
head/tools/tools/nanobsd/nanobsd.sh
Modified: head/tools/tools/nanobsd/nanobsd.sh
===
Author: emaste
Date: Tue Mar 18 01:40:25 2014
New Revision: 263289
URL: http://svnweb.freebsd.org/changeset/base/263289
Log:
Update NetBSD Foundation copyrights to 2-clause BSD
The NetBSD Foundation states "Third parties are encouraged to change the
license on any files which have a 4-cla
Author: neel
Date: Tue Mar 18 02:49:28 2014
New Revision: 263290
URL: http://svnweb.freebsd.org/changeset/base/263290
Log:
When a vcpu is deactivated it must also unblock any rendezvous that may be
blocked on it.
This is done by issuing a wakeup after clearing the 'vcpuid' from
'active_c
Author: hselasky
Date: Tue Mar 18 06:41:17 2014
New Revision: 263291
URL: http://svnweb.freebsd.org/changeset/base/263291
Log:
Update USB template manual page.
MFC after:1 week
Modified:
head/share/man/man4/usb2_template.4
Modified: head/share/man/man4/usb2_template.4
==
Author: hselasky
Date: Tue Mar 18 06:43:21 2014
New Revision: 263292
URL: http://svnweb.freebsd.org/changeset/base/263292
Log:
Correctly name USB template manual page and install it by default.
Suggested by: Sascha Wildner
MFC after:1 week
Added:
head/share/man/man4/usb_template.4
Author: hselasky
Date: Tue Mar 18 06:52:11 2014
New Revision: 263293
URL: http://svnweb.freebsd.org/changeset/base/263293
Log:
Add missing umoscom manual page.
Suggested by: Sascha Wildner
MFC after:1 week
Added:
head/share/man/man4/umoscom.4 (contents, props changed)
Modified:
26 matches
Mail list logo