Author: eadler
Date: Sun Oct 27 04:59:18 2013
New Revision: 257205
URL: http://svnweb.freebsd.org/changeset/base/257205
Log:
Mention in login.conf.5 which fields may be infinite and how to specifify
infinity.
The number of ways to indicate this confuses people.
PR: docs/100196
Author: eadler
Date: Sun Oct 27 04:49:40 2013
New Revision: 257204
URL: http://svnweb.freebsd.org/changeset/base/257204
Log:
All man pages refer to FreeBSD so there is no need to mention "In .Fx"
Modified:
head/lib/libutil/login.conf.5
Modified: head/lib/libutil/login.conf.5
Author: ian
Date: Sun Oct 27 03:29:38 2013
New Revision: 257203
URL: http://svnweb.freebsd.org/changeset/base/257203
Log:
Eliminate a compiler warning about extraneous parens.
Modified:
head/sys/arm/arm/busdma_machdep.c
Modified: head/sys/arm/arm/busdma_machdep.c
Author: ian
Date: Sun Oct 27 03:24:46 2013
New Revision: 257202
URL: http://svnweb.freebsd.org/changeset/base/257202
Log:
Oops, one more instance of ARM_NOCACHE_KVA_SIZE was hiding under the couch.
This should have been cleaned up along with r257201.
Modified:
head/sys/arm/rockchip/rk30xx_m
Author: ian
Date: Sun Oct 27 03:13:26 2013
New Revision: 257201
URL: http://svnweb.freebsd.org/changeset/base/257201
Log:
Retire arm_remap_nocache() and the data and constants associated with it.
The only remaining user was the code that allocates bounce pages for armv4
busdma. It's not
On 26 Oct 2013, at 20:18, Raphael Kubo da Costa wrote:
> Raphael Kubo da Costa writes:
>
>> David Chisnall writes:
>>
>>> Author: theraven
>>> Date: Fri Jul 12 11:03:51 2013
>>> New Revision: 253260
>>> URL: http://svnweb.freebsd.org/changeset/base/253260
>>>
>>> Log:
>>> Fix the build with
hm, so none of the modified PHYs nor their consumers will get upset?
Eg, if the NIC is down, is touching the PHY registers going to be a
problem?
-adrian
On 26 October 2013 11:40, Gleb Smirnoff wrote:
> Author: glebius
> Date: Sat Oct 26 18:40:17 2013
> New Revision: 257184
> URL: http://svnwe
Author: ian
Date: Sun Oct 27 01:34:10 2013
New Revision: 257200
URL: http://svnweb.freebsd.org/changeset/base/257200
Log:
Remove #include from all the arm code that doesn't
really need it. That would be almost everywhere it was included. Add
it in a couple files that really do need it and
Author: ian
Date: Sun Oct 27 00:51:46 2013
New Revision: 257199
URL: http://svnweb.freebsd.org/changeset/base/257199
Log:
Remove all #include from arm code. It's already
included by vm/pmap.h, which is a prerequisite for arm/machine/pmap.h
so there's no reason to ever include it directly.
Raphael Kubo da Costa writes:
> David Chisnall writes:
>
>> Author: theraven
>> Date: Fri Jul 12 11:03:51 2013
>> New Revision: 253260
>> URL: http://svnweb.freebsd.org/changeset/base/253260
>>
>> Log:
>> Fix the build with C++ where __builtin_types_compatible_p is not allowed.
>>
>> Modified:
David Chisnall writes:
> Author: theraven
> Date: Fri Jul 12 11:03:51 2013
> New Revision: 253260
> URL: http://svnweb.freebsd.org/changeset/base/253260
>
> Log:
> Fix the build with C++ where __builtin_types_compatible_p is not allowed.
>
> Modified:
> head/lib/msun/src/math.h
>
> Modified:
On 10/26/13 18:37, Julio Merino wrote:
> On Sat, Oct 26, 2013 at 10:54 AM, Nathan Whitehorn
> wrote:
>> Author: nwhitehorn
>> Date: Sat Oct 26 14:54:43 2013
>> New Revision: 257162
>> URL: http://svnweb.freebsd.org/changeset/base/257162
>>
>> Log:
>> The old trap.h (then trap_aim.h) actually had
Author: nwhitehorn
Date: Sat Oct 26 23:41:11 2013
New Revision: 257198
URL: http://svnweb.freebsd.org/changeset/base/257198
Log:
Fix build after r257162.
Modified:
head/sys/boot/powerpc/ps3/start.S
Modified: head/sys/boot/powerpc/ps3/start.S
==
On Sat, Oct 26, 2013 at 10:54 AM, Nathan Whitehorn
wrote:
> Author: nwhitehorn
> Date: Sat Oct 26 14:54:43 2013
> New Revision: 257162
> URL: http://svnweb.freebsd.org/changeset/base/257162
>
> Log:
> The old trap.h (then trap_aim.h) actually had trap ID codes for Book-E CPUs.
> Use it univers
Author: ian
Date: Sat Oct 26 23:13:20 2013
New Revision: 257197
URL: http://svnweb.freebsd.org/changeset/base/257197
Log:
Maximize available kva space by doing static device mapping from the top
of the address space downwards, and then returning the lowest mapped
device address from initarm_
On Sat, Oct 26, 2013 at 5:47 PM, Erik Cederstrand wrote:
> Den 26/10/2013 kl. 01.07 skrev Eitan Adler :
>
>> On Fri, Oct 25, 2013 at 2:43 PM, Colin Percival wrote:
>>> Author: cperciva
>>> Date: Fri Oct 25 18:43:53 2013
>>> New Revision: 257129
>>> URL: http://svnweb.freebsd.org/changeset/base/25
Den 26/10/2013 kl. 01.07 skrev Eitan Adler :
> On Fri, Oct 25, 2013 at 2:43 PM, Colin Percival wrote:
>> Author: cperciva
>> Date: Fri Oct 25 18:43:53 2013
>> New Revision: 257129
>> URL: http://svnweb.freebsd.org/changeset/base/257129
>>
>> Log:
>> Remove time and date stamps from svn* binarie
Author: nwhitehorn
Date: Sat Oct 26 20:57:26 2013
New Revision: 257196
URL: http://svnweb.freebsd.org/changeset/base/257196
Log:
Make devices with registers into the KVA region work reliably. Without this,
previous KVA allocations (which the PMAP lazily invalidates) in TLB0 could
shadow devi
Author: nwhitehorn
Date: Sat Oct 26 20:06:50 2013
New Revision: 257195
URL: http://svnweb.freebsd.org/changeset/base/257195
Log:
Try even harder to find a console before giving up.
Modified:
head/sys/dev/uart/uart_cpu_fdt.c
Modified: head/sys/dev/uart/uart_cpu_fdt.c
=
Author: bdrewery (ports committer)
Date: Sat Oct 26 19:59:42 2013
New Revision: 257193
URL: http://svnweb.freebsd.org/changeset/base/257193
Log:
Fix build with GCC.
BIO_new_mem_buf takes a void* buf, but internally it never modifies the
buf. It assigns the buffer to another pointer and th
Author: nwhitehorn
Date: Sat Oct 26 19:50:40 2013
New Revision: 257191
URL: http://svnweb.freebsd.org/changeset/base/257191
Log:
Handle (in a slightly ugly way) ePAPR-type loaders that just place a
device tree into r3. Rather than worrying about mapping that tree, reserving
its space in the
Author: nwhitehorn
Date: Sat Oct 26 19:49:09 2013
New Revision: 257190
URL: http://svnweb.freebsd.org/changeset/base/257190
Log:
Bump initial TLB size. The kernel is not necessarily less than 16 MB any
more.
Modified:
head/sys/powerpc/booke/locore.S
Modified: head/sys/powerpc/booke/locore.
On Sat, Oct 26, 2013 at 11:28:29PM +0400, Sergey Kandaurov wrote:
S> On 26 October 2013 21:58, Gleb Smirnoff wrote:
S> > Author: glebius
S> > Date: Sat Oct 26 17:58:36 2013
S> > New Revision: 257176
S> > URL: http://svnweb.freebsd.org/changeset/base/257176
S> >
S> > Log:
S> > The r48589 promised
On 26 October 2013 21:58, Gleb Smirnoff wrote:
> Author: glebius
> Date: Sat Oct 26 17:58:36 2013
> New Revision: 257176
> URL: http://svnweb.freebsd.org/changeset/base/257176
>
> Log:
> The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
> to this event, adding if_var.h
Author: andrew
Date: Sat Oct 26 19:09:56 2013
New Revision: 257189
URL: http://svnweb.freebsd.org/changeset/base/257189
Log:
Fix an itt instruction. We need to execute both the mov and b instructions
when building for Thumb.
Modified:
head/sys/arm/include/atomic.h
Modified: head/sys/arm/in
Author: glebius
Date: Sat Oct 26 18:59:58 2013
New Revision: 257186
URL: http://svnweb.freebsd.org/changeset/base/257186
Log:
Start splitting pfvar.h into internal and external parts.
- Provide pf_altq.h that has only stuff needed for ALTQ.
- Start pf.h, that would have all constant value
Author: glebius
Date: Sat Oct 26 18:40:17 2013
New Revision: 257184
URL: http://svnweb.freebsd.org/changeset/base/257184
Log:
The MII layer shouldn't care about administrative status of an
interface. Make MII drivers forget about 'struct ifnet'.
Later plan is to provide an administrative
Author: nwhitehorn
Date: Sat Oct 26 18:25:55 2013
New Revision: 257183
URL: http://svnweb.freebsd.org/changeset/base/257183
Log:
Be a bit more flexible in how we find the console from the properties on
/chosen, following the list of allowed console properties in ePAPR. Also
do not require th
Author: jmg
Date: Sat Oct 26 18:23:43 2013
New Revision: 257182
URL: http://svnweb.freebsd.org/changeset/base/257182
Log:
bump date forgotten in r257165
Modified:
head/sbin/mdconfig/mdconfig.8
Modified: head/sbin/mdconfig/mdconfig.8
===
Author: nwhitehorn
Date: Sat Oct 26 18:19:36 2013
New Revision: 257180
URL: http://svnweb.freebsd.org/changeset/base/257180
Log:
Add some extra sanity checking and checks to printf format specifiers.
Modified:
head/sys/powerpc/aim/mmu_oea64.c
Modified: head/sys/powerpc/aim/mmu_oea64.c
==
Author: glebius
Date: Sat Oct 26 18:18:50 2013
New Revision: 257179
URL: http://svnweb.freebsd.org/changeset/base/257179
Log:
Provide includes that are needed in these files, and before were read
in implicitly via if.h -> if_var.h pollution.
Sponsored by: Netflix
Sponsored by: Nginx, In
Author: nwhitehorn
Date: Sat Oct 26 18:18:14 2013
New Revision: 257178
URL: http://svnweb.freebsd.org/changeset/base/257178
Log:
Interrelated improvements to early boot mappings:
- Remove explicit requirement that the SOC registers be found except as an
optimization (although the MPC85XX L
Author: glebius
Date: Sat Oct 26 17:58:36 2013
New Revision: 257176
URL: http://svnweb.freebsd.org/changeset/base/257176
Log:
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
to this event, adding if_var.h to files that do need it. Also, include
all includes that no
Author: nwhitehorn
Date: Sat Oct 26 17:54:31 2013
New Revision: 257175
URL: http://svnweb.freebsd.org/changeset/base/257175
Log:
Clean up missed header references.
Modified:
head/sys/powerpc/aim/mmu_oea.c
head/sys/powerpc/aim/mp_cpudep.c
head/sys/powerpc/pseries/platform_chrp.c
Modified:
Author: glebius
Date: Sat Oct 26 17:43:18 2013
New Revision: 257174
URL: http://svnweb.freebsd.org/changeset/base/257174
Log:
Remove unsigned < 0 comparison.
Modified:
head/sys/netgraph/ng_one2many.c
Modified: head/sys/netgraph/ng_one2many.c
==
Author: glebius
Date: Sat Oct 26 17:40:38 2013
New Revision: 257173
URL: http://svnweb.freebsd.org/changeset/base/257173
Log:
Move includes from if_bcereg.h to .c files.
Modified:
head/sys/dev/bce/if_bce.c
head/sys/dev/bce/if_bcereg.h
Modified: head/sys/dev/bce/if_bce.c
===
Author: zbb
Date: Sat Oct 26 17:29:50 2013
New Revision: 257172
URL: http://svnweb.freebsd.org/changeset/base/257172
Log:
Enable SATA interface on Armada XP
- Add appropriate entry to DTS
- Allow for MV78460 SATA probe and configuration
Tested by:kevlo
Approved by: cognet (men
Author: zbb
Date: Sat Oct 26 17:27:32 2013
New Revision: 257171
URL: http://svnweb.freebsd.org/changeset/base/257171
Log:
Enable UART busy detection handling for Armada XP - based board
All Armada XP chips should be affected. It is necessary to handle
busy interrupt/indication by enabling
Author: zbb
Date: Sat Oct 26 17:24:59 2013
New Revision: 257170
URL: http://svnweb.freebsd.org/changeset/base/257170
Log:
Wait for DesignWare UART transfers completion before accessing line control
When using DW UART with BUSY detection it is necessary to wait
until all serial transfers a
Author: nwhitehorn
Date: Sat Oct 26 16:49:41 2013
New Revision: 257169
URL: http://svnweb.freebsd.org/changeset/base/257169
Log:
Fix concurrency issues with TLB1 updates and make pmap_kextract() search
TLB1 mappings as well, which is required for the console to work after
r257111.
Modified:
Author: bdrewery (ports committer)
Date: Sat Oct 26 16:19:14 2013
New Revision: 257168
URL: http://svnweb.freebsd.org/changeset/base/257168
Log:
Fix indentation
Reported by: zont
Approved by: bapt (implicit)
MFC after:2 days
X-MFC-With: r257145
Modified:
head/etc/mtree/BSD.
On Sat, Oct 26, 2013 at 09:10:58AM -0700, Andrey Zonov wrote:
> On 10/26/13 8:02 AM, Bryan Drewery wrote:
> > Author: bdrewery (ports committer)
> > Date: Sat Oct 26 15:02:34 2013
> > New Revision: 257164
> > URL: http://svnweb.freebsd.org/changeset/base/257164
> >
> > Log:
> > Add missing /etc/
On 10/26/13 8:02 AM, Bryan Drewery wrote:
> Author: bdrewery (ports committer)
> Date: Sat Oct 26 15:02:34 2013
> New Revision: 257164
> URL: http://svnweb.freebsd.org/changeset/base/257164
>
> Log:
> Add missing /etc/pkg to BSD.root.dist
>
> Approved by:bapt
> MFC after: 2 days
Author: ian
Date: Sat Oct 26 15:15:31 2013
New Revision: 257167
URL: http://svnweb.freebsd.org/changeset/base/257167
Log:
Switch to using ofw_bus_search_compatible() table-driven compat lookup.
Add compat strings for Freescale Vybrid family SoCs.
Modified:
head/sys/dev/ffec/if_ffec.c
Modif
Author: jmg
Date: Sat Oct 26 15:05:27 2013
New Revision: 257165
URL: http://svnweb.freebsd.org/changeset/base/257165
Log:
Document that -a will output the device name when -u is not specified..
when -u is specified it is not...
update the docs to say that you can use full device names w/
Author: bdrewery (ports committer)
Date: Sat Oct 26 15:02:34 2013
New Revision: 257164
URL: http://svnweb.freebsd.org/changeset/base/257164
Log:
Add missing /etc/pkg to BSD.root.dist
Approved by: bapt
MFC after:2 days
X-MFC-With: r257145
Modified:
head/etc/mtree/BSD.root.dist
Author: nwhitehorn
Date: Sat Oct 26 14:54:43 2013
New Revision: 257162
URL: http://svnweb.freebsd.org/changeset/base/257162
Log:
The old trap.h (then trap_aim.h) actually had trap ID codes for Book-E CPUs.
Use it universally. Book-E traps may also need revisiting due to the
introduction of f
Author: nwhitehorn
Date: Sat Oct 26 14:52:55 2013
New Revision: 257161
URL: http://svnweb.freebsd.org/changeset/base/257161
Log:
Add pmap_mapdev_attr() and pmap_kenter_attr() interfaces. pmap_set_memattr()
is slightly more complicated and is left unimplemented for now. Also
prevent pmap_mapd
Author: sbruno
Date: Sat Oct 26 14:49:19 2013
New Revision: 257160
URL: http://svnweb.freebsd.org/changeset/base/257160
Log:
Queisce warnings for gperf -Wlogical-op-parentheses with parens to
explicitly define the logic
Modified:
head/contrib/gperf/src/options.cc
Modified: head/contrib/gpe
Author: bdrewery (ports committer)
Date: Sat Oct 26 14:19:57 2013
New Revision: 257159
URL: http://svnweb.freebsd.org/changeset/base/257159
Log:
Disable fingerprint checking for now as the pkg repository mirrors will
not receive the signature until later this week.
Approved by: bapt
Mod
Author: bdrewery (ports committer)
Date: Sat Oct 26 13:38:49 2013
New Revision: 257158
URL: http://svnweb.freebsd.org/changeset/base/257158
Log:
Link in libcrypto as well to fix build in some cases.
Approved by: bapt
MFC after:2 days
Reported by: many
Modified:
head/usr.sbin/pk
Author: nwhitehorn
Date: Sat Oct 26 13:18:39 2013
New Revision: 257157
URL: http://svnweb.freebsd.org/changeset/base/257157
Log:
machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks to
Alan Cox for pointing this out.
Modified:
head/sys/dev/uart/uart_cpu_fdt.c
Modified: hea
Author: trociny
Date: Sat Oct 26 08:38:21 2013
New Revision: 257155
URL: http://svnweb.freebsd.org/changeset/base/257155
Log:
Make hastctl list command output current queue sizes.
Reviewed by: pjd
MFC after:1 month
Modified:
head/sbin/hastctl/hastctl.c
head/sbin/hastd/control.c
Author: trociny
Date: Sat Oct 26 08:35:54 2013
New Revision: 257154
URL: http://svnweb.freebsd.org/changeset/base/257154
Log:
Merging local and remote bitmaps must be protected by hr_amp lock.
This is believed to fix hastd crashes, which might occur during
synchronization, triggered by th
54 matches
Mail list logo