On Mon, Mar 05, 2018 at 11:19:16AM -0600, Mark Linimon wrote:
> On Mon, Mar 05, 2018 at 11:13:58AM -0500, Mark Johnston wrote:
> > The growing divergence with stable/11 makes it rather painful to
> > maintain a port, depending on libcasper, that aims to work on both 11
> > and head.
>
> Even an MF
Author: oshogbo
Date: Sun Mar 18 15:09:55 2018
New Revision: 331118
URL: https://svnweb.freebsd.org/changeset/base/331118
Log:
Remove unneeded variable which was introduced in r328472.
Pointed out by: pjd@
Modified:
head/sys/geom/label/g_label.c
Modified: head/sys/geom/label/g_lab
Author: oshogbo
Date: Sun Mar 18 15:13:37 2018
New Revision: 331119
URL: https://svnweb.freebsd.org/changeset/base/331119
Log:
Document the pwd Casper service.
PR: 226102
Reviewed by: bcr@
Differential Revision:https://reviews.freebsd.org/D14605
Added:
head/lib/lib
Author: oshogbo
Date: Sun Mar 18 15:16:47 2018
New Revision: 331120
URL: https://svnweb.freebsd.org/changeset/base/331120
Log:
Document the sysctl Casper service.
PR: 226102
Reviewed by: bcr@
Differential Revision:https://reviews.freebsd.org/D14606
Added:
head/lib/
Author: oshogbo
Date: Sun Mar 18 15:24:45 2018
New Revision: 331121
URL: https://svnweb.freebsd.org/changeset/base/331121
Log:
Update libcasper references to all new man pages.
Remove obsolete example. All services has they own example.
This example also show old type of limiting method whic
Author: trasz
Date: Sun Mar 18 15:44:07 2018
New Revision: 331122
URL: https://svnweb.freebsd.org/changeset/base/331122
Log:
Here's the new development(7), which removes information that's
no longer relevant (read: most of what was there) and adds some
quick links to point newcomers in the r
Author: ian
Date: Sun Mar 18 15:56:10 2018
New Revision: 331123
URL: https://svnweb.freebsd.org/changeset/base/331123
Log:
Do not overwrite the contents of BIO_WRITE buffers. SPI inherently
transfers data in both directions at once. When writing to the device,
use a dummy buffer for the in
Author: oshogbo
Date: Sun Mar 18 16:02:41 2018
New Revision: 331124
URL: https://svnweb.freebsd.org/changeset/base/331124
Log:
Fix typo.
Submitted by: Trond Endrestøl
Modified:
head/lib/libcasper/services/cap_pwd/cap_pwd.3
Modified: head/lib/libcasper/services/cap_pwd/cap_pwd.3
===
Author: oshogbo
Date: Sun Mar 18 16:06:35 2018
New Revision: 331125
URL: https://svnweb.freebsd.org/changeset/base/331125
Log:
Fix similar typos to r331124.
Modified:
head/lib/libcasper/libcasper/libcasper.3
head/lib/libcasper/services/cap_dns/cap_dns.3
head/lib/libcasper/services/cap_sys
Author: ian
Date: Sun Mar 18 16:10:14 2018
New Revision: 331126
URL: https://svnweb.freebsd.org/changeset/base/331126
Log:
Remove a pointless KASSERT and reword a comment a bit. The KASSERT tested
for the same condition that the preceeding lines checked for and would have
returned EIO, so t
Author: trasz
Date: Sun Mar 18 16:24:11 2018
New Revision: 331127
URL: https://svnweb.freebsd.org/changeset/base/331127
Log:
Fix typo.
MFC after:2 weeks
Modified:
head/share/man/man7/development.7
Modified: head/share/man/man7/development.7
==
Author: markj
Date: Sun Mar 18 16:35:40 2018
New Revision: 331128
URL: https://svnweb.freebsd.org/changeset/base/331128
Log:
Have vm_page_replace() assert that the new page is not enqueued.
The new page does not belong to a VM object, but the page daemon does
not expect to encounter such
Author: ian
Date: Sun Mar 18 16:36:14 2018
New Revision: 331129
URL: https://svnweb.freebsd.org/changeset/base/331129
Log:
Eliminate some unneeded intermediate variables. Eliminate some redundant
parens in shift-and-mask expressions. Reword and reflow some comments.
Modified:
head/sys/dev
Author: markj
Date: Sun Mar 18 16:40:56 2018
New Revision: 331130
URL: https://svnweb.freebsd.org/changeset/base/331130
Log:
Have vm_page_{deactivate,launder}() requeue already-queued pages.
In many cases the page is not enqueued so the change will have no
effect. However, the change is n
Author: markj
Date: Sun Mar 18 16:49:30 2018
New Revision: 331131
URL: https://svnweb.freebsd.org/changeset/base/331131
Log:
Avoid dequeuing the fault page during a soft fault.
Such pages are re-enqueued at the end of the fault handler, preserving
LRU. Rather than performing two separate
Author: ian
Date: Sun Mar 18 16:52:31 2018
New Revision: 331132
URL: https://svnweb.freebsd.org/changeset/base/331132
Log:
Bugfix: wait for writes/erases to complete after starting them, instead of
before starting them.
Using the wait-before logic would make sense if there was useful time
Author: markj
Date: Sun Mar 18 17:01:50 2018
New Revision: 331134
URL: https://svnweb.freebsd.org/changeset/base/331134
Log:
Fix an access of an uninitialized variable in dtrace_probe().
Reported by: Coverity, via cem
MFC after:3 days
Modified:
head/sys/cddl/contrib/opensolaris/ut
Author: markj
Date: Sun Mar 18 17:03:26 2018
New Revision: 331135
URL: https://svnweb.freebsd.org/changeset/base/331135
Log:
Use __syscall(2) rather than syscall(2) in syscall/tst.args.c.
Some of mmap(2)'s arguments are 64 bits wide.
MFC after:3 days
Modified:
head/cddl/contrib/
On Sun, Mar 18, 2018 at 03:20:39PM +0100, Mariusz Zaborski wrote:
> On Mon, Mar 05, 2018 at 11:19:16AM -0600, Mark Linimon wrote:
> > On Mon, Mar 05, 2018 at 11:13:58AM -0500, Mark Johnston wrote:
> > > The growing divergence with stable/11 makes it rather painful to
> > > maintain a port, dependin
Author: ian
Date: Sun Mar 18 17:25:23 2018
New Revision: 331136
URL: https://svnweb.freebsd.org/changeset/base/331136
Log:
Add sc_parent to the softc and use it in place of device_get_parent() calls
all over the place. Also pass the softc as the arg to all the internal
functions instead of
Author: oshogbo
Date: Sun Mar 18 17:27:37 2018
New Revision: 331137
URL: https://svnweb.freebsd.org/changeset/base/331137
Log:
Fix reference to man page in Makefile.
I broke it in r331120.
Modified:
head/lib/libcasper/services/cap_sysctl/Makefile
Modified: head/lib/libcasper/services/cap_s
Author: ian
Date: Sun Mar 18 17:47:57 2018
New Revision: 331138
URL: https://svnweb.freebsd.org/changeset/base/331138
Log:
Make all internal routines return an int error status, and check the
status at all call points. Combine the get_status and wait_for_ready
routines, since waiting for re
Author: ian
Date: Sun Mar 18 18:37:47 2018
New Revision: 331139
URL: https://svnweb.freebsd.org/changeset/base/331139
Log:
Add support for 4K and 32K erase block sizes. Many of the supported chips
have these flags set in the ident table, but there was no code to support
using the smaller er
Author: imp
Date: Sun Mar 18 18:50:48 2018
New Revision: 331140
URL: https://svnweb.freebsd.org/changeset/base/331140
Log:
Don't add links or cleanfiles for NO_OBJ case, in addition to not
creating them. Move them under the if after the all: target. They are
just defines, so it doesn't real
Author: ian
Date: Sun Mar 18 18:58:47 2018
New Revision: 331141
URL: https://svnweb.freebsd.org/changeset/base/331141
Log:
Add the device/chip type to the disk d_descr field, and print more info
about the chip including the erase block size at attach time.
Also add myself to the copyright
Author: oshogbo
Date: Sun Mar 18 19:50:32 2018
New Revision: 331146
URL: https://svnweb.freebsd.org/changeset/base/331146
Log:
The gids argument can be declared as const.
We don't modified it in this function.
Modified:
head/lib/libcasper/services/cap_grp/cap_grp.3
head/lib/libcasper/serv
On 2 June 2017 at 19:42, Ed Maste wrote:
> Author: emaste
> Date: Sat Jun 3 02:42:49 2017
> New Revision: 319510
> URL: https://svnweb.freebsd.org/changeset/base/319510
>
> Log:
> xz: set noexec stack flag on FreeBSD
Heya. Is this one safe to MFC ?
--
Eitan Adler
__
Author: mjg
Date: Mon Mar 19 00:25:10 2018
New Revision: 331153
URL: https://svnweb.freebsd.org/changeset/base/331153
Log:
Update my calendar entry to be more specific now that UTF8 turns out to be
fine
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calend
Conrad Meyer writes:
> Log:
> Garbage collect unused chacha20 code
This is wrong. You should have asked me before committing. Please
revert and contact me off-list.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
On Sun, Mar 18, 2018 at 6:05 PM, Dag-Erling Smørgrav wrote:
> Conrad Meyer writes:
>> Log:
>> Garbage collect unused chacha20 code
>
> This is wrong.
Please elaborate a little bit on why you think so.
Conrad
___
svn-src-head@freebsd.org mailing list
Conrad Meyer writes:
> Dag-Erling Smørgrav writes:
> > This is wrong.
> Please elaborate a little bit on why you think so.
Answered off-list.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org
Author: delphij
Date: Mon Mar 19 05:49:26 2018
New Revision: 331180
URL: https://svnweb.freebsd.org/changeset/base/331180
Log:
Plug a possible memory leak.
MFC after:2 weeks
Modified:
head/usr.sbin/rpcbind/rpcbind.c
Modified: head/usr.sbin/rpcbind/rpcbind.c
=
32 matches
Mail list logo