Author: mmel
Date: Wed Oct 5 12:17:43 2016
New Revision: 306703
URL: https://svnweb.freebsd.org/changeset/base/306703
Log:
ARM: Disconnect elf_trampoline.c from ARMv6 build.
The trampoline code never functioned properly for Cortex CPUs,
and its functionality is already provided by ubldr.
M
Author: mmel
Date: Wed Oct 5 12:19:09 2016
New Revision: 306704
URL: https://svnweb.freebsd.org/changeset/base/306704
Log:
ARM: Remove next bunch of unused cpu_functions from ARMv6.
Modified:
head/sys/arm/arm/cpufunc.c
head/sys/arm/arm/machdep.c
head/sys/arm/include/cpufunc.h
Modified:
Author: andrew
Date: Wed Oct 5 14:00:05 2016
New Revision: 306705
URL: https://svnweb.freebsd.org/changeset/base/306705
Log:
We don't use cpu_control on armv6, remove the macro there.
Modified:
head/sys/arm/include/cpufunc.h
Modified: head/sys/arm/include/cpufunc.h
=
Author: alc
Date: Wed Oct 5 16:15:26 2016
New Revision: 306706
URL: https://svnweb.freebsd.org/changeset/base/306706
Log:
Change vm_pageout_scan() to return a value indicating whether the free page
target was met.
Previously, vm_pageout_worker() itself checked the length of the free page
Author: oshogbo
Date: Wed Oct 5 16:23:02 2016
New Revision: 306707
URL: https://svnweb.freebsd.org/changeset/base/306707
Log:
Fix naming in Casper man page.
Modified:
head/lib/libcasper/libcasper/libcasper.3
Modified: head/lib/libcasper/libcasper/libcasper.3
Author: emaste
Date: Wed Oct 5 17:03:22 2016
New Revision: 306708
URL: https://svnweb.freebsd.org/changeset/base/306708
Log:
abort in srandomdev if kern.arandom sysctl fails
The sysctl cannot fail. If it does fail on some FreeBSD derivative or
after some future change, just abort() so th
Author: emaste
Date: Wed Oct 5 17:04:58 2016
New Revision: 306709
URL: https://svnweb.freebsd.org/changeset/base/306709
Log:
libm: remove unused variables
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/msun/ld80/e_lgammal_r.c
head/lib/msun/src/e_lgammaf_r.c
Modified: head/li
Author: markj
Date: Wed Oct 5 17:18:24 2016
New Revision: 306710
URL: https://svnweb.freebsd.org/changeset/base/306710
Log:
CAM ccbq sanity: checks on insert and remove
KASSERT in cam_ccbq_insert_ccb that only XPT_FC_QUEUED ops are queued,
and XPT_FC_USER_CCB ops are not. Otherwise cam_c
Author: alc
Date: Wed Oct 5 17:32:06 2016
New Revision: 306712
URL: https://svnweb.freebsd.org/changeset/base/306712
Log:
Make the page daemon's notion of what kind of pass is being performed
by vm_pageout_scan() local to vm_pageout_worker(). There is no reason
to store the pass in the NUM
Author: sevan (doc committer)
Date: Wed Oct 5 18:26:39 2016
New Revision: 306714
URL: https://svnweb.freebsd.org/changeset/base/306714
Log:
Document where chio(1) originated from & which version of FreeBSD first
included it.
PR: 211776
Approved by: bcr (mentor)
MFC after:
Author: sevan (doc committer)
Date: Wed Oct 5 18:38:38 2016
New Revision: 306715
URL: https://svnweb.freebsd.org/changeset/base/306715
Log:
Add history section for dd(1)
First version of UNIX to include dd found using TUHS
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/dd.c
Author: oshogbo
Date: Wed Oct 5 19:01:00 2016
New Revision: 306716
URL: https://svnweb.freebsd.org/changeset/base/306716
Log:
Add man page for dnvlist.
Submitted by: Adam Starak
Reviewed by: cem, wblock
Added:
head/share/man/man9/dnv.9 (contents, props changed)
Modified:
head/sh
Author: loos
Date: Wed Oct 5 19:09:27 2016
New Revision: 306717
URL: https://svnweb.freebsd.org/changeset/base/306717
Log:
if_cpsw overhaul:
- Fix RX and TX teardown:
. TX teardown would not reclaim the abandoned descriptors;
. Interrupt storms in RX teardown;
. Fixed the ackno
Author: sevan (doc committer)
Date: Wed Oct 5 19:16:55 2016
New Revision: 306718
URL: https://svnweb.freebsd.org/changeset/base/306718
Log:
Add history section for echo(1)
Sourced using the draft copy of the second edition manual
http://www.tuhs.org/Archive/PDP-11/Distributions/research/19
Author: sevan (doc committer)
Date: Wed Oct 5 19:26:35 2016
New Revision: 306719
URL: https://svnweb.freebsd.org/changeset/base/306719
Log:
Document origins of expr & authors
http://minnie.tuhs.org/cgi-bin/utree.pl?file=PWB1/usr/man/man1/expr.1
PR: 173979
Approved by: bcr (m
Author: sevan (doc committer)
Date: Wed Oct 5 19:31:29 2016
New Revision: 306720
URL: https://svnweb.freebsd.org/changeset/base/306720
Log:
Add history section of pwd(1)
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s2/pwd.c
PR: 211787
Approved by: bcr (mentor)
Author: sevan (doc committer)
Date: Wed Oct 5 19:37:46 2016
New Revision: 306721
URL: https://svnweb.freebsd.org/changeset/base/306721
Log:
Add history section for stty(1)
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man1/stty.1
PR: 211788
Approved by: bcr (mentor)
Author: sevan (doc committer)
Date: Wed Oct 5 19:47:02 2016
New Revision: 306722
URL: https://svnweb.freebsd.org/changeset/base/306722
Log:
Add history section for test(1)
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/test.c
PR: 211789
Approved by: bcr (mentor)
Author: sevan (doc committer)
Date: Wed Oct 5 19:49:48 2016
New Revision: 306723
URL: https://svnweb.freebsd.org/changeset/base/306723
Log:
Add history section for atmconfig(8)
PR: 212415
Approved by: bcr (mentor)
MFC after:5 days
Differential Revision:https://
Author: sevan (doc committer)
Date: Wed Oct 5 19:56:10 2016
New Revision: 306724
URL: https://svnweb.freebsd.org/changeset/base/306724
Log:
Add history section for bsdlabel(8)
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Tahoe/usr/man/cat8/disklabel.0
Remove tab after space, highlig
Author: sevan (doc committer)
Date: Wed Oct 5 20:01:09 2016
New Revision: 306725
URL: https://svnweb.freebsd.org/changeset/base/306725
Log:
Add history section for clri(8)
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man8/clri.8
PR: 212438
Approved by: bcr (mentor
Author: oshogbo
Date: Wed Oct 5 20:02:34 2016
New Revision: 306726
URL: https://svnweb.freebsd.org/changeset/base/306726
Log:
Add man pages for Capsicum helpers.
Reviewed by: cem
Differential Revision:https://reviews.freebsd.org/D8154
Added:
head/lib/libcapsicum/capsicum_help
Author: sevan (doc committer)
Date: Wed Oct 5 20:04:36 2016
New Revision: 306727
URL: https://svnweb.freebsd.org/changeset/base/306727
Log:
Add history section for devd(8)
Move sentence to a new line as advised by igor
PR: 212439
Approved by: bcr (mentor)
MFC after:5 d
Author: sevan (doc committer)
Date: Wed Oct 5 20:08:07 2016
New Revision: 306728
URL: https://svnweb.freebsd.org/changeset/base/306728
Log:
Add history section for devfs(8)
Move sentence to a new line as advised by igor.
PR: 212441
Approved by: bcr (mentor)
MFC after:5
Author: emaste
Date: Wed Oct 5 20:12:00 2016
New Revision: 306729
URL: https://svnweb.freebsd.org/changeset/base/306729
Log:
makeman: avoid bogus output with duplicated options
On some targets 'make showconfig' currently reports both 'no' and 'yes'
for some options. For example:
% m
Author: emaste
Date: Wed Oct 5 20:18:17 2016
New Revision: 306730
URL: https://svnweb.freebsd.org/changeset/base/306730
Log:
Regen src.conf.5 after r306649
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: sevan (doc committer)
Date: Wed Oct 5 20:21:06 2016
New Revision: 306731
URL: https://svnweb.freebsd.org/changeset/base/306731
Log:
Document the history of fdisk based on the original post to comp.unix.bsd by
Julian Elischer [1] and the Mach 2.5 Installation notes [2].
I was unable t
Author: sevan (doc committer)
Date: Wed Oct 5 20:28:04 2016
New Revision: 306732
URL: https://svnweb.freebsd.org/changeset/base/306732
Log:
Document the history of fdisk based on the original post to comp.unix.bsd by
Julian Elischer [1] and the Mach 2.5 Installation notes [2].
I was unable t
On 10/5/16 1:12 PM, Ed Maste wrote:
> Author: emaste
> Date: Wed Oct 5 20:12:00 2016
> New Revision: 306729
> URL: https://svnweb.freebsd.org/changeset/base/306729
>
> Log:
> makeman: avoid bogus output with duplicated options
>
> On some targets 'make showconfig' currently reports both 'n
Author: sevan (doc committer)
Date: Wed Oct 5 20:31:44 2016
New Revision: 306733
URL: https://svnweb.freebsd.org/changeset/base/306733
Log:
Add history section to fsck(8)
PR: 212472
Approved by: bcr (mentor)
MFC after:5 days
Differential Revision:https://review
Author: sevan (doc committer)
Date: Wed Oct 5 20:38:49 2016
New Revision: 306734
URL: https://svnweb.freebsd.org/changeset/base/306734
Log:
Add history section to fsck_ffs(8)
Move sentence to a new line as advised by igor.
PR: 212474
Approved by: bcr (mentor)
MFC after:
Author: sevan (doc committer)
Date: Wed Oct 5 20:42:35 2016
New Revision: 306735
URL: https://svnweb.freebsd.org/changeset/base/306735
Log:
Add history section to natd(8)
Fix back sentence raised by igor.
PR: 212544
Approved by: bcr (mentor)
MFC after:5 days
Differen
On 27 September 2016 at 09:44, Ruslan Bukin wrote:
> Author: br
> Date: Tue Sep 27 09:44:30 2016
> New Revision: 306364
> URL: https://svnweb.freebsd.org/changeset/base/306364
>
> Log:
> Mark SSP broken on MIPS.
This needs an adjustment in sys/conf/kern.opts.mk as well it seems;
'make showconfi
Author: sevan (doc committer)
Date: Wed Oct 5 20:45:21 2016
New Revision: 306736
URL: https://svnweb.freebsd.org/changeset/base/306736
Log:
Add history section to nos-tun(8)
PR: 212545
Approved by: bcr (mentor)
MFC after:5 days
Differential Revision:https://rev
On Wed, Oct 05, 2016 at 11:19:10AM +1100, Bruce Evans wrote:
> On Tue, 4 Oct 2016, Gleb Smirnoff wrote:
>
> > On Mon, Sep 26, 2016 at 03:30:30PM +, Eric van Gyzen wrote:
> > E> ...
> > E> Modified: head/sys/kern/kern_mutex.c
> > E>
> >
On Wed, Oct 05, 2016 at 11:20:58AM +0800, Kevin Lo wrote:
K> > On Thu, Sep 15, 2016 at 07:41:48AM +, Kevin Lo wrote:
K> > K> Log:
K> > K> Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.
K> > ...
K> > K> Modified: head/sys/contrib/ipfilter/netinet/fil.c
K> > K>
===
Author: emaste
Date: Wed Oct 5 23:25:29 2016
New Revision: 306740
URL: https://svnweb.freebsd.org/changeset/base/306740
Log:
groff: use changelog date rather than file modification date in man pages
The source checkout date is not particularly relevant, and this makes
groff man pages bui
Author: cem
Date: Wed Oct 5 23:42:02 2016
New Revision: 306741
URL: https://svnweb.freebsd.org/changeset/base/306741
Log:
vfs_bio: Remove a leading space (style)
Introduced in r282085.
Sponsored by: Dell EMC Isilon
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio.
Author: markj
Date: Wed Oct 5 23:55:01 2016
New Revision: 306742
URL: https://svnweb.freebsd.org/changeset/base/306742
Log:
gmirror: Use bool instead of boolean_t.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/sys/geom/mirror/g_mirror.c
Modified: head/sys/geom/mir
Author: markj
Date: Thu Oct 6 00:05:45 2016
New Revision: 306743
URL: https://svnweb.freebsd.org/changeset/base/306743
Log:
gmirror: Bump the syncid if broken disks are found during startup.
Consider a mirror with two components, m1 and m2. Suppose a hardware error
results in the removal
Author: markj
Date: Thu Oct 6 00:13:55 2016
New Revision: 306744
URL: https://svnweb.freebsd.org/changeset/base/306744
Log:
gmirror: Write an updated syncid before queuing writes.
When a syncid bump is pending, any write to the mirror results in the
updated syncid being written to each c
Author: kevlo
Date: Thu Oct 6 00:51:27 2016
New Revision: 306745
URL: https://svnweb.freebsd.org/changeset/base/306745
Log:
Remove an alias if_list, use if_link consistently.
Reviewed by: tuexen
Differential Revision:https://reviews.freebsd.org/D8075
Modified:
head/sys/net/al
Author: gonzo
Date: Thu Oct 6 01:01:00 2016
New Revision: 306746
URL: https://svnweb.freebsd.org/changeset/base/306746
Log:
Fix extended buttons support on synaptic clickpad
Fix regression introduced by r306355 on synaptic clickpads with
extended buttons (buttons stopped working)
PR
Author: mav
Date: Thu Oct 6 01:14:10 2016
New Revision: 306747
URL: https://svnweb.freebsd.org/changeset/base/306747
Log:
Fix ABI compat shims, broken by adding NVMe support.
MFC after:1 week
Modified:
head/sys/cam/cam_compat.c
head/sys/cam/cam_compat.h
Modified: head/sys/cam/cam
Author: cem
Date: Thu Oct 6 01:52:00 2016
New Revision: 306748
URL: https://svnweb.freebsd.org/changeset/base/306748
Log:
style(9): Some additional clarification
Prompted by an email from bde@.
Reviewed by: emaste, imp (earlier version)
With input from: wblock
Sponsored by:
On Wed, 5 Oct 2016, Slawa Olhovchenkov wrote:
On Wed, Oct 05, 2016 at 11:19:10AM +1100, Bruce Evans wrote:
On Tue, 4 Oct 2016, Gleb Smirnoff wrote:
On Mon, Sep 26, 2016 at 03:30:30PM +, Eric van Gyzen wrote:
E> ...
E> Modified: head/sys/kern/kern_mutex.c
E>
=
Author: allanjude
Date: Thu Oct 6 03:32:30 2016
New Revision: 306751
URL: https://svnweb.freebsd.org/changeset/base/306751
Log:
Disable loop unrolling in skein for sys/boot
When tsoome@ added skein support to the ZFS boot code and zfsloader, it
resulted in an explosion in code size, runn
Author: cem
Date: Thu Oct 6 05:16:44 2016
New Revision: 306752
URL: https://svnweb.freebsd.org/changeset/base/306752
Log:
savecore(8): Fix buffer overrun inspecting disks with varying sector size
A premature optimization lead to caching a native-sector sized memory
allocation. If the pr
48 matches
Mail list logo