Author: trasz
Date: Mon Jun 5 10:59:47 2017
New Revision: 319597
URL: https://svnweb.freebsd.org/changeset/base/319597
Log:
Remove extraneous parentheses.
Sponsored by: DARPA, AFRL
Modified:
head/sys/mips/mips/stack_machdep.c
Modified: head/sys/mips/mips/stack_machdep.c
===
Author: trasz
Date: Mon Jun 5 11:04:22 2017
New Revision: 319598
URL: https://svnweb.freebsd.org/changeset/base/319598
Log:
Remove unused tlb_write_random().
Sponsored by: DARPA, AFRL
Modified:
head/sys/mips/mips/tlb.c
Modified: head/sys/mips/mips/tlb.c
Author: kib
Date: Mon Jun 5 11:40:30 2017
New Revision: 319600
URL: https://svnweb.freebsd.org/changeset/base/319600
Log:
Add sysctl vfs.ino64_trunc_error controlling action on truncating
inode number or link count for the ABI compat binaries.
Right now, and by default after the change,
On Sun, 4 Jun 2017, Bryan Drewery wrote:
On 6/4/17 4:27 PM, Ed Maste wrote:
On 4 June 2017 at 14:06, Bryan Drewery wrote:
In r189170. It seems to me we should change systm.h back to a macro
#define memmove(dst, src, len) bcopy((src), (dst), (len))
Note that they're not quite equivalent: me
Author: tsoome
Date: Mon Jun 5 11:55:26 2017
New Revision: 319601
URL: https://svnweb.freebsd.org/changeset/base/319601
Log:
ANSIfy md5 functions
Update the function declarations.
Reviewed by: dim
Differential Revision:https://reviews.freebsd.org/D11055
Modified:
head/li
Author: bdrewery
Date: Mon Jun 5 16:00:10 2017
New Revision: 319602
URL: https://svnweb.freebsd.org/changeset/base/319602
Log:
Clarify -q is only for pgrep.
MFC after:3 days
Sponsored by: Dell EMC Isilon
Modified:
head/bin/pkill/pkill.1
Modified: head/bin/pkill/pkill.1
==
Author: gjb
Date: Mon Jun 5 17:05:06 2017
New Revision: 319603
URL: https://svnweb.freebsd.org/changeset/base/319603
Log:
Create a hard link for sun7i-a20-cubieboard2.dtb to allow the
cubieboard2 to find the correct dtb file.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
M
Author: alc
Date: Mon Jun 5 17:14:16 2017
New Revision: 319604
URL: https://svnweb.freebsd.org/changeset/base/319604
Log:
Halve the memory being internally allocated by the blist allocator. In
short, half of the memory that is allocated to implement the radix tree is
wasted because we did
On 3 Jun, Rodney W. Grimes wrote:
> As far as fixing the builds for optional stuff that is rather
> easily done in the Makefile with some if's to build a list of
> files that can then be catted to conf.foo, using m4 or even
> cpp to pre process conf.foo.src, etc, several very easy ways
> to solv
Author: alc
Date: Mon Jun 5 18:07:56 2017
New Revision: 319605
URL: https://svnweb.freebsd.org/changeset/base/319605
Log:
The variable "breakout" is used like a Boolean, so actually define it as
one.
Reviewed by: kib
MFC after:5 days
Modified:
head/sys/vm/vm_pageout.c
Modified
Author: gjb
Date: Mon Jun 5 19:41:06 2017
New Revision: 319608
URL: https://svnweb.freebsd.org/changeset/base/319608
Log:
Fix the source path for the cubieboard2 dtb hard link.
MFC after:3 days
MFC with: r319603
Sponsored by: The FreeBSD Foundation
Modified:
head/release/arm
Author: gjb
Date: Mon Jun 5 20:18:55 2017
New Revision: 319609
URL: https://svnweb.freebsd.org/changeset/base/319609
Log:
Revert r319608, the dtb path was correct the first time. Sigh.
MFC after:3 days
MFC with: r319603, r319608
Sponsored by: The FreeBSD Foundation
Modified:
On Mon, Jun 5, 2017 at 10:33 AM, Don Lewis wrote:
> On 3 Jun, Rodney W. Grimes wrote:
>
>> As far as fixing the builds for optional stuff that is rather
>> easily done in the Makefile with some if's to build a list of
>> files that can then be catted to conf.foo, using m4 or even
>> cpp to pre pr
On Sun, Jun 4, 2017 at 2:39 PM, Jilles Tjoelker wrote:
> Author: jilles
> Date: Sun Jun 4 21:39:37 2017
> New Revision: 319590
> URL: https://svnweb.freebsd.org/changeset/base/319590
>
> Log:
> tests/sys/aio: Add missing mode to open() calls with O_CREAT.
Thanks -- this will need to be MFCed.
Author: allanjude
Date: Tue Jun 6 02:03:22 2017
New Revision: 319610
URL: https://svnweb.freebsd.org/changeset/base/319610
Log:
usr.sbin/sesutil: 'locate all off' does not deactivate empty slots
PR: 217409
Reported by: asomers
Reviewed by: asomers, bapt
MFC after:1 we
Author: allanjude
Date: Tue Jun 6 02:15:00 2017
New Revision: 319611
URL: https://svnweb.freebsd.org/changeset/base/319611
Log:
Jails: Optionally prevent jailed root from binding to privileged ports
You may now optionally specify allow.noreserved_ports to prevent root
inside a jail from
Author: alc
Date: Tue Jun 6 03:32:17 2017
New Revision: 319612
URL: https://svnweb.freebsd.org/changeset/base/319612
Log:
When the function blist_fill() was added to the kernel in r107913, the swap
pager used a different scheme for striping the allocation of swap space
across multiple devic
Author: will
Date: Tue Jun 6 03:40:45 2017
New Revision: 319613
URL: https://svnweb.freebsd.org/changeset/base/319613
Log:
tsearch_test: Test twalk & add some determinism.
Modified:
head/lib/libc/tests/stdlib/tsearch_test.c
Modified: head/lib/libc/tests/stdlib/tsearch_test.c
===
18 matches
Mail list logo