Author: tuexen
Date: Tue Sep 19 15:00:19 2017
New Revision: 323763
URL: https://svnweb.freebsd.org/changeset/base/323763
Log:
Remove a no longer used variable.
Reported by: Felix Weinrank
MFC after:1 week
Modified:
head/sys/netinet/sctp_indata.c
Modified: head/sys/netinet/sctp_in
Author: danfe (ports committer)
Date: Tue Sep 19 15:08:31 2017
New Revision: 323764
URL: https://svnweb.freebsd.org/changeset/base/323764
Log:
Provide an articulate example of how to properly delete partitions and
partitioning scheme.
Users often get confused and frustrated when trying to
Author: eugen (ports committer)
Date: Tue Sep 19 16:38:54 2017
New Revision: 323767
URL: https://svnweb.freebsd.org/changeset/base/323767
Log:
Add myself and mentorship status to committers files.
This was not done right when I got my ports bit, so do them both in one
commit:
my ports me
Author: kib
Date: Tue Sep 19 16:46:37 2017
New Revision: 323768
URL: https://svnweb.freebsd.org/changeset/base/323768
Log:
For unlinked files, do not msync(2) or sync on the vnode deactivation.
One consequence of the patch is that msyncing unlinked file mappings
no longer reduces the amou
Author: kib
Date: Tue Sep 19 16:49:45 2017
New Revision: 323769
URL: https://svnweb.freebsd.org/changeset/base/323769
Log:
Do not vrele() covered vnode under the mp mutex.
If vrele() changes the hold count to zero, it needs to acquire the
vnode lock.
Sponsored by: The FreeBSD Foundat
Author: kib
Date: Tue Sep 19 17:57:04 2017
New Revision: 323772
URL: https://svnweb.freebsd.org/changeset/base/323772
Log:
Do not do torn writes to active LDTs.
Care must be taken when updating the active LDT, since parallel
threads might try to load a segment descriptor which is currentl
Author: tuexen
Date: Tue Sep 19 20:09:58 2017
New Revision: 323774
URL: https://svnweb.freebsd.org/changeset/base/323774
Log:
Avoid an overflow when computing the staleness.
This issue was found by running libfuzz on the userland stack.
MFC after:1 week
Modified:
head/sys/netinet/s
Author: rmacklem
Date: Tue Sep 19 20:18:41 2017
New Revision: 323775
URL: https://svnweb.freebsd.org/changeset/base/323775
Log:
Simplify nfsrpc_layoutcommit() args.
Simplify nfsrpc_layoutcommit() args. in preparation for the addition
of Flex File layout support, since it also uses a 0 len
Author: tuexen
Date: Tue Sep 19 20:24:13 2017
New Revision: 323776
URL: https://svnweb.freebsd.org/changeset/base/323776
Log:
Fix a warning.
MFC after:1 week
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/netinet/sctp_input.c
=
Author: cognet
Date: Tue Sep 19 20:33:22 2017
New Revision: 323777
URL: https://svnweb.freebsd.org/changeset/base/323777
Log:
i81342 is little endian, not big endian.
Modified:
head/sys/arm/xscale/i8134x/std.i81342
Modified: head/sys/arm/xscale/i8134x/std.i81342
=
Author: jpaetzel
Date: Tue Sep 19 20:40:05 2017
New Revision: 323778
URL: https://svnweb.freebsd.org/changeset/base/323778
Log:
Fix indentation for r323068
PR: 220170
Reported by: lidl
MFC after:3 days
Pointyhat to: jpaetzel
Modified:
head/sys/arm64/conf/GENERIC
head/sys/i
Author: rmacklem
Date: Tue Sep 19 20:45:25 2017
New Revision: 323779
URL: https://svnweb.freebsd.org/changeset/base/323779
Log:
Simplify nfsrpc_layoutreturn() args.
Simplify nfsrpc_layoutreturn() args. in preparation for the addition
of Flex File layout support, since File layout uses a 0
Please remember that not all "GENERIC" kernels are named "GENERIC". In
particular, the powerpc64 "GENERIC" is called "GENERIC64" (and I am
assuming needs the same changes).
-Nathan
On 09/19/17 13:40, Josh Paetzel wrote:
Author: jpaetzel
Date: Tue Sep 19 20:40:05 2017
New Revision: 323778
URL:
Author: rmacklem
Date: Tue Sep 19 21:31:36 2017
New Revision: 323780
URL: https://svnweb.freebsd.org/changeset/base/323780
Log:
Add a new function called nfsm_uiombuflist(), similar to nfsm_uiombuf().
This patch adds a new function called nfsm_uiombuflist(), which is
similar to nfsm_uiomb
Author: davidcs
Date: Tue Sep 19 22:17:30 2017
New Revision: 323781
URL: https://svnweb.freebsd.org/changeset/base/323781
Log:
Update minidump template for version 5.4.66
MFC after:5 days
Modified:
head/sys/dev/qlxgbe/ql_minidump.c
Modified: head/sys/dev/qlxgbe/ql_minidump.c
===
Author: davidcs
Date: Tue Sep 19 23:26:27 2017
New Revision: 323782
URL: https://svnweb.freebsd.org/changeset/base/323782
Log:
Add sysctl "enable_minidump" to turn on/off automatic minidump retrieval
MFC after:5 days
Modified:
head/sys/dev/qlxgbe/ql_def.h
head/sys/dev/qlxgbe/ql_os.c
M
Author: rmacklem
Date: Tue Sep 19 23:28:22 2017
New Revision: 323783
URL: https://svnweb.freebsd.org/changeset/base/323783
Log:
Make the nfsrpc_layoutget() function a static.
Make the NFSv4 pNFS client function nfsrpc_layoutget() a static, since it
is only used in sys/fs/nfsclient/nfs_clr
Author: cognet
Date: Tue Sep 19 23:41:55 2017
New Revision: 323784
URL: https://svnweb.freebsd.org/changeset/base/323784
Log:
Define CPU_XSCALE_CORE3 when relevant.
It was lost when cpuconf.h was deobirted.
Modified:
head/sys/arm/include/pmap-v4.h
Modified: head/sys/arm/include/pmap-v4.h
=
Author: alc
Date: Wed Sep 20 04:19:49 2017
New Revision: 323785
URL: https://svnweb.freebsd.org/changeset/base/323785
Log:
Sync with amd64/arm/arm64/i386/mips pmap change r288256:
Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't
belong to a vm object, they can't be
Author: alc
Date: Wed Sep 20 04:59:52 2017
New Revision: 323786
URL: https://svnweb.freebsd.org/changeset/base/323786
Log:
In r288122, we changed vm_page_unwire() so that it returns a Boolean
indicating whether the page's wire count transitioned to zero. Use that
return value in zbuf_page_f
20 matches
Mail list logo