Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 01:08:03 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        jilles@FreeBSD.org, imp@FreeBSD.org, ume@FreeBSD.org, cem@FreeBSD.org,  bapt@FreeBSD.org, kp@FreeBSD.org, jenkins-admin@FreeBSD.org,  freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #1631 - Fixed
Message-ID:  <299386945.39.1446944886023.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <1998967916.35.1446937027116.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <1998967916.35.1446937027116.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #1631 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/1631/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/1631/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/1631/console

Change summaries:

290522 by ume:
Fix alignment of the short month names for CJK locales,
as far as I could edit them.

290521 by kp:
pf: Fix broken rule skip calculation

r289932 accidentally broke the rule skip calculation. The address family
argument to PF_ANEQ() is now important, and because it was set to 0 the macro
always evaluated to false.
This resulted in incorrect skip values, which in turn broke the rule
evaluations.

290520 by cem:
savecore(8): Be quiet unless the user asks for verbose

Make savecore(8) more suitable for init-time scripts; be quiet by default.

Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D3229

290519 by cem:
hptmv(4): Fix broken sysctl(9) API assumptions

Sponsored by:	EMC / Isilon Storage Division

290518 by imp:
Correct !FDT case with proper name.

290517 by bapt:
Fix build of localedef(1) on arm where wchar_t is an unsigned int

290516 by imp:
Implement the phy-mode property for ate and macb. If it is set to
"rmii", use rmii mode for the MAC, otherwise use MII mode. The code is
somewhat duplicated between these drivers for this.

Also, add AT91RM9200 compatibility strings to the ate driver. In the
future, there's a good chance that ate will lose the MACB support and
only attach to the AT91RM9200 EMAC device since the macb works now
that RMII support has been added to it.

290515 by jilles:
periodic: Fix backwards compatibility for daily_status_security_* vars.

Most daily_status_security_* variables in periodic.conf were changed to
security_status_* in SVN r254974. The compatibility code for the old names
did not work.

PR:		204331
Submitted by:	martin at lispworks.com
MFC after:	1 week




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?299386945.39.1446944886023.JavaMail.jenkins>