Author: mm
Date: Tue Feb 8 08:44:08 2011
New Revision: 218429
URL: http://svn.freebsd.org/changeset/base/218429
Log:
MFC r218180 (= fixed r218169):
For the ZFS kernel module, change the type of clock_t to int64_t.
The clock_t type in OpenSolaris is long (int64_t on amd64).
On FreeBS
On Tue, Feb 08, 2011 at 12:16:36AM +, Matthew D Fleming wrote:
> Author: mdf
> Date: Tue Feb 8 00:16:36 2011
> New Revision: 218424
> URL: http://svn.freebsd.org/changeset/base/218424
>
> Log:
> Based on discussions on the svn-src mailing list, rework r218195:
>
>- entirely eliminate
Author: kib
Date: Tue Feb 8 09:25:32 2011
New Revision: 218430
URL: http://svn.freebsd.org/changeset/base/218430
Log:
MFC r218168:
Only process as much array elements as we find the sockets during
second phase of gc. Take linkage lock and recheck the eligibility
of the socket for gc, as
Author: kib
Date: Tue Feb 8 09:28:28 2011
New Revision: 218431
URL: http://svn.freebsd.org/changeset/base/218431
Log:
MFC r217946:
Add support for BIO_DELETE on swap-backed md(4).
Modified:
stable/8/sys/dev/md/md.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd6
Author: delphij
Date: Tue Feb 8 11:32:22 2011
New Revision: 218432
URL: http://svn.freebsd.org/changeset/base/218432
Log:
Don't consider ioctl returning error as a fatal error and move on to next
disk. When multiple devices are specified, a non-supporting ioctl will
cause diskinfo(8) to st
Author: delphij
Date: Tue Feb 8 11:48:37 2011
New Revision: 218433
URL: http://svn.freebsd.org/changeset/base/218433
Log:
MFC r216675:
Allow overriding pidfile and dumpfile.
PR: bin/153362
Submitted by: Joe Holden
Modified:
stable/8/usr.sbin/rtadvd/Makefile
stable/8/
Author: delphij
Date: Tue Feb 8 11:48:47 2011
New Revision: 218434
URL: http://svn.freebsd.org/changeset/base/218434
Log:
MFC r216675:
Allow overriding pidfile and dumpfile.
PR: bin/153362
Submitted by: Joe Holden
Modified:
stable/7/usr.sbin/rtadvd/Makefile
stable/7/
Author: adrian
Date: Tue Feb 8 12:49:01 2011
New Revision: 218436
URL: http://svn.freebsd.org/changeset/base/218436
Log:
There's apparently a bug with Merlin (AR9280) and later chipsets where
putting descriptors (not buffers) across a 4k page boundary can cause issues.
I've not seen it in p
Author: jhb
Date: Tue Feb 8 13:02:25 2011
New Revision: 218438
URL: http://svn.freebsd.org/changeset/base/218438
Log:
After reading a bitmap block for i-nodes or blocks, recheck the count of
free i-nodes or blocks to handle a race where another thread might have
allocated the last i-node or
Author: adrian
Date: Tue Feb 8 14:15:46 2011
New Revision: 218441
URL: http://svn.freebsd.org/changeset/base/218441
Log:
I missed this commit - enable 4k transaction support for the ar5416+ar9160.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
Modified: head/sys/dev/ath/ath_hal/a
On Tue, Feb 8, 2011 at 1:18 AM, Kostik Belousov wrote:
> On Tue, Feb 08, 2011 at 12:16:36AM +, Matthew D Fleming wrote:
>> Author: mdf
>> Date: Tue Feb 8 00:16:36 2011
>> New Revision: 218424
>> URL: http://svn.freebsd.org/changeset/base/218424
>>
>> Log:
>> Based on discussions on the svn-
Author: hrs
Date: Tue Feb 8 15:03:13 2011
New Revision: 218444
URL: http://svn.freebsd.org/changeset/base/218444
Log:
Add more relnotes items for 8.2R:
new sysctls: vm.kmem_map_size, vm.kmem_map_free,
GPT support improved,
ipfw0 interface panic due to multicast traffic i
Author: mm
Date: Tue Feb 8 15:05:47 2011
New Revision: 218445
URL: http://svn.freebsd.org/changeset/base/218445
Log:
MFC r218166:
Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures.
This fix was accidentially reverted with the 5.0.0 update in r215187.
PR:
Author: hrs
Date: Tue Feb 8 17:04:52 2011
New Revision: 218447
URL: http://svn.freebsd.org/changeset/base/218447
Log:
Add more relnotes items for 8.2R:
GENERIC now has KDB and KDB_TRACE by default,
vfs.ncsizefactor and vfs.ncnegfactor added,
opencrypto XTS-AES support,
Author: adrian
Date: Tue Feb 8 18:31:28 2011
New Revision: 218448
URL: http://svn.freebsd.org/changeset/base/218448
Log:
Commit some missing bits to the sample rate module to (more) correctly
calculate 802.11n packet duration.
This doesn't yet take into account HT40 packet durations as th
Author: adrian
Date: Tue Feb 8 20:16:43 2011
New Revision: 218453
URL: http://svn.freebsd.org/changeset/base/218453
Log:
net80211 really doesn't want A_MPDU to appear on non-11n station node mbufs.
Revert back to the previous method of doing it for where a node can be
identified and it's an
Author: kib
Date: Tue Feb 8 20:28:36 2011
New Revision: 218454
URL: http://svn.freebsd.org/changeset/base/218454
Log:
MFC r206903 (by imp):
Make this file more C++ friendly.
Approved by: imp
Found by: jkim
Modified:
stable/8/sys/sys/thr.h
Directory Properties:
stable/8/sys/
Author: hrs
Date: Tue Feb 8 20:39:03 2011
New Revision: 218455
URL: http://svn.freebsd.org/changeset/base/218455
Log:
Add more relnotes items for 8.2R:
[amd64] VM_KMEM_SIZE_SCALE=1 by default,
[amd64,i386] CPU topology detection for Intel CPUs improved,
bge(4) TXCSUM/RXC
Author: jhb
Date: Tue Feb 8 21:05:07 2011
New Revision: 218456
URL: http://svn.freebsd.org/changeset/base/218456
Log:
Properly close a socket for a TCP NFS client if the NFS server notices that
the client has disconnected while attempting to fetch a request. This
accidentally works most of
Author: marius
Date: Tue Feb 8 21:58:13 2011
New Revision: 218457
URL: http://svn.freebsd.org/changeset/base/218457
Log:
Take advantage of accessing the kernel TSB via ASI_ATOMIC_QUAD_LDD_PHYS
on SPARC64-V, too. Tested by: Michael Moll
Modified:
head/sys/sparc64/sparc64/pmap.c
Modified: h
Author: marius
Date: Tue Feb 8 22:08:00 2011
New Revision: 218458
URL: http://svn.freebsd.org/changeset/base/218458
Log:
MFC: r216961
Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended for
and switch sparc64 to use the first one for bus error filter handlers of
bridge
Author: marius
Date: Tue Feb 8 22:14:19 2011
New Revision: 218460
URL: http://svn.freebsd.org/changeset/base/218460
Log:
MFC: r216961
Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended for
and switch sparc64 to use the first one for bus error filter handlers of
bridge
Author: marcel
Date: Tue Feb 8 22:16:29 2011
New Revision: 218461
URL: http://svn.freebsd.org/changeset/base/218461
Log:
Improve the error interrupt handler. In particular, read the
error address on a decoding error to unlatch it and to allow
us to print a better diagnostics message. This a
Author: pjd
Date: Tue Feb 8 23:08:20 2011
New Revision: 218464
URL: http://svn.freebsd.org/changeset/base/218464
Log:
Unlink UNIX domain socket file only if:
1. The descriptor is the one we are listening on (not the one when we connect
as a client and not the one which is created on acce
Author: pjd
Date: Tue Feb 8 23:16:19 2011
New Revision: 218465
URL: http://svn.freebsd.org/changeset/base/218465
Log:
Explicitly include as suggested by getpid(2) and don't rely on
including what's needed.
MFC after:1 week
Modified:
head/sbin/hastd/proto_uds.c
Modified: head/sb
Author: jilles
Date: Tue Feb 8 23:18:06 2011
New Revision: 218466
URL: http://svn.freebsd.org/changeset/base/218466
Log:
sh: Import arithmetic expression code from dash.
New features:
* proper lazy evaluation of || and &&
* ?: ternary operator
* executable is considerably smaller (8K
Author: jilles
Date: Tue Feb 8 23:19:40 2011
New Revision: 218467
URL: http://svn.freebsd.org/changeset/base/218467
Log:
sh(1): Update description of arithmetic.
Modified:
head/bin/sh/sh.1
Modified: head/bin/sh/sh.1
===
Author: marius
Date: Tue Feb 8 23:21:35 2011
New Revision: 218468
URL: http://svn.freebsd.org/changeset/base/218468
Log:
Set td_kstack_pages for thread0.
Modified:
head/sys/sparc64/sparc64/machdep.c
Modified: head/sys/sparc64/sparc64/machdep.c
===
Author: jilles
Date: Tue Feb 8 23:23:55 2011
New Revision: 218469
URL: http://svn.freebsd.org/changeset/base/218469
Log:
sh: Add tests for new features in arithmetic.
Added:
head/tools/regression/bin/sh/expansion/arith10.0 (contents, props changed)
head/tools/regression/bin/sh/expansion/
Author: osa (ports committer)
Date: Wed Feb 9 05:30:38 2011
New Revision: 218471
URL: http://svn.freebsd.org/changeset/base/218471
Log:
Fix Paskha and Paskha-specific holidays.
Modified:
head/usr.bin/calendar/parsedata.c
Modified: head/usr.bin/calendar/parsedata.c
==
Author: osa (ports committer)
Date: Wed Feb 9 06:38:32 2011
New Revision: 218473
URL: http://svn.freebsd.org/changeset/base/218473
Log:
Always convert Paskha day from Julian (old) to Gregorian (new) style by
adding 13 days. Bug introduced in 1.13 revision.
Modified:
head/usr.bin/calendar/
31 matches
Mail list logo