Author: ngie
Date: Mon Dec 22 04:54:57 2014
New Revision: 276053
URL: https://svnweb.freebsd.org/changeset/base/276053
Log:
Update the text for building texinfo with build-tools to reflect the fact
that make install is being called as well
MFC after: 1 week
X-MFC with: r276052
Modified
Author: ngie
Date: Mon Dec 22 04:52:24 2014
New Revision: 276052
URL: https://svnweb.freebsd.org/changeset/base/276052
Log:
Build selective portions of gnu/usr.bin/texinfo as part of build-tools to
ensure that building on a host without makeinfo (i.e. a host where
make delete-old -DWITHOUT_I
Author: ian
Date: Mon Dec 22 00:50:01 2014
New Revision: 276049
URL: https://svnweb.freebsd.org/changeset/base/276049
Log:
Replace the clock divisor terms with values that also result in a 1 MHz
clock, but actually work on real hardware, unlike the original set of
values I chose.
PR:
On Sun, 21 Dec 2014, Ian Lepore wrote:
On Sun, 2014-12-21 at 08:07 +, Alexey Dokuchaev wrote:
On Sat, Dec 20, 2014 at 06:15:24PM +, Andrew Turner wrote:
Log:
Clean up to use the standard style of "options \t" and "device\t\t"
optionsHZ=500 # Scheduling quan
Author: ian
Date: Sun Dec 21 23:48:32 2014
New Revision: 276047
URL: https://svnweb.freebsd.org/changeset/base/276047
Log:
Add -march=armv7a to the kernel compile for all ARM systems which are v7a.
Submitted by: Michal Meloun
Modified:
head/sys/arm/allwinner/a20/std.a20
head/sys/arm/a
Author: ngie
Date: Sun Dec 21 23:47:30 2014
New Revision: 276046
URL: https://svnweb.freebsd.org/changeset/base/276046
Log:
Add __FreeBSD_version guards around hsearch_r to ease MFCing the code to
stable/10
It was added when __FreeBSD_version was ~1100027
Modified:
head/contrib/netbsd-
Author: ian
Date: Sun Dec 21 23:45:13 2014
New Revision: 276045
URL: https://svnweb.freebsd.org/changeset/base/276045
Log:
Allow -march=armv7a on the gcc command line, for compatibility with clang.
This will result in __ARM_ARCH_7A__ being defined during the compile.
When compiling with g
Author: jilles
Date: Sun Dec 21 23:09:59 2014
New Revision: 276038
URL: https://svnweb.freebsd.org/changeset/base/276038
Log:
sh: Move some code from onint() to onsig(), making onint() noreturn.
As a result, the INTON macro which is used many times generates fewer
bytes of code.
Modified
Author: jilles
Date: Sun Dec 21 22:18:30 2014
New Revision: 276037
URL: https://svnweb.freebsd.org/changeset/base/276037
Log:
sh: Remove EXP_REDIR.
EXP_REDIR was supposed to generate pathnames in redirection if exactly one
file matches, as permitted but not required by POSIX in interactiv
On Sun, 21 Dec 2014 21:24:20 + (UTC)
Ian Lepore wrote:
> Author: ian
> Date: Sun Dec 21 21:24:19 2014
> New Revision: 276031
> URL: https://svnweb.freebsd.org/changeset/base/276031
>
> Log:
> Eliminate a "cast discards qualifiers" warning when building with
> gcc.
>
> Modified:
> head/s
Author: andrew
Date: Sun Dec 21 21:38:12 2014
New Revision: 276033
URL: https://svnweb.freebsd.org/changeset/base/276033
Log:
Fix the unwinder to get past functions with no stack but may cause an
exception. In this case no registers will be updated but the link register
will be copied to the
Author: andrew
Date: Sun Dec 21 21:27:12 2014
New Revision: 276032
URL: https://svnweb.freebsd.org/changeset/base/276032
Log:
Pull out the fdt mapping code into intr.c. The arm_intrng branch also
defines this function allowing the mapping method to change when we move
to it.
Modified:
hea
Author: ian
Date: Sun Dec 21 21:24:19 2014
New Revision: 276031
URL: https://svnweb.freebsd.org/changeset/base/276031
Log:
Eliminate a "cast discards qualifiers" warning when building with gcc.
Modified:
head/sys/dev/beri/virtio/virtio.c
Modified: head/sys/dev/beri/virtio/virtio.c
==
Author: ian
Date: Sun Dec 21 21:23:53 2014
New Revision: 276030
URL: https://svnweb.freebsd.org/changeset/base/276030
Log:
Eliminate a redundant declaration.
Modified:
head/sys/arm/at91/at91_machdep.c
Modified: head/sys/arm/at91/at91_machdep.c
Author: ian
Date: Sun Dec 21 21:11:54 2014
New Revision: 276029
URL: https://svnweb.freebsd.org/changeset/base/276029
Log:
Remove a volatile qualifier on return type that is ignored and results in
a -Wreturn-type warning when compiled with gcc.
Modified:
head/sys/arm/ti/ti_wdt.c
Modified:
Author: andrew
Date: Sun Dec 21 17:25:21 2014
New Revision: 276028
URL: https://svnweb.freebsd.org/changeset/base/276028
Log:
Further reduce the diff between the arm_intrng gic driver and the version
in head.
Modified:
head/sys/arm/arm/gic.c
Modified: head/sys/arm/arm/gic.c
===
Author: smh
Date: Sun Dec 21 17:21:29 2014
New Revision: 276027
URL: https://svnweb.freebsd.org/changeset/base/276027
Log:
Switch zfsboot installer force 4K option to use vfs.zfs.min_auto_ashift=12
Previously we used gnop(8) to fake 4K sector size disks but ZFS now has a
sysctl to control
Author: ian
Date: Sun Dec 21 17:10:24 2014
New Revision: 276026
URL: https://svnweb.freebsd.org/changeset/base/276026
Log:
Allow whitspace to appear between device name and unit number in loaderdev.
This allows the same value to be used in u-boot commands and the loaderdev
env var that gets
Author: andrew
Date: Sun Dec 21 16:59:41 2014
New Revision: 276023
URL: https://svnweb.freebsd.org/changeset/base/276023
Log:
Reduce the diff between the lpc interrupt controller in head and arm_intrng
Modified:
head/sys/arm/lpc/lpc_intc.c
Modified: head/sys/arm/lpc/lpc_intc.c
==
On 21 December 2014 at 00:45, Gleb Smirnoff wrote:
> Adrian,
>
> On Thu, Dec 18, 2014 at 05:17:18AM +, Adrian Chadd wrote:
> A> Log:
> A> Fix the scan handling for 11b->11g upgrades in a world where, well,
> A> it's not just 11b/11g.
> ...
> A> Thanks to:
> A>
> A> * Everyone who kep
Author: andrew
Date: Sun Dec 21 16:48:57 2014
New Revision: 276021
URL: https://svnweb.freebsd.org/changeset/base/276021
Log:
Reduce the diff in the Ti aintc between head and arm_intrng
Modified:
head/sys/arm/ti/aintc.c
Modified: head/sys/arm/ti/aintc.c
==
On Sun, 2014-12-21 at 08:07 +, Alexey Dokuchaev wrote:
> On Sat, Dec 20, 2014 at 06:15:24PM +, Andrew Turner wrote:
> > Author: andrew
> > Date: Sat Dec 20 18:15:23 2014
> > New Revision: 275961
> > URL: https://svnweb.freebsd.org/changeset/base/275961
> >
> > Log:
> > Clean up to use th
Author: smh
Date: Sun Dec 21 16:38:29 2014
New Revision: 276019
URL: https://svnweb.freebsd.org/changeset/base/276019
Log:
style (9) nits
Use return (val); instead of return val;
Differential Revision:D838
MFC after:2 weeks
Sponsored by: Multiplay
Modified:
head/sys/
Author: andrew
Date: Sun Dec 21 16:35:42 2014
New Revision: 276017
URL: https://svnweb.freebsd.org/changeset/base/276017
Log:
Reduce the diff between head and arm_intrng with the bcm2835 interrupt
controller.
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_intr.c
Modified: head/sys/arm/bro
Author: smh
Date: Sun Dec 21 16:32:57 2014
New Revision: 276016
URL: https://svnweb.freebsd.org/changeset/base/276016
Log:
Return the error from ahci_setup_interrupt in ahci_attach
Previously ahci_attach returned a hard coded ENXIO instead of the value
from ahci_setup_interrupt. This is e
On 21/12/2014 17:14, Konstantin Belousov wrote:
> On Sun, Dec 21, 2014 at 04:45:28PM +0200, Andriy Gapon wrote:
>> On 21/12/2014 16:41, Konstantin Belousov wrote:
>>> Or, are you asking why caching of the name could be needed for
>>> core dump files at all ?
>>
>> Sort of. Why VN_OPEN_NAMECACHE is
Author: andrew
Date: Sun Dec 21 16:21:56 2014
New Revision: 276015
URL: https://svnweb.freebsd.org/changeset/base/276015
Log:
Reduce the diff to the arm_intrng project branch by having the read/write
macros take the softc they are accessing.
Modified:
head/sys/arm/arm/gic.c
Modified: head/
Author: smh
Date: Sun Dec 21 16:15:29 2014
New Revision: 276013
URL: https://svnweb.freebsd.org/changeset/base/276013
Log:
Clamp ahci max irq's to AHCI_MAX_IRQS
This prevents the possiblity of any overruns on the statically allocated
struct irqs field.
Differential Revision:D
Author: smh
Date: Sun Dec 21 16:07:46 2014
New Revision: 276012
URL: https://svnweb.freebsd.org/changeset/base/276012
Log:
Add a constant AHCI_MAX_IRQS removing magic number
Sponsored by: Multiplay
Modified:
head/sys/dev/ahci/ahci.h
Modified: head/sys/dev/ahci/ahci.h
===
On Sun, Dec 21, 2014 at 04:45:28PM +0200, Andriy Gapon wrote:
> On 21/12/2014 16:41, Konstantin Belousov wrote:
> > Or, are you asking why caching of the name could be needed for
> > core dump files at all ?
>
> Sort of. Why VN_OPEN_NAMECACHE is useful in the case of core dumps?
> What does it mak
On 21/12/2014 16:41, Konstantin Belousov wrote:
> On Sun, Dec 21, 2014 at 04:25:49PM +0200, Andriy Gapon wrote:
>> On 21/12/2014 15:32, Konstantin Belousov wrote:
>>> Author: kib
>>> Date: Sun Dec 21 13:32:07 2014
>>> New Revision: 276008
>>> URL: https://svnweb.freebsd.org/changeset/base/276008
>>
On Sun, Dec 21, 2014 at 04:25:49PM +0200, Andriy Gapon wrote:
> On 21/12/2014 15:32, Konstantin Belousov wrote:
> > Author: kib
> > Date: Sun Dec 21 13:32:07 2014
> > New Revision: 276008
> > URL: https://svnweb.freebsd.org/changeset/base/276008
> >
> > Log:
> > Add VN_OPEN_NAMECACHE flag for vn
On 21/12/2014 15:32, Konstantin Belousov wrote:
> Author: kib
> Date: Sun Dec 21 13:32:07 2014
> New Revision: 276008
> URL: https://svnweb.freebsd.org/changeset/base/276008
>
> Log:
> Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests that
> the created file name was cached. Use
Author: tuexen
Date: Sun Dec 21 13:58:53 2014
New Revision: 276009
URL: https://svnweb.freebsd.org/changeset/base/276009
Log:
Don't check twice that inp is not NULL.
Reported by: Coverity
CID: 748671
MFC after:3 days
Modified:
head/sys/netinet/sctputil.c
Modified: head
Author: kib
Date: Sun Dec 21 13:32:07 2014
New Revision: 276008
URL: https://svnweb.freebsd.org/changeset/base/276008
Log:
Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests that
the created file name was cached. Use the flag for core dumps.
Requested by: rpaulo
Tested by:
Author: kib
Date: Sun Dec 21 13:29:33 2014
New Revision: 276007
URL: https://svnweb.freebsd.org/changeset/base/276007
Log:
Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some
fs, e.g. smbfs, already did it.
Tested by:pho (previous version)
Sponsored by: The FreeBSD Found
Author: brueffer
Date: Sun Dec 21 12:36:36 2014
New Revision: 276006
URL: https://svnweb.freebsd.org/changeset/base/276006
Log:
Various mdoc fixes and a few EOL whitespace removals.
Found with: mandoc -Tlint
Modified:
head/lib/libc/gen/cap_rights_get.3
head/lib/libc/gen/ftok.3
head
Author: brueffer
Date: Sun Dec 21 12:13:49 2014
New Revision: 276005
URL: https://svnweb.freebsd.org/changeset/base/276005
Log:
Various mdoc fixes.
Found with: mandoc -Tlint
Modified:
head/share/man/man5/periodic.conf.5
head/share/man/man5/pf.conf.5
head/share/man/man5/pf.os.5
he
Author: andrew
Date: Sun Dec 21 11:55:40 2014
New Revision: 276004
URL: https://svnweb.freebsd.org/changeset/base/276004
Log:
Fix the indentation to simplify comparing the ARM config files.
Modified:
head/sys/arm/conf/APALIS-IMX6
head/sys/arm/conf/BEAGLEBONE
head/sys/arm/conf/CHROMEBOOK-P
Author: andrew
Date: Sun Dec 21 11:37:00 2014
New Revision: 276003
URL: https://svnweb.freebsd.org/changeset/base/276003
Log:
tart to clean up the armv6 kernel configs by reducing the diff between
them in the first sections and the later FDT support.
Differential Revision:https://
Author: brueffer
Date: Sun Dec 21 10:57:42 2014
New Revision: 275993
URL: https://svnweb.freebsd.org/changeset/base/275993
Log:
Fix various mdoc issues and some EOL whitespace.
Found with: mandoc -Tlint
Modified:
head/share/man/man9/BUF_ISLOCKED.9
head/share/man/man9/BUS_BIND_INTR.9
Author: brueffer
Date: Sun Dec 21 10:04:26 2014
New Revision: 275991
URL: https://svnweb.freebsd.org/changeset/base/275991
Log:
Remove EOL whitespace.
Found with: mandoc -Tlint
Modified:
head/share/man/man4/altera_atse.4
head/share/man/man4/gpioled.4
head/share/man/man4/iicbus.4
Author: brueffer
Date: Sun Dec 21 09:53:29 2014
New Revision: 275990
URL: https://svnweb.freebsd.org/changeset/base/275990
Log:
Fix various mdoc issues.
Found with: mandoc -Tlint
Modified:
head/share/man/man4/aout.4
head/share/man/man4/ath_ahb.4
head/share/man/man4/ath_pci.4
head
Adrian,
On Thu, Dec 18, 2014 at 05:17:18AM +, Adrian Chadd wrote:
A> Log:
A> Fix the scan handling for 11b->11g upgrades in a world where, well,
A> it's not just 11b/11g.
...
A> Thanks to:
A>
A> * Everyone who kept poking me about this and wondering why the hell
A> their wifi
On Sat, Dec 20, 2014 at 06:15:24PM +, Andrew Turner wrote:
> Author: andrew
> Date: Sat Dec 20 18:15:23 2014
> New Revision: 275961
> URL: https://svnweb.freebsd.org/changeset/base/275961
>
> Log:
> Clean up to use the standard style of "options \t" and "device\t\t"
>
> options HZ=500
45 matches
Mail list logo