On Monday 04 February 2013 08:41:32 Andriy Gapon wrote:
> on 04/02/2013 02:37 Mark Johnston said the following:
> > On Sat, Feb 02, 2013 at 11:54:00AM +, Andriy Gapon wrote:
> >> Author: avg
> >> Date: Sat Feb 2 11:54:00 2013
> >> New Revision: 246245
> >> URL: http://svnweb.freebsd.org/change
Author: andrew
Date: Mon Feb 4 09:28:36 2013
New Revision: 246314
URL: http://svnweb.freebsd.org/changeset/base/246314
Log:
Allow the unwind functions int libgcc_s to interact correctly with libthr.
_Unwind_ForcedUnwind in libgcc_s takes as one of it's parameters a stop
function to tell
Author: andrew
Date: Mon Feb 4 09:34:25 2013
New Revision: 246315
URL: http://svnweb.freebsd.org/changeset/base/246315
Log:
Fix xdev by using the install shell script as it knows about the -l
argument thile the local version install may not.
Modified:
head/Makefile.inc1
Modified: head/Mak
Author: marius
Date: Mon Feb 4 09:35:48 2013
New Revision: 246316
URL: http://svnweb.freebsd.org/changeset/base/246316
Log:
Try to improve r242655 take III: move these SYSCTLs describing the kernel
map, which is defined and initialized in vm/vm_kern.c, to the latter.
Submitted by: alc
M
Author: andrew
Date: Mon Feb 4 09:42:12 2013
New Revision: 246317
URL: http://svnweb.freebsd.org/changeset/base/246317
Log:
Add #undef TARGET_DEFAULT back as it shouldn't have been removed in r245539
Modified:
head/contrib/gcc/config/arm/freebsd.h
Modified: head/contrib/gcc/config/arm/freeb
on 04/02/2013 10:27 Marko Zec said the following:
> On Monday 04 February 2013 08:41:32 Andriy Gapon wrote:
>> +/* Only ethernet interfaces are of interest. */
>> +if (ifp->if_type != IFT_ETHER)
>> +return;
>
>
> And what about IFT_FDDI, IFT_XETHER, IFT_ISO88025, IFT_L2VLAN, I
On 23 January 2013 22:34, John Baldwin wrote:
> Author: jhb
> Date: Wed Jan 23 18:34:21 2013
> New Revision: 245848
> URL: http://svnweb.freebsd.org/changeset/base/245848
>
> Log:
> Always update the hw.uart.console hint anytime a change is made to the
> comconsole setup. Previously the hint
Author: andrew
Date: Mon Feb 4 09:48:50 2013
New Revision: 246318
URL: http://svnweb.freebsd.org/changeset/base/246318
Log:
Use the STACKALIGN macro to alight the stack rather than with a magic mask.
Submitted by: Christoph Mallon
Modified:
head/sys/arm/arm/vm_machdep.c
Modified: head
On Monday 04 February 2013 10:42:31 Andriy Gapon wrote:
> on 04/02/2013 10:27 Marko Zec said the following:
> > On Monday 04 February 2013 08:41:32 Andriy Gapon wrote:
> >> + /* Only ethernet interfaces are of interest. */
> >> + if (ifp->if_type != IFT_ETHER)
> >> + return;
> >
> > And
Author: andrew
Date: Mon Feb 4 10:05:55 2013
New Revision: 246319
URL: http://svnweb.freebsd.org/changeset/base/246319
Log:
Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printf
format string expects. This is only an issue on ARM EABI where wint_t is
different to wchar_t.
on 04/02/2013 11:58 Marko Zec said the following:
> On Monday 04 February 2013 10:42:31 Andriy Gapon wrote:
>> on 04/02/2013 10:27 Marko Zec said the following:
>>> On Monday 04 February 2013 08:41:32 Andriy Gapon wrote:
+ /* Only ethernet interfaces are of interest. */
+ if (ifp->if_ty
On Mon, Feb 04, 2013 at 09:41:32AM +0200, Andriy Gapon wrote:
> on 04/02/2013 02:37 Mark Johnston said the following:
> > On Sat, Feb 02, 2013 at 11:54:00AM +, Andriy Gapon wrote:
> >> Author: avg
> >> Date: Sat Feb 2 11:54:00 2013
> >> New Revision: 246245
> >> URL: http://svnweb.freebsd.org/
Author: des
Date: Mon Feb 4 15:51:27 2013
New Revision: 246321
URL: http://svnweb.freebsd.org/changeset/base/246321
Log:
MFH (r244992): remove firewire from GENERIC
Modified:
stable/9/sys/amd64/conf/GENERIC
stable/9/sys/i386/conf/GENERIC
stable/9/sys/ia64/conf/GENERIC
stable/9/sys/pc98
Author: des
Date: Mon Feb 4 16:13:55 2013
New Revision: 246322
URL: http://svnweb.freebsd.org/changeset/base/246322
Log:
MFH (r228082): add missing documentation for WITH_LIBCPLUSPLUS
MFH (r228159): add missing documentation for WITH_CTF
Added:
stable/9/tools/build/options/WITH_CTF
-
Author: des
Date: Mon Feb 4 16:20:13 2013
New Revision: 246323
URL: http://svnweb.freebsd.org/changeset/base/246323
Log:
Regenerate
Modified:
stable/9/share/man/man5/src.conf.5
Modified: stable/9/share/man/man5/src.conf.5
=
Author: avg
Date: Mon Feb 4 17:29:13 2013
New Revision: 246324
URL: http://svnweb.freebsd.org/changeset/base/246324
Log:
ng_ether_ifnet_arrival_event: check interface type before using IFP2NG
The check is copied from vnet_ng_ether_init.
Not sure if it covers all the types that we want to
Author: sjg
Date: Mon Feb 4 17:41:17 2013
New Revision: 246325
URL: http://svnweb.freebsd.org/changeset/base/246325
Log:
Missed adding Makefile.config and unit-tests/Makefile should
allow FreeBSD make to do 'obj'.
Approved by: marcel (mentor)
Added:
head/usr.bin/bmake/Makefile.config
On Mon, 4 Feb 2013, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Mon Feb 4 15:51:27 2013
> New Revision: 246321
> URL: http://svnweb.freebsd.org/changeset/base/246321
>
> Log:
> MFH (r244992): remove firewire from GENERIC
Although I do think this merge is a good idea, I think that this de
Author: des
Date: Mon Feb 4 19:05:53 2013
New Revision: 246328
URL: http://svnweb.freebsd.org/changeset/base/246328
Log:
Sort by MK_* knob like the comment says
MFC after:1 week
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
Author: delphij
Date: Mon Feb 4 19:17:15 2013
New Revision: 246329
URL: http://svnweb.freebsd.org/changeset/base/246329
Log:
Use stripesize as smallest block size if it's available.
MFC after:2 weeks
Modified:
head/sbin/recoverdisk/recoverdisk.c
Modified: head/sbin/recoverdisk/reco
Gavin Atkinson writes:
> Although I do think this merge is a good idea, I think that this deserves
> an entry in UPDATING, as it is a stable branch.
Will do.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lis
On Sunday, February 03, 2013 4:57:39 am Andriy Gapon wrote:
> Author: avg
> Date: Sun Feb 3 09:57:39 2013
> New Revision: 246282
> URL: http://svnweb.freebsd.org/changeset/base/246282
>
> Log:
> allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)
>
> Only during very e
On Monday, February 04, 2013 4:43:36 am Sergey Kandaurov wrote:
> On 23 January 2013 22:34, John Baldwin wrote:
> > Author: jhb
> > Date: Wed Jan 23 18:34:21 2013
> > New Revision: 245848
> > URL: http://svnweb.freebsd.org/changeset/base/245848
> >
> > Log:
> > Always update the hw.uart.console
on 04/02/2013 21:29 John Baldwin said the following:
> On Sunday, February 03, 2013 4:57:39 am Andriy Gapon wrote:
>> Author: avg
>> Date: Sun Feb 3 09:57:39 2013
>> New Revision: 246282
>> URL: http://svnweb.freebsd.org/changeset/base/246282
>>
>> Log:
>> allow for large KTR_ENTRIES values by a
Author: avg
Date: Mon Feb 4 21:50:55 2013
New Revision: 246330
URL: http://svnweb.freebsd.org/changeset/base/246330
Log:
ktr: copy content from the early static buffer if KTR_ENTRIES !=
KTR_BOOT_ENTRIES
Reported by: glebius, jhb
Pointyhat to: avg
MFC after:14 days
X-MFC with:
Author: avg
Date: Mon Feb 4 21:58:57 2013
New Revision: 246331
URL: http://svnweb.freebsd.org/changeset/base/246331
Log:
ktr: prevent possible footshooting with KTR_ENTRIES and KTR_BOOT_ENTRIES
Suggested by: adrian
MFC after:14 days
X-MFC with: r246282
Modified:
head/sys/kern/
Author: yongari
Date: Tue Feb 5 00:37:45 2013
New Revision: 246341
URL: http://svnweb.freebsd.org/changeset/base/246341
Log:
Rework jumbo frame handling. QAC confirmed that the controller
requires 8 bytes alignment on RX buffer. Given that non-jumbo
frame works on any alignments I guess t
Author: ganbold (doc committer)
Date: Tue Feb 5 02:25:13 2013
New Revision: 246342
URL: http://svnweb.freebsd.org/changeset/base/246342
Log:
Add gpio driver and update dts and kernel config accordingly.
Approved by: gonzo@
Added:
head/sys/arm/allwinner/a10_gpio.c (contents, props chan
Author: pfg
Date: Tue Feb 5 02:57:59 2013
New Revision: 246346
URL: http://svnweb.freebsd.org/changeset/base/246346
Log:
crunchgen: Permit use of alternative linkers.
Submitted by: Pete Chou
MFC after:1 week
Modified:
head/usr.sbin/crunch/crunchgen/crunchgen.c
Modified: head/usr.
Author: pfg
Date: Tue Feb 5 03:01:04 2013
New Revision: 246347
URL: http://svnweb.freebsd.org/changeset/base/246347
Log:
ext2fs: Use EXT2_LINK_MAX instead of LINK_MAX
Submitted by: Christoph Mallon
MFC after:2 weeks
Modified:
head/sys/fs/ext2fs/ext2_vnops.c
Modified: head/sys/fs/
Author: pfg
Date: Tue Feb 5 03:08:56 2013
New Revision: 246348
URL: http://svnweb.freebsd.org/changeset/base/246348
Log:
ext2fs: Use nitems().
Submitted by: Christoph Mallon
MFC after:2 weeks
Modified:
head/sys/fs/ext2fs/ext2_lookup.c
Modified: head/sys/fs/ext2fs/ext2_lookup.c
==
Author: pfg
Date: Tue Feb 5 03:13:05 2013
New Revision: 246349
URL: http://svnweb.freebsd.org/changeset/base/246349
Log:
ext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().
Submitted by: Christoph Mallon
MFC after:2 weeks
Modified:
head/sys/fs/ext2fs/ext2_lookup.c
Modifie
Author: pfg
Date: Tue Feb 5 03:17:41 2013
New Revision: 246350
URL: http://svnweb.freebsd.org/changeset/base/246350
Log:
ext2fs: Remove useless rootino local variable.
Submitted by: Christoph Mallon
MFC after:2 weeks
Modified:
head/sys/fs/ext2fs/ext2_lookup.c
Modified: head/sys/f
Author: pfg
Date: Tue Feb 5 03:23:56 2013
New Revision: 246351
URL: http://svnweb.freebsd.org/changeset/base/246351
Log:
ext2fs: Remove unused em_e2fsb definition..
Submitted by: Christoph Mallon
MFC after:2 weeks
Modified:
head/sys/fs/ext2fs/ext2_mount.h
Modified: head/sys/fs/ex
Author: pfg
Date: Tue Feb 5 03:26:34 2013
New Revision: 246352
URL: http://svnweb.freebsd.org/changeset/base/246352
Log:
ext2fs: move assignment where it is not dead.
Submitted by: Christoph Mallon
MFC after:2 weeks
Modified:
head/sys/fs/ext2fs/ext2_lookup.c
Modified: head/sys/fs
Author: ganbold (doc committer)
Date: Tue Feb 5 04:13:34 2013
New Revision: 246353
URL: http://svnweb.freebsd.org/changeset/base/246353
Log:
Remove two dead assignments and
make use of sc more explicit and clear
Submitted by: Christoph Mallon
Approved by: gonzo@
Modified:
head/sys/a
Author: andrew
Date: Tue Feb 5 05:16:02 2013
New Revision: 246354
URL: http://svnweb.freebsd.org/changeset/base/246354
Log:
Build clang for little-endian arm by default. Due to size issues when built
with gcc disable CLANG_FULL for now.
Modified:
head/share/mk/bsd.own.mk
Modified: head/sh
On Sun, Feb 03, 2013 at 12:23:25PM +0200, Andriy Gapon wrote:
> on 02/02/2013 17:11 Alexey Dokuchaev said the following:
> > On Sat, Feb 02, 2013 at 12:51:22PM +, Alexey Dokuchaev wrote:
> >> On Sat, Feb 02, 2013 at 12:44:20PM +, Andriy Gapon wrote:
> >>> New Revision: 246251
> >>> URL: htt
On 4 February 2013 23:46, John Baldwin wrote:
> On Monday, February 04, 2013 4:43:36 am Sergey Kandaurov wrote:
>> On 23 January 2013 22:34, John Baldwin wrote:
>> > Author: jhb
>> > Date: Wed Jan 23 18:34:21 2013
>> > New Revision: 245848
>> > URL: http://svnweb.freebsd.org/changeset/base/245848
39 matches
Mail list logo