On 2012/8/2 3:29, Bruce Evans wrote:
On Wed, 1 Aug 2012, Giovanni Trematerra wrote:
On Tue, Jul 31, 2012 at 10:21 AM, David Xu
wrote:
...
The old code broke some history semantic of FIFO pipe, you can try
the test
tool /usr/src/tools/regression/poll/pipepoll, try it before and
after my
com
Author: sbruno
Date: Thu Aug 2 00:00:34 2012
New Revision: 238981
URL: http://svn.freebsd.org/changeset/base/238981
Log:
CPU_NEXT() already handles wrapping around to the beginning. Also, in a
system with sparse CPU IDs, you can have a valid CPU ID > mp_ncpus (e.g. if
you have two CPUs 0 a
Author: avatar
Date: Wed Aug 1 23:05:57 2012
New Revision: 238980
URL: http://svn.freebsd.org/changeset/base/238980
Log:
Just like the other file systems found in /sys/fs, g_vfs_open()
should be paried with g_vfs_close(). Though g_vfs_close() is a wrapper
around g_wither_geom_close(), r2
On Wed, 1 Aug 2012, Giovanni Trematerra wrote:
On Tue, Jul 31, 2012 at 10:21 AM, David Xu wrote:
...
The old code broke some history semantic of FIFO pipe, you can try the test
tool /usr/src/tools/regression/poll/pipepoll, try it before and after my
commit, also compare the result with 8.3-STA
Author: gnn
Date: Wed Aug 1 19:27:12 2012
New Revision: 238979
URL: http://svn.freebsd.org/changeset/base/238979
Log:
When we return with an error we cannot unlock the mutex, because
it's been freed. Protect against that, hopefully unlikely, case.
Reviewed by: rpaulo
MFC after: 2 wee
On Wed, Aug 1, 2012 at 11:49 AM, Luigi Rizzo wrote:
> Author: luigi
> Date: Wed Aug 1 18:49:00 2012
> New Revision: 238977
> URL: http://svn.freebsd.org/changeset/base/238977
>
> Log:
> add a cast to avoid a signed/unsigned warning (to be removed
> when we will have TUNABLE_UINT constructors)
Author: luigi
Date: Wed Aug 1 18:52:07 2012
New Revision: 238978
URL: http://svn.freebsd.org/changeset/base/238978
Log:
replace inet_ntoa_r with the more standard inet_ntop().
As discussed on -current, inet_ntoa_r() is non standard,
has different arguments in userspace and kernel, and
alm
Author: luigi
Date: Wed Aug 1 18:49:00 2012
New Revision: 238977
URL: http://svn.freebsd.org/changeset/base/238977
Log:
add a cast to avoid a signed/unsigned warning (to be removed
when we will have TUNABLE_UINT constructors)
Modified:
head/sys/netinet/ipfw/ip_fw2.c
Modified: head/sys/net
On Tue, Jul 31, 2012 at 10:21 AM, David Xu wrote:
> On 2012/7/31 15:22, Giovanni Trematerra wrote:
>>
>> On Tue, Jul 31, 2012 at 7:48 AM, David Xu wrote:
>>>
>>> Author: davidxu
>>> Date: Tue Jul 31 05:48:35 2012
>>> New Revision: 238936
>>> URL: http://svn.freebsd.org/changeset/base/238936
>>>
>
Author: bdrewery (ports committer)
Date: Wed Aug 1 17:48:38 2012
New Revision: 238976
URL: http://svn.freebsd.org/changeset/base/238976
Log:
- Add myself to calendar.freebsd
- Add my mentor relationships to committers-ports.dot
Approved by: eadler (mentor)
Modified:
head/share/misc/c
Author: kib
Date: Wed Aug 1 17:34:43 2012
New Revision: 238975
URL: http://svn.freebsd.org/changeset/base/238975
Log:
Do a trivial reformatting of the comment, to record the proper commit
message for r238973:
Rdtsc instruction is not synchronized, it seems on some Intel cores it
can by
On Wed, Aug 01, 2012 at 05:26:22PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Aug 1 17:26:22 2012
> New Revision: 238973
> URL: http://svn.freebsd.org/changeset/base/238973
>
> Log:
> diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.c
> index c253a96..3d8bd30 100644
> --- a
Author: mav
Date: Wed Aug 1 17:31:31 2012
New Revision: 238974
URL: http://svn.freebsd.org/changeset/base/238974
Log:
Several fixes to allow firmware/BIOS flash access from user-level:
- remove special handling of zero length transfers in mpi_pre_fw_upload();
- add missing MPS_CM_FLAGS_DA
Author: kib
Date: Wed Aug 1 17:26:22 2012
New Revision: 238973
URL: http://svn.freebsd.org/changeset/base/238973
Log:
diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.c
index c253a96..3d8bd30 100644
--- a/sys/x86/x86/tsc.c
+++ b/sys/x86/x86/tsc.c
@@ -82,7 +82,11 @@ static void tsc_freq_
Author: kib
Date: Wed Aug 1 17:24:53 2012
New Revision: 238972
URL: http://svn.freebsd.org/changeset/base/238972
Log:
Add lfence().
MFC after:1 week
Modified:
head/sys/amd64/include/cpufunc.h
head/sys/i386/include/cpufunc.h
Modified: head/sys/amd64/include/cpufunc.h
=
Author: alc
Date: Wed Aug 1 16:04:13 2012
New Revision: 238970
URL: http://svn.freebsd.org/changeset/base/238970
Log:
Revise pmap_enter()'s handling of mapping updates that change the
PTE's PG_M and PG_RW bits but not the physical page frame. First,
only perform vm_page_dirty() on a manage
Author: mav
Date: Wed Aug 1 12:24:13 2012
New Revision: 238969
URL: http://svn.freebsd.org/changeset/base/238969
Log:
Fix kernel panic on `camcontrol reset` for specific target, caused by
uninitialized cm_targ in mpssas_action_resetdev().
Reviewed by: Desai, Kashyap
Sponsored by: iXs
On Wed, 1 Aug 2012 01:18:36 + (UTC)
Warner Losh wrote:
>> Author: imp
>> Date: Wed Aug 1 01:18:36 2012
>> New Revision: 238965
>> URL: http://svn.freebsd.org/changeset/base/238965
>>
>> Log:
>> Add the chip select glue.
>>
>> Modified:
>> head/sys/dev/spibus/spi.h
>> head/sys/dev/spi
on 01/08/2012 03:29 Ben Kaduk said the following:
> On Tue, Jul 31, 2012 at 8:18 PM, Adrian Chadd wrote:
>> --- head/sys/dev/ath/ath_rate/sample/sample.c Tue Jul 31 23:54:15 2012
>>(r238961)
>> +++ head/sys/dev/ath/ath_rate/sample/sample.c Wed Aug 1 00:18:02 2012
>>(r238962)
Author: des
Date: Wed Aug 1 09:10:21 2012
New Revision: 238968
URL: http://svn.freebsd.org/changeset/base/238968
Log:
Restore a piece of BSD history.
PR: 169127
Submitted by: Ruben de Groot
MFC after:1 week
Modified:
head/sbin/shutdown/shutdown.c
Modified: head/sbin/
Author: glebius
Date: Wed Aug 1 09:00:26 2012
New Revision: 238967
URL: http://svn.freebsd.org/changeset/base/238967
Log:
Some more whitespace cleanup.
Modified:
head/sys/net/if_llatbl.c
head/sys/netinet/if_ether.c
head/sys/netinet/in.c
head/sys/netinet6/in6.c
Modified: head/sys/net/i
21 matches
Mail list logo