Re: svn commit: r232181 - in head/sys: kern sys

2012-02-27 Thread Pawel Jakub Dawidek
On Sun, Feb 26, 2012 at 02:25:48PM +, Mikolaj Golub wrote: > Author: trociny > Date: Sun Feb 26 14:25:48 2012 > New Revision: 232181 > URL: http://svn.freebsd.org/changeset/base/232181 > > Log: > Add sysctl to retrieve or set umask of another process. "set umask of another process"? This se

Re: svn commit: r232181 - in head/sys: kern sys

2012-02-27 Thread Mikolaj Golub
On Mon, 27 Feb 2012 09:28:11 +0100 Pawel Jakub Dawidek wrote: PJD> On Sun, Feb 26, 2012 at 02:25:48PM +, Mikolaj Golub wrote: >> Author: trociny >> Date: Sun Feb 26 14:25:48 2012 >> New Revision: 232181 >> URL: http://svn.freebsd.org/changeset/base/232181 >> >> Log: >> Add sysctl t

svn commit: r232203 - head/sys/dev/sf

2012-02-27 Thread Kevin Lo
Author: kevlo Date: Mon Feb 27 08:55:32 2012 New Revision: 232203 URL: http://svn.freebsd.org/changeset/base/232203 Log: Remove duplicate assignment of SF_IMR_RXDQ2_DMADONE bit Modified: head/sys/dev/sf/if_sfreg.h Modified: head/sys/dev/sf/if_sfreg.h =

svn commit: r232204 - head/sys/dev/pcn

2012-02-27 Thread Kevin Lo
Author: kevlo Date: Mon Feb 27 08:57:02 2012 New Revision: 232204 URL: http://svn.freebsd.org/changeset/base/232204 Log: Fix logic error Modified: head/sys/dev/pcn/if_pcn.c Modified: head/sys/dev/pcn/if_pcn.c == ---

Re: svn commit: r232181 - in head/sys: kern sys

2012-02-27 Thread Pawel Jakub Dawidek
On Mon, Feb 27, 2012 at 10:49:59AM +0200, Mikolaj Golub wrote: > > On Mon, 27 Feb 2012 09:28:11 +0100 Pawel Jakub Dawidek wrote: > > PJD> On Sun, Feb 26, 2012 at 02:25:48PM +, Mikolaj Golub wrote: > >> Author: trociny > >> Date: Sun Feb 26 14:25:48 2012 > >> New Revision: 232181 > >> URL

Re: svn commit: r232181 - in head/sys: kern sys

2012-02-27 Thread Konstantin Belousov
On Mon, Feb 27, 2012 at 10:49:59AM +0200, Mikolaj Golub wrote: > > On Mon, 27 Feb 2012 09:28:11 +0100 Pawel Jakub Dawidek wrote: > > PJD> On Sun, Feb 26, 2012 at 02:25:48PM +, Mikolaj Golub wrote: > >> Author: trociny > >> Date: Sun Feb 26 14:25:48 2012 > >> New Revision: 232181 > >> URL

svn commit: r232207 - head/sys/kern

2012-02-27 Thread Alexander Motin
Author: mav Date: Mon Feb 27 10:31:54 2012 New Revision: 232207 URL: http://svn.freebsd.org/changeset/base/232207 Log: Rework CPU load balancing in SCHED_ULE: - In sched_pickcpu() be more careful taking previous CPU on SMT systems. Do it only if all other logical CPUs of that physical one a

svn commit: r232209 - in head: lib/libthr/thread sys/kern

2012-02-27 Thread David Xu
Author: davidxu Date: Mon Feb 27 13:38:52 2012 New Revision: 232209 URL: http://svn.freebsd.org/changeset/base/232209 Log: Follow changes made in revision 232144, pass absolute timeout to kernel, this eliminates a clock_gettime() syscall. Modified: head/lib/libthr/thread/thr_rwlock.c head

Re: svn commit: r232209 - in head: lib/libthr/thread sys/kern

2012-02-27 Thread Ivan Voras
On 27 February 2012 14:38, David Xu wrote: > Author: davidxu > Date: Mon Feb 27 13:38:52 2012 > New Revision: 232209 > URL: http://svn.freebsd.org/changeset/base/232209 > > Log: >  Follow changes made in revision 232144, pass absolute timeout to kernel, >  this eliminates a clock_gettime() syscall

svn commit: r232218 - head/sys/kern

2012-02-27 Thread John Baldwin
Author: jhb Date: Mon Feb 27 16:08:18 2012 New Revision: 232218 URL: http://svn.freebsd.org/changeset/base/232218 Log: Clear the a device's description string anytime it's driver changes. Descriptions are specific to drivers and we don't change drivers on attached devices. This fixes a few

svn commit: r232219 - head/sys/dev/mlx

2012-02-27 Thread Kevin Lo
Author: kevlo Date: Mon Feb 27 16:10:26 2012 New Revision: 232219 URL: http://svn.freebsd.org/changeset/base/232219 Log: Remove unused variable count. This variable is initialized but not used. Modified: head/sys/dev/mlx/mlx.c Modified: head/sys/dev/mlx/mlx.c ==

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

2012-02-27 Thread Alexey Dokuchaev
On Mon, Feb 27, 2012 at 04:08:18PM +, John Baldwin wrote: > Author: jhb > Date: Mon Feb 27 16:08:18 2012 > New Revision: 232218 > URL: http://svn.freebsd.org/changeset/base/232218 > > Log: > Clear the a device's description string anytime it's driver changes. > Descriptions are specific t

svn commit: r232225 - head/sys/dev/isci

2012-02-27 Thread Sean Bruno
Author: sbruno Date: Mon Feb 27 17:04:18 2012 New Revision: 232225 URL: http://svn.freebsd.org/changeset/base/232225 Log: Update PCI-IDs with devices found on Intel SDP Return BUS_PROBE_DEFAULT so that non-default drivers may be loaded Reviewed by: jharris@ Obtained from:Ya

svn commit: r232226 - head/sys/amd64/amd64

2012-02-27 Thread John Baldwin
Author: jhb Date: Mon Feb 27 17:28:22 2012 New Revision: 232226 URL: http://svn.freebsd.org/changeset/base/232226 Log: Update incorrect comment. Modified: head/sys/amd64/amd64/cpu_switch.S Modified: head/sys/amd64/amd64/cpu_switch.S ===

svn commit: r232227 - head/sys/amd64/include

2012-02-27 Thread John Baldwin
Author: jhb Date: Mon Feb 27 17:28:47 2012 New Revision: 232227 URL: http://svn.freebsd.org/changeset/base/232227 Log: Correct function prototype for read_rflags(). Modified: head/sys/amd64/include/cpufunc.h Modified: head/sys/amd64/include/cpufunc.h =

svn commit: r232228 - in head/sys: amd64/include i386/include

2012-02-27 Thread John Baldwin
Author: jhb Date: Mon Feb 27 17:29:37 2012 New Revision: 232228 URL: http://svn.freebsd.org/changeset/base/232228 Log: Resort the IDT_DTRACE_RET constant after it was changed to be less than IDT_SYSCALL. Modified: head/sys/amd64/include/segments.h head/sys/i386/include/segments.h Modifie

svn commit: r232230 - head/sys/i386/include

2012-02-27 Thread John Baldwin
Author: jhb Date: Mon Feb 27 17:30:21 2012 New Revision: 232230 URL: http://svn.freebsd.org/changeset/base/232230 Log: Remove completely duplicate '#ifdef XEN' section. Modified: head/sys/i386/include/apicvar.h Modified: head/sys/i386/include/apicvar.h ===

svn commit: r232231 - head/sys/i386/i386

2012-02-27 Thread John Baldwin
Author: jhb Date: Mon Feb 27 17:31:38 2012 New Revision: 232231 URL: http://svn.freebsd.org/changeset/base/232231 Log: MFamd64: Don't whine about interrupts being disabled for an NMI. Modified: head/sys/i386/i386/trap.c Modified: head/sys/i386/i386/trap.c

svn commit: r232232 - head/sys/x86/x86

2012-02-27 Thread John Baldwin
Author: jhb Date: Mon Feb 27 17:33:16 2012 New Revision: 232232 URL: http://svn.freebsd.org/changeset/base/232232 Log: - Panic up front if a kernel does not include 'device atpic' and an APIC is not found. - Don't panic if lapic_enable_cmc() is called and the APIC is not enabled. This

svn commit: r232233 - head/usr.bin/fstat

2012-02-27 Thread Sergey Kandaurov
Author: pluknet Date: Mon Feb 27 17:39:34 2012 New Revision: 232233 URL: http://svn.freebsd.org/changeset/base/232233 Log: Backout r230934 which didn't work with unix sockets and several filesystem layers mounted at the specified path. Pointy hat to:pluknet Modified: head/usr.b

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

2012-02-27 Thread John Baldwin
On Sunday, February 26, 2012 6:51:21 am Sergey Kandaurov wrote: > On 22 February 2012 19:05, Josh Paetzel wrote: > > Author: jpaetzel > > Date: Wed Feb 22 15:05:19 2012 > > New Revision: 231999 > > URL: http://svn.freebsd.org/changeset/base/231999 > > > > Log: > > Fix various typos and normalize

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

2012-02-27 Thread John Baldwin
On Monday, February 27, 2012 11:28:03 am Alexey Dokuchaev wrote: > On Mon, Feb 27, 2012 at 04:08:18PM +, John Baldwin wrote: > > Author: jhb > > Date: Mon Feb 27 16:08:18 2012 > > New Revision: 232218 > > URL: http://svn.freebsd.org/changeset/base/232218 > > > > Log: > > Clear the a device's

svn commit: r232237 - head/sys/sys

2012-02-27 Thread John Baldwin
Author: jhb Date: Mon Feb 27 18:28:31 2012 New Revision: 232237 URL: http://svn.freebsd.org/changeset/base/232237 Log: Typo. Modified: head/sys/sys/rman.h Modified: head/sys/sys/rman.h == --- head/sys/sys/rman.h Mon

svn commit: r232238 - in head: share/man/man4 sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/re sys/net tools/tools/netmap

2012-02-27 Thread Luigi Rizzo
Author: luigi Date: Mon Feb 27 19:05:01 2012 New Revision: 232238 URL: http://svn.freebsd.org/changeset/base/232238 Log: A bunch of netmap fixes: USERSPACE: 1. add support for devices with different number of rx and tx queues; 2. add better support for zero-copy operation, adding an

svn commit: r232239 - head/contrib/top

2012-02-27 Thread Konstantin Belousov
Author: kib Date: Mon Feb 27 20:52:20 2012 New Revision: 232239 URL: http://svn.freebsd.org/changeset/base/232239 Log: Fix a race in top non-interactive mode. Use plain sleep(3) call instead of arming timer and then pausing. If SIGALRM is delivered before pause(3) is entered, top hangs.

svn commit: r232240 - in head/sys: kern sys

2012-02-27 Thread Konstantin Belousov
Author: kib Date: Mon Feb 27 21:10:10 2012 New Revision: 232240 URL: http://svn.freebsd.org/changeset/base/232240 Log: Currently, the debugger attached to the process executing vfork() does not get syscall exit notification until the child performed exec of exit. Swap the order of doing ptr

Re: svn commit: r232238 - in head: share/man/man4 sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/re sys/net tools/tools/netmap

2012-02-27 Thread Ben Kaduk
On Mon, Feb 27, 2012 at 2:05 PM, Luigi Rizzo wrote: > Author: luigi > Date: Mon Feb 27 19:05:01 2012 > New Revision: 232238 > URL: http://svn.freebsd.org/changeset/base/232238 > > Log: >  A bunch of netmap fixes: > >  USERSPACE: >  1. add support for devices with different number of rx and tx queu

Re: svn commit: r232209 - in head: lib/libthr/thread sys/kern

2012-02-27 Thread David Xu
On 2012/2/27 22:29, Ivan Voras wrote: On 27 February 2012 14:38, David Xu wrote: Author: davidxu Date: Mon Feb 27 13:38:52 2012 New Revision: 232209 URL: http://svn.freebsd.org/changeset/base/232209 Log: Follow changes made in revision 232144, pass absolute timeout to kernel, this eliminat

svn commit: r232243 - head/share/man/man5

2012-02-27 Thread Glen Barber
Author: gjb (doc committer) Date: Tue Feb 28 03:11:02 2012 New Revision: 232243 URL: http://svn.freebsd.org/changeset/base/232243 Log: Fix a few rendering nits in rc.conf(5) with regards to mentioning jail_parallel_enable. Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/ma

svn commit: r232244 - head/sys/net80211

2012-02-27 Thread Adrian Chadd
Author: adrian Date: Tue Feb 28 04:05:35 2012 New Revision: 232244 URL: http://svn.freebsd.org/changeset/base/232244 Log: Track the number of bad beacons received. PR: kern/165517 Modified: head/sys/net80211/ieee80211_ioctl.h head/sys/net80211/ieee80211_sta.c Modified: head/

svn commit: r232245 - head/tools/tools/net80211/wlanstats

2012-02-27 Thread Adrian Chadd
Author: adrian Date: Tue Feb 28 04:06:42 2012 New Revision: 232245 URL: http://svn.freebsd.org/changeset/base/232245 Log: Add is_beacon_bad. PR: kern/165517 Modified: head/tools/tools/net80211/wlanstats/wlanstats.c Modified: head/tools/tools/net80211/wlanstats/wlanstats.c

svn commit: r232246 - in head/sys/dev: mii re

2012-02-27 Thread Pyun YongHyeon
Author: yongari Date: Tue Feb 28 05:23:29 2012 New Revision: 232246 URL: http://svn.freebsd.org/changeset/base/232246 Log: Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to extract a link status of PHY when parent driver is re(4). RGEPHY_MII_SSR register does not seem to report cor

Re: svn commit: r232239 - head/contrib/top

2012-02-27 Thread Andrey Zonov
On 28.02.2012 0:52, Konstantin Belousov wrote: Author: kib Date: Mon Feb 27 20:52:20 2012 New Revision: 232239 URL: http://svn.freebsd.org/changeset/base/232239 Log: Fix a race in top non-interactive mode. Use plain sleep(3) call instead of arming timer and then pausing. If SIGALRM is de

Re: svn commit: r232181 - in head/sys: kern sys

2012-02-27 Thread Julian Elischer
On 2/27/12 12:28 AM, Pawel Jakub Dawidek wrote: On Sun, Feb 26, 2012 at 02:25:48PM +, Mikolaj Golub wrote: Author: trociny Date: Sun Feb 26 14:25:48 2012 New Revision: 232181 URL: http://svn.freebsd.org/changeset/base/232181 Log: Add sysctl to retrieve or set umask of another process. "

Re: svn commit: r232181 - in head/sys: kern sys

2012-02-27 Thread Julian Elischer
On 2/27/12 1:29 AM, Konstantin Belousov wrote: On Mon, Feb 27, 2012 at 10:49:59AM +0200, Mikolaj Golub wrote: On Mon, 27 Feb 2012 09:28:11 +0100 Pawel Jakub Dawidek wrote: PJD> On Sun, Feb 26, 2012 at 02:25:48PM +, Mikolaj Golub wrote: >> Author: trociny >> Date: Sun Feb 26 14:25:4

Re: svn commit: r232238 - in head: share/man/man4 sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/re sys/net tools/tools/netmap

2012-02-27 Thread Luigi Rizzo
On Mon, Feb 27, 2012 at 07:05:45PM -0500, Ben Kaduk wrote: ... > > ?1. add support for devices with different number of rx and tx queues; > > > > ?2. add better support for zero-copy operation, adding an extra field > > ? ? to the netmap ring to indicate how many buffers we have already > > proces

Re: svn commit: r232181 - in head/sys: kern sys

2012-02-27 Thread Mikolaj Golub
On Mon, 27 Feb 2012 22:34:25 -0800 Julian Elischer wrote: JE> On 2/27/12 1:29 AM, Konstantin Belousov wrote: >> On Mon, Feb 27, 2012 at 10:49:59AM +0200, Mikolaj Golub wrote: >>> On Mon, 27 Feb 2012 09:28:11 +0100 Pawel Jakub Dawidek wrote: >>> >>> PJD> On Sun, Feb 26, 2012 at 02:25:48PM

svn commit: r232247 - in head: share/man/man5 usr.sbin/jail

2012-02-27 Thread Martin Matuska
Author: mm Date: Tue Feb 28 07:35:07 2012 New Revision: 232247 URL: http://svn.freebsd.org/changeset/base/232247 Log: mdoc(7) stype - start new sentences on new line MFC after:1 week Modified: head/share/man/man5/devfs.5 head/usr.sbin/jail/jail.8 Modified: head/share/man/man5/devf