Author: jah
Date: Sat Jan 14 09:56:01 2017
New Revision: 312153
URL: https://svnweb.freebsd.org/changeset/base/312153
Log:
For i386 temporary mappings, unpin the thread before releasing
the cmap lock. Releasing the lock first may result in the thread
being immediately rescheduled and bound
Author: ngie
Date: Sat Jan 14 10:20:38 2017
New Revision: 312162
URL: https://svnweb.freebsd.org/changeset/base/312162
Log:
Fix up r312105
- Only #include tcpd.h when LIBWRAP is true to avoid header include errors
- Only define whichaf when LIBWRAP is true to avoid -Wunused warning and
Author: ngie
Date: Sat Jan 14 10:38:39 2017
New Revision: 312164
URL: https://svnweb.freebsd.org/changeset/base/312164
Log:
Fix -Wformat issue
Use %zu for printing out results from nitems, as it's size_t based
MFC after:1 week
X-MFC with: r312120
Reported by: gcc (mips:mipse
Hello zbb,
On Thu, 5 Jan 2017 17:27:50 + (UTC)
Zbigniew Bodek wrote:
> Author: zbb
> Date: Thu Jan 5 17:27:50 2017
> New Revision: 311455
> URL: https://svnweb.freebsd.org/changeset/base/311455
>
> Log:
> Add DTS file for Armada 385 DB-AP board
>
> Armada38x is already supported i
Author: mav
Date: Sat Jan 14 18:04:12 2017
New Revision: 312190
URL: https://svnweb.freebsd.org/changeset/base/312190
Log:
Decouple iSCSI connection limits from defaults.
If initiator does not negotiate some parameter, it expects one to get
default value, not some unknown remote hardware
Author: jah
Date: Sat Jan 14 19:35:36 2017
New Revision: 312191
URL: https://svnweb.freebsd.org/changeset/base/312191
Log:
Add comment explaining relative order of sched_unpin() and mtx_unlock().
Suggested by: alc
MFC after:1 week
Modified:
head/sys/i386/i386/pmap.c
Modified: head
Author: mav
Date: Sat Jan 14 19:58:51 2017
New Revision: 312192
URL: https://svnweb.freebsd.org/changeset/base/312192
Log:
Fix wrong way assignment in r312190.
Modified:
head/usr.sbin/ctld/login.c
Modified: head/usr.sbin/ctld/login.c
==
Author: ngie
Date: Sat Jan 14 20:29:26 2017
New Revision: 312194
URL: https://svnweb.freebsd.org/changeset/base/312194
Log:
Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/...
The primary goal for doing this is to leverage the work done in r312114
for enabling WARNS to address tr
Author: mav
Date: Sat Jan 14 20:41:44 2017
New Revision: 312195
URL: https://svnweb.freebsd.org/changeset/base/312195
Log:
Alike to r312190 decouple iSCSI connection limits from defaults.
Connection parameters should remain at defaults until negotiated.
While there, remove sythetic lim
On Fri, Jan 13, 2017 at 02:51:04PM +1100, Bruce Evans wrote:
> On Thu, 12 Jan 2017, Mark Johnston wrote:
>
> > Log:
> > Enable the use of ^C and ^S/^Q in DDB.
> >
> > This lets one interrupt DDB's output, which is useful if paging is
> > disabled and the output device is slow.
>
> This is quit
Author: markj
Date: Sat Jan 14 22:06:25 2017
New Revision: 312196
URL: https://svnweb.freebsd.org/changeset/base/312196
Log:
Revert r311952.
It broke DDB type-ahead since it caused db_check_interrupt() to drop
unrecognized characters.
Reported by: bde
Modified:
head/sys/ddb/db_in
Author: markj
Date: Sat Jan 14 22:16:03 2017
New Revision: 312199
URL: https://svnweb.freebsd.org/changeset/base/312199
Log:
Stop the scheduler upon panic even in non-SMP kernels.
This is needed for kernel dumps to work, as the panicking thread will call
into code that makes use of kernel
Author: mizhka
Date: Sat Jan 14 22:56:20 2017
New Revision: 312203
URL: https://svnweb.freebsd.org/changeset/base/312203
Log:
[mips/onionomega] WiFi & gpio kernel configuration bits
This patch adds missing hints for ath0 (eepromaddr) and GPIO (mask & leds).
ath0 doesn't work without eepro
Author: mizhka
Date: Sat Jan 14 23:24:50 2017
New Revision: 312204
URL: https://svnweb.freebsd.org/changeset/base/312204
Log:
[etherswitch] Support Micrel KSZ8995MA switch chip
This is Micrel KSZ8995MA driver code. KSZ8995MA uses SPI bus to control.
This code is written & tested on @SRCHA
Author: sbruno
Date: Sun Jan 15 00:50:10 2017
New Revision: 312205
URL: https://svnweb.freebsd.org/changeset/base/312205
Log:
Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw).
sys/net/iflib.c:
Add ctx to filter_info and don't skpi interrupt early on unless we're on
Author: markj
Date: Sun Jan 15 03:50:08 2017
New Revision: 312208
URL: https://svnweb.freebsd.org/changeset/base/312208
Log:
Avoid unnecessary page lookups in vm_object_madvise().
vm_object_madvise() is frequently used to apply advice to a contiguous
set of pages in an object with no back
Author: markj
Date: Sun Jan 15 03:53:20 2017
New Revision: 312209
URL: https://svnweb.freebsd.org/changeset/base/312209
Log:
Suppress a warning about m_assertbuf being unused.
MFC after:1 week
Modified:
head/sys/kern/uipc_mbuf.c
Modified: head/sys/kern/uipc_mbuf.c
==
On 15/01/2017 6:06 AM, Mark Johnston wrote:
On Fri, Jan 13, 2017 at 02:51:04PM +1100, Bruce Evans wrote:
On Thu, 12 Jan 2017, Mark Johnston wrote:
Log:
Enable the use of ^C and ^S/^Q in DDB.
This lets one interrupt DDB's output, which is useful if paging is
disabled and the output devic
On Sat, 14 Jan 2017, Mark Johnston wrote:
Log:
Stop the scheduler upon panic even in non-SMP kernels.
This is needed for kernel dumps to work, as the panicking thread will call
into code that makes use of kernel locks.
Reported and tested by:Eugene Grosbein
MFC after: 1 week
Author: adrian
Date: Sun Jan 15 06:35:00 2017
New Revision: 312211
URL: https://svnweb.freebsd.org/changeset/base/312211
Log:
[ar71xx] add EARLY_PRINTF support for the rest of the non-AR933x SoCs.
Tested:
* AR934x SoC
Modified:
head/sys/mips/atheros/ar71xxreg.h
head/sys/mips/ather
On Sat, 14 Jan 2017, Ngie Cooper wrote:
Log:
encode_long, encode_timeval: mechanically replace `exp` with `exponent`
This helps fix a -Wshadow issue with exp(3) with tests/sys/acct/acct_test,
which include math.h, which in turn defines exp(3)
But kern_acct.c doesn't include math.h.
This m
On Sun, 15 Jan 2017 00:50:10 + (UTC)
Sean Bruno wrote:
> Log:
> Fix hangs in a uniprocessor configuration (qemu, virtualbox, real
> hw).
Hello.
MFC to STABLE?
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/s
22 matches
Mail list logo