svn commit: r226405 - in stable/9: . etc/defaults lib/libc/stdlib sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2011-10-15 Thread Ken Smith
Author: kensmith Date: Sat Oct 15 21:23:04 2011 New Revision: 226405 URL: http://svn.freebsd.org/changeset/base/226405 Log: Remove extra debuggin gsupport that is turned on for head but turned off for stable branches: - shift to MALLOC_PRODUCTION - turn off automatic crash

svn commit: r226438 - stable/9/sys/conf

2011-10-16 Thread Ken Smith
Author: kensmith Date: Sun Oct 16 15:55:23 2011 New Revision: 226438 URL: http://svn.freebsd.org/changeset/base/226438 Log: Ready for RC1. Approved by: re (implicit) Modified: stable/9/sys/conf/newvers.sh Modified: stable/9/sys/conf/newvers.sh

Re: svn commit: r226405 - in stable/9: . etc/defaults lib/libc/stdlib sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2011-10-17 Thread Ken Smith
on is probably OK for a workstation user but less likely to be OK for a server admin. Some may want/need to add in KDB_UNATTENDED depending on their circumstances, etc. -- Ken Smith - From there to here, from here to | kensm...@buffalo.edu

svn commit: r226507 - head/usr.sbin/bsdinstall/scripts

2011-10-18 Thread Ken Smith
Author: kensmith Date: Tue Oct 18 11:29:10 2011 New Revision: 226507 URL: http://svn.freebsd.org/changeset/base/226507 Log: Escape the newline so we get a proper line continuation. Without this the text of the menu selections doesn't get displayed properly and it makes the installer appear

svn commit: r226510 - in head/sys: amd64/conf i386/conf ia64/conf sparc64/conf

2011-10-18 Thread Ken Smith
Author: kensmith Date: Tue Oct 18 13:45:16 2011 New Revision: 226510 URL: http://svn.freebsd.org/changeset/base/226510 Log: Comment out the sbp(4) driver for architectures that support it. As part of the 8.0-RELEASE cycle this was done in stable/8 (r199112) but was left alone in head so

svn commit: r226511 - stable/9/usr.sbin/bsdinstall/scripts

2011-10-18 Thread Ken Smith
Author: kensmith Date: Tue Oct 18 13:48:31 2011 New Revision: 226511 URL: http://svn.freebsd.org/changeset/base/226511 Log: MFC r226507: Escape the newline so we get a proper line continuation. Without this the text of the menu selections doesn't get displayed properly and it makes

svn commit: r226547 - in head/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

2011-10-19 Thread Ken Smith
Author: kensmith Date: Wed Oct 19 21:55:20 2011 New Revision: 226547 URL: http://svn.freebsd.org/changeset/base/226547 Log: Add a warning about why sbp(4) is commented out so that curious folks are forewarned they might wind up with a hole in their foot if they decide to give it a try.

svn commit: r226548 - in stable/9: . sys/ia64/conf

2011-10-19 Thread Ken Smith
Author: kensmith Date: Wed Oct 19 23:02:57 2011 New Revision: 226548 URL: http://svn.freebsd.org/changeset/base/226548 Log: Remove the last of the debugging support (INVARIANT*) from the ia64 GENERIC config file, the ia64 kernel runs OK without it. Reviewed by: marcel Approved by: re

svn commit: r226809 - in stable/9/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

2011-10-26 Thread Ken Smith
Author: kensmith Date: Wed Oct 26 19:45:20 2011 New Revision: 226809 URL: http://svn.freebsd.org/changeset/base/226809 Log: MFC r226510,r226547: Comment out sbp(4) because it appears to cause boot failure on some systems. Add comment explaining why sbp(4) is commented out. It was a

svn commit: r226810 - in stable/9/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2011-10-26 Thread Ken Smith
Author: kensmith Date: Wed Oct 26 19:59:06 2011 New Revision: 226810 URL: http://svn.freebsd.org/changeset/base/226810 Log: I forgot we now leave KDB and KDB_TRACE options in stable kernel config files to help provide stack traces during a panic. Submitted by: Sergey Kandaurov pluknet at

Re: svn commit: r226405 - in stable/9: . etc/defaults lib/libc/stdlib sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2011-10-26 Thread Ken Smith
by moving them out of the chunk of stuff that's supposed to be removed... -- Ken Smith - From there to here, from here to | kensm...@buffalo.edu there, funny things are everywhere. | - Theodor Geisel

Re: svn commit: r226405 - in stable/9: . etc/defaults lib/libc/stdlib sys/amd64/conf sys/i386/conf sys/ia64/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2011-10-26 Thread Ken Smith
On Thu, 2011-10-27 at 02:12 +0400, Sergey Kandaurov wrote: On 27 October 2011 00:05, Ken Smith kensm...@buffalo.edu wrote: On Tue, 2011-10-25 at 23:22 +0400, Sergey Kandaurov wrote: In 8-STABLE (and 8.2) both KDB and KDB_TRACE present in GENERIC kernels (added in r214326, I guess

svn commit: r226818 - head/sys/ia64/conf

2011-10-26 Thread Ken Smith
Author: kensmith Date: Wed Oct 26 22:28:28 2011 New Revision: 226818 URL: http://svn.freebsd.org/changeset/base/226818 Log: Move the debugging support to its own section. This matches what is in the other architectures' GENERIC and makes removing it at the point we're creating a new stable

svn commit: r226819 - in stable/9/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2011-10-26 Thread Ken Smith
Author: kensmith Date: Wed Oct 26 23:05:59 2011 New Revision: 226819 URL: http://svn.freebsd.org/changeset/base/226819 Log: Fix whitespace nit. optionsspacetab, not optionstabtab. Submitted by: Matthew Fleming mdf at freebsd dot org Pointy hat: me Approved by: re (implicit)

svn commit: r226835 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2011-10-27 Thread Ken Smith
Author: kensmith Date: Thu Oct 27 13:07:49 2011 New Revision: 226835 URL: http://svn.freebsd.org/changeset/base/226835 Log: Adjust the debugger options slightly. This should help me do the right thing when changing the debugging options as part of head becoming a new stable branch. It may

Re: svn commit: r226835 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2011-10-27 Thread Ken Smith
On Thu, 2011-10-27 at 13:07 +, Ken Smith wrote: Author: kensmith Date: Thu Oct 27 13:07:49 2011 New Revision: 226835 URL: http://svn.freebsd.org/changeset/base/226835 Log: Adjust the debugger options slightly. This should help me do the right thing when changing the debugging

Re: svn commit: r226835 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2011-10-27 Thread Ken Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/27/11 10:09 PM, Marcel Moolenaar wrote: On Oct 27, 2011, at 6:14 AM, Ken Smith wrote: In response to one of my commits done to the ia64 GENERIC I received some feedback giving a long list of issues (style, formatting, seemingly

svn commit: r227337 - stable/9/sys/conf

2011-11-08 Thread Ken Smith
Author: kensmith Date: Tue Nov 8 14:24:33 2011 New Revision: 227337 URL: http://svn.freebsd.org/changeset/base/227337 Log: Start up 9.0-RC2. Approved by: re (implicit) Modified: stable/9/sys/conf/newvers.sh Modified: stable/9/sys/conf/newvers.sh

svn commit: r227445 - releng/9.0

2011-11-10 Thread Ken Smith
Author: kensmith Date: Fri Nov 11 04:20:22 2011 New Revision: 227445 URL: http://svn.freebsd.org/changeset/base/227445 Log: Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release cycle. Approved by: re (implicit) Added: - copied from r227444, stable/9/ Directory

svn commit: r227446 - svnadmin/conf

2011-11-10 Thread Ken Smith
Author: kensmith Date: Fri Nov 11 04:22:43 2011 New Revision: 227446 URL: http://svn.freebsd.org/changeset/base/227446 Log: Put releng/9.0 under control of the Release Engineering Team. Approved by: core (implicit) Modified: svnadmin/conf/approvers Modified: svnadmin/conf/approvers

svn commit: r227495 - stable/9/sys/conf

2011-11-13 Thread Ken Smith
Author: kensmith Date: Mon Nov 14 00:45:25 2011 New Revision: 227495 URL: http://svn.freebsd.org/changeset/base/227495 Log: The releng/9.0 release branch has been created so convert stable/9 over to our standard Politically Correct name for the balance of the 9.0-RELEASE release cycle.

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-16 Thread Ken Smith
the three possibilities, which are: 1) uname -m only 2) uname -p only 3) both Option 3 at least has the benefit of not being abiguous and covers all the possibilities for builds given the new infrastructure. -- Ken Smith - From

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
On Thu, 2011-11-17 at 13:42 +0100, Pawel Jakub Dawidek wrote: On Wed, Nov 16, 2011 at 10:24:10AM -0500, Ken Smith wrote: On Wed, 2011-11-16 at 09:17 -0600, Nathan Whitehorn wrote: On 11/16/11 08:28, TAKAHASHI Yoshihiro wrote: In article20151849.pafinr3k012...@svn.freebsd.org

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
the two powerpc builds we're doing for 9.0 (powerpc and powerpc64) then if pc98 ever comes back we will have a conflict between i386 and pc98. -- Ken Smith - From there to here, from here to | kensm...@buffalo.edu there, funny things

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
On Thu, 2011-11-17 at 14:57 +, Alexey Dokuchaev wrote: On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken Smith wrote: This is the problem we are trying to solve: Supported TARGET/TARGET_ARCH pairs for world and kernel targets amd64/amd64 arm/arm arm/armeb i386/i386

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
On Thu, 2011-11-17 at 11:41 -0500, John Baldwin wrote: On Thursday, November 17, 2011 10:11:36 am Ken Smith wrote: On Thu, 2011-11-17 at 14:57 +, Alexey Dokuchaev wrote: On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken Smith wrote: This is the problem we are trying to solve

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
On Thu, 2011-11-17 at 14:16 -0500, John Baldwin wrote: On Thursday, November 17, 2011 12:43:12 pm Ken Smith wrote: On Thu, 2011-11-17 at 11:41 -0500, John Baldwin wrote: On Thursday, November 17, 2011 10:11:36 am Ken Smith wrote: On Thu, 2011-11-17 at 14:57 +, Alexey Dokuchaev wrote

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/17/11 10:00 PM, Alexey Dokuchaev wrote: On Thu, Nov 17, 2011 at 02:16:47PM -0500, John Baldwin wrote: On Thursday, November 17, 2011 12:43:12 pm Ken Smith wrote: If you're referring to the FTP directory tree layout we wind up

svn commit: r228192 - head/usr.sbin/bsdinstall/scripts

2011-12-01 Thread Ken Smith
Author: kensmith Date: Fri Dec 2 00:38:47 2011 New Revision: 228192 URL: http://svn.freebsd.org/changeset/base/228192 Log: Add a screen that asks if the user would like to enable crash dumps, giving them a very brief description of the trade-offs. Whether the user opts in or out add an

Re: svn commit: r228192 - head/usr.sbin/bsdinstall/scripts

2011-12-02 Thread Ken Smith
On Fri, 2011-12-02 at 14:18 +0100, Erik Cederstrand wrote: Den 02/12/2011 kl. 10.44 skrev Joel Dahl: On 02-12-2011 0:38, Ken Smith wrote: Author: kensmith Date: Fri Dec 2 00:38:47 2011 New Revision: 228192 URL: http://svn.freebsd.org/changeset/base/228192 Log: Add a screen

svn commit: r228237 - stable/9/usr.sbin/bsdinstall/scripts

2011-12-03 Thread Ken Smith
Author: kensmith Date: Sat Dec 3 16:58:55 2011 New Revision: 228237 URL: http://svn.freebsd.org/changeset/base/228237 Log: MFC r228192: Add a screen that asks if the user would like to enable crash dumps, giving them a very brief description of the trade-offs. Whether the user opts

svn commit: r228238 - releng/9.0/usr.sbin/bsdinstall/scripts

2011-12-03 Thread Ken Smith
Author: kensmith Date: Sat Dec 3 17:02:51 2011 New Revision: 228238 URL: http://svn.freebsd.org/changeset/base/228238 Log: MFC r228237: Add a screen that asks if the user would like to enable crash dumps, giving them a very brief description of the trade-offs. Whether the user opts

svn commit: r228239 - releng/9.0/sys/conf

2011-12-03 Thread Ken Smith
Author: kensmith Date: Sat Dec 3 17:03:48 2011 New Revision: 228239 URL: http://svn.freebsd.org/changeset/base/228239 Log: Ready for 9.0-RC3. Approved by: re (implicit) Modified: releng/9.0/sys/conf/newvers.sh Modified: releng/9.0/sys/conf/newvers.sh

svn commit: r232435 - head/usr.sbin/pkg_install/add

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 05:04:47 2012 New Revision: 232435 URL: http://svn.freebsd.org/changeset/base/232435 Log: Add entry for packages-8.3-release directory. Modified: head/usr.sbin/pkg_install/add/main.c Modified: head/usr.sbin/pkg_install/add/main.c

svn commit: r232436 - stable/9/usr.sbin/pkg_install/add

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 05:14:37 2012 New Revision: 232436 URL: http://svn.freebsd.org/changeset/base/232436 Log: Merge r232435: Add entry for packages-8.3-release directory. Insta-merge because this is part of the prep work for branching releng/8.3 as part of doing

svn commit: r232437 - stable/8/usr.sbin/pkg_install/add

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 05:46:24 2012 New Revision: 232437 URL: http://svn.freebsd.org/changeset/base/232437 Log: Merge r229304,r229748,r229751,r232436 Catch up to head and stable/9 for what combination of __FreeBSD_version values map to package directories. Approved by:

svn commit: r232438 - releng/8.3

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 06:15:13 2012 New Revision: 232438 URL: http://svn.freebsd.org/changeset/base/232438 Log: Copy stable/8 to releng/8.3 as part of 8.3-RELEASE release cycle. Approved by: re (implicit) Added: - copied from r232437, stable/8/ Directory Properties:

svn commit: r232439 - stable/8/sys/sys

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 06:18:18 2012 New Revision: 232439 URL: http://svn.freebsd.org/changeset/base/232439 Log: Bump __FreeBSD_version to 803500 now that releng/8.3 has been branched. Approved by: re (implicit) Modified: stable/8/sys/sys/param.h Modified:

svn commit: r232440 - svnadmin/conf

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 06:23:26 2012 New Revision: 232440 URL: http://svn.freebsd.org/changeset/base/232440 Log: Add releng/8.3 as requiring re@ approval. Approved by: re (implicit) Modified: svnadmin/conf/approvers Modified: svnadmin/conf/approvers

svn commit: r232443 - releng/8.3

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 07:02:43 2012 New Revision: 232443 URL: http://svn.freebsd.org/changeset/base/232443 Log: Update to have make update pull from RELENG_8_3. Approved by: re (implicit) Modified: releng/8.3/Makefile.inc1 Modified: releng/8.3/Makefile.inc1

svn commit: r232444 - releng/8.3/release

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 07:04:45 2012 New Revision: 232444 URL: http://svn.freebsd.org/changeset/base/232444 Log: Update RELEASETAG and SVNBRANCH. Approved by: re (implicit) Modified: releng/8.3/release/Makefile Modified: releng/8.3/release/Makefile

svn commit: r232445 - releng/8.3/share/examples/cvsup

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 07:06:05 2012 New Revision: 232445 URL: http://svn.freebsd.org/changeset/base/232445 Log: Update the CVS branch tag. Approved by: re (implicit) Modified: releng/8.3/share/examples/cvsup/standard-supfile Modified:

svn commit: r232446 - releng/8.3/sys/sys

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 07:09:05 2012 New Revision: 232446 URL: http://svn.freebsd.org/changeset/base/232446 Log: Update __FreeBSD_version to 803000 to reflect releng/8.3 has been branched. Approved by: re (implicit) Modified: releng/8.3/sys/sys/param.h Modified:

svn commit: r232447 - releng/8.3/sys/conf

2012-03-02 Thread Ken Smith
Author: kensmith Date: Sat Mar 3 07:10:38 2012 New Revision: 232447 URL: http://svn.freebsd.org/changeset/base/232447 Log: We should be ready for 8.3-RC1. Approved by: re (implicit) Modified: releng/8.3/sys/conf/newvers.sh Modified: releng/8.3/sys/conf/newvers.sh

svn commit: r232546 - svnadmin/conf

2012-03-05 Thread Ken Smith
Author: kensmith Date: Mon Mar 5 14:04:12 2012 New Revision: 232546 URL: http://svn.freebsd.org/changeset/base/232546 Log: Release stable/8 from code freeze. Release activity for the 8.3-RELEASE release cycle will now be on releng/8.3. Approved by: core (implicit) Modified:

svn commit: r233180 - stable/8/release

2012-03-19 Thread Ken Smith
Author: kensmith Date: Mon Mar 19 13:19:02 2012 New Revision: 233180 URL: http://svn.freebsd.org/changeset/base/233180 Log: Bump the version of perl used as part of the release build from 5.10 to 5.12. Modified: stable/8/release/Makefile stable/8/release/Makefile.inc.docports Modified:

svn commit: r233182 - releng/8.3/release

2012-03-19 Thread Ken Smith
Author: kensmith Date: Mon Mar 19 13:48:05 2012 New Revision: 233182 URL: http://svn.freebsd.org/changeset/base/233182 Log: MFS (files not present in head) r233180: Bump the version of perl used as part of the release build from 5.10 to 5.12. Insta-MFS done so we can start 8.3-RC2

svn commit: r233183 - releng/8.3/sys/conf

2012-03-19 Thread Ken Smith
Author: kensmith Date: Mon Mar 19 13:51:38 2012 New Revision: 233183 URL: http://svn.freebsd.org/changeset/base/233183 Log: Ready for 8.3-RC2 builds. Approved by: re (implicit) Modified: releng/8.3/sys/conf/newvers.sh Modified: releng/8.3/sys/conf/newvers.sh

svn commit: r233211 - stable/8/sys/conf

2012-03-19 Thread Ken Smith
Author: kensmith Date: Mon Mar 19 22:20:47 2012 New Revision: 233211 URL: http://svn.freebsd.org/changeset/base/233211 Log: We seem to be having issues with a bug in the loader that causes it to estimate the program header size for the kernel wrong. It can result in the kernel build

svn commit: r233366 - releng/8.3/sys/conf

2012-03-23 Thread Ken Smith
Author: kensmith Date: Fri Mar 23 15:49:46 2012 New Revision: 233366 URL: http://svn.freebsd.org/changeset/base/233366 Log: MFS r233211 (problem not believed to effect head or stable/9): Implement a workaround for a bug in the linker's estimate for the program header size that can cause

svn commit: r233658 - stable/8/release/scripts

2012-03-29 Thread Ken Smith
Author: kensmith Date: Thu Mar 29 12:03:06 2012 New Revision: 233658 URL: http://svn.freebsd.org/changeset/base/233658 Log: Adjust for the set of packages that will ship with 8.3-RELEASE. At this point only the English documentation package fits on disc1. All of the documentation packages

svn commit: r233956 - releng/8.3/release/scripts

2012-04-06 Thread Ken Smith
Author: kensmith Date: Fri Apr 6 17:49:11 2012 New Revision: 233956 URL: http://svn.freebsd.org/changeset/base/233956 Log: MFS r233658: Update with the package set that will ship with 8.3-RELEASE. Reviewed by: portmgr, re Approved by: re (bz) Modified:

svn commit: r234020 - stable/8

2012-04-07 Thread Ken Smith
Author: kensmith Date: Sun Apr 8 05:03:46 2012 New Revision: 234020 URL: http://svn.freebsd.org/changeset/base/234020 Log: Guess at when we will be able to announce 8.3-RELEASE. Modified: stable/8/UPDATING Modified: stable/8/UPDATING

svn commit: r234021 - releng/8.3

2012-04-07 Thread Ken Smith
Author: kensmith Date: Sun Apr 8 05:07:40 2012 New Revision: 234021 URL: http://svn.freebsd.org/changeset/base/234021 Log: MFS r234020: Guess at when we will be able to announce 8.3-RELEASE. Approved by: re (implicit) Modified: releng/8.3/UPDATING (contents, props changed)

svn commit: r234022 - releng/8.3/sys/conf

2012-04-07 Thread Ken Smith
Author: kensmith Date: Sun Apr 8 05:09:40 2012 New Revision: 234022 URL: http://svn.freebsd.org/changeset/base/234022 Log: Ready for 8.3-RELEASE builds to start. Approved by: re (implicit) Modified: releng/8.3/sys/conf/newvers.sh Modified: releng/8.3/sys/conf/newvers.sh

svn commit: r234063 - release/8.3.0

2012-04-09 Thread Ken Smith
Author: kensmith Date: Mon Apr 9 16:18:55 2012 New Revision: 234063 URL: http://svn.freebsd.org/changeset/base/234063 Log: Copy releng/8.3 to release/8.3.0 as part of the 8.3-RELEASE build process. Approved by: re (implicit) Added: - copied from r234062, releng/8.3/ Directory

<    1   2   3   4