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
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
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
=
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
==
---
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
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
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
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
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
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
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
==
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
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
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
===
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
=
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
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
===
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
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
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
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
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
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
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
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.
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
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
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
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
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/
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
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
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
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.
"
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
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
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
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
38 matches
Mail list logo