Author: peter
Date: Sun Nov 4 06:35:08 2012
New Revision: 242548
URL: http://svn.freebsd.org/changeset/base/242548
Log:
MFC r242089: limit of 15 -> 63 logical volumes
Modified:
stable/9/sys/dev/ciss/cissvar.h
Modified: stable/9/sys/dev/ciss/cissvar.h
Author: wblock (doc committer)
Date: Sun Nov 4 03:19:07 2012
New Revision: 242546
URL: http://svn.freebsd.org/changeset/base/242546
Log:
Add an example showing the use of gnop(8) to skip over header data.
PR: kern/145999
Reviewed by: mjg
MFC after:1 week
Modified:
hea
Author: eadler
Date: Sun Nov 4 01:21:49 2012
New Revision: 242544
URL: http://svn.freebsd.org/changeset/base/242544
Log:
MFC r241844:
remove duplicate semicolons where possible.
Approved by: cperciva (implicit)
Modified:
stable/9/lib/libc/net/ip6opt.c
stable/9/lib/libdwarf/dw
Author: eadler
Date: Sun Nov 4 01:20:57 2012
New Revision: 242543
URL: http://svn.freebsd.org/changeset/base/242543
Log:
MFC r241844:
remove duplicate semicolons where possible.
Approved by: cperciva (implicit)
Modified:
stable/8/lib/libc/net/ip6opt.c
stable/8/lib/libdwarf/dw
Author: eadler
Date: Sun Nov 4 01:20:00 2012
New Revision: 242542
URL: http://svn.freebsd.org/changeset/base/242542
Log:
MFC r241844:
remove duplicate semicolons where possible.
Approved by: cperciva (implicit)
Modified:
stable/7/lib/libc/net/ip6opt.c
stable/7/lib/libdwarf/dw
Author: bapt
Date: Sun Nov 4 01:00:35 2012
New Revision: 242541
URL: http://svn.freebsd.org/changeset/base/242541
Log:
Change default prompt to show ~ again for the home directory
Submitted by: flo
Approved by: eadler
Modified:
head/etc/root/dot.cshrc
head/share/skel/dot.cshrc
Mod
Author: adrian
Date: Sun Nov 4 00:46:01 2012
New Revision: 242540
URL: http://svn.freebsd.org/changeset/base/242540
Log:
Oops - conditionalise that.
Modified:
head/sys/dev/ath/if_ath_tx_edma.c
Modified: head/sys/dev/ath/if_ath_tx_edma.c
==
Author: eadler
Date: Sun Nov 4 00:30:42 2012
New Revision: 242539
URL: http://svn.freebsd.org/changeset/base/242539
Log:
MFC r242452:
The test fails with "exit 1" if /usr/games/fortune doesn't actually
exist. Fix that.
PR: conf/71994
Approved by: cperciva (imp
Author: eadler
Date: Sun Nov 4 00:30:42 2012
New Revision: 242538
URL: http://svn.freebsd.org/changeset/base/242538
Log:
MFC r242452:
The test fails with "exit 1" if /usr/games/fortune doesn't actually
exist. Fix that.
PR: conf/71994
Approved by: cperciva (imp
Author: eadler
Date: Sun Nov 4 00:30:42 2012
New Revision: 242537
URL: http://svn.freebsd.org/changeset/base/242537
Log:
MFC r242452:
The test fails with "exit 1" if /usr/games/fortune doesn't actually
exist. Fix that.
PR: conf/71994
Approved by: cperciva (imp
Author: attilio
Date: Sat Nov 3 23:32:32 2012
New Revision: 242536
URL: http://svn.freebsd.org/changeset/base/242536
Log:
Fix a bug where operations was carried on even if not implemented,
leading to handling of an invalid fdip object.
Reported and tested by: flo
MFC after:2
Author: alc
Date: Sat Nov 3 23:22:49 2012
New Revision: 242535
URL: http://svn.freebsd.org/changeset/base/242535
Log:
Replace all uses of the page queues lock by a R/W lock that is private
to this pmap.
Eliminate two redundant #include's.
Tested by:marcel
Modified:
head/sys/p
Author: attilio
Date: Sat Nov 3 23:03:14 2012
New Revision: 242534
URL: http://svn.freebsd.org/changeset/base/242534
Log:
Rework the known rwlock to benefit about staying on their own
cache line in order to avoid manual frobbing but using
struct rwlock_padalign.
Reviewed by: alc, jimh
Author: adrian
Date: Sat Nov 3 22:54:42 2012
New Revision: 242532
URL: http://svn.freebsd.org/changeset/base/242532
Log:
EDMA TX tweaks:
* don't poke ath_hal_txstart() if nothing was pushed into the FIFO during
the refill process;
* shuffle around the TX debugging output a little
Author: andrew
Date: Sat Nov 3 22:39:07 2012
New Revision: 242531
URL: http://svn.freebsd.org/changeset/base/242531
Log:
Merge the FDT versions of initarm.
The copies of initarm used on platforms with FDT support were almost
identical. The differences were pulled out into separate functi
Author: jilles
Date: Sat Nov 3 22:23:08 2012
New Revision: 242530
URL: http://svn.freebsd.org/changeset/base/242530
Log:
sh: Use C99 flexible array instead of accessing array beyond bounds.
Although sufficient memory is available for a longer string in cmdname,
this is undefined behaviou
Author: ed
Date: Sat Nov 3 22:21:37 2012
New Revision: 242529
URL: http://svn.freebsd.org/changeset/base/242529
Log:
Add tty_set_winsize().
This removes some of the signalling magic from the Syscons driver and
puts it in the TTY layer, where it belongs.
Modified:
head/sys/dev/syscons/
Author: adrian
Date: Sat Nov 3 22:13:42 2012
New Revision: 242528
URL: http://svn.freebsd.org/changeset/base/242528
Log:
For AR9380 NICs - the non-enterprise versions don't support RTS protection
of small (< 256 byte) aggregate frames.
This needs to be done or 11n aggregation TX just sim
Author: adrian
Date: Sat Nov 3 22:12:35 2012
New Revision: 242527
URL: http://svn.freebsd.org/changeset/base/242527
Log:
Add a new HAL call to extract out the HAL enterprise bits from the
AR9300 HAL.
Modified:
head/sys/dev/ath/if_ath.c
head/sys/dev/ath/if_athvar.h
Modified: head/sys/dev
Author: marcel
Date: Sat Nov 3 22:02:12 2012
New Revision: 242526
URL: http://svn.freebsd.org/changeset/base/242526
Log:
1. Have the APs initialize the TLB1 entries from what has been
programmed on the BSP during (early) boot. This makes sure
that the APs get configured the same as
Konstantin Belousov wrote
in <20121103211518.gh73...@kib.kiev.ua>:
ko> On Sun, Nov 04, 2012 at 01:08:18AM +0400, Gleb Smirnoff wrote:
ko> > On Sat, Nov 03, 2012 at 01:35:20PM -0700, Alfred Perlstein wrote:
ko> > A> Author: alfred
ko> > A> Date: Sat Nov 3 18:21:40 2012
ko> > A> New Revision: 24
Author: marcel
Date: Sat Nov 3 21:20:55 2012
New Revision: 242525
URL: http://svn.freebsd.org/changeset/base/242525
Log:
Add a MD_ROOT_FSTYPE kernel option. The option specifies the
file system part for the MD_ROOT mount string. Hardcoding the
the file system type as "ufs" is too restrictiv
On Sun, Nov 04, 2012 at 01:08:18AM +0400, Gleb Smirnoff wrote:
> On Sat, Nov 03, 2012 at 01:35:20PM -0700, Alfred Perlstein wrote:
> A> Author: alfred
> A> Date: Sat Nov 3 18:21:40 2012
> A> New Revision: 242520
> A> URL: http://svn.freebsd.org/changeset/base/242520
> A>
> A> Log:
> A> Retire M
Author: marcel
Date: Sat Nov 3 21:08:27 2012
New Revision: 242524
URL: http://svn.freebsd.org/changeset/base/242524
Log:
Add the bus attachment for the embedded EHCI HC.
Modified:
head/sys/conf/files.powerpc
Modified: head/sys/conf/files.powerpc
=
On Sat, Nov 03, 2012 at 01:35:20PM -0700, Alfred Perlstein wrote:
A> Author: alfred
A> Date: Sat Nov 3 18:21:40 2012
A> New Revision: 242520
A> URL: http://svn.freebsd.org/changeset/base/242520
A>
A> Log:
A> Retire MAXUSERS.
A>
A> Approved by: peter, meetBSD
This mechanical rename to meanin
Author: marcel
Date: Sat Nov 3 21:05:32 2012
New Revision: 242523
URL: http://svn.freebsd.org/changeset/base/242523
Log:
Allow using the embedded EHCI host controller in Freescale SoCs
by adding the missing bits. See ehci_fsl.c for their use.
Modified:
head/sys/dev/usb/controller/ehci.c
On Sat, Nov 3, 2012 at 1:35 PM, Alfred Perlstein wrote:
> Author: alfred
> Date: Sat Nov 3 18:21:40 2012
> New Revision: 242520
> URL: http://svn.freebsd.org/changeset/base/242520
>
> Log:
> Retire MAXUSERS.
>
> Approved by: peter, meetBSD
>
s/maxusers/maxbikesheds/g 0-o..?
Author: marcel
Date: Sat Nov 3 20:43:12 2012
New Revision: 242522
URL: http://svn.freebsd.org/changeset/base/242522
Log:
Add the buildLINT convenience target, handy for build automation.
The automation can set TARGET_ARCH and TARGET and then make various
top-level targets, including buildLI
On Sat, 2012-11-03 at 12:50 -0700, Xin Li wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 11/3/12 11:45 AM, Ian Lepore wrote:
> > On Sat, 2012-11-03 at 18:38 +, Xin LI wrote:
> >> Author: delphij Date: Sat Nov 3 18:38:28 2012 New Revision:
> >> 242519 URL: http://svn.freebsd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 11/3/12 11:45 AM, Ian Lepore wrote:
> On Sat, 2012-11-03 at 18:38 +, Xin LI wrote:
>> Author: delphij Date: Sat Nov 3 18:38:28 2012 New Revision:
>> 242519 URL: http://svn.freebsd.org/changeset/base/242519
>>
>> Log: Replace log(3) with flsl
Author: maxim
Date: Sat Nov 3 19:26:08 2012
New Revision: 242521
URL: http://svn.freebsd.org/changeset/base/242521
Log:
o DragonFly 2.3.1 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
I saw the thread that lead to the PR(hence my asking the question), but it
wasn't clear to me whether the submitter had tried any RAID configurations.
In any case, I have access to a box in my test lab with a multi-TB RAID
array on an mfi controller, and I've confirmed that the bug does not
exhibi
Author: mckusick
Date: Sat Nov 3 18:55:55 2012
New Revision: 242520
URL: http://svn.freebsd.org/changeset/base/242520
Log:
When a file is first being written, the dynamic block reallocation
(implemented by ffs_reallocblks_ufs[12]) relocates the file's blocks
so as to cluster them together i
On Sat, 2012-11-03 at 18:38 +, Xin LI wrote:
> Author: delphij
> Date: Sat Nov 3 18:38:28 2012
> New Revision: 242519
> URL: http://svn.freebsd.org/changeset/base/242519
>
> Log:
> Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.
>
> MFC after: 2 weeks
>
> Modi
Author: delphij
Date: Sat Nov 3 18:38:28 2012
New Revision: 242519
URL: http://svn.freebsd.org/changeset/base/242519
Log:
Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.
MFC after:2 weeks
Modified:
head/usr.sbin/watchdogd/Makefile
head/usr.sbin/watchdogd/wa
On Sat, Nov 3, 2012 at 11:23 AM, Ryan Stone wrote:
> Does this apply to only to JBOD, or are RAID arrays > 2TB also affected?
The commit message didn't spell it out, but the PR is titled:
">Synopsis: mfi corrupts JBOD disks >2TB due to LBA overflow"
--
Peter Wemm - pe...@wemm.org; pe...@
Does this apply to only to JBOD, or are RAID arrays > 2TB also affected?
On Fri, Nov 2, 2012 at 6:07 PM, Xin LI wrote:
> Author: delphij
> Date: Fri Nov 2 22:07:45 2012
> New Revision: 242497
> URL: http://svn.freebsd.org/changeset/base/242497
>
> Log:
> Copy code from scsi_read_write() as m
Author: grehan
Date: Sat Nov 3 18:21:32 2012
New Revision: 242518
URL: http://svn.freebsd.org/changeset/base/242518
Log:
Welcome Bryan Venteicher to the ranks of src committers.
Bryan will be continuing work on the virtio drivers and
infrastructure that he contributed to FreeBSD, and will
FWIW, I also have a fix for this and use the same function for
mfi_tbolt.c. It also has a bunch of other fixes. However, I need
to merge up to this code. It could use some testing on various cards
etc.
Thanks,
Doug A.
On Fri, Nov 02, 2012 at 10:07:45PM +, Xin LI wrote:
| Author: delphij
|
Author: davide
Date: Sat Nov 3 16:06:14 2012
New Revision: 242516
URL: http://svn.freebsd.org/changeset/base/242516
Log:
MFC r242202:
The fields of struct timespec32 should be int32_t and not uint32_t.
Make this change.
Modified:
stable/9/sys/kern/kern_umtx.c
Directory Properties:
stab
Author: attilio
Date: Sat Nov 3 15:57:37 2012
New Revision: 242515
URL: http://svn.freebsd.org/changeset/base/242515
Log:
Merge r242395,242483 from mutex implementation:
give rwlock(9) the ability to crunch different type of structures, with
the only constraint that they have a lock cookie
Author: eadler
Date: Sat Nov 3 14:46:15 2012
New Revision: 242514
URL: http://svn.freebsd.org/changeset/base/242514
Log:
Revert the change that makes less default.
Since I've committed this I've receieved roughly an equal
amount of email thanking me for making this change
and asking me
Author: tuexen
Date: Sat Nov 3 13:22:25 2012
New Revision: 242512
URL: http://svn.freebsd.org/changeset/base/242512
Log:
Fix errno in a couple of error cases.
MFC after: 3 days
Modified:
head/lib/libc/net/sctp_sys_calls.c
Modified: head/lib/libc/net/sctp_sys_calls.c
===
Author: jh
Date: Sat Nov 3 09:18:37 2012
New Revision: 242511
URL: http://svn.freebsd.org/changeset/base/242511
Log:
Print a newline after the error message.
PR: bin/168447
Submitted by: Boris Kochergin
Modified:
head/sbin/fsck_msdosfs/check.c
Modified: head/sbin/fsck_msdos
44 matches
Mail list logo