Author: ae
Date: Mon Feb 5 09:22:07 2018
New Revision: 328876
URL: https://svnweb.freebsd.org/changeset/base/328876
Log:
Modify ip6_get_prevhdr() to be able use it safely.
Instead of returning pointer to the previous header, return its offset.
In frag6_input() use m_copyback() and determ
Author: kib
Date: Mon Feb 5 12:49:20 2018
New Revision: 328880
URL: https://svnweb.freebsd.org/changeset/base/328880
Log:
On munlock(), unwire correct page.
It is possible, for complex fork()/collapse situations, to have
sibling address spaces to partially share shadow chains. If one
s
Author: avg
Date: Mon Feb 5 14:19:36 2018
New Revision: 328881
URL: https://svnweb.freebsd.org/changeset/base/328881
Log:
zfs: move a utility function, ioflags, closer to its consumers
No functional change.
MFC after:1 week
Modified:
head/sys/cddl/contrib/opensolaris/uts/common
Author: pfg
Date: Mon Feb 5 14:30:27 2018
New Revision: 328882
URL: https://svnweb.freebsd.org/changeset/base/328882
Log:
ext2fs: Cleanup variable assignments for extents.
Delay the initialization of variables until the are needed.
In the case of ext4_ext_rm_leaf(), make sure 'error'
Author: emaste
Date: Mon Feb 5 14:53:18 2018
New Revision: 328883
URL: https://svnweb.freebsd.org/changeset/base/328883
Log:
Move assym.s to DPSRCS in linux modules
assym.s exists only to be included by other .s files, and should not
actually be assembled by itself.
Sponsored by: Tu
Author: pfg
Date: Mon Feb 5 15:14:01 2018
New Revision: 328885
URL: https://svnweb.freebsd.org/changeset/base/328885
Log:
ext2fs: remove EXT4F_RO_INCOMPAT_SUPP
This was a hack to be able to mount ext4 filesystems read-only while not
supporting all the features. We now support all those f
Author: emaste
Date: Mon Feb 5 17:29:12 2018
New Revision: 328890
URL: https://svnweb.freebsd.org/changeset/base/328890
Log:
Linuxolator whitespace cleanup
A version of each of the MD files by necessity exists for each CPU
architecture supported by the Linuxolator. Clean these up so tha
Author: markj
Date: Mon Feb 5 17:33:16 2018
New Revision: 328891
URL: https://svnweb.freebsd.org/changeset/base/328891
Log:
Document the need for WITH_CASPER.
After r325062, consumers need to define WITH_CASPER for libcasper to
function as expected.
Modified:
head/lib/libcasper/libcas
Author: brooks
Date: Mon Feb 5 18:06:54 2018
New Revision: 328892
URL: https://svnweb.freebsd.org/changeset/base/328892
Log:
Garbage collect trailing whitespace.
Sponsored by: DARPA, AFRL
Modified:
head/sys/mips/mips/busdma_machdep.c
Modified: head/sys/mips/mips/busdma_machdep.c
==
Author: jhb
Date: Mon Feb 5 18:10:28 2018
New Revision: 328893
URL: https://svnweb.freebsd.org/changeset/base/328893
Log:
Fix makecontext() on MIPS O32.
The GP register can be clobbered by the callback, so save it in S1
while invoking the callback function.
While here, add a comment
Author: emaste
Date: Mon Feb 5 18:39:06 2018
New Revision: 328894
URL: https://svnweb.freebsd.org/changeset/base/328894
Log:
Additional linuxolator whitespace cleanup, missed in r328890
Modified:
head/sys/amd64/linux/syscalls.master
head/sys/i386/linux/syscalls.master
Modified: head/sys/a
Author: emaste
Date: Mon Feb 5 18:45:21 2018
New Revision: 328895
URL: https://svnweb.freebsd.org/changeset/base/328895
Log:
Correct Russia spelling in regdomain.xml
PR: 225658
MFC after:1 week
Modified:
head/etc/regdomain.xml
Modified: head/etc/regdomain.xml
==
Author: brooks
Date: Mon Feb 5 18:48:00 2018
New Revision: 328896
URL: https://svnweb.freebsd.org/changeset/base/328896
Log:
Fix and enable SysV IPC tests.
Don't declare some types that FreeBSD incorrectly declares.
Fix an incorrect call to open() (missing mode).
ANSIfy prototype
Author: brooks
Date: Mon Feb 5 18:58:55 2018
New Revision: 328898
URL: https://svnweb.freebsd.org/changeset/base/328898
Log:
ANSIfy syscall implementations.
Reviewed by: rwatson
Sponsored by: DARPA, AFRL
Differential Revision:https://reviews.freebsd.org/D14172
Modified:
hea
Author: brooks
Date: Mon Feb 5 19:06:34 2018
New Revision: 328899
URL: https://svnweb.freebsd.org/changeset/base/328899
Log:
Reduce duplication in extattr_*_(file|link) syscalls.
Reviewed by: rwatson
Obtained from:CheriBSD
Sponsored by: DARPA, AFRL
Differential Revision:
Author: adrian
Date: Mon Feb 5 20:30:53 2018
New Revision: 328900
URL: https://svnweb.freebsd.org/changeset/base/328900
Log:
[arswitch] fix build breakage.
Apparently the last time I checked building this it didn't pick up that the
header had changed.
Modified:
head/sys/dev/etherswitc
Author: adrian
Date: Mon Feb 5 20:37:29 2018
New Revision: 328901
URL: https://svnweb.freebsd.org/changeset/base/328901
Log:
[arswitch] disable ARP copy-to-CPU port for AR9340 for now.
I'll have to go double check to see if it does indeed pass ARP frames between
switch ports with this di
Am Sun, 4 Feb 2018 10:22:31 -0800
Jason Harmening schrieb:
> On 02/04/18 04:33, O. Hartmann wrote:
> > Am Mon, 29 Jan 2018 05:00:22 -0800
> > David Wolfskill schrieb:
> >
> >> On Mon, Jan 29, 2018 at 02:10:04AM -0800, Jason Harmening wrote:
>
> This happens now if PORTS_MODULE=x11
On Mon, Feb 5, 2018 at 1:25 PM, O. Hartmann wrote:
> Am Sun, 4 Feb 2018 10:22:31 -0800
> Jason Harmening schrieb:
>
> > On 02/04/18 04:33, O. Hartmann wrote:
> > > Am Mon, 29 Jan 2018 05:00:22 -0800
> > > David Wolfskill schrieb:
> > >
> > >> On Mon, Jan 29, 2018 at 02:10:04AM -0800, Jason Harm
On 31 January 2018 at 11:14, John Baldwin wrote:
> On Wednesday, January 31, 2018 10:31:36 AM Ed Maste wrote:
>> On 30 January 2018 at 21:01, John Baldwin wrote:
>> > On Tuesday, January 30, 2018 11:29:27 PM John Baldwin wrote:
>> >> Author: jhb
>> >> Date: Tue Jan 30 23:29:27 2018
>> >> New Revi
Author: jhb
Date: Mon Feb 5 23:27:42 2018
New Revision: 328909
URL: https://svnweb.freebsd.org/changeset/base/328909
Log:
Always give ELF brands a chance to veto a match.
If a brand provides a header_supported hook, check it when trying to
find a brand based on a matching interpreter as
Author: jhb
Date: Mon Feb 5 23:29:50 2018
New Revision: 328910
URL: https://svnweb.freebsd.org/changeset/base/328910
Log:
Fix a typo.
Modified:
head/share/man/man7/arch.7
Modified: head/share/man/man7/arch.7
==
---
Author: jhb
Date: Mon Feb 5 23:35:33 2018
New Revision: 328911
URL: https://svnweb.freebsd.org/changeset/base/328911
Log:
Ignore relocation tables for non-memory-resident sections.
As a followup to r328101, ignore relocation tables for ELF object
sections that are not memory resident. F
Author: landonf
Date: Mon Feb 5 23:38:15 2018
New Revision: 328912
URL: https://svnweb.freebsd.org/changeset/base/328912
Log:
bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.
- Remove the shim interface that allowed bwn(4) to use either siba_bwn or
bhnd(4), re
Author: kib
Date: Tue Feb 6 00:02:30 2018
New Revision: 328913
URL: https://svnweb.freebsd.org/changeset/base/328913
Log:
Move signal trampolines out of locore.s into separate source file.
Similar to other arches, the move makes the subject of locore.s only
the kernel startup.
Spons
Author: mckusick
Date: Tue Feb 6 00:19:46 2018
New Revision: 328914
URL: https://svnweb.freebsd.org/changeset/base/328914
Log:
Occasional cylinder-group check-hash errors were being reported on
systems running with a heavy filesystem load. Tracking down this
bug was elusive because there we
Author: glebius
Date: Tue Feb 6 04:16:00 2018
New Revision: 328916
URL: https://svnweb.freebsd.org/changeset/base/328916
Log:
Followup on r302393 by cperciva, improving calculation of boot pages required
for UMA startup.
o Introduce another stage of UMA startup, which is entered after
Author: bryanv
Date: Tue Feb 6 04:28:21 2018
New Revision: 328917
URL: https://svnweb.freebsd.org/changeset/base/328917
Log:
Correct structure name used in bus_map_resource(9) example
Reviewed by: jhb
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D1418
Author: scottl
Date: Tue Feb 6 06:42:25 2018
New Revision: 328918
URL: https://svnweb.freebsd.org/changeset/base/328918
Log:
Return a C errno for cam_periph_acquire().
There's no compelling reason to return a cam_status type for this
function and doing so only creates confusion with norm
Author: scottl
Date: Tue Feb 6 06:55:55 2018
New Revision: 328919
URL: https://svnweb.freebsd.org/changeset/base/328919
Log:
Fix a case where a request frame can be composed that requires 2 or more
SGList elements, but there's only enough space in the request frame for
either 1 element or a
30 matches
Mail list logo