Author: ganbold (doc committer)
Date: Tue Jan 15 08:26:16 2013
New Revision: 245450
URL: http://svnweb.freebsd.org/changeset/base/245450
Log:
Initial support for Allwinner A10 SoC (Cubieboard)
Add simple console driver
Add interrupt handling and timer codes
Add kernel con
Author: bapt
Date: Tue Jan 15 09:14:18 2013
New Revision: 245451
URL: http://svnweb.freebsd.org/changeset/base/245451
Log:
MFC r244553,244594,244608,244639
In preparation for making 'pkg -N' the one true method of determining
whether a system has been configured to use pkgng, cause /usr/s
Author: bapt
Date: Tue Jan 15 09:17:07 2013
New Revision: 245452
URL: http://svnweb.freebsd.org/changeset/base/245452
Log:
MFC r244553,244594,244608,244639
In preparation for making 'pkg -N' the one true method of determining
whether a system has been configured to use pkgng, cause /usr/s
On 15.01.2013 10:26, Ganbold Tsagaankhuu wrote:
> Author: ganbold (doc committer)
> Date: Tue Jan 15 08:26:16 2013
> New Revision: 245450
> URL: http://svnweb.freebsd.org/changeset/base/245450
>
> Log:
> Initial support for Allwinner A10 SoC (Cubieboard)
> Add simple console driver
>
Author: ganbold (doc committer)
Date: Tue Jan 15 09:31:13 2013
New Revision: 245453
URL: http://svnweb.freebsd.org/changeset/base/245453
Log:
Fix license to follow standard license template
Reviewed by: joel
Modified:
head/sys/arm/allwinner/a10_machdep.c
head/sys/arm/allwinner/bus_spac
Author: ganbold (doc committer)
Date: Tue Jan 15 09:39:11 2013
New Revision: 245454
URL: http://svnweb.freebsd.org/changeset/base/245454
Log:
Fix formatting of license according to share/examples/etc/bsd-style-copyright
Reviewed by: joel
Modified:
head/sys/arm/allwinner/a10_machdep.c
h
Author: ganbold (doc committer)
Date: Tue Jan 15 09:56:20 2013
New Revision: 245455
URL: http://svnweb.freebsd.org/changeset/base/245455
Log:
Add mistakenly removed third clause to license
Reviewed by: joel
Modified:
head/sys/arm/allwinner/bus_space.c
Modified: head/sys/arm/allwinner/bu
Author: mav
Date: Tue Jan 15 10:06:35 2013
New Revision: 245456
URL: http://svnweb.freebsd.org/changeset/base/245456
Log:
Allow to insert new component to geom_raid3 without specifying number.
PR: kern/160562
MFC after:2 weeks
Modified:
head/sbin/geom/class/raid3/geom_rai
On Thu, Jan 10, 2013 at 09:31:28AM +1100, Bruce Evans wrote:
B> > On Wed, Jan 09, 2013 at 09:09:09AM +, Hans Petter Selasky wrote:
B> > H> Log:
B> > H> Fix compile warning when using GCC:
B> > H> Comparison between signed and unsigned.
B>
B> o Add 3 style bugs:
B> 2 sets of e
On Tue, 15 Jan 2013, Gleb Smirnoff wrote:
On Thu, Jan 10, 2013 at 09:31:28AM +1100, Bruce Evans wrote:
B> > On Wed, Jan 09, 2013 at 09:09:09AM +, Hans Petter Selasky wrote:
B> > H> Log:
B> > H> Fix compile warning when using GCC:
B> > H> Comparison between signed and unsigned.
B>
B>
Bruce,
On Tue, Jan 15, 2013 at 11:13:36PM +1100, Bruce Evans wrote:
B> > can you please look at attached patch, that fixes problems you
B> > describe? It
B> >
B> > - fixes mentioned style bugs in param.h
B> > - adds int casts to MHLEN and MLEN
B> > - removes extra casts from (void *) to (struct
Author: zont
Date: Tue Jan 15 14:05:59 2013
New Revision: 245457
URL: http://svnweb.freebsd.org/changeset/base/245457
Log:
- Detect when we are in KVM.
Silence on: emulation
Approved by: kib (mentor)
MFC after:1 week
Modified:
head/sys/kern/subr_param.c
Modified: head/sys/ker
Author: zont
Date: Tue Jan 15 14:09:08 2013
New Revision: 245458
URL: http://svnweb.freebsd.org/changeset/base/245458
Log:
- Use standard RETURN VALUES section.
Approved by: kib (mentor)
MFC after:1 week
Modified:
head/lib/libc/sys/chroot.2
Modified: head/lib/libc/sys/chroot.2
==
Author: sbruno
Date: Tue Jan 15 14:35:35 2013
New Revision: 245459
URL: http://svnweb.freebsd.org/changeset/base/245459
Log:
Satisfy the intent of kern/151564: [ciss] ciss(4) should increase
CISS_MAX_LOGICAL to 107
Submitter wanted to increase the number of logical disks supported by ciss
Author: kevlo
Date: Tue Jan 15 15:29:28 2013
New Revision: 245460
URL: http://svnweb.freebsd.org/changeset/base/245460
Log:
MFC r236899:
Fix unloading of libiconv module.
Previously it would either loop infinitely or exit with error leaking a lock.
Modified:
stable/8/sys/libkern/ico
On 2013/01/14 23:18, Alexey Dokuchaev wrote:
On Tue, Jan 08, 2013 at 04:43:20AM +, Kevin Lo wrote:
New Revision: 245149
URL: http://svnweb.freebsd.org/changeset/base/245149
Log:
MFC r236899:
Fix unloading of libiconv module.
Do you plan to MFC this to stable/8 as well?
Done.
On Tue, Jan 15, 2013 at 11:30:43PM +0800, Kevin Lo wrote:
> On 2013/01/14 23:18, Alexey Dokuchaev wrote:
> >>Log:
> >> MFC r236899:
> >> Fix unloading of libiconv module.
> >Do you plan to MFC this to stable/8 as well?
>
> Done.
Awesome, thanks!
./danfe
__
On Tue, Jan 15, 2013 at 08:26:16AM +, Ganbold Tsagaankhuu wrote:
> Author: ganbold (doc committer)
> Date: Tue Jan 15 08:26:16 2013
> New Revision: 245450
> URL: http://svnweb.freebsd.org/changeset/base/245450
>
> Log:
> Initial support for Allwinner A10 SoC (Cubieboard)
> Add simple c
Author: brooks
Date: Tue Jan 15 16:41:52 2013
New Revision: 245461
URL: http://svnweb.freebsd.org/changeset/base/245461
Log:
MFC r244557:
Add libnetbsd, a thin compatibility layer intended to allow a limited
set of NetBSD software to compile as part of the FreeBSD build with
little or n
Author: brooks
Date: Tue Jan 15 16:46:51 2013
New Revision: 245462
URL: http://svnweb.freebsd.org/changeset/base/245462
Log:
MFC r244562,245241,245435
Add NetBSD's mtree to the tree and install it as nmtree.
Always install our mtree as /usr/sbin/fmtree and link it as
/usr/sbin/mtree
Steve Kargl writes:
> I suggest adding a blurb to src/UPDATING to help others with memory
> loss issues.
Thanks, can you commit that patch?
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mail
Author: rene (doc,ports committer)
Date: Tue Jan 15 17:17:54 2013
New Revision: 245463
URL: http://svnweb.freebsd.org/changeset/base/245463
Log:
Add gjb as my co-mentor now that I have a full doc/www bit.
Approved by: remko (mentor)
Modified:
head/share/misc/committers-doc.dot
Modified
Author: adrian
Date: Tue Jan 15 17:50:07 2013
New Revision: 245464
URL: http://svnweb.freebsd.org/changeset/base/245464
Log:
Remove the use of the ifnet send queue and if_start() in the power
save queue code.
Instead, use if_transmit() directly - and handle the cases where frame
transmi
On Tue, Jan 15, 2013 at 06:08:36PM +0100, Dag-Erling Smørgrav wrote:
> Steve Kargl writes:
> > I suggest adding a blurb to src/UPDATING to help others with memory
> > loss issues.
>
> Thanks, can you commit that patch?
>
Yes.
But, I found that your commit only indirectly caused the
problem. T
Author: adrian
Date: Tue Jan 15 18:01:23 2013
New Revision: 245465
URL: http://svnweb.freebsd.org/changeset/base/245465
Log:
Implement frame (data) transmission using if_transmit(), rather than
if_start().
This removes the overlapping data path TX from occuring, which
solves quite a num
Author: adrian
Date: Tue Jan 15 18:04:15 2013
New Revision: 245466
URL: http://svnweb.freebsd.org/changeset/base/245466
Log:
Add some new debugging options for the ath(4) and ath_hal(4) drivers.
Modified:
head/sys/conf/options
Modified: head/sys/conf/options
=
On Tue, Jan 15, 2013 at 09:59:41AM -0800, Steve Kargl wrote:
> On Tue, Jan 15, 2013 at 06:08:36PM +0100, Dag-Erling Smørgrav wrote:
> > Steve Kargl writes:
> > > I suggest adding a blurb to src/UPDATING to help others with memory
> > > loss issues.
> >
> > Thanks, can you commit that patch?
> >
Author: np
Date: Tue Jan 15 18:38:51 2013
New Revision: 245467
URL: http://svnweb.freebsd.org/changeset/base/245467
Log:
cxgbe/tom: Add support for fully offloaded TCP/IPv6 connections (active open).
MFC after:1 week
Modified:
head/sys/dev/cxgbe/tom/t4_connect.c
Modified: head/sys/d
Author: np
Date: Tue Jan 15 18:50:40 2013
New Revision: 245468
URL: http://svnweb.freebsd.org/changeset/base/245468
Log:
cxgbe/tom: Add support for fully offloaded TCP/IPv6 connections (passive
open).
MFC after:1 week
Modified:
head/sys/dev/cxgbe/tom/t4_listen.c
Modified: head/sys/
Ganbold Tsagaankhuu wrote this message on Tue, Jan 15, 2013 at 08:26 +:
> + * Copyright (c) 2012 Ganbold Tsagaankhuu.
Also, (c) doesn't add anything. It needs to be either Copyright (which
you have) or a c in a circle, the parens around a c have not been given
legal force...
--
John-Mark
On 1/14/13 11:09 PM, Fabian Keil wrote:
> Andrey Zonov wrote:
>
>> On 1/14/13 3:26 PM, Fabian Keil wrote:
>>> Andrey Zonov wrote:
>>>
Author: zont
Date: Mon Jan 14 10:58:20 2013
New Revision: 245415
URL: http://svnweb.freebsd.org/changeset/base/245415
Log:
MF
Author: alfred
Date: Tue Jan 15 19:26:17 2013
New Revision: 245469
URL: http://svnweb.freebsd.org/changeset/base/245469
Log:
Do not autotune ncallout to be greater than 18508.
When maxusers was unrestricted and maxfiles was allowed to autotune
much higher the result was that ncallout whic
Author: jhb
Date: Tue Jan 15 20:13:25 2013
New Revision: 245471
URL: http://svnweb.freebsd.org/changeset/base/245471
Log:
Do not require a filter-only interrupt handler for puc ports that are not
serial devices (such as printer ports). This allows ppc devices attached
to puc to correctly se
Author: kensmith
Date: Tue Jan 15 20:25:16 2013
New Revision: 245473
URL: http://svnweb.freebsd.org/changeset/base/245473
Log:
Turn releng/9.1 over to secteam.
Approved by: core (implicit)
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/approvers
=
On Tue, Jan 15, 2013 at 11:18:19PM +0400, Andrey Zonov wrote:
> On 1/14/13 11:09 PM, Fabian Keil wrote:
> > Andrey Zonov wrote:
> >
> >> On 1/14/13 3:26 PM, Fabian Keil wrote:
> >>> Andrey Zonov wrote:
> >>>
> Author: zont
> Date: Mon Jan 14 10:58:20 2013
> New Revision: 245415
>
On 15 January 2013 14:00, John-Mark Gurney wrote:
> Ganbold Tsagaankhuu wrote this message on Tue, Jan 15, 2013 at 08:26 +:
>> + * Copyright (c) 2012 Ganbold Tsagaankhuu.
>
> Also, (c) doesn't add anything. It needs to be either Copyright (which
> you have) or a c in a circle, the parens aro
Author: cognet
Date: Tue Jan 15 22:08:03 2013
New Revision: 245475
URL: http://svnweb.freebsd.org/changeset/base/245475
Log:
Don't define rel/acq variants of some atomic operations as the regular
version for armv6.
Modified:
head/sys/arm/include/atomic.h
Modified: head/sys/arm/include/atom
Author: jhb
Date: Tue Jan 15 22:08:17 2013
New Revision: 245476
URL: http://svnweb.freebsd.org/changeset/base/245476
Log:
- More properly handle interrupted NFS requests on an interruptible mount
by returning an error of EINTR rather than EACCES.
- While here, bring back some (but not all)
Author: cognet
Date: Tue Jan 15 22:09:11 2013
New Revision: 245477
URL: http://svnweb.freebsd.org/changeset/base/245477
Log:
Only spin on the blocked_lock for SCHED_ULE+SMP, as it's done on the other
arches.
Modified:
head/sys/arm/arm/swtch.S
Modified: head/sys/arm/arm/swtch.S
Author: cognet
Date: Tue Jan 15 22:11:28 2013
New Revision: 245478
URL: http://svnweb.freebsd.org/changeset/base/245478
Log:
Use armv7_drain_writebuf() and armv7_context_switch, instead of the arm11
variants.
Modified:
head/sys/arm/arm/cpufunc.c
Modified: head/sys/arm/arm/cpufunc.c
===
Author: smh
Date: Tue Jan 15 23:34:24 2013
New Revision: 245479
URL: http://svnweb.freebsd.org/changeset/base/245479
Log:
Reports pools which have a removed l2cache disk under -x as this is what
happens when a cache device is dropped for any reason.
Reviewed by: pjd
Approved by: pjd (
Author: delphij
Date: Wed Jan 16 00:42:25 2013
New Revision: 245481
URL: http://svnweb.freebsd.org/changeset/base/245481
Log:
MFC r244973:
Integrate OpenSSL changeset 22950 (appro):
bn_word.c: fix overflow bug in BN_add_word.
Modified:
stable/9/crypto/openssl/crypto/bn/bn_word
Author: delphij
Date: Wed Jan 16 00:45:05 2013
New Revision: 245482
URL: http://svnweb.freebsd.org/changeset/base/245482
Log:
MFC r244975:
Indicate that we are using OpenSSL with some local modifications.
Modified:
stable/9/crypto/openssl/crypto/opensslv.h
Directory Properties:
stable/
Author: delphij
Date: Wed Jan 16 00:52:36 2013
New Revision: 245483
URL: http://svnweb.freebsd.org/changeset/base/245483
Log:
MFC r244974:
MFV r244973:
Integrate OpenSSL changeset 22950 (appro):
bn_word.c: fix overflow bug in BN_add_word.
Modified:
stable/8/crypto/ope
Author: delphij
Date: Wed Jan 16 00:54:51 2013
New Revision: 245484
URL: http://svnweb.freebsd.org/changeset/base/245484
Log:
MFC r244975:
Indicate that we are using OpenSSL with some local modifications.
Modified:
stable/8/crypto/openssl/crypto/opensslv.h
Directory Properties:
stable/
On Wed, Jan 16, 2013 at 12:21 AM, Wojciech A. Koszek
wrote:
> On Tue, Jan 15, 2013 at 08:26:16AM +, Ganbold Tsagaankhuu wrote:
>> Author: ganbold (doc committer)
>> Date: Tue Jan 15 08:26:16 2013
>> New Revision: 245450
>> URL: http://svnweb.freebsd.org/changeset/base/245450
>>
>> Log:
>> In
Author: yongari
Date: Wed Jan 16 01:30:46 2013
New Revision: 245485
URL: http://svnweb.freebsd.org/changeset/base/245485
Log:
Add D-Link DFE-520TX rev C1.
Tested by:Ruslan Makhmatkhanov < cvs-src <> yandex dot ru >
MFC After:1 week
Modified:
head/sys/pci/if_rl.c
head/sys/pci/
On Wed, 2013-01-16 at 09:22 +0800, Ganbold Tsagaankhuu wrote:
> On Wed, Jan 16, 2013 at 12:21 AM, Wojciech A. Koszek
> wrote:
> > On Tue, Jan 15, 2013 at 08:26:16AM +, Ganbold Tsagaankhuu wrote:
> >> Author: ganbold (doc committer)
> >> Date: Tue Jan 15 08:26:16 2013
> >> New Revision: 245450
Author: yongari
Date: Wed Jan 16 02:22:56 2013
New Revision: 245487
URL: http://svnweb.freebsd.org/changeset/base/245487
Log:
Add D-Link DFE-520TX (rev. C1) to HARDWARE section.
MFC After:1 week
Modified:
head/share/man/man4/rl.4
Modified: head/share/man/man4/rl.4
==
Author: eadler
Date: Wed Jan 16 05:00:51 2013
New Revision: 245491
URL: http://svnweb.freebsd.org/changeset/base/245491
Log:
Avoid clobbering errno with a call to fprintf
PR: bin/173923
Submitted by: Garrett Cooper
Approved by: cperciva
MFC After:3 days
Modified:
he
Author: eadler
Date: Wed Jan 16 05:03:46 2013
New Revision: 245492
URL: http://svnweb.freebsd.org/changeset/base/245492
Log:
Correct prefix for "locally installed things"
Approved by: cperciva
MFC After:3 days
Modified:
head/sbin/setkey/Makefile
Modified: head/sbin/setkey/Makefil
Author: eadler
Date: Wed Jan 16 05:03:49 2013
New Revision: 245493
URL: http://svnweb.freebsd.org/changeset/base/245493
Log:
Remove unused variables
Approved by: cperciva
MFC After:3 days
Modified:
head/usr.sbin/pw/pw_log.c
Modified: head/usr.sbin/pw/pw_log.c
Author: eadler
Date: Wed Jan 16 05:03:52 2013
New Revision: 245494
URL: http://svnweb.freebsd.org/changeset/base/245494
Log:
Free memory before exiting in order to silence a warning from the clang
static analyzer
Approved by: cperciva
MFC after:3 days
Modified:
head/bin/pwait/pw
Author: kib
Date: Wed Jan 16 05:32:49 2013
New Revision: 245495
URL: http://svnweb.freebsd.org/changeset/base/245495
Log:
Remove the filtering of the acceptable mount options for nullfs, added
in r245004. Although the report was for noatime option which is
non-functional for the nullfs, oth
On Tue, 15 Jan 2013, Wojciech A. Koszek wrote:
On Tue, Jan 15, 2013 at 08:26:16AM +, Ganbold Tsagaankhuu wrote:
...
Added: head/sys/arm/allwinner/console.c
==
--- /dev/null 00:00:00 1970 (empty, because file is
This doesn't seem right -- you should never release memory before exit,
especially for memory allocated in main(), unless this "main" is intended
for different purpose like a monolithic shell that wants to avoid exec().
Note that pwait(1) have multiple exit points I don't think it's practical.
Wo
56 matches
Mail list logo