Date: Sat, 31 Oct 2015 06:38:05 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, jhibbits@FreeBSD.org, bdrewery@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: FreeBSD_HEAD_i386 - Build #1558 - Fixed Message-ID: <1576794911.28.1446273487489.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1863767250.22.1446257413806.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1863767250.22.1446257413806.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_i386 - Build #1558 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1558/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1558/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1558/console Change summaries: 290224 by imp: The error classification from lower layers is a poor indicator of whether an error is recoverable. Always re-dirty the buffer on errors from write requests. The invalidation we used to do for errors not EIO doesn't need to be done for a device that's really gone, since that's done in a different path. Reviewed by: mckusick@, kib@ 290223 by imp: Rather than using the #define for path names, indirect through a char * variable that could change for different executable types detected. 290222 by imp: Move all the paths into a new path.h to centralize them. 290221 by jhibbits: Print unsigned memory sizes, to handle >2GB RAM on 32-bit powerpc. Sponsored by: Alex Perez/Intertial Computing 290220 by bdrewery: Don't hide stderr when checking ${CC} --version. This can have important debugging information such as 'cc: not found' or 'ccache: error: Could not find compiler "cc" in PATH'. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1576794911.28.1446273487489.JavaMail.jenkins>