Re: svn commit: r249408 - head/sys/kern

2013-04-12 Thread Jayachandran C.
On Sat, Apr 13, 2013 at 3:12 AM, Navdeep Parhar wrote: > This prevents my system from booting up properly. Backing out this > change restores normal operation. > > The symptoms are that the kernel doesn't find the root fs itself but > waits at the mountroot> prompt instead. I'm able to specify

svn commit: r249435 - head/sys/amd64/vmm

2013-04-12 Thread Neel Natu
Author: neel Date: Sat Apr 13 05:11:21 2013 New Revision: 249435 URL: http://svnweb.freebsd.org/changeset/base/249435 Log: Use the MAKEDEV_CHECKNAME flag to check for an invalid device name and return an error instead of panicking. Obtained from:NetApp Modified: head/sys/amd64/

Re: svn commit: r249428 - head/sys/dev/hwpmc

2013-04-12 Thread poyopoyo
At Fri, 12 Apr 2013 20:43:14 + (UTC), Ryan Stone wrote: > Cosmetic change: make a comment reference Sandy Bridge *Xeon* .. > #define IAP_F_SBX (1 << 8)/* CPU: Sandy Bridge Xeon */ > -#define IAP_F_IBX (1 << 9)/* CPU: Ivy Bridge */ > +#define IAP_F_I

svn commit: r249434 - svnadmin/conf

2013-04-12 Thread Sean Bruno
Author: sbruno Date: Sat Apr 13 02:15:59 2013 New Revision: 249434 URL: http://svnweb.freebsd.org/changeset/base/249434 Log: Document the mentee/mentor relationship: hiren/sbruno Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r249433 - svnadmin/conf

2013-04-12 Thread Sean Bruno
Author: sbruno Date: Sat Apr 13 01:46:40 2013 New Revision: 249433 URL: http://svnweb.freebsd.org/changeset/base/249433 Log: Please welcome a new Yahoo! commiter, Hiren Panchasara. He has been slaving away on hwpmc(4) for us and I am tired of doing his commits! I will be his official

Re: svn commit: r249432 - head/sys/conf

2013-04-12 Thread Jim Harris
On Fri, Apr 12, 2013 at 4:10 PM, Jung-uk Kim wrote: > Author: jkim > Date: Fri Apr 12 23:10:56 2013 > New Revision: 249432 > URL: http://svnweb.freebsd.org/changeset/base/249432 > > Log: > Unbreak tinderbox build after r249420. > > Modified: > head/sys/conf/files.amd64 > head/sys/conf/files

svn commit: r249432 - head/sys/conf

2013-04-12 Thread Jung-uk Kim
Author: jkim Date: Fri Apr 12 23:10:56 2013 New Revision: 249432 URL: http://svnweb.freebsd.org/changeset/base/249432 Log: Unbreak tinderbox build after r249420. Modified: head/sys/conf/files.amd64 head/sys/conf/files.i386 Modified: head/sys/conf/files.amd64 ===

Re: svn commit: r249431 - head/lib/libfetch

2013-04-12 Thread Dag-Erling Smørgrav
Baptiste Daroussin writes: > I don't see any MFC period here :), does that mean you don't plan to > MFC it? No, just that I forgot to mark it. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/m

Re: svn commit: r249431 - head/lib/libfetch

2013-04-12 Thread Baptiste Daroussin
On Fri, Apr 12, 2013 at 10:05:15PM +, Dag-Erling Smørgrav wrote: > Author: des > Date: Fri Apr 12 22:05:15 2013 > New Revision: 249431 > URL: http://svnweb.freebsd.org/changeset/base/249431 > > Log: > Use the CONNECT method to proxy HTTPS connections through HTTP proxies. > > PR:

svn commit: r249431 - head/lib/libfetch

2013-04-12 Thread Dag-Erling Smørgrav
Author: des Date: Fri Apr 12 22:05:15 2013 New Revision: 249431 URL: http://svnweb.freebsd.org/changeset/base/249431 Log: Use the CONNECT method to proxy HTTPS connections through HTTP proxies. PR: bin/80176 Submitted by: Yuichiro NAITO Modified: head/lib/libfetch/http.c Mo

Re: svn commit: r249408 - head/sys/kern

2013-04-12 Thread Navdeep Parhar
This prevents my system from booting up properly. Backing out this change restores normal operation. The symptoms are that the kernel doesn't find the root fs itself but waits at the mountroot> prompt instead. I'm able to specify the filesystem to use and then the boot proceeds as normal. Once

svn commit: r249430 - head/tools/tools/umastat

2013-04-12 Thread Sergey Kandaurov
Author: pluknet Date: Fri Apr 12 21:29:37 2013 New Revision: 249430 URL: http://svnweb.freebsd.org/changeset/base/249430 Log: Fix build. - pass a format string to printf - catch up with constifying uz_name MFC after:3 days Modified: head/tools/tools/umastat/umastat.c Modified: h

svn commit: r249428 - head/sys/dev/hwpmc

2013-04-12 Thread Ryan Stone
Author: rstone Date: Fri Apr 12 20:43:14 2013 New Revision: 249428 URL: http://svnweb.freebsd.org/changeset/base/249428 Log: Cosmetic change: make a comment reference Sandy Bridge *Xeon* Reviewed by: sbruno MFC after:1 week Modified: head/sys/dev/hwpmc/hwpmc_core.c Modified: head

svn commit: r249427 - head/sys/vm

2013-04-12 Thread Alan Cox
Author: alc Date: Fri Apr 12 20:21:28 2013 New Revision: 249427 URL: http://svnweb.freebsd.org/changeset/base/249427 Log: Although we perform path compression to reduce the height of the trie and the number of interior nodes, we always create a level zero interior node at the root of every n

svn commit: r249426 - in head/cddl/contrib/opensolaris: cmd/dtrace/test/tst/common/funcs cmd/dtrace/test/tst/common/pointers cmd/dtrace/test/tst/common/print cmd/dtrace/test/tst/common/safety cmd/d...

2013-04-12 Thread Pedro F. Giffuni
Author: pfg Date: Fri Apr 12 20:10:27 2013 New Revision: 249426 URL: http://svnweb.freebsd.org/changeset/base/249426 Log: Dtrace: resolve const types from fbt and other fixes. Merge change from illumos: 3519 DTrace fails to resolve const types from fbt 3520 dtrace internal error -- t

svn commit: r249425 - head/lib/libthr/thread

2013-04-12 Thread Jilles Tjoelker
Author: jilles Date: Fri Apr 12 19:47:32 2013 New Revision: 249425 URL: http://svnweb.freebsd.org/changeset/base/249425 Log: libthr: Remove _thr_rtld_fini(), unused since r245630. Modified: head/lib/libthr/thread/thr_private.h head/lib/libthr/thread/thr_rtld.c Modified: head/lib/libthr/thr

svn commit: r249424 - in stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-04-12 Thread Steven Hartland
Author: smh Date: Fri Apr 12 19:36:53 2013 New Revision: 249424 URL: http://svnweb.freebsd.org/changeset/base/249424 Log: MFC r243520, r243521: zfs: overhaul zfs-vfs glue for vnode life-cycle management Reviewed by: avg Approved by: avg (co-mentor) Modified: stable/8/sys/cddl/contri

svn commit: r249422 - in head: sbin/nvmecontrol sys/dev/nvme

2013-04-12 Thread Jim Harris
Author: jimharris Date: Fri Apr 12 17:56:47 2013 New Revision: 249422 URL: http://svnweb.freebsd.org/changeset/base/249422 Log: Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and replace them with the NVMe passthrough equivalent. Sponsored by: Intel Modified: h

svn commit: r249421 - head/sys/dev/nvme

2013-04-12 Thread Jim Harris
Author: jimharris Date: Fri Apr 12 17:52:17 2013 New Revision: 249421 URL: http://svnweb.freebsd.org/changeset/base/249421 Log: Add support for passthrough NVMe commands. This includes a new IOCTL to support a generic method for nvmecontrol(8) to pass IDENTIFY, GET_LOG_PAGE, GET_FEATURES

svn commit: r249420 - in head/sys: dev/nvme modules/nvme

2013-04-12 Thread Jim Harris
Author: jimharris Date: Fri Apr 12 17:48:45 2013 New Revision: 249420 URL: http://svnweb.freebsd.org/changeset/base/249420 Log: Move the busdma mapping functions to nvme_qpair.c. This removes nvme_uio.c completely. Sponsored by: Intel Deleted: head/sys/dev/nvme/nvme_uio.c Modified:

svn commit: r249419 - head/sys/dev/nvme

2013-04-12 Thread Jim Harris
Author: jimharris Date: Fri Apr 12 17:44:55 2013 New Revision: 249419 URL: http://svnweb.freebsd.org/changeset/base/249419 Log: Remove the NVMe-specific physio and associated routines. These were added early on for benchmarking purposes to avoid the mapped I/O penalties incurred in kern_p

svn commit: r249418 - head/sys/dev/nvme

2013-04-12 Thread Jim Harris
Author: jimharris Date: Fri Apr 12 17:41:24 2013 New Revision: 249418 URL: http://svnweb.freebsd.org/changeset/base/249418 Log: Add a mutex to each namespace, for general locking operations on the namespace. Sponsored by: Intel Modified: head/sys/dev/nvme/nvme_ns.c head/sys/dev/nvme/n

svn commit: r249417 - head/sys/dev/nvme

2013-04-12 Thread Jim Harris
Author: jimharris Date: Fri Apr 12 17:36:48 2013 New Revision: 249417 URL: http://svnweb.freebsd.org/changeset/base/249417 Log: Rename the controller's fail_req_lock, so that it can be used for other locking operations on the controller. Sponsored by: Intel Modified: head/sys/dev/nvme/

svn commit: r249416 - head/sys/dev/nvme

2013-04-12 Thread Jim Harris
Author: jimharris Date: Fri Apr 12 17:34:49 2013 New Revision: 249416 URL: http://svnweb.freebsd.org/changeset/base/249416 Log: Do not panic when a busdma mapping operation fails. Instead, print an error message and fail the associated command with DATA_TRANSFER_ERROR NVMe completion stat

svn commit: r249415 - in head/sys/mips: include mips

2013-04-12 Thread Jayachandran C.
Author: jchandra Date: Fri Apr 12 17:22:12 2013 New Revision: 249415 URL: http://svnweb.freebsd.org/changeset/base/249415 Log: Move MIPS_MAX_TLB_ENTRIES definition from cpuregs.h to tlb.c Having MIPS_MAX_TLB_ENTRIES defined to 128 is misleading, since it used to be 64 in older releases of

svn commit: r249414 - stable/9/sys/geom

2013-04-12 Thread Alexander Motin
Author: mav Date: Fri Apr 12 17:15:47 2013 New Revision: 249414 URL: http://svnweb.freebsd.org/changeset/base/249414 Log: MFC r249161: Following r241022, replace iteration over the provider list on media events by taking first one and asserting that there is no others. Modified: stable/9/

svn commit: r249413 - head/share/misc

2013-04-12 Thread Gavin Atkinson
Author: gavin Date: Fri Apr 12 17:01:07 2013 New Revision: 249413 URL: http://svnweb.freebsd.org/changeset/base/249413 Log: Add some more dates and relationships. Submitted by: jkoshy, gj, dfr Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

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

2013-04-12 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Apr 12 16:36:18 2013 New Revision: 249412 URL: http://svnweb.freebsd.org/changeset/base/249412 Log: Fix usage for soreceive(9) - uio must always be non-NULL. MFC after:1 week Modified: head/share/man/man9/socket.9 Modified: head/share/man/man9/socket.9 ==

svn commit: r249411 - head/sys/netinet

2013-04-12 Thread Andrey V. Elsukov
Author: ae Date: Fri Apr 12 16:29:15 2013 New Revision: 249411 URL: http://svnweb.freebsd.org/changeset/base/249411 Log: Reflect removing of the counter_u64_subtract() function in the macro. Modified: head/sys/netinet/ip_var.h Modified: head/sys/netinet/ip_var.h =

svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf

2013-04-12 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Apr 12 16:25:03 2013 New Revision: 249410 URL: http://svnweb.freebsd.org/changeset/base/249410 Log: Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE' and kern.cam.ctl.disable tunable; those were introduced as a workaround to make it possible to boot GENER

svn commit: r249409 - head/sys/mips/nlm/dev/net

2013-04-12 Thread Jayachandran C.
Author: jchandra Date: Fri Apr 12 16:03:22 2013 New Revision: 249409 URL: http://svnweb.freebsd.org/changeset/base/249409 Log: Fix incorrect KASSERTs in xlpge Fix for crash in Netlogic XLP network accelerator driver when invariants are enabled - use correct the condition for KASSERT. Mod

svn commit: r249408 - head/sys/kern

2013-04-12 Thread Jayachandran C.
Author: jchandra Date: Fri Apr 12 15:58:53 2013 New Revision: 249408 URL: http://svnweb.freebsd.org/changeset/base/249408 Log: Fix kenv behavior when there is no static environment In case where there are no static kernel environment entries, the function init_dynamic_kenv() adds an incor

svn commit: r249407 - in head: bin/sh tools/regression/bin/sh/execution

2013-04-12 Thread Jilles Tjoelker
Author: jilles Date: Fri Apr 12 15:19:35 2013 New Revision: 249407 URL: http://svnweb.freebsd.org/changeset/base/249407 Log: sh: Don't modify exit status when break/continue/return passes !. This matches what would happen if ! P were to be replaced with if P; then false; else true; fi.

Re: svn commit: r236750 - in stable/8: share/man/man4 sys/conf sys/dev/sound/pci/hda sys/modules/sound/driver/hda

2013-04-12 Thread Alexey Dokuchaev
On Mon, Apr 01, 2013 at 08:50:49AM +, Alexey Dokuchaev wrote: > On Thu, Mar 21, 2013 at 04:25:21PM +, Alexey Dokuchaev wrote: > > On Fri, Jun 08, 2012 at 12:35:44PM +, Alexander Motin wrote: > > > New Revision: 236750 > > > URL: http://svn.freebsd.org/changeset/base/236750 > > > > > >

svn commit: r249406 - head/usr.bin/at

2013-04-12 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Fri Apr 12 14:32:16 2013 New Revision: 249406 URL: http://svnweb.freebsd.org/changeset/base/249406 Log: - Do not bail out if stat(2) fails with ENOENT in the spool directory. This happens if another atrm process removes a job while we're scanning through

svn commit: r249405 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-04-12 Thread Steven Hartland
Author: smh Date: Fri Apr 12 14:23:21 2013 New Revision: 249405 URL: http://svnweb.freebsd.org/changeset/base/249405 Log: MFC r241628: zfs: make use of getnewvnode_reserve in zfs_mknode and zfs_zget Reviewed by: avg Approved by: avg (co-mentor) Modified: stable/8/sys/cddl/contrib/ope

svn commit: r249404 - head/usr.bin/at

2013-04-12 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Fri Apr 12 14:19:44 2013 New Revision: 249404 URL: http://svnweb.freebsd.org/changeset/base/249404 Log: - Switch order of setting real uid and gid. If we set uid first, then we don't have enough privileges to set gid. This looks like a long standin

svn commit: r249403 - head/sys/modules/ata/atacbus

2013-04-12 Thread Bjoern A. Zeeb
Author: bz Date: Fri Apr 12 13:56:21 2013 New Revision: 249403 URL: http://svnweb.freebsd.org/changeset/base/249403 Log: isa_if.h is indirectly included. Depend on it to unbreak pc98 builds. Modified: head/sys/modules/ata/atacbus/Makefile Modified: head/sys/modules/ata/atacbus/Makefile ===

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

2013-04-12 Thread Konstantin Belousov
Author: kib Date: Fri Apr 12 13:04:23 2013 New Revision: 249402 URL: http://svnweb.freebsd.org/changeset/base/249402 Log: MFC r249163: If filter of the interrupt event is not null, print it, in addition to the handler address. Add a mark to distinguish between filter and handler. Modifie

svn commit: r249401 - stable/9/lib/libc/gen

2013-04-12 Thread Jilles Tjoelker
Author: jilles Date: Fri Apr 12 11:37:24 2013 New Revision: 249401 URL: http://svnweb.freebsd.org/changeset/base/249401 Log: MFC r232385 by ru: Remove 3 syscalls from opendir(). Finally removed the stat() and fstat() calls from the opendir() code. They were made excessive in r205424 by op

Re: svn commit: r249334 - head/usr.bin/ctlstat

2013-04-12 Thread Bruce Evans
On Thu, 11 Apr 2013, Kenneth D. Merry wrote: On Thu, Apr 11, 2013 at 17:06:44 +1000, Bruce Evans wrote: ... It is now clear that this is still too verbose, since cur_secs and prev_secs are not used except to initialize etime. Simplifying this gives: etime = ctx->cur_time.tv_sec - ctx-

Re: svn commit: r249355 - head/lib/libkvm

2013-04-12 Thread Bruce Evans
On Thu, 11 Apr 2013, Juli Mallett wrote: On Thu, Apr 11, 2013 at 11:00 AM, Gleb Smirnoff wrote: Bruce, On Thu, Apr 11, 2013 at 09:07:25PM +1000, Bruce Evans wrote: B> Just routine avoidance of namespace pollution. This is easy in such a B> simple header. Sorry, with all respect, but I can

Re: svn commit: r249355 - head/lib/libkvm

2013-04-12 Thread Bruce Evans
On Thu, 11 Apr 2013, Gleb Smirnoff wrote: Juli, On Thu, Apr 11, 2013 at 11:05:28AM -0700, Juli Mallett wrote: J> > On Thu, Apr 11, 2013 at 09:07:25PM +1000, Bruce Evans wrote: J> > B> Just routine avoidance of namespace pollution. This is easy in such a J> > B> simple header. J> > J> > Sorry,

svn commit: r249400 - head/sys/netgraph/netflow

2013-04-12 Thread Gleb Smirnoff
Author: glebius Date: Fri Apr 12 08:52:19 2013 New Revision: 249400 URL: http://svnweb.freebsd.org/changeset/base/249400 Log: Attempt to clean up spacing and long lines. Modified: head/sys/netgraph/netflow/ng_netflow.h Modified: head/sys/netgraph/netflow/ng_netflow.h

Re: svn commit: r249355 - head/lib/libkvm

2013-04-12 Thread Bruce Evans
On Thu, 11 Apr 2013, Garrett Cooper wrote: On Apr 11, 2013, at 11:13 AM, Colin Percival wrote: On 04/11/13 00:59, Bruce Evans wrote: Log: Include types.h for C99 uintXX_t types. This adds namespace pollution that was carefully left out. ... and as a developer, I wish we left out such name

svn commit: r249399 - head/share/misc

2013-04-12 Thread Gavin Atkinson
Author: gavin Date: Fri Apr 12 08:39:18 2013 New Revision: 249399 URL: http://svnweb.freebsd.org/changeset/base/249399 Log: Update with several early mentor/mentee relationships and dates commit bits were granted. Relationships have been provided by the mentees, dates have been sourced from

svn commit: r249398 - head/sys/netinet6

2013-04-12 Thread Andrey V. Elsukov
Author: ae Date: Fri Apr 12 07:59:54 2013 New Revision: 249398 URL: http://svnweb.freebsd.org/changeset/base/249398 Log: Free memory after deleting an address policy entry. MFC after:1 week Modified: head/sys/netinet6/in6_src.c Modified: head/sys/netinet6/in6_src.c =