Author: mm
Date: Fri Jun 29 06:41:19 2012
New Revision: 237747
URL: http://svn.freebsd.org/changeset/base/237747
Log:
MFC r237458:
Import Illumos revision 13736:9f1d48e1681f
2901 ZFS receive fails for exabyte sparse files
References:
https://www.illumos.org/issues/2901
Obtained f
Author: mm
Date: Fri Jun 29 06:41:03 2012
New Revision: 237746
URL: http://svn.freebsd.org/changeset/base/237746
Log:
MFC r237458:
Import Illumos revision 13736:9f1d48e1681f
2901 ZFS receive fails for exabyte sparse files
References:
https://www.illumos.org/issues/2901
Obtained f
Author: imp
Date: Fri Jun 29 06:05:44 2012
New Revision: 237744
URL: http://svn.freebsd.org/changeset/base/237744
Log:
Add PIOD, make at91sam9x25 a standard SoC, tweak some comments.
Modified:
head/sys/arm/at91/at91sam9x25.c
head/sys/arm/at91/at91sam9x25reg.h
head/sys/arm/at91/std.at91sam
Author: imp
Date: Fri Jun 29 06:06:19 2012
New Revision: 237745
URL: http://svn.freebsd.org/changeset/base/237745
Log:
Tweak comment.
Modified:
head/sys/arm/at91/at91_pmcvar.h
Modified: head/sys/arm/at91/at91_pmcvar.h
==
On Jun 28, 2012, at 6:10 AM, Warren Block wrote:
> Author: wblock (doc committer)
> Date: Thu Jun 28 13:10:36 2012
> New Revision: 237708
> URL: http://svn.freebsd.org/changeset/base/237708
>
> Log:
> MFC r237655:
>
> Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
> exi
Author: imp
Date: Fri Jun 29 04:49:50 2012
New Revision: 237743
URL: http://svn.freebsd.org/changeset/base/237743
Log:
Ooops, replaced the at91sam9g20 interrupt list with the at91sam9x25 ones.
Modified:
head/sys/arm/at91/at91sam9x25.c
Modified: head/sys/arm/at91/at91sam9x25.c
===
Author: imp
Date: Fri Jun 29 04:18:52 2012
New Revision: 237742
URL: http://svn.freebsd.org/changeset/base/237742
Log:
Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluation
board. Much work remains.
Added:
head/sys/arm/at91/at91sam9x25.c (contents, props changed)
head/sys/
Author: imp
Date: Fri Jun 29 04:13:31 2012
New Revision: 237741
URL: http://svn.freebsd.org/changeset/base/237741
Log:
All xscale ports are armeb, so mark it here. This should reduce universe
times a little.
Modified:
head/sys/arm/xscale/std.xscale
Modified: head/sys/arm/xscale/std.xscale
Author: scottl
Date: Fri Jun 29 03:37:23 2012
New Revision: 237740
URL: http://svn.freebsd.org/changeset/base/237740
Log:
Merge the firmware download functionality into camcontrol, as well as
several other minor code changes.
Obtained from:Netflix, Inc.
Added:
stable/9/sbin/cam
Author: pfg
Date: Fri Jun 29 03:03:42 2012
New Revision: 237739
URL: http://svn.freebsd.org/changeset/base/237739
Log:
MFC r237448:
Merge changes from upstream libedit.
Here we update most of the files to at least match the
version available in NetBSD's snapshot of 20091228. This
Author: pfg
Date: Fri Jun 29 03:01:38 2012
New Revision: 237738
URL: http://svn.freebsd.org/changeset/base/237738
Log:
MFC r237448:
Merge changes from upstream libedit.
Here we update most of the files to at least match the
version available in NetBSD's snapshot of 20091228. This
Author: rpaulo
Date: Fri Jun 29 01:55:20 2012
New Revision: 237737
URL: http://svn.freebsd.org/changeset/base/237737
Log:
The `end' symbol doesn't match the end of the kernel image because it's
relative to the start address (unless the start address is 0, which is
not the case).
This is cu
Author: bms
Date: Thu Jun 28 23:48:40 2012
New Revision: 237736
URL: http://svn.freebsd.org/changeset/base/237736
Log:
Kick the current-state report timer when a V1 group report would
be triggered.
Submitted by: rpaulo@
MFC after:3 days
Modified:
head/sys/netinet6/mld6.c
Modifie
Author: bms
Date: Thu Jun 28 23:45:37 2012
New Revision: 237735
URL: http://svn.freebsd.org/changeset/base/237735
Log:
Fix a typo in MLD query exponent processing.
Submitted by: rpaulo@
MFC after:3 days
Modified:
head/sys/netinet6/mld6.c
Modified: head/sys/netinet6/mld6.c
Author: bms
Date: Thu Jun 28 23:44:47 2012
New Revision: 237734
URL: http://svn.freebsd.org/changeset/base/237734
Log:
In MLDv2 general query processing, do not enforce the strict check
on query origins.
Submitted by: Gu Yong
MFC after:3 days
Modified:
head/sys/netinet6/mld6.c
M
On 2012/06/28 21:52, Kostik Belousov wrote:
On Thu, Jun 28, 2012 at 4:00 PM, David Xu wrote:
On 2012/6/28 16:49, David Xu wrote:
On 2012/6/28 15:53, Konstantin Belousov wrote:
On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote:
On 2012/6/28 10:32, Attilio Rao wrote:
2012/6/28, David X
Author: alc
Date: Thu Jun 28 22:03:59 2012
New Revision: 237733
URL: http://svn.freebsd.org/changeset/base/237733
Log:
Avoid some unnecessary PV list locking in pmap_enter().
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
=
On 2012-Apr-16 21:22:02 +, Jung-uk Kim wrote:
>Log:
> - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
> but GNU libc used it without checking its kernel version, e. g., Fedora 10.
Recent versions of flash are complaining about the lack of pipe2().
Do you have any
Author: jhb
Date: Thu Jun 28 21:24:56 2012
New Revision: 237732
URL: http://svn.freebsd.org/changeset/base/237732
Log:
MFC 228161,230774,230822,236415:
Add a new -e flag to pciconf(8)'s list mode to display PCI error details.
Currently this dumps the status of any error bits in the PCI statu
Author: jhb
Date: Thu Jun 28 21:24:09 2012
New Revision: 237731
URL: http://svn.freebsd.org/changeset/base/237731
Log:
MFC 228161,230774,230822,236415:
Add a new -e flag to pciconf(8)'s list mode to display PCI error details.
Currently this dumps the status of any error bits in the PCI statu
Author: ken
Date: Thu Jun 28 20:48:24 2012
New Revision: 237730
URL: http://svn.freebsd.org/changeset/base/237730
Log:
Now that the mps(4) driver is endian-safe, add it to the powerpc and
sparc64 GENERIC config files.
MFC after:3 days
Modified:
head/sys/powerpc/conf/GENERIC64
hea
Author: emaste
Date: Thu Jun 28 20:10:43 2012
New Revision: 237729
URL: http://svn.freebsd.org/changeset/base/237729
Log:
Fix ioctl type for compiling with clang
Modified:
head/tools/tools/netmap/bridge.c
head/tools/tools/netmap/pcap.c
Modified: head/tools/tools/netmap/bridge.c
===
Author: jhb
Date: Thu Jun 28 19:55:26 2012
New Revision: 237727
URL: http://svn.freebsd.org/changeset/base/237727
Log:
MFC 236405:
Remove unnecessary initializations. The BSS of boot2 is in fact
zero'd when boot2 begins execution by the _start() routine in btxcsu.S.
Modified:
stable/9/sy
Author: jhb
Date: Thu Jun 28 19:55:46 2012
New Revision: 237728
URL: http://svn.freebsd.org/changeset/base/237728
Log:
MFC 236405:
Remove unnecessary initializations. The BSS of boot2 is in fact
zero'd when boot2 begins execution by the _start() routine in btxcsu.S.
Modified:
stable/8/sy
Author: ken
Date: Thu Jun 28 19:39:30 2012
New Revision: 237726
URL: http://svn.freebsd.org/changeset/base/237726
Log:
Add a loader tunable, kern.cam.ctl.disable, that will disable
loading CTL. This may be useful in very low memory installations.
MFC after:3 days
Modified:
head/sy
Author: jhb
Date: Thu Jun 28 19:34:23 2012
New Revision: 237725
URL: http://svn.freebsd.org/changeset/base/237725
Log:
MFC 236404:
Extend VERBOSE_SYSINIT to also print out the name of variables passed
to SYSINIT routines if they can be resolved via symbol look up in DDB.
To avoid false pos
Author: jhb
Date: Thu Jun 28 18:52:40 2012
New Revision: 237722
URL: http://svn.freebsd.org/changeset/base/237722
Log:
MFC 235132:
Display dropped transmit packets in the daily network interface output.
Modified:
stable/8/etc/periodic/daily/420.status-network
Directory Properties:
stable/
Author: jhb
Date: Thu Jun 28 18:52:33 2012
New Revision: 237721
URL: http://svn.freebsd.org/changeset/base/237721
Log:
MFC 235132:
Display dropped transmit packets in the daily network interface output.
Modified:
stable/9/etc/periodic/daily/420.status-network
Directory Properties:
stable/
Author: jhb
Date: Thu Jun 28 18:38:50 2012
New Revision: 237720
URL: http://svn.freebsd.org/changeset/base/237720
Log:
MFC 234494:
Include the associated wait channel message for context switch ktrace
records. kdump supports both the old and new messages.
Modified:
stable/8/sys/kern/kern
Author: jhb
Date: Thu Jun 28 18:38:24 2012
New Revision: 237719
URL: http://svn.freebsd.org/changeset/base/237719
Log:
MFC 234494:
Include the associated wait channel message for context switch ktrace
records. kdump supports both the old and new messages.
Modified:
stable/9/sys/kern/kern
Author: mav
Date: Thu Jun 28 17:15:16 2012
New Revision: 237718
URL: http://svn.freebsd.org/changeset/base/237718
Log:
Fix millisecond to ticks conversion in drm_msleep().
On systems with HZ=100 it caused Intel eDP video output initialization
(and Xorg startup) to take several minutes ins
Author: kib
Date: Thu Jun 28 16:54:10 2012
New Revision: 237717
URL: http://svn.freebsd.org/changeset/base/237717
Log:
MFC r237366:
Fix unbounded-length malloc, controlled from usermode. The added check
is performed before exact size of the buffer is calculated, but the
buffer cannot have
Author: pfg
Date: Thu Jun 28 16:44:29 2012
New Revision: 237716
URL: http://svn.freebsd.org/changeset/base/237716
Log:
Safer fix for building with Clang.
error: format specifies type 'long long' but the argument
has type 'int64_t' (aka 'long')
Reported by: Ed Maste
Modified:
head
Author: tuexen
Date: Thu Jun 28 16:01:08 2012
New Revision: 237715
URL: http://svn.freebsd.org/changeset/base/237715
Log:
Pass the src and dst address of a received packet explicitly around.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_asconf.c
head/sys/netinet/sctp_asconf.h
hea
Author: pfg
Date: Thu Jun 28 15:38:14 2012
New Revision: 237714
URL: http://svn.freebsd.org/changeset/base/237714
Log:
Fix build with Clang.
error: format specifies type 'long long' but the argument
has type 'int64_t' (aka 'long')
Reported by: Ed Maste
Modified:
head/cddl/contrib
Author: kib
Date: Thu Jun 28 14:26:55 2012
New Revision: 237713
URL: http://svn.freebsd.org/changeset/base/237713
Log:
Fix unbounded-length malloc, controlled from usermode. The added check
is performed before exact size of the buffer is calculated, but the
buffer cannot have size greater th
Author: kib
Date: Thu Jun 28 14:13:45 2012
New Revision: 237712
URL: http://svn.freebsd.org/changeset/base/237712
Log:
MFC r237058:
Eliminate the static buffer used to read the first page of the mapped
object, and eliminate the pread(2) call as well. Mmap the first
page of the object tempo
On Thu, Jun 28, 2012 at 4:00 PM, David Xu wrote:
> On 2012/6/28 16:49, David Xu wrote:
>>
>> On 2012/6/28 15:53, Konstantin Belousov wrote:
>>>
>>> On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote:
On 2012/6/28 10:32, Attilio Rao wrote:
>
> 2012/6/28, David Xu:
>>
>>>
Author: wblock (doc committer)
Date: Thu Jun 28 13:12:34 2012
New Revision: 237710
URL: http://svn.freebsd.org/changeset/base/237710
Log:
MFC r237655:
Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
exist until populated with csup(1) or svn(1).
PR: 169
Author: wblock (doc committer)
Date: Thu Jun 28 13:11:34 2012
New Revision: 237709
URL: http://svn.freebsd.org/changeset/base/237709
Log:
MFC r237655:
Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
exist until populated with csup(1) or svn(1).
PR: 169
Author: wblock (doc committer)
Date: Thu Jun 28 13:10:36 2012
New Revision: 237708
URL: http://svn.freebsd.org/changeset/base/237708
Log:
MFC r237655:
Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
exist until populated with csup(1) or svn(1).
PR: 169
Author: wblock (doc committer)
Date: Thu Jun 28 13:05:56 2012
New Revision: 237707
URL: http://svn.freebsd.org/changeset/base/237707
Log:
MFC r237620:
Use possessive "its", no apostrophe.
Modified:
stable/8/sbin/geom/class/raid/graid.8
Directory Properties:
stable/8/sbin/geom/class/rai
Author: wblock (doc committer)
Date: Thu Jun 28 13:04:55 2012
New Revision: 237706
URL: http://svn.freebsd.org/changeset/base/237706
Log:
MFC r237620:
Use possessive "its", no apostrophe.
Modified:
stable/9/sbin/geom/class/raid/graid.8
Directory Properties:
stable/9/sbin/geom/class/rai
On 2012/6/28 16:49, David Xu wrote:
On 2012/6/28 15:53, Konstantin Belousov wrote:
On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote:
On 2012/6/28 10:32, Attilio Rao wrote:
2012/6/28, David Xu:
On 2012/6/28 10:21, Attilio Rao wrote:
2012/6/28, David Xu:
On 2012/6/28 4:32, Konstantin
Author: fjoe
Date: Thu Jun 28 11:15:48 2012
New Revision: 237703
URL: http://svn.freebsd.org/changeset/base/237703
Log:
MFC: r237350, r237357
Add support for the following Moxa PCIe multiport serial boards:
- CP102E
- CP102EL
- CP114EL
- CP118EL-A
- CP168EL-A
Modified:
stable/9
Author: brueffer
Date: Thu Jun 28 10:21:25 2012
New Revision: 237701
URL: http://svn.freebsd.org/changeset/base/237701
Log:
Automatically generate hardware notes for bwn(4).
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/hardware/a
Author: brueffer
Date: Thu Jun 28 10:12:46 2012
New Revision: 237700
URL: http://svn.freebsd.org/changeset/base/237700
Log:
Automatically generate hardware notes for bxe(4).
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.sgml
head/release/doc/share/misc/dev.archlist.txt
Modifi
Author: issyl0 (doc committer)
Date: Thu Jun 28 10:05:45 2012
New Revision: 237699
URL: http://svn.freebsd.org/changeset/base/237699
Log:
Merge head revisions 237393, 237409:
Locale-specific man page edits:
- libc/string/strcoll.3
- libc/string/strstr.3
- libc/string/strxfr
Author: gabor
Date: Thu Jun 28 09:18:11 2012
New Revision: 237698
URL: http://svn.freebsd.org/changeset/base/237698
Log:
MFC 236028, 236185, 236972
- Add support for BSD iconv when it is built into libc
Modified:
stable/9/lib/libkiconv/Makefile
stable/9/lib/libkiconv/xlat16_iconv.c
Dir
On 2012/6/28 15:53, Konstantin Belousov wrote:
On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote:
On 2012/6/28 10:32, Attilio Rao wrote:
2012/6/28, David Xu:
On 2012/6/28 10:21, Attilio Rao wrote:
2012/6/28, David Xu:
On 2012/6/28 4:32, Konstantin Belousov wrote:
Author: kib
Date: We
Author: maxim
Date: Thu Jun 28 08:25:19 2012
New Revision: 237697
URL: http://svn.freebsd.org/changeset/base/237697
Log:
o Restore -u getopt(3) flag somehow killed in r234712.
PR: bin/169490
Submitted by: amdmi3
MFC after:2 weeks
Modified:
head/usr.sbin/jail/jail.c
Mo
alse' /etc/malloc.conf".)
+20120628:
+ The sort utility has been replaced with BSD sort. For now, GNU sort
+ is also available as "gnusort" or the default can be set back to
+ GNU sort by setting WITH_GNU_SORT. In this case, BSD sort will be
+ installed as &qu
On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote:
> On 2012/6/28 10:32, Attilio Rao wrote:
> >2012/6/28, David Xu:
> >>On 2012/6/28 10:21, Attilio Rao wrote:
> >>>2012/6/28, David Xu:
> On 2012/6/28 4:32, Konstantin Belousov wrote:
> >Author: kib
> >Date: Wed Jun 27 20:32:45 201
Author: imp
Date: Thu Jun 28 07:37:46 2012
New Revision: 237695
URL: http://svn.freebsd.org/changeset/base/237695
Log:
Turns out the emulators still need/want a_magic, so put it back here.
Modified:
head/sys/sys/imgact_aout.h
Modified: head/sys/sys/imgact_aout.h
=
Author: imp
Date: Thu Jun 28 07:33:43 2012
New Revision: 237694
URL: http://svn.freebsd.org/changeset/base/237694
Log:
Remove an old hack I noticed years ago, but never committed.
Modified:
head/sys/kern/imgact_aout.c
head/sys/kern/imgact_gzip.c
head/sys/sys/imgact_aout.h
Modified: head/
Author: imp
Date: Thu Jun 28 07:28:39 2012
New Revision: 237693
URL: http://svn.freebsd.org/changeset/base/237693
Log:
Document some MP assumptions for sio.
Submitted by: bde (years ago)
Modified:
head/sys/dev/sio/sio.c
Modified: head/sys/dev/sio/sio.c
==
Author: imp
Date: Thu Jun 28 07:26:44 2012
New Revision: 237692
URL: http://svn.freebsd.org/changeset/base/237692
Log:
Simplify resource activation a bit.
Modified:
head/sys/dev/pccard/pccard.c
head/sys/dev/pccard/pccardvarp.h
Modified: head/sys/dev/pccard/pccard.c
Author: delphij
Date: Thu Jun 28 07:08:48 2012
New Revision: 237691
URL: http://svn.freebsd.org/changeset/base/237691
Log:
MFC r237410: zlib 1.2.7.
Added:
stable/9/lib/libz/test/
- copied from r237677, head/lib/libz/test/
Deleted:
stable/9/lib/libz/example.c
stable/9/lib/libz/minigzi
Author: imp
Date: Thu Jun 28 07:01:48 2012
New Revision: 237689
URL: http://svn.freebsd.org/changeset/base/237689
Log:
Add a sysctl to set the cdrom timeout. Data recovery operations from
a CD or DVD drive with a damaged disc often benefit from a shorter
timeout. Also, when retries are set
59 matches
Mail list logo