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
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: 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: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: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
=
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
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
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
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: 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: 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
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
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: 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: 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 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: 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: 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: 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: 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
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: 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/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: 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
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: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: 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: 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: 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: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 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
==
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
32 matches
Mail list logo