Author: brooks
Date: Sat Jan 21 09:08:27 2017
New Revision: 312588
URL: https://svnweb.freebsd.org/changeset/base/312588
Log:
Enable TMPFS on MALTA so we can use it on minimalist disk images without
modules.
Sponsored by: DARPA, AFRL
Modified:
head/sys/mips/conf/std.MALTA
Modified: he
On Sat, Jan 21, 2017 at 09:08:28AM +, Brooks Davis wrote:
> +options TMPFS #Efficient memory filesystem
Is the word 'efficient' copied from somewhere ? Yes, I see it in
sys/conf/NOTES. I do not see what useful meaning the word has there,
applied to the tmpfs. In my opini
Author: bapt
Date: Sat Jan 21 13:17:25 2017
New Revision: 312593
URL: https://svnweb.freebsd.org/changeset/base/312593
Log:
Import mandoc cvs snapshot 20170121 (pre 1.14)
Note that mandoc does not use anymore sqlite3 but a home made database format
An important improvement has been made
Author: avos
Date: Sat Jan 21 14:19:06 2017
New Revision: 312596
URL: https://svnweb.freebsd.org/changeset/base/312596
Log:
net80211: allow to configure LDPC support
Tested with RTL8821AU, STA mode (Tx support only)
Reviewed by: adrian
Differential Revision:https://reviews.f
Author: avos
Date: Sat Jan 21 15:03:58 2017
New Revision: 312597
URL: https://svnweb.freebsd.org/changeset/base/312597
Log:
rtwn: enable LDPC support where possible
Tested with RTL8821AU, STA mode.
Modified:
head/sys/dev/rtwn/if_rtwn.c
head/sys/dev/rtwn/rtl8812a/r12a_rx.c
head/sys/de
Author: mjg
Date: Sat Jan 21 16:59:50 2017
New Revision: 312598
URL: https://svnweb.freebsd.org/changeset/base/312598
Log:
vfs: hide the getvnode NULL mp message behind DIAGNOSTIC
Since crossmp vnode changes the message was being printed on each boot.
Reported by: trasz
Discussed wi
Author: cem
Date: Sat Jan 21 17:39:10 2017
New Revision: 312599
URL: https://svnweb.freebsd.org/changeset/base/312599
Log:
Add remaining ELF compression definitions and structs
A follow-up to r300231.
Sponsored by: Dell EMC Isilon
Modified:
head/sys/sys/elf32.h
head/sys/sys/elf64.
On Sat, 2017-01-21 at 13:41 +0200, Konstantin Belousov wrote:
> On Sat, Jan 21, 2017 at 09:08:28AM +, Brooks Davis wrote:
> >
> > +optionsĀ TMPFS #Efficient memory
> > filesystem
> Is the word 'efficient' copied from somewhere ? Yes, I see it in
> sys/conf/NOTES. I do not s
On Sat, Jan 21, 2017 at 10:50:54AM -0700, Ian Lepore wrote:
> On Sat, 2017-01-21 at 13:41 +0200, Konstantin Belousov wrote:
> > On Sat, Jan 21, 2017 at 09:08:28AM +, Brooks Davis wrote:
> > >
> > > +optionsĀ TMPFS #Efficient memory
> > > filesystem
> > Is the word 'efficient'
Author: mjg
Date: Sat Jan 21 18:38:16 2017
New Revision: 312600
URL: https://svnweb.freebsd.org/changeset/base/312600
Log:
vfs: refactor _vn_lock
Stop testing for LK_RETRY and error multiple times. Also postpone the
VI_DOOMED until after LK_RETRY was seen as it reads from the vnode.
Author: mjg
Date: Sat Jan 21 18:56:58 2017
New Revision: 312601
URL: https://svnweb.freebsd.org/changeset/base/312601
Log:
vfs: fix whitespace damage in r312600
While here wrap the previously overly long line so that it fits 80 chars.
Modified:
head/sys/kern/vfs_vnops.c
Modified: head/s
Author: mjg
Date: Sat Jan 21 19:01:42 2017
New Revision: 312602
URL: https://svnweb.freebsd.org/changeset/base/312602
Log:
vfs: __predict_false the need to handle F_HASLOCK
Also reorder the check with DTYPE_VNODE. Passed files are vnodes vast
majority of the time, so it is typically true.
Author: mav
Date: Sat Jan 21 19:38:26 2017
New Revision: 312603
URL: https://svnweb.freebsd.org/changeset/base/312603
Log:
Add initial support for CTL module unloading.
It is only a first step and not perfect, but better then nothing.
The main blocker is CAM target frontend, that can not
Author: loos
Date: Sat Jan 21 19:49:39 2017
New Revision: 312604
URL: https://svnweb.freebsd.org/changeset/base/312604
Log:
Simplify the handling of small packets padding in cpsw:
- Pad small packets to 60 bytes and not 64 (exclude the CRC bytes);
- Pad the packet using m_append(9), if
On Sat, Jan 21, 2017 at 06:38:17PM +, Mateusz Guzik wrote:
> Author: mjg
> Date: Sat Jan 21 18:38:16 2017
> New Revision: 312600
> URL: https://svnweb.freebsd.org/changeset/base/312600
>
> Log:
> vfs: refactor _vn_lock
>
> Stop testing for LK_RETRY and error multiple times. Also postpon
Author: loos
Date: Sat Jan 21 19:56:28 2017
New Revision: 312605
URL: https://svnweb.freebsd.org/changeset/base/312605
Log:
Commit the struture changes for the padding of small packets on if_cpsw.
Should have been committed together with r312604.
MFC with: r312604
Modified:
head
> On Jan 21, 2017, at 08:59, Mateusz Guzik wrote:
>
> Author: mjg
> Date: Sat Jan 21 16:59:50 2017
> New Revision: 312598
> URL: https://svnweb.freebsd.org/changeset/base/312598
>
> Log:
> vfs: hide the getvnode NULL mp message behind DIAGNOSTIC
>
> Since crossmp vnode changes the message wa
Author: mjg
Date: Sat Jan 21 20:34:20 2017
New Revision: 312606
URL: https://svnweb.freebsd.org/changeset/base/312606
Log:
vfs: fix LK_RETRY logic braino in r312600
Modified:
head/sys/kern/vfs_vnops.c
Modified: head/sys/kern/vfs_vnops.c
===
Author: avos
Date: Sat Jan 21 21:03:26 2017
New Revision: 312607
URL: https://svnweb.freebsd.org/changeset/base/312607
Log:
ath: adapt LDPC support checks
Set both IEEE80211_HTCAP_LDPC and IEEE80211_HTC_TXLDPC capability flags
if LDPC is supported + set 'do_ldpc = 1' only when it is not d
On Sat, Jan 21, 2017 at 09:51:14PM +0200, Konstantin Belousov wrote:
> On Sat, Jan 21, 2017 at 06:38:17PM +, Mateusz Guzik wrote:
> > + if (flags & LK_RETRY) {
> Stylish test is
> if ((flags & LK_RETRY) != 0) {
> > + if ((error != 0))
> Too many ().
>
> > +
Author: loos
Date: Sat Jan 21 23:07:15 2017
New Revision: 312608
URL: https://svnweb.freebsd.org/changeset/base/312608
Log:
Handle the rx queue stall while reading the packets from NIC (when the
descriptor state will not change anymore). This seems to eliminate the
race where we can miss a
Author: adrian
Date: Sat Jan 21 23:35:54 2017
New Revision: 312609
URL: https://svnweb.freebsd.org/changeset/base/312609
Log:
[ath] improve the debugging when looking into the maximum A-MPDU size being
chosen.
This is how I caught the "why are we only sending 8K aggregates?" problem.
Modi
Author: jah
Date: Sun Jan 22 00:46:04 2017
New Revision: 312610
URL: https://svnweb.freebsd.org/changeset/base/312610
Log:
Like r310481 for i386, move the objects used to create temporary
mappings for armv6 pmap zero and copy operations to the MD PCPU region.
Change sysmap initialization to
On Sat, 21 Jan 2017, Konstantin Belousov wrote:
On Sat, Jan 21, 2017 at 06:38:17PM +, Mateusz Guzik wrote:
...
Log:
vfs: refactor _vn_lock
Stop testing for LK_RETRY and error multiple times. Also postpone the
VI_DOOMED until after LK_RETRY was seen as it reads from the vnode.
No f
Author: adrian
Date: Sun Jan 22 05:28:26 2017
New Revision: 312611
URL: https://svnweb.freebsd.org/changeset/base/312611
Log:
[athalq] add debug parsing for the TX FIFO push status.
Modified:
head/tools/tools/ath/athalq/ar9300_ds.c
head/tools/tools/ath/athalq/ar9300_ds.h
head/tools/tools/
Author: adrian
Date: Sun Jan 22 05:45:42 2017
New Revision: 312612
URL: https://svnweb.freebsd.org/changeset/base/312612
Log:
[ath] only apply the AR9300 delimiter workaround for the first sub-frame.
This is supposed to only be applied to the first subframe and only if
RTS/CTS is being do
Author: jhibbits
Date: Sun Jan 22 05:49:43 2017
New Revision: 312613
URL: https://svnweb.freebsd.org/changeset/base/312613
Log:
Fix use of uninitialized variable.
I don't know how gcc didn't catch this. This was caught during test building
with clang.
Modified:
head/sys/powerpc/mpc85x
Author: jhibbits
Date: Sun Jan 22 06:00:05 2017
New Revision: 312614
URL: https://svnweb.freebsd.org/changeset/base/312614
Log:
Don't pass -Wa,-many through clang, the integrated as doesn't support it.
Our base binutils sets -many by default anyway, but external gcc may not do
this.
Author: jhibbits
Date: Sun Jan 22 06:17:31 2017
New Revision: 312615
URL: https://svnweb.freebsd.org/changeset/base/312615
Log:
Fix r312613.
Somehow this slipped through my build testing.
Modified:
head/sys/powerpc/mpc85xx/fsl_diu.c
Modified: head/sys/powerpc/mpc85xx/fsl_diu.c
=
Author: adrian
Date: Sun Jan 22 06:25:41 2017
New Revision: 312616
URL: https://svnweb.freebsd.org/changeset/base/312616
Log:
[athalq] print out unsigned tx timestamps.
Modified:
head/tools/tools/ath/athalq/ar9300_ds.c
Modified: head/tools/tools/ath/athalq/ar9300_ds.c
===
Author: jhibbits
Date: Sun Jan 22 06:30:55 2017
New Revision: 312617
URL: https://svnweb.freebsd.org/changeset/base/312617
Log:
Hide the 'MOREARGS' macro, it conflicts with contrib code, and is only used
in one file.
PR: 211818
Reported by: Mark Millard
MFC after:2 week
Author: adrian
Date: Sun Jan 22 07:05:41 2017
New Revision: 312618
URL: https://svnweb.freebsd.org/changeset/base/312618
Log:
[athalq] fix rxtimestamp wrapping; print out per-packet timestamp deltas.
The delta here is just between the current TX/RX copmletion and the previous
TX/RX comple
32 matches
Mail list logo