Author: kevlo
Date: Thu Oct 29 04:51:27 2015
New Revision: 290134
URL: https://svnweb.freebsd.org/changeset/base/290134
Log:
Remove the static function declaration.
Modified:
head/sys/dev/ral/rt2860.c
Modified: head/sys/dev/ral/rt2860.c
===
Author: kevlo
Date: Thu Oct 29 04:21:34 2015
New Revision: 290133
URL: https://svnweb.freebsd.org/changeset/base/290133
Log:
- Add a missing prototype
- Fix typos
Modified:
head/sys/dev/ral/rt2860.c
head/sys/dev/ral/rt2860var.h
Modified: head/sys/dev/ral/rt2860.c
Author: cem
Date: Thu Oct 29 04:16:39 2015
New Revision: 290131
URL: https://svnweb.freebsd.org/changeset/base/290131
Log:
ioat: Drain/quiesce the device less racily
On detach and during a forced HW reset.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ioat/ioat.
Author: cem
Date: Thu Oct 29 04:16:16 2015
New Revision: 290129
URL: https://svnweb.freebsd.org/changeset/base/290129
Log:
ioatcontrol(8): Add and document "raw" testing mode
Allows DMA from/to arbitrary KVA or physical address. /dev/ioat_test
must be enabled by root and is only R/W root
Author: cem
Date: Thu Oct 29 04:16:28 2015
New Revision: 290130
URL: https://svnweb.freebsd.org/changeset/base/290130
Log:
ntb: Do not attempt to set write-combining on MWs
AMD64 pmap assumes ranges will be in the DMAP, which isn't necessarily
true for NTB memory windows (especially 64-bi
Author: cem
Date: Thu Oct 29 04:16:52 2015
New Revision: 290132
URL: https://svnweb.freebsd.org/changeset/base/290132
Log:
ioat_test: Handled forced hardware resets gracefully
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ioat/ioat_test.c
Modified: head/sys/dev/ioat
Author: kevlo
Date: Thu Oct 29 03:28:28 2015
New Revision: 290128
URL: https://svnweb.freebsd.org/changeset/base/290128
Log:
Add MLINKS for if_otus(4), if_rsu(4) and if_urtwn(4).
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
===
Author: kevlo
Date: Thu Oct 29 03:22:27 2015
New Revision: 290127
URL: https://svnweb.freebsd.org/changeset/base/290127
Log:
Xref otus(4).
Modified:
head/share/man/man4/wlan.4
Modified: head/share/man/man4/wlan.4
==
Author: bdrewery
Date: Thu Oct 29 00:41:03 2015
New Revision: 290126
URL: https://svnweb.freebsd.org/changeset/base/290126
Log:
Fix regression from using .USEBEFORE in _SUBDIR in r289705.
Using .USEBEFORE had the unintended side-effect of changing the directory for
the real target ran in
Author: hiren
Date: Thu Oct 29 00:36:10 2015
New Revision: 290125
URL: https://svnweb.freebsd.org/changeset/base/290125
Log:
MFC r289293
Fix an unnecessarily aggressive behavior where mtu clamping begins on first
retransmission timeout (rto) when blackhole detection is enabled. Make
su
Author: jhb
Date: Thu Oct 29 00:18:03 2015
New Revision: 290124
URL: https://svnweb.freebsd.org/changeset/base/290124
Log:
MFC 278582:
MFi386:
When building some of the boot loaders with clang, and DEBUG_FLAGS or
CFLAGS having '-g' in it, clang outputs several assembly directives that
ar
Author: adrian
Date: Wed Oct 28 23:39:33 2015
New Revision: 290123
URL: https://svnweb.freebsd.org/changeset/base/290123
Log:
Oops - use the wrong array offset.
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/atheros/if_arge.c
===
Author: hiren
Date: Wed Oct 28 22:57:51 2015
New Revision: 290122
URL: https://svnweb.freebsd.org/changeset/base/290122
Log:
Calculate the correct amount of bytes that are in-flight for a connection as
suggested by RFC 6675.
Currently differnt places in the stack tries to guess this in su
Author: jkim
Date: Wed Oct 28 22:49:37 2015
New Revision: 290121
URL: https://svnweb.freebsd.org/changeset/base/290121
Log:
Define endianness for non-x86 platforms.
MFC after:3 days
Modified:
head/secure/lib/libcrypto/Makefile.inc
Modified: head/secure/lib/libcrypto/Makefile.inc
===
On Wednesday, October 28, 2015 08:52:15 AM Xin Li wrote:
>
> On 10/28/15 07:40, Andrey A. Chernov wrote:
> > Author: ache
> > Date: Wed Oct 28 14:40:02 2015
> > New Revision: 290110
> > URL: https://svnweb.freebsd.org/changeset/base/290110
> >
> > Log:
> > Add _flags2 per jhb@ suggestion since
Author: jah
Date: Wed Oct 28 21:17:38 2015
New Revision: 290120
URL: https://svnweb.freebsd.org/changeset/base/290120
Log:
Retire pmap_dmap_iscurrent(). It is only a wrapper around pmap_is_current(),
and is no longer called.
Modified:
head/sys/arm/arm/pmap-v6-new.c
head/sys/arm/arm/pmap-v
Author: mav
Date: Wed Oct 28 19:08:51 2015
New Revision: 290118
URL: https://svnweb.freebsd.org/changeset/base/290118
Log:
Change the way how target mode is enabled on 23xx chips.
Without docs I am not completely sure about this, but on my tests new
method works better then previous, at l
Author: imp
Date: Wed Oct 28 19:11:06 2015
New Revision: 290119
URL: https://svnweb.freebsd.org/changeset/base/290119
Log:
BUS_ADD_CHILD calls device_add_child. device_add_child does not call
BUS_ADD_CHILD. Make it explicit since it follows the command paradigm
rather than the callback parad
Author: imp
Date: Wed Oct 28 18:53:18 2015
New Revision: 290117
URL: https://svnweb.freebsd.org/changeset/base/290117
Log:
Add a note to the effect that BUS_ADD_CHILD calls
device_add_child_ordered to add the child. device_add_child_ordered
doesn't call BUS_ADD_CHILD.
Modified:
head/sys/k
On Wed, Oct 28 2015, Conrad Meyer wrote:
> JHB has a patch floating around to remove all the FILE macros
> and re-private the contents of the FILE struct. As Bryan
> said already, Perl reaches in directly for the fd number and
> needs to be fixed before that can land.
And Emacs uses _p and _bf (
Author: ae
Date: Wed Oct 28 17:55:37 2015
New Revision: 290116
URL: https://svnweb.freebsd.org/changeset/base/290116
Log:
Check the size of data available in mbuf, before using them.
PR: 202667
MFC after:1 week
Modified:
head/sys/net/if_gre.c
Modified: head/sys/net/if_gr
On Wed, 28 Oct 2015 08:52:15 -0700
Xin Li wrote:
> On 10/28/15 07:40, Andrey A. Chernov wrote:
> > Add _flags2 per jhb@ suggestion since no room left in
> > _flags. Rewrite O_APPEND flag checking using new __S2OAP
> > flag.
>
> Is this ABI-safe? (I was somewhat surprised that struct
> FILE is
On 28.10.2015 18:52, Xin Li wrote:
>
> On 10/28/15 07:40, Andrey A. Chernov wrote:
>> Author: ache Date: Wed Oct 28 14:40:02 2015 New Revision: 290110
>> URL: https://svnweb.freebsd.org/changeset/base/290110
>>
>> Log: Add _flags2 per jhb@ suggestion since no room left in
>> _flags. Rewrite O_AP
Author: bdrewery
Date: Wed Oct 28 16:31:04 2015
New Revision: 290115
URL: https://svnweb.freebsd.org/changeset/base/290115
Log:
Include libutil's headers directly from src to avoid recording a dirdeps
dependency for META MODE.
Modified:
head/usr.sbin/mpsutil/Makefile
head/usr.sbin/mpsutil
Author: kib
Date: Wed Oct 28 16:28:28 2015
New Revision: 290114
URL: https://svnweb.freebsd.org/changeset/base/290114
Log:
Welcome Svatopluk Kraus to the rank of src committers. His main interest
area is ARM architecture.
Approved by: core
Modified:
svnadmin/conf/access
svnadmin/co
Author: bdrewery
Date: Wed Oct 28 16:22:00 2015
New Revision: 290113
URL: https://svnweb.freebsd.org/changeset/base/290113
Log:
Connect mpsutil for META MODE.
Added:
head/usr.sbin/mpsutil/Makefile.depend (contents, props changed)
Modified:
head/targets/pseudo/userland/Makefile.depend
Mod
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 10/28/15 8:52 AM, Xin Li wrote:
>
> On 10/28/15 07:40, Andrey A. Chernov wrote:
>> Author: ache Date: Wed Oct 28 14:40:02 2015 New Revision: 290110
>> URL: https://svnweb.freebsd.org/changeset/base/290110
>>
>> Log: Add _flags2 per jhb@ suggest
On 10/28/15 07:40, Andrey A. Chernov wrote:
> Author: ache
> Date: Wed Oct 28 14:40:02 2015
> New Revision: 290110
> URL: https://svnweb.freebsd.org/changeset/base/290110
>
> Log:
> Add _flags2 per jhb@ suggestion since no room left in _flags.
> Rewrite O_APPEND flag checking using new __S2OA
Author: vangyzen
Date: Wed Oct 28 15:00:21 2015
New Revision: 290112
URL: https://svnweb.freebsd.org/changeset/base/290112
Log:
Fix spelling and grammer in tools/test/README.
Reviewed by: gnn
Modified:
head/tools/test/README
Modified: head/tools/test/README
Author: ache
Date: Wed Oct 28 14:40:02 2015
New Revision: 290110
URL: https://svnweb.freebsd.org/changeset/base/290110
Log:
Add _flags2 per jhb@ suggestion since no room left in _flags.
Rewrite O_APPEND flag checking using new __S2OAP flag.
MFC after: 3 weeks
Modified:
head/includ
Author: gjb
Date: Wed Oct 28 13:30:14 2015
New Revision: 290107
URL: https://svnweb.freebsd.org/changeset/base/290107
Log:
MFC r262957, r267591, r289634:
r262957 (marcel):
Change the terminal type/class for enabled serial lines to 3wire. This
allows us to change the uart(4) driver
Author: andrew
Date: Wed Oct 28 13:14:16 2015
New Revision: 290106
URL: https://svnweb.freebsd.org/changeset/base/290106
Log:
Remove the s3c2xx0 code, it's no longer used. As far as I know I as the
main user of this code, however I haven't used it in over two years, and
don't expect to in th
Author: andrew
Date: Wed Oct 28 13:07:56 2015
New Revision: 290105
URL: https://svnweb.freebsd.org/changeset/base/290105
Log:
Start to remove support for the XScale i80321. As far as I can tell nobody
uses this which makes it difficult to support.
Deleted:
head/sys/arm/conf/EP80219
head/s
Author: mav
Date: Wed Oct 28 12:34:59 2015
New Revision: 290104
URL: https://svnweb.freebsd.org/changeset/base/290104
Log:
Improve/fix loop scanning routine.
For the most of chips (except anscient ones) port handlers have no relation
to port IDs. In such situation old code scanning first
Author: bapt
Date: Wed Oct 28 12:31:29 2015
New Revision: 290103
URL: https://svnweb.freebsd.org/changeset/base/290103
Log:
Connect mpsutil(8) to the build
Sponsored by: Gandi.net
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
=
Author: bapt
Date: Wed Oct 28 12:30:29 2015
New Revision: 290102
URL: https://svnweb.freebsd.org/changeset/base/290102
Log:
Merge mpsutil(8) branch
mpsutil(8)/mprutil(8) are new utilities for managing LSI Fusion-MPT
2/3 controllers (mps(4) and mpr(4))
For now only informational comma
Author: hselasky
Date: Wed Oct 28 12:10:01 2015
New Revision: 290101
URL: https://svnweb.freebsd.org/changeset/base/290101
Log:
Build fix for i386/XBOX and pc98/GENERIC.
Reviewed by: kib
Modified:
head/sys/i386/i386/pmap.c
Modified: head/sys/i386/i386/pmap.c
===
Author: kib
Date: Wed Oct 28 11:32:39 2015
New Revision: 290099
URL: https://svnweb.freebsd.org/changeset/base/290099
Log:
MFC r289324:
Allow PT_NOTES segments to be located anywhere in the executable
image.
Modified:
stable/10/libexec/rtld-elf/map_object.c
Directory Properties:
stable/
Author: kib
Date: Wed Oct 28 11:29:54 2015
New Revision: 290097
URL: https://svnweb.freebsd.org/changeset/base/290097
Log:
MFC r289322:
Allow PT_INTERP and PT_NOTES segments to be located anywhere in the
executable image.
Modified:
stable/10/sys/kern/imgact_elf.c
Directory Properties:
s
Author: kib
Date: Wed Oct 28 11:22:30 2015
New Revision: 290094
URL: https://svnweb.freebsd.org/changeset/base/290094
Log:
MFC r284157 (by emaste):
Add user facing errors for exceeding process memory limits.
Modified:
stable/10/sys/kern/imgact_elf.c
Directory Properties:
stable/10/ (pro
On 10/28/15 03:14, Julian Elischer wrote:
On 10/26/15 9:28 PM, Hans Petter Selasky wrote:
Author: hselasky
Date: Mon Oct 26 13:28:34 2015
New Revision: 290003
URL: https://svnweb.freebsd.org/changeset/base/290003
Log:
Add support for binding IRQs to CPUs in the LinuxKPI. The new function
41 matches
Mail list logo