Re: svn commit: r241755 - head/lib/msun/src

2012-10-23 Thread Bruce Evans
On Mon, 22 Oct 2012, Warner Losh wrote: On Oct 22, 2012, at 7:40 AM, Steve Kargl wrote: ... BTW, besides bde's technical points, your change made our sources different from OpenBSD, NetBSD, and new project openlibm. Diffing against the other trees would become cluttered. BDE's technical

svn commit: r241922 - head/sys/netipsec

2012-10-23 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 23 08:22:01 2012 New Revision: 241922 URL: http://svn.freebsd.org/changeset/base/241922 Log: - Fix one more miss from r241913. - Add XXX comment about necessity of the entire block, that fixes up the IP header. Modified: head/sys/netipsec/ipsec_input.c

Re: svn commit: r241922 - head/sys/netipsec

2012-10-23 Thread Gleb Smirnoff
On Tue, Oct 23, 2012 at 08:22:02AM +, Gleb Smirnoff wrote: T Author: glebius T Date: Tue Oct 23 08:22:01 2012 T New Revision: 241922 T URL: http://svn.freebsd.org/changeset/base/241922 T T Log: T - Fix one more miss from r241913. T - Add XXX comment about necessity of the entire block, T

svn commit: r241923 - in head/sys: netinet netipsec

2012-10-23 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 23 08:33:13 2012 New Revision: 241923 URL: http://svn.freebsd.org/changeset/base/241923 Log: Do not reduce ip_len by size of IP header in the ip_input() before passing a packet to protocol input routines. For several protocols this mean that now protocol

Re: svn commit: r241823 - in head: . etc etc/atf etc/mtree lib lib/atf lib/atf/libatf-c lib/atf/libatf-c++ libexec libexec/atf libexec/atf/atf-check share share/atf share/doc share/doc/atf share/examp

2012-10-23 Thread Dimitry Andric
On 2012-10-22 16:58, Jan Beich wrote: Dimitry Andric d...@freebsd.org writes: On 2012-10-22 09:00, Jan Beich wrote: ... undefined reference to `std::__1::basic_ioschar, std::__1::char_traitschar ::clear(unsigned int)' clang++: error: linker command failed with exit code 1 (use -v to see

Re: svn commit: r241923 - in head/sys: netinet netipsec

2012-10-23 Thread Andre Oppermann
On 23.10.2012 10:33, Gleb Smirnoff wrote: Author: glebius Date: Tue Oct 23 08:33:13 2012 New Revision: 241923 URL: http://svn.freebsd.org/changeset/base/241923 Log: Do not reduce ip_len by size of IP header in the ip_input() before passing a packet to protocol input routines. For

Re: svn commit: r241923 - in head/sys: netinet netipsec

2012-10-23 Thread Gleb Smirnoff
On Tue, Oct 23, 2012 at 11:12:00AM +0200, Andre Oppermann wrote: A On 23.10.2012 10:33, Gleb Smirnoff wrote: A Author: glebius A Date: Tue Oct 23 08:33:13 2012 A New Revision: 241923 A URL: http://svn.freebsd.org/changeset/base/241923 A A Log: A Do not reduce ip_len by size of IP

svn commit: r241925 - head/sys/netinet

2012-10-23 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 23 10:29:31 2012 New Revision: 241925 URL: http://svn.freebsd.org/changeset/base/241925 Log: Simplify ip_stripoptions() reducing number of intermediate variables. Modified: head/sys/netinet/ip_options.c Modified: head/sys/netinet/ip_options.c

svn commit: r241926 - head/sys/netinet

2012-10-23 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 23 10:30:09 2012 New Revision: 241926 URL: http://svn.freebsd.org/changeset/base/241926 Log: Use ip_stripoptions() instead of handrolled version. Modified: head/sys/netinet/ip_icmp.c Modified: head/sys/netinet/ip_icmp.c

svn commit: r241927 - head

2012-10-23 Thread Konstantin Belousov
Author: kib Date: Tue Oct 23 12:03:32 2012 New Revision: 241927 URL: http://svn.freebsd.org/changeset/base/241927 Log: Add the VFS_UNLOCK_GIANT.9.gz hardlink to ObsoleteFiles list too. Noted by: pluknet Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r241928 - stable/9/usr.bin/make

2012-10-23 Thread John Baldwin
Author: jhb Date: Tue Oct 23 12:37:02 2012 New Revision: 241928 URL: http://svn.freebsd.org/changeset/base/241928 Log: MFC 228157: - Fix segmentation fault when running +command when run with -jX -n due to Compat_RunCommand() being called with `cmd' that is not on the node-commands

svn commit: r241929 - stable/9/share/mk

2012-10-23 Thread John Baldwin
Author: jhb Date: Tue Oct 23 12:37:44 2012 New Revision: 241929 URL: http://svn.freebsd.org/changeset/base/241929 Log: Update the make version required to use an empty command for CTFCONVERT_CMD to require the most recent MFC to 9. Modified: stable/9/share/mk/bsd.own.mk Modified:

svn commit: r241930 - stable/8/share/mk

2012-10-23 Thread John Baldwin
Author: jhb Date: Tue Oct 23 12:39:17 2012 New Revision: 241930 URL: http://svn.freebsd.org/changeset/base/241930 Log: Remove attempt to use an empty CTFCONVERT_CMD and always fall back to using a the null @: command if CTF is disabled. Modified: stable/8/share/mk/bsd.own.mk Modified:

svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Andre Oppermann
Author: andre Date: Tue Oct 23 14:19:44 2012 New Revision: 241931 URL: http://svn.freebsd.org/changeset/base/241931 Log: Replace the ill-named ZERO_COPY_SOCKET kernel option with two more appropriate named kernel options for the very distinct send and receive path. options

svn commit: r241932 - head/share/man/man9

2012-10-23 Thread Andre Oppermann
Author: andre Date: Tue Oct 23 14:25:37 2012 New Revision: 241932 URL: http://svn.freebsd.org/changeset/base/241932 Log: Update zero_copy(9) man page to note the renamed kernel options and to warn about unsafeness of COW based sends. Modified: head/share/man/man9/zero_copy.9 Modified:

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Gleb Smirnoff
On Tue, Oct 23, 2012 at 02:19:45PM +, Andre Oppermann wrote: A Author: andre A Date: Tue Oct 23 14:19:44 2012 A New Revision: 241931 A URL: http://svn.freebsd.org/changeset/base/241931 A A Log: A Replace the ill-named ZERO_COPY_SOCKET kernel option with two A more appropriate named kernel

svn commit: r241933 - head/sys/conf

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 14:58:24 2012 New Revision: 241933 URL: http://svn.freebsd.org/changeset/base/241933 Log: Start a clean-room implementation of files.mips. This is sufficient for SWARM64 and SWARM64_SMP to compile. Other kernels will be layered in. Modified:

svn commit: r241934 - head/games/fortune/datfiles

2012-10-23 Thread Eitan Adler
Author: eadler Date: Tue Oct 23 15:03:25 2012 New Revision: 241934 URL: http://svn.freebsd.org/changeset/base/241934 Log: Remove extra word: Submitted by: many Approved by: cperciva (implicit) MFC after:3 days Modified: head/games/fortune/datfiles/freebsd-tips Modified:

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Andre Oppermann
On 23.10.2012 16:42, Gleb Smirnoff wrote: On Tue, Oct 23, 2012 at 02:19:45PM +, Andre Oppermann wrote: A Author: andre A Date: Tue Oct 23 14:19:44 2012 A New Revision: 241931 A URL: http://svn.freebsd.org/changeset/base/241931 A A Log: A Replace the ill-named ZERO_COPY_SOCKET kernel option

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread David Chisnall
On 23 Oct 2012, at 16:05, Andre Oppermann wrote: For zero copy send we're trying to come up with a sendfile-like approach where the page is simply wired into kernel space. The application then is not allowed to touch it until the socket buffer has released it again. The main issue here is

svn commit: r241935 - stable/9/sys/cam

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:15:16 2012 New Revision: 241935 URL: http://svn.freebsd.org/changeset/base/241935 Log: MFC r241028: Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to make them enabled on HEAD by default. It is probably better to do single compare then

svn commit: r241936 - head/sys/conf

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 15:16:40 2012 New Revision: 241936 URL: http://svn.freebsd.org/changeset/base/241936 Log: Add support for syscons (we should consider moving most of this into files, another day). Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips

svn commit: r241937 - in stable/9/sys/cam: ata scsi

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:16:50 2012 New Revision: 241937 URL: http://svn.freebsd.org/changeset/base/241937 Log: MFC r241404: Remove 'periph == NULL' check from bunch of periph drivers. This condition can never be true as functions are called from single place and the checks just

svn commit: r241938 - stable/9/sys/cam

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:18:16 2012 New Revision: 241938 URL: http://svn.freebsd.org/changeset/base/241938 Log: MFC r241405: Really handle xpt_compile_path() error in xpt_bus_register() instead of print error message and probably crash just after it on NULL dereference. Modified:

svn commit: r241939 - stable/9/sys/cam/scsi

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:20:59 2012 New Revision: 241939 URL: http://svn.freebsd.org/changeset/base/241939 Log: MFC r241410: There are SCSI conditions that are not an errors. In those cases cderror() returns zero while request status is not CAM_REQ_CMP. That could cause partial

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Bryan Drewery
On 10/23/2012 10:05 AM, Andre Oppermann wrote: There shouldn't be any users. Zero copy send is broken and responsible for random kernel crashes. Zero copy receive isn't supported by any modern driver. Both are useless to dangerous. I enabled this a few weeks ago, not knowing it was

svn commit: r241940 - in stable/9/sys/cam: . ata scsi

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:22:11 2012 New Revision: 241940 URL: http://svn.freebsd.org/changeset/base/241940 Log: MFC r241455: Don't duplicate path/ccb allocation code, use existing functions. Modified: stable/9/sys/cam/ata/ata_xpt.c stable/9/sys/cam/cam_xpt.c

svn commit: r241941 - stable/9/sys/cam

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:25:19 2012 New Revision: 241941 URL: http://svn.freebsd.org/changeset/base/241941 Log: MFC r241456: Use separate malloc buckets for CAM devices, CCBs and paths. This will make it easier to track down the source of any use after free problems. Modified:

svn commit: r241942 - head/sys/mips/rt305x

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 15:25:48 2012 New Revision: 241942 URL: http://svn.freebsd.org/changeset/base/241942 Log: Add RT305x specific devices here. Modified: head/sys/mips/rt305x/files.rt305x Modified: head/sys/mips/rt305x/files.rt305x

svn commit: r241943 - in stable/9/sys/cam: . ata scsi

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:27:32 2012 New Revision: 241943 URL: http://svn.freebsd.org/changeset/base/241943 Log: MFC r241485: Protect xpt_getattr() calls with the SIM lock and assert that. Modified: stable/9/sys/cam/ata/ata_da.c stable/9/sys/cam/cam_xpt.c

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Andre Oppermann
On 23.10.2012 17:11, David Chisnall wrote: On 23 Oct 2012, at 16:05, Andre Oppermann wrote: For zero copy send we're trying to come up with a sendfile-like approach where the page is simply wired into kernel space. The application then is not allowed to touch it until the socket buffer has

svn commit: r241944 - stable/9/sys/cam

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:31:50 2012 New Revision: 241944 URL: http://svn.freebsd.org/changeset/base/241944 Log: MFC r241504: Fix XPT_DEBUG paths operations locking: - Extend the lock to cover xpt_path_release() for the new path. - While xpt_action() is called while holding right

svn commit: r241945 - stable/9/sys/cam/ctl

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:33:32 2012 New Revision: 241945 URL: http://svn.freebsd.org/changeset/base/241945 Log: MFC r241508: Extend SIM lock coverage during the bus registration process. Modified: stable/9/sys/cam/ctl/ctl_frontend_cam_sim.c Directory Properties: stable/9/sys/

svn commit: r241946 - head/sys/conf

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 15:33:40 2012 New Revision: 241946 URL: http://svn.freebsd.org/changeset/base/241946 Log: intr_machdep.c and trap.c can be replaced with ports' own versions, so remove the standard ones from here. Modified: head/sys/conf/files.mips Modified:

svn commit: r241947 - stable/9/sys/cam

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:34:51 2012 New Revision: 241947 URL: http://svn.freebsd.org/changeset/base/241947 Log: MFC r241509: Use xpt_create_path_unlocked() for initial debug path compilation because we are not holding respective SIM lock. Modified: stable/9/sys/cam/cam_xpt.c

svn commit: r241948 - stable/9/sys/cam

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:36:23 2012 New Revision: 241948 URL: http://svn.freebsd.org/changeset/base/241948 Log: MFC r241510: Don't exclude XPT SIM from locking in xpt_create_path_unlocked(). We don't want xpt periph, device, target or bus disappeared because of incorrect reference

svn commit: r241949 - stable/9/sys/cam

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:37:57 2012 New Revision: 241949 URL: http://svn.freebsd.org/changeset/base/241949 Log: MFC r241536: Add explicit check for not set time inside cam_periph_freeze_after_event(). System time is set later on boot process then initial bus scan by CAM. Until

svn commit: r241950 - stable/9/sys/geom/raid

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:46:02 2012 New Revision: 241950 URL: http://svn.freebsd.org/changeset/base/241950 Log: MFC r239175: Add missing FAILED event to g_raid_subdisk_event2str() to print it properly in debug messages. Modified: stable/9/sys/geom/raid/g_raid.c Directory

svn commit: r241951 - stable/9/sys/geom/raid

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 15:48:42 2012 New Revision: 241951 URL: http://svn.freebsd.org/changeset/base/241951 Log: MFC r241418: NULL-ify last previously used pointer instead of last possible pointer. This should be only a cosmetic change. Modified: stable/9/sys/geom/raid/md_promise.c

svn commit: r241952 - head/sys/cam/scsi

2012-10-23 Thread Alexander Motin
Author: mav Date: Tue Oct 23 16:03:00 2012 New Revision: 241952 URL: http://svn.freebsd.org/changeset/base/241952 Log: Remove two more 'periph == NULL' checks missed in r241404. This condition can never be true as functions are called from single place and the checks just pollute the code

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Gleb Smirnoff
On Tue, Oct 23, 2012 at 05:05:48PM +0200, Andre Oppermann wrote: A There shouldn't be any users. Zero copy send is broken and A responsible for random kernel crashes. Zero copy receive isn't A supported by any modern driver. Both are useless to dangerous. A A The main problem with

svn commit: r241953 - head/sys/conf

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 16:07:41 2012 New Revision: 241953 URL: http://svn.freebsd.org/changeset/base/241953 Log: Add in MD specific support for FDT. Need to refactor this a bit. Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips

svn commit: r241954 - head/sys/conf

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 16:12:17 2012 New Revision: 241954 URL: http://svn.freebsd.org/changeset/base/241954 Log: Add in the crypto support from the generic versions. Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Alan Cox
On 10/23/2012 11:05, Gleb Smirnoff wrote: On Tue, Oct 23, 2012 at 05:05:48PM +0200, Andre Oppermann wrote: A There shouldn't be any users. Zero copy send is broken and A responsible for random kernel crashes. Zero copy receive isn't A supported by any modern driver. Both are useless to

Re: svn commit: r241923 - in head/sys: netinet netipsec

2012-10-23 Thread Garrett Cooper
On Tue, Oct 23, 2012 at 3:16 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Tue, Oct 23, 2012 at 11:12:00AM +0200, Andre Oppermann wrote: A On 23.10.2012 10:33, Gleb Smirnoff wrote: A Author: glebius A Date: Tue Oct 23 08:33:13 2012 A New Revision: 241923 A URL:

svn commit: r241955 - head

2012-10-23 Thread Andre Oppermann
/malloc.conf.) 20121023: + The ZERO_COPY_SOCKET kernel option has been removed and + split into SOCKET_SEND_COW and SOCKET_RECV_PFLIP. + NB: SOCKET_SEND_COW uses the VM page based copy-on-write + mechanism which is not safe and may result in kernel crashes. + NB

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Andre Oppermann
On 23.10.2012 17:21, Bryan Drewery wrote: On 10/23/2012 10:05 AM, Andre Oppermann wrote: There shouldn't be any users. Zero copy send is broken and responsible for random kernel crashes. Zero copy receive isn't supported by any modern driver. Both are useless to dangerous. I enabled this a

Re: svn commit: r241931 - in head/sys: conf kern

2012-10-23 Thread Andre Oppermann
On 23.10.2012 18:05, Gleb Smirnoff wrote: On Tue, Oct 23, 2012 at 05:05:48PM +0200, Andre Oppermann wrote: A There shouldn't be any users. Zero copy send is broken and A responsible for random kernel crashes. Zero copy receive isn't A supported by any modern driver. Both are useless to

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-23 Thread Michael Tuexen
On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote: On Mon, 22 Oct 2012, Xin LI wrote: Log: Remove __P. This was a chance to remove style bugs in the prototypes. At least it didn't create so many new ones, unlike the original __P axing. It still enlarged about a hundred by changing from

svn commit: r241956 - svnadmin/conf

2012-10-23 Thread Xin LI
Author: delphij Date: Tue Oct 23 17:53:20 2012 New Revision: 241956 URL: http://svn.freebsd.org/changeset/base/241956 Log: Enhance Erwin Lansing (erwin@)'s commit bit collection to include src/. He will start by working on maintaining BIND in the base system and I will be walking him

Re: svn commit: r241625 - head/usr.sbin/cron/cron

2012-10-23 Thread Konstantin Belousov
On Mon, Oct 22, 2012 at 09:10:17AM -0700, Maxim Sobolev wrote: Guys, The latest version of the patch against current HEAD is available here: http://sobomax.sippysoft.com/cron.diff Any comments/suggestions are appreciated. This version should default to previous behaviour of waking up

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-23 Thread Bruce Evans
On Tue, 23 Oct 2012, Michael Tuexen wrote: On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote: On Mon, 22 Oct 2012, Xin LI wrote: Log: Remove __P. This was a chance to remove style bugs in the prototypes. At least it didn't create so many new ones, unlike the original __P axing. It still

svn commit: r241957 - in head/contrib/libstdc++: config/os/bsd/freebsd include/bits include/std

2012-10-23 Thread Dimitry Andric
Author: dim Date: Tue Oct 23 18:36:07 2012 New Revision: 241957 URL: http://svn.freebsd.org/changeset/base/241957 Log: Fix several clang warnings in libstdc++, which were exposed by the recent atf import. These changes are purely cosmetic, no functional change. MFC after:1 week

svn commit: r241958 - in head/contrib/atf: atf-report atf-run

2012-10-23 Thread Dimitry Andric
Author: dim Date: Tue Oct 23 18:38:04 2012 New Revision: 241958 URL: http://svn.freebsd.org/changeset/base/241958 Log: Fix two clang warnings in the recent atf import. These have also been sent upstream. Tested by:Garrett Cooper yaneg...@gmail.com Modified:

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-23 Thread Michael Tuexen
On Oct 23, 2012, at 8:28 PM, Bruce Evans wrote: On Tue, 23 Oct 2012, Michael Tuexen wrote: On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote: On Mon, 22 Oct 2012, Xin LI wrote: Log: Remove __P. This was a chance to remove style bugs in the prototypes. At least it didn't create so

svn commit: r241959 - in head/contrib/libstdc++: include/debug include/ext libsupc++ src

2012-10-23 Thread Dimitry Andric
Author: dim Date: Tue Oct 23 18:45:32 2012 New Revision: 241959 URL: http://svn.freebsd.org/changeset/base/241959 Log: Fix a number of other clang warnings in libstdc++, which could appear when building other C++ software with it. Also fix one actual bug in libsupc++, which was exposed by

svn commit: r241960 - in head/gnu/lib: libstdc++ libsupc++

2012-10-23 Thread Dimitry Andric
Author: dim Date: Tue Oct 23 18:57:20 2012 New Revision: 241960 URL: http://svn.freebsd.org/changeset/base/241960 Log: For building GNU libstdc++ and libsupc++, filter out libc++-specific and -std= flags above c++98 or gnu++98 from CXXFLAGS *after* including bsd.lib.mk, otherwise some

Re: svn commit: r241896 - in head: . cddl/contrib/opensolaris/lib/libzpool/common/sys share/man/man9 sys/cam/ctl sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens

2012-10-23 Thread Pawel Jakub Dawidek
On Mon, Oct 22, 2012 at 05:50:55PM +, Konstantin Belousov wrote: Author: kib Date: Mon Oct 22 17:50:54 2012 New Revision: 241896 URL: http://svn.freebsd.org/changeset/base/241896 Log: Remove the support for using non-mpsafe filesystem modules. In particular, do not lock Giant

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

2012-10-23 Thread John Baldwin
Author: jhb Date: Tue Oct 23 19:04:05 2012 New Revision: 241961 URL: http://svn.freebsd.org/changeset/base/241961 Log: Update the make version required to use an empty command for NORMAL_CTFCONVERT to require the most recent MFC to 9. Submitted by: Petr Lampa lampa fit vutbr cz

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

2012-10-23 Thread John Baldwin
Author: jhb Date: Tue Oct 23 19:04:49 2012 New Revision: 241962 URL: http://svn.freebsd.org/changeset/base/241962 Log: Remove attempt to use an empty NORMAL_CTFCONVERT and always fall back to using a the null @: command if CTF is disabled. Modified: stable/8/sys/conf/kern.pre.mk Modified:

svn commit: r241963 - svnadmin/conf

2012-10-23 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 23 19:15:24 2012 New Revision: 241963 URL: http://svn.freebsd.org/changeset/base/241963 Log: Add Simon J. Gerraty (sjg@) to the ranks of src committers. He has been the bmake maintainer for more than 10 years (i.e. longer than anyone cares to remember :-) and

Re: svn commit: r241962 - stable/8/sys/conf

2012-10-23 Thread Andrey Chernov
On 23.10.2012 23:04, John Baldwin wrote: Remove attempt to use an empty NORMAL_CTFCONVERT and always fall back to using a the null @: command if CTF is disabled. Thanks for merging. BTW, you can merge make change into branch 8 too and use complex check like that .elif (${MAKE_VERSION} =

svn commit: r241964 - in head/sys: conf mips/rt305x

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 19:17:43 2012 New Revision: 241964 URL: http://svn.freebsd.org/changeset/base/241964 Log: Turns out the nvram env was common, so move it back up to get PB92 working. Modified: head/sys/conf/files.mips head/sys/mips/rt305x/files.rt305x Modified:

svn commit: r241967 - svnadmin/conf

2012-10-23 Thread Marcel Moolenaar
Author: marcel Date: Tue Oct 23 19:47:07 2012 New Revision: 241967 URL: http://svn.freebsd.org/changeset/base/241967 Log: Add Simon J. Gerraty (sjg@) as new source committer, mentored by marcel. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

Re: svn commit: r241962 - stable/8/sys/conf

2012-10-23 Thread John Baldwin
On Tuesday, October 23, 2012 3:16:05 pm Andrey Chernov wrote: On 23.10.2012 23:04, John Baldwin wrote: Remove attempt to use an empty NORMAL_CTFCONVERT and always fall back to using a the null @: command if CTF is disabled. Thanks for merging. BTW, you can merge make change into branch

svn commit: r241969 - stable/8/share/mk

2012-10-23 Thread Brooks Davis
Author: brooks Date: Tue Oct 23 21:20:05 2012 New Revision: 241969 URL: http://svn.freebsd.org/changeset/base/241969 Log: MFC r228120: Allow NO_FOO to override WITH_FOO that could be specified in /etc/src.conf. This is required to override knobs (e.g. WITH_PROFILE) during buildworld

svn commit: r241970 - head/sys/mips/conf

2012-10-23 Thread Andrew Thompson
Author: thompsa Date: Tue Oct 23 22:58:25 2012 New Revision: 241970 URL: http://svn.freebsd.org/changeset/base/241970 Log: Fix spelling of NFSCL option. Modified: head/sys/mips/conf/AR71XX_BASE head/sys/mips/conf/AR724X_BASE Modified: head/sys/mips/conf/AR71XX_BASE

svn commit: r241971 - head/sys/conf

2012-10-23 Thread Andre Oppermann
Author: andre Date: Tue Oct 23 23:13:44 2012 New Revision: 241971 URL: http://svn.freebsd.org/changeset/base/241971 Log: Change the dependency of kern/uipc_cow.c from zero_copy_sockets to socket_send_cow. Missed in r241931. Submitted by: pluknet Modified: head/sys/conf/files

svn commit: r241972 - head/usr.bin/script

2012-10-23 Thread David E. O'Brien
Author: obrien Date: Tue Oct 23 23:36:29 2012 New Revision: 241972 URL: http://svn.freebsd.org/changeset/base/241972 Log: Don't include both sys/param.h sys/types.h. Modified: head/usr.bin/script/script.c Modified: head/usr.bin/script/script.c

svn commit: r241974 - in head: lib/libpmc sys/dev/hwpmc

2012-10-23 Thread Sean Bruno
Author: sbruno Date: Wed Oct 24 01:26:29 2012 New Revision: 241974 URL: http://svn.freebsd.org/changeset/base/241974 Log: Cleanup and rename some variables in libpmc and hwpmc. Submitted by: hiren panchasara hiren.panchas...@gmail.com Reviewed by: jimharris@ sbruno@ Obtained from:

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

2012-10-23 Thread Ken Smith
Author: kensmith Date: Wed Oct 24 01:42:46 2012 New Revision: 241975 URL: http://svn.freebsd.org/changeset/base/241975 Log: Add the release package directory for 9.1-RELEASE. Modified: head/usr.sbin/pkg_install/add/main.c Modified: head/usr.sbin/pkg_install/add/main.c

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

2012-10-23 Thread Ken Smith
Author: kensmith Date: Wed Oct 24 02:00:54 2012 New Revision: 241976 URL: http://svn.freebsd.org/changeset/base/241976 Log: MFC r241975: Add the release package directory for 9.1-RELEASE. Modified: stable/9/usr.sbin/pkg_install/add/main.c Directory Properties:

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

2012-10-23 Thread Ken Smith
Author: kensmith Date: Wed Oct 24 02:07:02 2012 New Revision: 241977 URL: http://svn.freebsd.org/changeset/base/241977 Log: MFC r241976: Add the release package directory for 9.1-RELEASE. Modified: stable/8/usr.sbin/pkg_install/add/main.c Directory Properties:

svn commit: r241978 - releng/9.1/usr.sbin/pkg_install/add

2012-10-23 Thread Ken Smith
Author: kensmith Date: Wed Oct 24 02:09:21 2012 New Revision: 241978 URL: http://svn.freebsd.org/changeset/base/241978 Log: MFC r241976: Add the release package directory for 9.1-RELEASE. Approved by: re (implicit) Modified: releng/9.1/usr.sbin/pkg_install/add/main.c Directory

svn commit: r241979 - releng/9.1/release

2012-10-23 Thread Ken Smith
Author: kensmith Date: Wed Oct 24 02:20:07 2012 New Revision: 241979 URL: http://svn.freebsd.org/changeset/base/241979 Log: Update for being on releng/9.1 (RELENG_9_1). Approved by: re (implicit) Modified: releng/9.1/release/Makefile.sysinstall Modified:

svn commit: r241980 - releng/9.1/share/examples/cvsup

2012-10-23 Thread Ken Smith
Author: kensmith Date: Wed Oct 24 02:21:39 2012 New Revision: 241980 URL: http://svn.freebsd.org/changeset/base/241980 Log: Update branch tag from RELENG_9 to RELENG_9_1. Approved by: re (implicit) Modified: releng/9.1/share/examples/cvsup/standard-supfile Modified:

svn commit: r241983 - head/sys/dev/bge

2012-10-23 Thread Pyun YongHyeon
Author: yongari Date: Wed Oct 24 05:00:56 2012 New Revision: 241983 URL: http://svn.freebsd.org/changeset/base/241983 Log: Do not hardcode phy address. Multi-port controllers use different phy address. Modified: head/sys/dev/bge/if_bge.c head/sys/dev/bge/if_bgereg.h Modified:

svn commit: r241984 - head/sys/dev/bge

2012-10-23 Thread Pyun YongHyeon
Author: yongari Date: Wed Oct 24 05:22:41 2012 New Revision: 241984 URL: http://svn.freebsd.org/changeset/base/241984 Log: Ethernet@WireSpeed is defined for 1000baseT adapter to establish a link at a lower speed so enabling it for fiber adapters is wrong. Fix the issue by setting

svn commit: r241985 - head/sys/dev/bge

2012-10-23 Thread Pyun YongHyeon
Author: yongari Date: Wed Oct 24 05:54:17 2012 New Revision: 241985 URL: http://svn.freebsd.org/changeset/base/241985 Log: For fast ethernet controllers, Ethernet@WireSpeed is not defined so explicitly set BGE_PHY_NO_WIRESPEED flag. Modified: head/sys/dev/bge/if_bge.c Modified: