Author: ganbold
Date: Sat May 31 06:17:34 2014
New Revision: 266919
URL: http://svnweb.freebsd.org/changeset/base/266919
Log:
Add #NO_UNIVERSE to RADXA and RADXA-LITE kernel configs
since there aren't any new devices in those files so unhook them
from universe build.
Approved by:sta
Author: pkelsey
Date: Sat May 31 05:16:12 2014
New Revision: 266917
URL: http://svnweb.freebsd.org/changeset/base/266917
Log:
- Added myself and mentor/mentee relationship to the src committers
graph.
- Added my info to the FreeBSD calendar.
Approved by: jmallett (mentor)
Modified:
Author: delphij
Date: Sat May 31 01:00:22 2014
New Revision: 266915
URL: http://svnweb.freebsd.org/changeset/base/266915
Log:
MFV 266913+266914:
3897 zfs filesystem and snapshot limits (fix leak)
4901 zfs filesystem/snapshot limit leaks
MFC after:3 days
Modified:
head/sys/cddl
Author: pfg
Date: Sat May 31 00:54:21 2014
New Revision: 266912
URL: http://svnweb.freebsd.org/changeset/base/266912
Log:
Fix m2 regression test.
This is not really a good test as the behaviour for /c is unspecified.
For the record, ksh93 returns:
$ printf "abc\n\cdef"
abc
ef$
Author: tychon
Date: Fri May 30 23:37:31 2014
New Revision: 266910
URL: http://svnweb.freebsd.org/changeset/base/266910
Log:
If VMX isn't enabled so long as the lock bit isn't set yet in MSR
IA32_FEATURE_CONTROL it still can be.
Approved by: grehan (co-mentor)
Modified:
head/sys/amd64
On Fri, May 30, 2014 at 8:06 PM, John Baldwin wrote:
> On Friday, May 30, 2014 12:55:06 pm Attilio Rao wrote:
>> On Fri, May 30, 2014 at 6:44 PM, John Baldwin wrote:
>> > On Friday, May 30, 2014 11:51:38 am Attilio Rao wrote:
>> >> On Fri, May 30, 2014 at 5:47 PM, John Baldwin wrote:
>> >> > On
Author: np
Date: Fri May 30 22:59:45 2014
New Revision: 266908
URL: http://svnweb.freebsd.org/changeset/base/266908
Log:
cxgbe(4): Fix a NULL dereference when the very first call to
get_scatter_segment() in get_fl_payload() fails. While here,
fix the code to adjust fl_bufs_used when a failu
Author: bz
Date: Fri May 30 22:34:06 2014
New Revision: 266907
URL: http://svnweb.freebsd.org/changeset/base/266907
Log:
While PAWS is disabled, there are no consumers for the tcp options
argument to tcp_twcheck(); thus mark it __unused.
MFC after:2 weeks
Modified:
head/sys/netine
Author: jhb
Date: Fri May 30 21:18:53 2014
New Revision: 266906
URL: http://svnweb.freebsd.org/changeset/base/266906
Log:
Rework the notion of CPU used in top. In particular, for subsequent
displays after a pause, use the difference in runtime divided by the
length of the pause as the perce
Author: neel
Date: Fri May 30 20:58:32 2014
New Revision: 266905
URL: http://svnweb.freebsd.org/changeset/base/266905
Log:
Remove bogus check for kmem_malloc() failure even though M_WAITOK is set.
Requested by: jkim
Modified:
head/sys/amd64/amd64/sys_machdep.c
Modified: head/sys/amd64/a
Author: pfg
Date: Fri May 30 20:56:28 2014
New Revision: 266904
URL: http://svnweb.freebsd.org/changeset/base/266904
Log:
Bump FreeBSD_version due to changed header for strcasecmp(3) family.
In r266865, strcasecmp_l() and strncasecmp_l() were moved from
to for POSIX 2008 compliance.
Author: emaste
Date: Fri May 30 20:12:47 2014
New Revision: 266903
URL: http://svnweb.freebsd.org/changeset/base/266903
Log:
Update default callchain depth to 16 to match kernel
MFC after:1 week
Modified:
head/usr.sbin/pmcstat/pmcstat.h
Modified: head/usr.sbin/pmcstat/pmcstat.h
Author: emaste
Date: Fri May 30 19:45:21 2014
New Revision: 266902
URL: http://svnweb.freebsd.org/changeset/base/266902
Log:
Add missing libexec/bsdconfig subdirectories
Modified:
head/etc/mtree/BSD.usr.dist
Modified: head/etc/mtree/BSD.usr.dist
==
Author: neel
Date: Fri May 30 18:59:37 2014
New Revision: 266901
URL: http://svnweb.freebsd.org/changeset/base/266901
Log:
Allocate a zeroed LDT.
Failing to do this might result in the LDT appearing to run out of free
descriptors because of random junk in the descriptor's 'sd_type' field.
On Friday, May 30, 2014 12:55:06 pm Attilio Rao wrote:
> On Fri, May 30, 2014 at 6:44 PM, John Baldwin wrote:
> > On Friday, May 30, 2014 11:51:38 am Attilio Rao wrote:
> >> On Fri, May 30, 2014 at 5:47 PM, John Baldwin wrote:
> >> > On Friday, May 30, 2014 11:39:24 am Attilio Rao wrote:
> >> >>
On Fri, May 30, 2014 at 6:44 PM, John Baldwin wrote:
> On Friday, May 30, 2014 11:51:38 am Attilio Rao wrote:
>> On Fri, May 30, 2014 at 5:47 PM, John Baldwin wrote:
>> > On Friday, May 30, 2014 11:39:24 am Attilio Rao wrote:
>> >> On Fri, May 30, 2014 at 5:03 PM, John Baldwin wrote:
>> >> > On
Author: nwhitehorn
Date: Fri May 30 16:53:53 2014
New Revision: 266895
URL: http://svnweb.freebsd.org/changeset/base/266895
Log:
Enable a login console on ttyu0 by default if it is a serial console. This
prevents surprising effects post-installation on serial-only x86 systems
(e.g. bhyve) wh
Author: hselasky
Date: Fri May 30 16:49:12 2014
New Revision: 266894
URL: http://svnweb.freebsd.org/changeset/base/266894
Log:
Use own memory pool of 128K until further, hence that works the best.
Sponsored by: DARPA, AFRL
Modified:
head/sys/boot/usb/Makefile
head/sys/boot/usb/bsd_usbl
Author: hselasky
Date: Fri May 30 16:47:54 2014
New Revision: 266893
URL: http://svnweb.freebsd.org/changeset/base/266893
Log:
Add optional support for USB to BERI loader. Fix the linker script so
that the garbage collection feature can be used when linking.
Sponsored by: DARPA, AFRL
Mod
On Friday, May 30, 2014 11:51:38 am Attilio Rao wrote:
> On Fri, May 30, 2014 at 5:47 PM, John Baldwin wrote:
> > On Friday, May 30, 2014 11:39:24 am Attilio Rao wrote:
> >> On Fri, May 30, 2014 at 5:03 PM, John Baldwin wrote:
> >> > On Friday, May 30, 2014 10:54:06 am Attilio Rao wrote:
> >> >>
Author: hselasky
Date: Fri May 30 16:44:03 2014
New Revision: 266892
URL: http://svnweb.freebsd.org/changeset/base/266892
Log:
It appears the ISP/SAF1761 sometimes is busy when reading the status
word of the PTD and simply returns a value of zero. Retry a few times
before giving up.
Spo
On Fri, May 30, 2014 at 5:47 PM, John Baldwin wrote:
> On Friday, May 30, 2014 11:39:24 am Attilio Rao wrote:
>> On Fri, May 30, 2014 at 5:03 PM, John Baldwin wrote:
>> > On Friday, May 30, 2014 10:54:06 am Attilio Rao wrote:
>> >> On Tue, May 27, 2014 at 11:31 PM, Scott Long wrote:
>> >> > Auth
On Friday, May 30, 2014 11:39:24 am Attilio Rao wrote:
> On Fri, May 30, 2014 at 5:03 PM, John Baldwin wrote:
> > On Friday, May 30, 2014 10:54:06 am Attilio Rao wrote:
> >> On Tue, May 27, 2014 at 11:31 PM, Scott Long wrote:
> >> > Author: scottl
> >> > Date: Tue May 27 21:31:11 2014
> >> > New
On Fri, May 30, 2014 at 5:03 PM, John Baldwin wrote:
> On Friday, May 30, 2014 10:54:06 am Attilio Rao wrote:
>> On Tue, May 27, 2014 at 11:31 PM, Scott Long wrote:
>> > Author: scottl
>> > Date: Tue May 27 21:31:11 2014
>> > New Revision: 266775
>> > URL: http://svnweb.freebsd.org/changeset/base
Author: jhb
Date: Fri May 30 15:46:10 2014
New Revision: 266891
URL: http://svnweb.freebsd.org/changeset/base/266891
Log:
Use callout_*() rather than timeout()/untimeout().
Reviewed by: imp
Modified:
head/sys/dev/cfe/cfe_console.c
Modified: head/sys/dev/cfe/cfe_console.c
==
On Friday, May 30, 2014 10:54:06 am Attilio Rao wrote:
> On Tue, May 27, 2014 at 11:31 PM, Scott Long wrote:
> > Author: scottl
> > Date: Tue May 27 21:31:11 2014
> > New Revision: 266775
> > URL: http://svnweb.freebsd.org/changeset/base/266775
> >
> > Log:
> > Eliminate the fake contig_dmamap a
On Fri, May 30, 2014 at 2:11 AM, Gleb Smirnoff wrote:
> On Thu, May 29, 2014 at 09:03:50PM +, Alan Somers wrote:
> A> Author: asomers
> A> Date: Thu May 29 21:03:49 2014
> A> New Revision: 266860
> A> URL: http://svnweb.freebsd.org/changeset/base/266860
> A>
> A> Log:
> A> Fix unintended KBI
On Tue, May 27, 2014 at 11:31 PM, Scott Long wrote:
> Author: scottl
> Date: Tue May 27 21:31:11 2014
> New Revision: 266775
> URL: http://svnweb.freebsd.org/changeset/base/266775
>
> Log:
> Eliminate the fake contig_dmamap and replace it with a new flag,
> BUS_DMA_KMEM_ALLOC. They serve the
El 5/30/2014 8:54 AM, Mark Linimon escribió:
On Fri, May 30, 2014 at 06:55:46AM -0500, Pedro Giffuni wrote:
I consider this a bug fix; I think ports should already be respecting standards.
Hahahahahahaha
You haven't looked at much ports code, I see :-)
Not lately ;).
Should I consider a
Author: hselasky
Date: Fri May 30 14:30:52 2014
New Revision: 266887
URL: http://svnweb.freebsd.org/changeset/base/266887
Log:
Resolve issue with resolving malloc() and free() functions at linking time.
Sponsored by: DARPA, AFRL
Modified:
head/sys/boot/usb/bsd_kernel.h
head/sys/boot/us
Author: hselasky
Date: Fri May 30 14:05:31 2014
New Revision: 266886
URL: http://svnweb.freebsd.org/changeset/base/266886
Log:
Export structure(s) properly.
Sponsored by: DARPA, AFRL
Modified:
head/sys/boot/usb/storage/umass_common.h
Modified: head/sys/boot/usb/storage/umass_common.h
==
Author: hselasky
Date: Fri May 30 13:53:37 2014
New Revision: 266885
URL: http://svnweb.freebsd.org/changeset/base/266885
Log:
Fix delay() function in the BERI loader code.
Reviewed by: brooks @
Sponsored by: DARPA, AFRL
Modified:
head/sys/boot/mips/beri/loader/main.c
Modified: head/
On Fri, May 30, 2014 at 06:55:46AM -0500, Pedro Giffuni wrote:
> I consider this a bug fix; I think ports should already be respecting
> standards.
Hahahahahahaha
You haven't looked at much ports code, I see :-)
> Should I consider a FreeBSD_version bump JIC?
Please.
mcl
_
Author: hselasky
Date: Fri May 30 13:45:20 2014
New Revision: 266884
URL: http://svnweb.freebsd.org/changeset/base/266884
Log:
Make driver detach code in USB mass storage test optional.
Sponsored by: DARPA, AFRL
Modified:
head/sys/dev/usb/usb_freebsd.h
head/sys/dev/usb/usb_freebsd_load
Author: hselasky
Date: Fri May 30 13:42:11 2014
New Revision: 266883
URL: http://svnweb.freebsd.org/changeset/base/266883
Log:
Add ISP/SAF1761 bootloader bus interface file.
Sponsored by: DARPA, AFRL
Added:
head/sys/dev/usb/controller/saf1761_otg_boot.c (contents, props changed)
Added
Author: hselasky
Date: Fri May 30 13:39:58 2014
New Revision: 266882
URL: http://svnweb.freebsd.org/changeset/base/266882
Log:
USB boot library improvements:
- Make the USB boot library more configurable.
- Resolve compile issues when cross building.
- Allow use of separate malloc.
- All
Author: hselasky
Date: Fri May 30 13:10:49 2014
New Revision: 266881
URL: http://svnweb.freebsd.org/changeset/base/266881
Log:
Add support for USB mass storage to libusbboot.
Sponsored by: DARPA, AFRL
Added:
head/sys/boot/usb/storage/
head/sys/boot/usb/storage/umass_common.c (content
On 30 May 2014, at 06:18, Rui Paulo wrote:
> Is this going to cause any ports fallout?
It shouldn't do. Any code that compiles on OS X will expect these to be in the
correct place, and since DragonFly applied the fix first we'd hopefully have
found any fallout via dports.
David
Il giorno 30/mag/2014, alle ore 00:18, Rui Paulo ha scritto:
> On May 29, 2014, at 18:09, Pedro F. Giffuni wrote:
>
>> Author: pfg
>> Date: Fri May 30 01:09:07 2014
>> New Revision: 266865
>> URL: http://svnweb.freebsd.org/changeset/base/266865
>>
>> Log:
>> Fix strcasecmp_l() and strncasecmp
Author: ae
Date: Fri May 30 10:35:51 2014
New Revision: 266880
URL: http://svnweb.freebsd.org/changeset/base/266880
Log:
Use g_conf_printf_escaped() to escape symbols, which can break
an XML tree.
MFC after:1 week
Modified:
head/sys/geom/part/g_part_apm.c
head/sys/geom/part/g_par
Author: hselasky
Date: Fri May 30 10:18:01 2014
New Revision: 266879
URL: http://svnweb.freebsd.org/changeset/base/266879
Log:
style(9) requires an empty line when function have no local variables.
Suggested by: ae @
Sponsored by: DARPA, AFRL
Modified:
head/lib/libstand/printf.c
Modif
Author: hselasky
Date: Fri May 30 09:43:32 2014
New Revision: 266878
URL: http://svnweb.freebsd.org/changeset/base/266878
Log:
Add support for snprintf() to libstand.
Reviewed by: brooks @
Sponsored by: DARPA, AFRL
Modified:
head/lib/libstand/printf.c
head/lib/libstand/stand.h
Modi
On 30.05.2014 00:53, Hiroki Sato wrote:
> Author: hrs
> Date: Thu May 29 20:53:53 2014
> New Revision: 266857
> URL: http://svnweb.freebsd.org/changeset/base/266857
>
> Log:
> Add rwlock to struct dadq. A panic could occur when a large number of
> addresses performed DAD at the same time.
He
On 29 May 2014, at 21:21, Mark R V Murray wrote:
>
> On 29 May 2014, at 19:27, Michael Tuexen wrote:
>
>> On 29 May 2014, at 20:15, Mark R V Murray wrote:
>>
>>>
>>> On 29 May 2014, at 19:13, Michael Tuexen wrote:
>>>
> I can make it work on RPI, but trying to find what else it will/w
Author: glebius
Date: Fri May 30 08:22:58 2014
New Revision: 266876
URL: http://svnweb.freebsd.org/changeset/base/266876
Log:
Whitespace only.
Modified:
head/sys/kern/uipc_mbuf.c
Modified: head/sys/kern/uipc_mbuf.c
=
On Thu, May 29, 2014 at 09:03:50PM +, Alan Somers wrote:
A> Author: asomers
A> Date: Thu May 29 21:03:49 2014
A> New Revision: 266860
A> URL: http://svnweb.freebsd.org/changeset/base/266860
A>
A> Log:
A> Fix unintended KBI change from r264905. Add _fib versions of
A> ifa_ifwithnet() and i
On Fri, 30 May 2014 06:37:07 + (UTC)
Ganbold Tsagaankhuu wrote:
> Author: ganbold
> Date: Fri May 30 06:37:06 2014
> New Revision: 266871
> URL: http://svnweb.freebsd.org/changeset/base/266871
>
> Log:
> Add common kernel config file for Rockchip RK3188 systems by
> splitting current RADXA
Author: br
Date: Fri May 30 07:48:55 2014
New Revision: 266875
URL: http://svnweb.freebsd.org/changeset/base/266875
Log:
Reset HSIC hub during EHCI initialization. This makes devices connected
to external USB ports available to the system.
Submitted by: Maxim Ignatenko
Modified:
head/
Author: br
Date: Fri May 30 07:43:55 2014
New Revision: 266874
URL: http://svnweb.freebsd.org/changeset/base/266874
Log:
Fix off-by-one error that makes 0-th pins of each bank unreachable.
Submitted by: Maxim Ignatenko
Modified:
head/sys/arm/samsung/exynos/exynos5_pad.c
Modified: head/
Author: hselasky
Date: Fri May 30 07:30:24 2014
New Revision: 266873
URL: http://svnweb.freebsd.org/changeset/base/266873
Log:
Add support for basic read, write and read capacity disk operations to
the USB mass storage test utility file.
Sponsored by: DARPA, AFRL
Modified:
head/sys/dev
50 matches
Mail list logo