svn commit: r266167 - stable/9/sys/kern

2014-05-15 Thread Colin Percival
Author: cperciva Date: Thu May 15 18:14:19 2014 New Revision: 266167 URL: http://svnweb.freebsd.org/changeset/base/266167 Log: MFC r265876: In cf_get_method, when we don't already know what clock speed the CPU is running at, guess the nearest value instead of looking for a value within

svn commit: r266268 - in stable/9/sys: amd64/include dev/xen/xenpci i386/include

2014-05-16 Thread Colin Percival
Author: cperciva Date: Fri May 16 19:15:03 2014 New Revision: 266268 URL: http://svnweb.freebsd.org/changeset/base/266268 Log: Change Xen event channel "last processed" values from per-CPU to global. In FreeBSD 9.x we only run this code on (virtual) CPU #0, so there is no need for these to b

svn commit: r266269 - in stable/9/sys: amd64/include i386/include modules modules/xenhvm xen

2014-05-16 Thread Colin Percival
Author: cperciva Date: Fri May 16 19:28:22 2014 New Revision: 266269 URL: http://svnweb.freebsd.org/changeset/base/266269 Log: Add xenhvm.ko, which can be loaded along with a !XENHVM kernel in order to provide support for the Xen/HVM environment. This code is compiled with XENHVM defined;

svn commit: r266321 - stable/9/sys/xen/evtchn

2014-05-17 Thread Colin Percival
Author: cperciva Date: Sat May 17 16:00:25 2014 New Revision: 266321 URL: http://svnweb.freebsd.org/changeset/base/266321 Log: MFC r228162: Use C99 initializers for members of evtchn_devsw. Submitted by: wolfskill Modified: stable/9/sys/xen/evtchn/evtchn_dev.c Directory Properties:

Re: svn commit: r266269 - in stable/9/sys: amd64/include i386/include modules modules/xenhvm xen

2014-09-23 Thread Colin Percival
On 09/23/14 12:33, Bjoern A. Zeeb wrote: > On 23 Sep 2014, at 16:13 , Bjoern A. Zeeb > wrote: >> On 16 May 2014, at 19:28 , Colin Percival wrote: >>> Author: cperciva >>> Date: Fri May 16 19:28:22 2014 >>> New Revision: 266269 >>> URL: http://svnw

svn commit: r239412 - in stable/9/sys: amd64/conf i386/conf

2012-08-20 Thread Colin Percival
Author: cperciva Date: Mon Aug 20 11:34:49 2012 New Revision: 239412 URL: http://svn.freebsd.org/changeset/base/239412 Log: MFC r239228: Build modules along with the XENHVM kernels. Modified: stable/9/sys/amd64/conf/XENHVM stable/9/sys/i386/conf/XENHVM Directory Properties: stable/9/sys/

svn commit: r246625 - stable/9/sys/dev/uart

2013-02-10 Thread Colin Percival
Author: cperciva Date: Sun Feb 10 17:48:46 2013 New Revision: 246625 URL: http://svnweb.freebsd.org/changeset/base/246625 Log: MFC r246016: Add a loader tunable "hw.broken_txfifo" which enables a workaround for a bug in old versions of QEMU (and Xen, and other places using QEMU code). M

svn commit: r250228 - stable/9/sys/netinet

2013-05-03 Thread Colin Percival
Author: cperciva Date: Sat May 4 00:31:41 2013 New Revision: 250228 URL: http://svnweb.freebsd.org/changeset/base/250228 Log: MFC r25: Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112 since POSIX 2001 states that it shall be defined. Modified: stable/9

svn commit: r253337 - stable/9/usr.sbin/portsnap/portsnap

2013-07-14 Thread Colin Percival
Author: cperciva Date: Sun Jul 14 07:58:10 2013 New Revision: 253337 URL: http://svnweb.freebsd.org/changeset/base/253337 Log: MFC r253224: Fix bug in deleting files: If two ports had the same tarball and one of them changed (or was removed from the tree) then portsnap would delete t

svn commit: r253633 - stable/9/contrib/openbsm/m4

2013-07-24 Thread Colin Percival
Author: cperciva Date: Thu Jul 25 02:48:01 2013 New Revision: 253633 URL: http://svnweb.freebsd.org/changeset/base/253633 Log: MFC r253541: Remove weirdly-named autofoo file. This is not needed for the (FreeBSD) build, and freebsd-update chokes on it. Approved by: re (delphij) De

svn commit: r255502 - stable/9/share/man/man4

2013-09-12 Thread Colin Percival
Author: cperciva Date: Fri Sep 13 00:51:37 2013 New Revision: 255502 URL: http://svnweb.freebsd.org/changeset/base/255502 Log: MFC r255459: Remove documentation describing functionality which geom(4) does not, in fact, provide. Modified: stable/9/share/man/man4/geom.4 Directory Proper

svn commit: r256003 - stable/9/etc

2013-10-02 Thread Colin Percival
Author: cperciva Date: Wed Oct 2 19:06:05 2013 New Revision: 256003 URL: http://svnweb.freebsd.org/changeset/base/256003 Log: MFC r255878: Now that the portsnap buildbox is generating the raw bits for INDEX-10, add it to the set of INDEX files built by portsnap. Modified: stable/9/et

svn commit: r256917 - in stable/9: etc etc/defaults share/man/man5 share/man/man8 sys/sys

2013-10-22 Thread Colin Percival
Author: cperciva Date: Tue Oct 22 16:13:15 2013 New Revision: 256917 URL: http://svnweb.freebsd.org/changeset/base/256917 Log: MFC r256775,r256776: Add support for "first boot" rc.d scripts. Document this new functionality in rc.conf(5) and rc(8). Bump __FreeBSD_version so that

svn commit: r260432 - stable/9/etc

2014-01-07 Thread Colin Percival
Author: cperciva Date: Wed Jan 8 02:30:24 2014 New Revision: 260432 URL: http://svnweb.freebsd.org/changeset/base/260432 Log: MFC r258894: Make rc(8) re-source rc.conf upon receipt of SIGALRM. The rc system aggressively caches the contents of /etc/rc.conf in order to improve boot perform

svn commit: r260433 - stable/9/sys/kern

2014-01-07 Thread Colin Percival
Author: cperciva Date: Wed Jan 8 02:31:35 2014 New Revision: 260433 URL: http://svnweb.freebsd.org/changeset/base/260433 Log: MFC r258893, r258956: Add a new sysctl / loader tunable kern.panic_reboot_wait_time which defaults to PANIC_REBOOT_WAIT_TIME (a long-existing kernel config s