On Sun, 11 May 2014, Nathan Whitehorn wrote:
Log:
Make ofwfb not be painfully slow. This reduces the time for a verbose boot
on my G4 iBook by more than half. Still 10% slower than syscons, but that's
much better than a factor of 2.
The slowness had to do with pathological write performance
On Sat, 10 May 2014 19:07:34 +0200
Marc UBM wrote:
> On Tue, 06 May 2014 18:59:59 -0500
> Alan Cox wrote:
>
> > > Does this address the observation that several folks have made on
> > > current@ that pages are being pushed to swap much more agressively than
> > > in the past, even when the syst
Author: nwhitehorn
Date: Sun May 11 05:49:35 2014
New Revision: 265871
URL: http://svnweb.freebsd.org/changeset/base/265871
Log:
Move the PS3 framebuffer console to use vt instead of syscons and adjust
GENERIC64 for PowerPC to use vt with it.
Much to my chagrin, PS3 support seems to have
Author: ian
Date: Sun May 11 04:24:57 2014
New Revision: 265870
URL: http://svnweb.freebsd.org/changeset/base/265870
Log:
Add cpu_l2cache_drain_writebuf(), use it to implement generic_bs_barrier().
On modern ARM SoCs the L2 cache controller sits between the CPU and the
AXI bus, and most o
Author: grehan
Date: Sun May 11 04:18:51 2014
New Revision: 265869
URL: http://svnweb.freebsd.org/changeset/base/265869
Log:
Enable SMP for Exynos-based platforms (i.e. Chromebook)
Reviewed by: br
Modified:
head/sys/arm/conf/EXYNOS5250.common
Modified: head/sys/arm/conf/EXYNOS5250.comm
On Sat, 10 May 2014, Konstantin Belousov wrote:
Log:
Style.
Thanks, but this adds a style bug of the same type as one that it removes.
Modified: head/lib/libc/gen/sem_new.c
==
--- head/lib/libc/gen/sem_new.c Sat May
Author: nwhitehorn
Date: Sun May 11 02:18:17 2014
New Revision: 265868
URL: http://svnweb.freebsd.org/changeset/base/265868
Log:
Use vt(4) by default on 32-bit PowerPC now that it is fully functional and
fast. 64-bit PowerPC will follow along once the PS3 framebuffer driver is
adapted.
Modi
Author: nwhitehorn
Date: Sun May 11 02:16:08 2014
New Revision: 265867
URL: http://svnweb.freebsd.org/changeset/base/265867
Log:
Port over mmap routine from syscons. This lets X11 work on PowerPC with vt.
The last obstacle to switching PowerPC entirely to vt is that the Playstation
3
frameb
Author: eadler
Date: Sun May 11 02:04:40 2014
New Revision: 265866
URL: http://svnweb.freebsd.org/changeset/base/265866
Log:
mesg: remove advertising clause
The University of California board of trustees has given permission to remove
the advertising clause of all software attributed to i
Author: eadler
Date: Sun May 11 02:00:48 2014
New Revision: 265865
URL: http://svnweb.freebsd.org/changeset/base/265865
Log:
look(1): add compability with other implementations.
On other implementations 'look -a' uses an alternate dictionary. Since we
don't
have one, just ignore it.
Mo
Author: nwhitehorn
Date: Sun May 11 01:58:56 2014
New Revision: 265864
URL: http://svnweb.freebsd.org/changeset/base/265864
Log:
Make ofwfb not be painfully slow. This reduces the time for a verbose boot
on my G4 iBook by more than half. Still 10% slower than syscons, but that's
much better
Author: eadler
Date: Sun May 11 01:44:11 2014
New Revision: 265863
URL: http://svnweb.freebsd.org/changeset/base/265863
Log:
libedit: add H_SAVE_FP which saves history to a file pointer.
H_SAVE_FP is similar to H_SAVE but operates on a FILE* instead of a filename.
This is useful when oper
Author: nwhitehorn
Date: Sun May 11 01:19:55 2014
New Revision: 265862
URL: http://svnweb.freebsd.org/changeset/base/265862
Log:
Make ofwfb actually work again. Apparently the API it was written against
still exists but is now silently ignored by the VT core. At least xboxfb
needs similar ch
Author: ian
Date: Sun May 11 00:43:06 2014
New Revision: 265861
URL: http://svnweb.freebsd.org/changeset/base/265861
Log:
Make the hardware memory and instruction barrier functions work on armv4
and armv5 as well.
Modified:
head/sys/arm/include/atomic.h
head/sys/modules/Makefile
Modified
On 10 May 2014 15:16, Baptiste Daroussin wrote:
> On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote:
>> Author: eadler
>> Date: Sat May 10 16:59:15 2014
>> New Revision: 265842
>> URL: http://svnweb.freebsd.org/changeset/base/265842
>>
>> Log:
>> arcconfig: add one
>>
>> Add a .arcco
Author: pfg
Date: Sat May 10 22:27:01 2014
New Revision: 265860
URL: http://svnweb.freebsd.org/changeset/base/265860
Log:
prinf: replace use of alloca with variable length array.
Use of alloca(3) is discouraged in FreeBSD. Using a VLA
is simple and should be more portable.
Requested
On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote:
> Author: eadler
> Date: Sat May 10 16:59:15 2014
> New Revision: 265842
> URL: http://svnweb.freebsd.org/changeset/base/265842
>
> Log:
> arcconfig: add one
>
> Add a .arcconfig to allow arc to work in its usual way.
>
> Added:
Author: andrew
Date: Sat May 10 21:30:19 2014
New Revision: 265858
URL: http://svnweb.freebsd.org/changeset/base/265858
Log:
Rename platform_gpio_init to be SoC specific
Modified:
head/sys/arm/lpc/lpc_gpio.c
head/sys/arm/lpc/lpc_machdep.c
head/sys/arm/lpc/lpcvar.h
Modified: head/sys/arm/
Author: imp
Date: Sat May 10 21:27:47 2014
New Revision: 265857
URL: http://svnweb.freebsd.org/changeset/base/265857
Log:
Really, I don't want to install src.opts.mk at all.
Modified:
head/share/mk/Makefile
Modified: head/share/mk/Makefile
Author: brueffer
Date: Sat May 10 20:45:23 2014
New Revision: 265856
URL: http://svnweb.freebsd.org/changeset/base/265856
Log:
MFC: r265264, r265270
Add rsu(4) and urtwn(4) to the hardware notes.
Modified:
stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml
stable/10/release/doc
Author: andrew
Date: Sat May 10 20:31:05 2014
New Revision: 265854
URL: http://svnweb.freebsd.org/changeset/base/265854
Log:
Rename platform_gpio_init to be platform specific, and make it static as
it's only used from this file.
Modified:
head/sys/arm/mv/gpio.c
head/sys/arm/mv/mvvar.h
Mo
Author: andrew
Date: Sat May 10 20:26:49 2014
New Revision: 265853
URL: http://svnweb.freebsd.org/changeset/base/265853
Log:
Rename platform_gpio_init to be SoC specific, and make it static as it's
only called from this file.
Modified:
head/sys/arm/rockchip/rk30xx_gpio.c
Modified: head/sys
Author: ian
Date: Sat May 10 20:03:03 2014
New Revision: 265852
URL: http://svnweb.freebsd.org/changeset/base/265852
Log:
When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.
On armv4 these are defined as synonyms right now, but it's a bit ambiguous
what NOCACHE means (is buff
Author: brueffer
Date: Sat May 10 19:47:54 2014
New Revision: 265851
URL: http://svnweb.freebsd.org/changeset/base/265851
Log:
MFC: r257408 by kevlo
Add manpage for urtwnfw, the Realtek RTL8188CU/RTL8192CU firmware
module. Also fix a few nits in urtwn.4.
Added:
stable/10/share/man/man
Author: alc
Date: Sat May 10 19:47:00 2014
New Revision: 265850
URL: http://svnweb.freebsd.org/changeset/base/265850
Log:
About 9% of the pmap_protect() calls being performed by vm_map_copy_entry()
are unnecessary. Eliminate the unnecessary calls.
Reviewed by: kib
MFC after:1 week
Author: jilles
Date: Sat May 10 19:18:49 2014
New Revision: 265849
URL: http://svnweb.freebsd.org/changeset/base/265849
Log:
sh: In getopts, unset OPTARG where POSIX says we should.
Added:
head/bin/sh/tests/builtins/getopts8.0 (contents, props changed)
head/bin/sh/tests/builtins/getopts8.
Author: brueffer
Date: Sat May 10 19:10:31 2014
New Revision: 265848
URL: http://svnweb.freebsd.org/changeset/base/265848
Log:
MFC: r265263
Make this manpage ready for hardware notes generation, add more Xrefs and
perform
general cleanup.
In particular, don't claim rsu(4) devices ca
Author: kib
Date: Sat May 10 19:08:07 2014
New Revision: 265847
URL: http://svnweb.freebsd.org/changeset/base/265847
Log:
Invalidate the cache for the named posix semaphore when opened and
actual file storing the semaphore object is different from the file
created on the first open. Store t
Author: jilles
Date: Sat May 10 19:06:36 2014
New Revision: 265846
URL: http://svnweb.freebsd.org/changeset/base/265846
Log:
sh: Add new tests to the Makefile.
Modified:
head/bin/sh/tests/builtins/Makefile
Modified: head/bin/sh/tests/builtins/Makefile
Author: kib
Date: Sat May 10 18:59:09 2014
New Revision: 265845
URL: http://svnweb.freebsd.org/changeset/base/265845
Log:
Style.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/lib/libc/gen/sem_new.c
Modified: head/lib/libc/gen/sem_new.c
==
Author: jilles
Date: Sat May 10 17:42:21 2014
New Revision: 265844
URL: http://svnweb.freebsd.org/changeset/base/265844
Log:
sh: Don't discard getopts state on unknown option or missing argument.
When getopts finds an invalid option or a missing option-argument, it should
not reset its st
Author: kib
Date: Sat May 10 17:03:33 2014
New Revision: 265843
URL: http://svnweb.freebsd.org/changeset/base/265843
Log:
For the upgrade case in vm_fault_copy_entry(), when the entry does not
need COW and is writeable (i.e. becoming writeable due to the
mprotect(2) operation), do not create
Author: eadler
Date: Sat May 10 16:59:15 2014
New Revision: 265842
URL: http://svnweb.freebsd.org/changeset/base/265842
Log:
arcconfig: add one
Add a .arcconfig to allow arc to work in its usual way.
Added:
head/.arcconfig (contents, props changed)
Added: head/.arcconfig
=
Author: imp
Date: Sat May 10 16:39:15 2014
New Revision: 265841
URL: http://svnweb.freebsd.org/changeset/base/265841
Log:
bitrotted compat cruft removal:
o KMODDEPS warning is 15 years stale. Remove it.
o MK_CTF will always be defined now, so no need to test to see if it
is defined.
o
Author: imp
Date: Sat May 10 16:39:08 2014
New Revision: 265840
URL: http://svnweb.freebsd.org/changeset/base/265840
Log:
grep -L returns non-zero status if none of the files had the pattern
in them. This is often the case, so just ignore the return
code. Actual errors that are found will al
Author: imp
Date: Sat May 10 16:38:54 2014
New Revision: 265838
URL: http://svnweb.freebsd.org/changeset/base/265838
Log:
Move DOCCOMPRESS to MK variable.
Added:
head/tools/build/options/WITHOUT_DOCCOMPRESS (contents, props changed)
head/tools/build/options/WITHOUT_MANCOMPRESS (contents
Author: imp
Date: Sat May 10 16:39:00 2014
New Revision: 265839
URL: http://svnweb.freebsd.org/changeset/base/265839
Log:
Sprinkle a few more .WAITs into the mix after csu, libc, msun and the
early built libraries. This should be sufficient for most cases and
has eliminated the issues I've s
Author: imp
Date: Sat May 10 16:38:37 2014
New Revision: 265836
URL: http://svnweb.freebsd.org/changeset/base/265836
Log:
Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
what is needed.
Modified:
head/share/mk/bsd.test.mk
head/tests/sys/netinet/Makefile
Modified: hea
Author: imp
Date: Sat May 10 16:38:32 2014
New Revision: 265835
URL: http://svnweb.freebsd.org/changeset/base/265835
Log:
Remove some useless, commented out code. Remove name space polution in
the POSIX case by moving more things under !Posix part of an if.
Modified:
head/share/mk/sys.mk
M
Author: imp
Date: Sat May 10 16:38:18 2014
New Revision: 265833
URL: http://svnweb.freebsd.org/changeset/base/265833
Log:
Remove the compatibility hack for FreeBSD 7 systems for
MACHINE_CPUARCH. Fewer places to have to hack each time a new one is
added.
Modified:
head/sys/conf/kern.pre.mk
Author: imp
Date: Sat May 10 16:38:27 2014
New Revision: 265834
URL: http://svnweb.freebsd.org/changeset/base/265834
Log:
g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the ports
system, as it existed 9 years ago, and has been obsolete for a long
time.
Deleted:
head/share/mk/bsd.p
Author: imp
Date: Sat May 10 16:38:45 2014
New Revision: 265837
URL: http://svnweb.freebsd.org/changeset/base/265837
Log:
We haven't done anything with _UPGRADING in ~forever (was present, but
not needed, in FreeBSD 6.x, and has been absent in newer versions).
This was needed to upgrade from
Author: imp
Date: Sat May 10 16:38:09 2014
New Revision: 265832
URL: http://svnweb.freebsd.org/changeset/base/265832
Log:
Simplify clang ifdefs in the kernel a bit. Introduce
CFLAGS.${COMPILER_TYPE} to mirror userland. Be explicit about which
compiler needs something (not clang isn't necessa
Author: imp
Date: Sat May 10 16:38:03 2014
New Revision: 265831
URL: http://svnweb.freebsd.org/changeset/base/265831
Log:
Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=no
and MK_LLDB=no, so set those explicitly (now that we can do
that). Simplify tests for these variabl
Author: imp
Date: Sat May 10 16:37:28 2014
New Revision: 265826
URL: http://svnweb.freebsd.org/changeset/base/265826
Log:
Document WITHOUT_SYSCALL_COMPAT and WITHOUT_GNU_GREP_COMPAT.
Added:
head/tools/build/options/WITHOUT_GNU_GREP_COMPAT (contents, props changed)
head/tools/build/options
Author: imp
Date: Sat May 10 16:37:39 2014
New Revision: 265828
URL: http://svnweb.freebsd.org/changeset/base/265828
Log:
Optionally allow building the historical FreeBSD make program and
install it as fmake. This defaults to no. This should be viewed as the
first step towards evental migrat
Author: imp
Date: Sat May 10 16:37:53 2014
New Revision: 265830
URL: http://svnweb.freebsd.org/changeset/base/265830
Log:
Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove a
check for EARLY_BUILD because it isn't necessary (MK_WARN=no will
always be defined for that).
Added:
Author: imp
Date: Sat May 10 16:37:33 2014
New Revision: 265827
URL: http://svnweb.freebsd.org/changeset/base/265827
Log:
Remove a few more vestiges of allowing WITHOUT_BMAKE to imply you want
to buid with fmake.
Modified:
head/Makefile
Modified: head/Makefile
=
Author: imp
Date: Sat May 10 16:37:44 2014
New Revision: 265829
URL: http://svnweb.freebsd.org/changeset/base/265829
Log:
Support, to the extent we generate proper command lines, compiling
with clang 3.3. Useful for test building -current on a -stable system
in individual directories. Potent
Author: kib
Date: Sat May 10 16:36:13 2014
New Revision: 265825
URL: http://svnweb.freebsd.org/changeset/base/265825
Log:
When printing the map with the ddb 'show procvm' command, do not dump
page queues for the backing objects. The queues are huge and clutter
the display, when mostly the m
Author: kib
Date: Sat May 10 16:30:48 2014
New Revision: 265824
URL: http://svnweb.freebsd.org/changeset/base/265824
Log:
Print the entry address in addition to the object. The variable is
typically optimized out and debuggers cannot find its value.
Sponsored by: The FreeBSD Foundati
Author: nwhitehorn
Date: Sat May 10 15:38:26 2014
New Revision: 265823
URL: http://svnweb.freebsd.org/changeset/base/265823
Log:
Simplify code slightly. Passing an array by &array[0] does work, but is
silly.
Modified:
head/sys/powerpc/powerpc/platform.c
Modified: head/sys/powerpc/powerpc/p
Author: kevlo
Date: Sat May 10 15:34:32 2014
New Revision: 265822
URL: http://svnweb.freebsd.org/changeset/base/265822
Log:
Fix -width argument to Bl -tag.
Modified:
head/share/man/man4/udplite.4
Modified: head/share/man/man4/udplite.4
Author: mav
Date: Sat May 10 15:21:37 2014
New Revision: 265821
URL: http://svnweb.freebsd.org/changeset/base/265821
Log:
Comment out some pointless device open/close around reading device IDs.
FreeBSD ZFS port unlike OpenSolaris does not use device IDs, and does not
implement respective
Author: tuexen
Date: Sat May 10 13:18:20 2014
New Revision: 265817
URL: http://svnweb.freebsd.org/changeset/base/265817
Log:
UDP-Lite uses SOCK_DGRAM, not SOCK_STREAM.
Modified:
head/share/man/man4/udplite.4
Modified: head/share/man/man4/udplite.4
Author: loos
Date: Sat May 10 13:16:04 2014
New Revision: 265816
URL: http://svnweb.freebsd.org/changeset/base/265816
Log:
Do not configure all pins as outputs as this can lead to short circuits when
the GPIO pin is connected to a push button (or other devices).
Instead keep the boot load
Author: wblock (doc committer)
Date: Sat May 10 13:10:42 2014
New Revision: 265815
URL: http://svnweb.freebsd.org/changeset/base/265815
Log:
Fix document title.
Submitted by: pluknet
Modified:
head/share/man/man4/vt.4
Modified: head/share/man/man4/vt.4
==
On Sat, 10 May 2014, Sergey Kandaurov wrote:
On 10 May 2014 07:24, Warren Block wrote:
Author: wblock (doc committer)
Date: Sat May 10 03:24:45 2014
New Revision: 265798
URL: http://svnweb.freebsd.org/changeset/base/265798
Log:
Add a man page for the new vt.4 device.
Forgot to attach to
Author: loos
Date: Sat May 10 12:58:18 2014
New Revision: 265814
URL: http://svnweb.freebsd.org/changeset/base/265814
Log:
Remove an old mistake of mine. This has sneak in the code i sent to gonzo
at that time, but AFAIK it is only used on routerboards.
Enabling GPIO_FUNC_SPI_CS[1|2]_EN
Author: loos
Date: Sat May 10 12:19:02 2014
New Revision: 265813
URL: http://svnweb.freebsd.org/changeset/base/265813
Log:
Add the lm75 i2c digital temperature sensor driver.
This driver supports the low and high precision models (9 and 11 bits) and
it will auto-detect the both variants.
Author: tuexen
Date: Sat May 10 08:48:04 2014
New Revision: 265811
URL: http://svnweb.freebsd.org/changeset/base/265811
Log:
Whitespace change.
Modified:
head/sys/netinet/udp_usrreq.c
Modified: head/sys/netinet/udp_usrreq.c
Author: rpaulo
Date: Sat May 10 08:10:01 2014
New Revision: 265810
URL: http://svnweb.freebsd.org/changeset/base/265810
Log:
MFC r259126:
Activate the device before attempt to access any of its registers. Without
this change we may end up with a panic (Fatal kernel mode data abort:
'Ex
Author: rpaulo
Date: Sat May 10 08:07:41 2014
New Revision: 265809
URL: http://svnweb.freebsd.org/changeset/base/265809
Log:
Manually MFC 262714:
Add a missing semicolong, noticed by the gnu dt compiler.
In head, the directory layout changed and we can't svn merge correctly.
Modified:
Author: kib
Date: Sat May 10 07:56:01 2014
New Revision: 265808
URL: http://svnweb.freebsd.org/changeset/base/265808
Log:
MFC r265275:
Overwrite the de_Name for the directories on rename to correct the dot
name.
Modified:
stable/9/sys/fs/msdosfs/msdosfs_vnops.c
Directory Properties:
sta
Author: kib
Date: Sat May 10 07:53:36 2014
New Revision: 265807
URL: http://svnweb.freebsd.org/changeset/base/265807
Log:
MFC r265275:
Overwrite the de_Name for the directories on rename to correct the dot
name.
Modified:
stable/10/sys/fs/msdosfs/msdosfs_vnops.c
Directory Properties:
st
Author: hselasky
Date: Sat May 10 07:37:32 2014
New Revision: 265806
URL: http://svnweb.freebsd.org/changeset/base/265806
Log:
Optimise host channel disabling:
- For non-periodic traffic we only need to wait two SOFs before
disabling the channel.
- Make sure we release the TX FIFO tracking
Author: rpaulo
Date: Sat May 10 07:26:49 2014
New Revision: 265805
URL: http://svnweb.freebsd.org/changeset/base/265805
Log:
Revert bogus change in 265804 to configparser.c
Modified:
stable/10/contrib/unbound/util/configparser.c
Modified: stable/10/contrib/unbound/util/configparser.c
===
Author: rpaulo
Date: Sat May 10 07:25:26 2014
New Revision: 265804
URL: http://svnweb.freebsd.org/changeset/base/265804
Log:
MFC r252440:
Enable the second and the third I2C controllers on Beaglebone-black.
Modified:
stable/10/contrib/unbound/util/configparser.c
stable/10/sys/boot/
68 matches
Mail list logo