Author: adrian
Date: Tue May 19 06:45:56 2015
New Revision: 283099
URL: https://svnweb.freebsd.org/changeset/base/283099
Log:
Convert routerstation to use geom_uncompress.
Modified:
head/sys/mips/conf/ROUTERSTATION
Modified: head/sys/mips/conf/ROUTERSTATION
==
Author: adrian
Date: Tue May 19 06:45:06 2015
New Revision: 283098
URL: https://svnweb.freebsd.org/changeset/base/283098
Log:
Migrate RSPRO to use the uncompress module, not uzip.
(This is hand-in-hand with what I'm about to do with freebsd-wifi-build.)
Modified:
head/sys/mips/conf/RSPRO
> On May 18, 2015, at 22:28, Pedro Giffuni wrote:
>
>
>> Il giorno 18/mag/2015, alle ore 23:34, Bruce Evans ha
>> scritto:
>>
>> On Mon, 18 May 2015, Pedro Giffuni wrote:
>>
Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans
ha scritto:
> On Mon, 18 May 2015, Pedro F.
Author: adrian
Date: Tue May 19 05:41:00 2015
New Revision: 283097
URL: https://svnweb.freebsd.org/changeset/base/283097
Log:
QCA955x / AP135 platform tidyups.
* Change mips24k -> mips74k for hwpmc, but leave it disabled for now.
* don't build pci by default.
* build pci and qca955x_pci
> Il giorno 18/mag/2015, alle ore 23:34, Bruce Evans ha
> scritto:
>
> On Mon, 18 May 2015, Pedro Giffuni wrote:
>
>>> Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans
>>> ha scritto:
>>>
>>> On Mon, 18 May 2015, Pedro F. Giffuni wrote:
>>>
Log:
ddb: stop boolean screaming.
>>>
Author: adrian
Date: Tue May 19 05:33:07 2015
New Revision: 283096
URL: https://svnweb.freebsd.org/changeset/base/283096
Log:
The AP135 PCIe NIC isn't an ath device, it's an 11ac part (linux ath10k.)
So, don't try to attach hints to it here.
Modified:
head/sys/mips/conf/AP135.hints
Modifie
Author: adrian
Date: Tue May 19 05:31:58 2015
New Revision: 283095
URL: https://svnweb.freebsd.org/changeset/base/283095
Log:
Add initial support for the QCA955x PCIe host controller.
The QCA955x looks a lot like the AR724x PCIe controller, except it
supports two root complexes. Unfortun
On 18 May 2015 at 08:41, Mathieu Arnold wrote:
> +--On 18 mai 2015 10:52:29 -0400 Ed Maste wrote:
> | On 18 May 2015 at 10:11, Mathieu Arnold wrote:
> |>
> |> Mmmm, if this can be done only for base, and not for ports, sure, but
> |> ports need to be able to add patches with CRLF endings, becaus
On Mon, 18 May 2015, Pedro Giffuni wrote:
Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans ha
scritto:
On Mon, 18 May 2015, Pedro F. Giffuni wrote:
Log:
ddb: stop boolean screaming.
TRUE --> true
FALSE--> false
Hinted by: NetBSD
This is not just churn to a style regression, but a
> Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans ha
> scritto:
>
> On Mon, 18 May 2015, Pedro F. Giffuni wrote:
>
>> Log:
>> ddb: stop boolean screaming.
>>
>> TRUE --> true
>> FALSE--> false
>>
>> Hinted by: NetBSD
>
> This is not just churn to a style regression, but a type mismatch
Author: adrian
Date: Tue May 19 03:02:52 2015
New Revision: 283094
URL: https://svnweb.freebsd.org/changeset/base/283094
Log:
Add mv / expr ; these are used by the updated freebsd-wifi-build environment.
Modified:
head/tools/bsdbox/Makefile.base
Modified: head/tools/bsdbox/Makefile.base
Author: pkelsey
Date: Tue May 19 02:24:55 2015
New Revision: 283093
URL: https://svnweb.freebsd.org/changeset/base/283093
Log:
Added description of POSIX-specified behavior when invoked on a key from
within that key's destructor.
Reviewed by: jhb, -doc
Approved by: jmallett (mentor)
MF
On Mon, 18 May 2015, Pedro F. Giffuni wrote:
Log:
ddb: stop boolean screaming.
TRUE --> true
FALSE--> false
Hinted by: NetBSD
This is not just churn to a style regression, but a type mismatch.
Modified: head/sys/ddb/db_break.c
===
On Sunday 17 May 2015 03:59:09 Mark Johnston wrote:
> Author: markj
> Date: Sun May 17 03:59:08 2015
> New Revision: 283025
> URL: https://svnweb.freebsd.org/changeset/base/283025
>
> Log:
> As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler may
> return an error if one of th
Author: jkim
Date: Mon May 18 23:46:11 2015
New Revision: 283092
URL: https://svnweb.freebsd.org/changeset/base/283092
Log:
Merge ACPICA 20150515.
Added:
head/sys/contrib/dev/acpica/common/ahtable.c (contents, props changed)
- copied, changed from r283090,
vendor-sys/acpica/dist/sourc
Author: bapt
Date: Mon May 18 22:40:12 2015
New Revision: 283089
URL: https://svnweb.freebsd.org/changeset/base/283089
Log:
Synchronize with OpenBSD
Obtained from:OpenBSD
Modified:
head/usr.bin/m4/extern.h
head/usr.bin/m4/gnum4.c
head/usr.bin/m4/look.c
head/usr.bin/m4/m4.1
Author: pfg
Date: Mon May 18 22:27:46 2015
New Revision: 283088
URL: https://svnweb.freebsd.org/changeset/base/283088
Log:
ddb: stop boolean screaming.
TRUE --> true
FALSE--> false
Hinted by:NetBSD
Modified:
head/sys/ddb/db_break.c
head/sys/ddb/db_command.c
head/sys/ddb/db
Author: bapt
Date: Mon May 18 22:03:05 2015
New Revision: 283084
URL: https://svnweb.freebsd.org/changeset/base/283084
Log:
Synchronize libedit with NetBSD
It incorporates and fixes our patches to get el_gets return the proper count
of
characters in unicode mode.
Modified:
head/lib/li
Author: edwin
Date: Mon May 18 21:05:11 2015
New Revision: 283079
URL: https://svnweb.freebsd.org/changeset/base/283079
Log:
MFV of 283077,tzdata2015d
Update to tzdata2015d:
Release 2015d - 2015-04-24 08:09:46 -0700
Changes affecting future time stamps
Egypt will not ob
Author: allanjude (doc committer)
Date: Mon May 18 19:45:46 2015
New Revision: 283075
URL: https://svnweb.freebsd.org/changeset/base/283075
Log:
Fix off-by-one in array index bounds check
bhyveload would allow you to create 33 entries on an array that only has 32
slots
Differential Re
Author: allanjude (doc committer)
Date: Mon May 18 19:37:55 2015
New Revision: 283074
URL: https://svnweb.freebsd.org/changeset/base/283074
Log:
Fix error in gmountver(8) man page
Also fixes the usage statement for the binary to use the correct terms
(provider and geom name, rather than de
Author: jmg
Date: Mon May 18 19:18:42 2015
New Revision: 283073
URL: https://svnweb.freebsd.org/changeset/base/283073
Log:
Don't do things we aren't allowed to do in a signal handler... Defer
the work to the main thread... This fixes a possible crash if SIGINFO
is delivered at the wrong ti
Author: loos
Date: Mon May 18 18:25:38 2015
New Revision: 283072
URL: https://svnweb.freebsd.org/changeset/base/283072
Log:
Remove unnecessary devices from allwinner kernels.
Modified:
head/sys/arm/conf/CUBIEBOARD
head/sys/arm/conf/CUBIEBOARD2
Modified: head/sys/arm/conf/CUBIEBOARD
===
On Mon, May 18, 2015 at 02:40:56PM +0300, Andriy Gapon wrote:
> On 18/05/2015 14:29, Andriy Gapon wrote:
> > On 09/05/2015 15:28, Konstantin Belousov wrote:
> >> +void
> >> +acpi_cpu_idle_mwait(uint32_t mwait_hint)
> >> +{
> >> + int *state;
> >> +
> >> + state = (int *)PCPU_PTR(monitorbuf);
> >>
Author: loos
Date: Mon May 18 18:03:47 2015
New Revision: 283071
URL: https://svnweb.freebsd.org/changeset/base/283071
Log:
Properly align the header and the data columns for netstat -r with and
without the -W flag.
Modified:
head/usr.bin/netstat/route.c
Modified: head/usr.bin/netstat/rout
Author: bapt
Date: Mon May 18 16:51:05 2015
New Revision: 283070
URL: https://svnweb.freebsd.org/changeset/base/283070
Log:
Garbage collect GNU soelim Makefiles which are not in used anymore
Deleted:
head/gnu/usr.bin/groff/src/preproc/soelim/
___
sv
Author: ian
Date: Mon May 18 16:43:21 2015
New Revision: 283069
URL: https://svnweb.freebsd.org/changeset/base/283069
Log:
Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr. This keeps the network
interface open continuously instead of closing it after each filesystem
access and reopening i
> On May 18, 2015, at 07:04, Ian Lepore wrote:
>
>> On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote:
>> +--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote:
>> | On 17 May 2015 at 08:46, Ian Lepore wrote:
>> |> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
>> |>> > On May 16,
Author: pfg
Date: Mon May 18 16:28:13 2015
New Revision: 283068
URL: https://svnweb.freebsd.org/changeset/base/283068
Log:
Drop some unnecessary casts.
Reported by: Clang static analyzer
Obtained from:NetBSD
Modified:
head/lib/libc/db/hash/hash.c
Modified: head/lib/libc/db/ha
Author: hselasky
Date: Mon May 18 16:18:04 2015
New Revision: 283067
URL: https://svnweb.freebsd.org/changeset/base/283067
Log:
Make the FIFO configuration a bit more flexible for the DWC OTG in
device side mode.
Modified:
head/sys/dev/usb/controller/dwc_otg.c
head/sys/dev/usb/controller/
Author: ian
Date: Mon May 18 16:12:41 2015
New Revision: 283066
URL: https://svnweb.freebsd.org/changeset/base/283066
Log:
Add a routine to obtain netboot parameters from the U-Boot env vars. Call
it from the uboot net_init() implementation. The routine uses the standard
U-Boot env vars pl
Author: bapt
Date: Mon May 18 16:05:41 2015
New Revision: 283065
URL: https://svnweb.freebsd.org/changeset/base/283065
Log:
Only build libreadline if gdb is going to be built
gdb is the only consumer of libreadline which is an INTERNALLIB
Modified:
head/gnu/lib/Makefile
Modified: head/g
Author: hselasky
Date: Mon May 18 16:02:44 2015
New Revision: 283064
URL: https://svnweb.freebsd.org/changeset/base/283064
Log:
Fix an off-by-one error by adding proper range checks when parsing the
HDA association descriptors. This fixes a crash during device probe
for some HDA PCI devices.
Author: glebius
Date: Mon May 18 15:51:27 2015
New Revision: 283063
URL: https://svnweb.freebsd.org/changeset/base/283063
Log:
A miss from r283061: don't dereference NULL is pf_get_mtag() fails.
PR: 200222
Submitted by: Franco Fichtner
Modified:
head/sys/netpfil/pf/pf.c
Mod
Author: ian
Date: Mon May 18 15:46:43 2015
New Revision: 283062
URL: https://svnweb.freebsd.org/changeset/base/283062
Log:
Refactor net_getparams() to make it easier to get params from sources other
than bootp and rarp.
The code which splits a serverip:/rootpath string into rootip and a p
+--On 18 mai 2015 10:52:29 -0400 Ed Maste wrote:
| On 18 May 2015 at 10:11, Mathieu Arnold wrote:
|>
|> Mmmm, if this can be done only for base, and not for ports, sure, but
|> ports need to be able to add patches with CRLF endings, because upstream
|> software comes in all flavors, including CR
Author: glebius
Date: Mon May 18 15:05:12 2015
New Revision: 283061
URL: https://svnweb.freebsd.org/changeset/base/283061
Log:
Don't dereference NULL is pf_get_mtag() fails.
PR: 200222
Submitted by: Franco Fichtner
Modified:
head/sys/netpfil/pf/pf.c
Modified: head/sys/netpf
Author: emaste
Date: Mon May 18 15:02:35 2015
New Revision: 283060
URL: https://svnweb.freebsd.org/changeset/base/283060
Log:
Build libgcov only if we're building base system GCC
Clang uses compiler-rt for the code coverage runtime, and ports GCC
provides its own libgcov.
PR:
On 18 May 2015 at 10:11, Mathieu Arnold wrote:
>
> Mmmm, if this can be done only for base, and not for ports, sure, but ports
> need to be able to add patches with CRLF endings, because upstream software
> comes in all flavors, including CRLF files we need to be able to patch.
Sure it could, we
Author: mjg
Date: Mon May 18 14:27:04 2015
New Revision: 283059
URL: https://svnweb.freebsd.org/changeset/base/283059
Log:
fd: fix imbalanced fdp unlock in F_SETLK and F_GETLK
MFC after:3 days
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
+--On 18 mai 2015 08:04:24 -0600 Ian Lepore wrote:
| On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote:
|> +--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote:
|> | On 17 May 2015 at 08:46, Ian Lepore wrote:
|> |> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
|> |>> > On May 16,
On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote:
> +--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote:
> | On 17 May 2015 at 08:46, Ian Lepore wrote:
> |> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
> |>> > On May 16, 2015, at 18:45, Adrian Chadd wrote:
> |>> >
> |>> > Did
Author: mjg
Date: Mon May 18 13:43:33 2015
New Revision: 283058
URL: https://svnweb.freebsd.org/changeset/base/283058
Log:
Tidy up sys_umask a little bit
Consistently use saved fdp pointer as it cannot change. If it could change the
code would be already incorrect.
No functional chan
On 18/05/2015 14:29, Andriy Gapon wrote:
> On 09/05/2015 15:28, Konstantin Belousov wrote:
>> +void
>> +acpi_cpu_idle_mwait(uint32_t mwait_hint)
>> +{
>> +int *state;
>> +
>> +state = (int *)PCPU_PTR(monitorbuf);
>> +/*
>> + * XXXKIB. Software coordination mode should be supported,
On 09/05/2015 15:28, Konstantin Belousov wrote:
> +void
> +acpi_cpu_idle_mwait(uint32_t mwait_hint)
> +{
> + int *state;
> +
> + state = (int *)PCPU_PTR(monitorbuf);
> + /*
> + * XXXKIB. Software coordination mode should be supported,
> + * but all Intel CPUs provide hardware
Author: andrew
Date: Mon May 18 11:04:07 2015
New Revision: 283057
URL: https://svnweb.freebsd.org/changeset/base/283057
Log:
Clean up the Amlogic interrupt controller driver to handle the case where
we have both the Amlogic pic and a GIC. This may be the case in some
configurations.
Di
Author: ngie
Date: Mon May 18 11:02:43 2015
New Revision: 283056
URL: https://svnweb.freebsd.org/changeset/base/283056
Log:
Move all test integration pieces for etc/ from etc/ to tests/
This is being done to fix breakage with make distribution with read-only
source trees as make distribut
Author: whu
Date: Mon May 18 10:31:23 2015
New Revision: 283053
URL: https://svnweb.freebsd.org/changeset/base/283053
Log:
Add support for SCSI disk hot add and remove. Also add padding according to
the requirement of different hypervisor releases.
Submitted by: whu
Reviewed by: royger
On May 17, 2015, at 12:12, Bjoern A. Zeeb wrote:
>
>> On 17 May 2015, at 15:46 , Ian Lepore wrote:
>>
>> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
On May 16, 2015, at 18:45, Adrian Chadd wrote:
Did you commit files with DOS newlines in them? :)
tsk ts
+--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote:
| On 17 May 2015 at 08:46, Ian Lepore wrote:
|> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
|>> > On May 16, 2015, at 18:45, Adrian Chadd wrote:
|>> >
|>> > Did you commit files with DOS newlines in them? :)
|>> >
|>> > tsk tsk t
Author: andrew
Date: Mon May 18 08:12:08 2015
New Revision: 283052
URL: https://svnweb.freebsd.org/changeset/base/283052
Log:
Clean up the style to be "include" and remove options already
in std.armv6.
Modified:
head/sys/arm/conf/ALPINE
Modified: head/sys/arm/conf/ALPINE
==
On 17 May 2015 at 08:46, Ian Lepore wrote:
> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
>> > On May 16, 2015, at 18:45, Adrian Chadd wrote:
>> >
>> > Did you commit files with DOS newlines in them? :)
>> >
>> > tsk tsk tsk tsk tsk. I think should fix that..
>>
>> Better yet it shoul
52 matches
Mail list logo