CVS commit: src/sys/arch/arm/pic

2015-04-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Apr 12 08:52:54 UTC 2015

Modified Files:
src/sys/arch/arm/pic: pic.c

Log Message:
Use right kcpuset call.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/pic/pic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/pic

2015-04-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Apr 12 08:55:14 UTC 2015

Modified Files:
src/sys/arch/arm/pic: pic.c

Log Message:
Don't need pic_ipi_sender anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/pic/pic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/uvm

2015-04-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Apr 12 12:44:13 UTC 2015

Modified Files:
src/sys/uvm: files.uvm

Log Message:
UVM_RESERVED_PAGES_PER_CPU must be a param, not a flag.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/uvm/files.uvm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/miscfs/genfs

2015-04-12 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Apr 12 14:44:06 UTC 2015

Modified Files:
src/sys/miscfs/genfs: genfs_io.c

Log Message:
Fix UVMHIST build.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/miscfs/genfs/genfs_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/iscsi

2015-04-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Apr 12 14:48:32 UTC 2015

Modified Files:
src/sys/dev/iscsi: files.iscsi

Log Message:
ISCSI_DEBUG needs a value, so make it a param.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/iscsi/files.iscsi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/conf

2015-04-12 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 12 14:55:30 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf: GENERIC.common

Log Message:
replace NFS_BOOT_BOOTP with NFS_BOOT_DHCP


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/GENERIC.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/pic

2015-04-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Apr 12 15:32:19 UTC 2015

Modified Files:
src/sys/arch/arm/pic: pic.c

Log Message:
Don't send IPIs to ourselves if sending to everyone.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/pic/pic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/ksh

2015-04-12 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 12 17:05:03 UTC 2015

Modified Files:
src/bin/ksh: ksh.Man

Log Message:
document ulimit -r


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/bin/ksh/ksh.Man

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/cortex

2015-04-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Apr 12 17:08:25 UTC 2015

Modified Files:
src/sys/arch/arm/cortex: gtmr.c

Log Message:
Don't adjust interval if we are too far into the next tick.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/cortex/gtmr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2015-04-12 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Apr 12 17:32:39 UTC 2015

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_intr.c bcm2835_intr.h bcm2835_obio.c
bcm2835reg.h
src/sys/arch/evbarm/rpi: rpi_machdep.c

Log Message:
RPI2 MP support.

Thanks to Matt Thomas for making this possible with his changes to pic.c


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/broadcom/bcm2835_intr.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm2835_intr.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/broadcom/bcm2835_obio.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/broadcom/bcm2835reg.h
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/evbarm/rpi/rpi_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/omap

2015-04-12 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Apr 12 20:00:42 UTC 2015

Modified Files:
src/sys/arch/arm/omap: tifb.c

Log Message:
flushing the framebuffer from interrupt has several problems:
- As pointed out by Jared McNeill, this doesn't work for cold
  or ddb. Some specific handing for these cases would be needed,
  but there's no easy way to know if we're in ddb or not.
- periodic bus_dmamap_sync() of the whole framebuffer isn't cheap (about
  3% CPU constant on the beaglebone back).

instead map the framebuffer BUS_DMA_PREFETCHABLE (undocumented flag, but
is MI and properly handled by arm). This allows write-combining,
which, in addition with a shadow framebuffer for rasops(9) gives
a good performance boost too (difference with the cached+sync from intr
isn't noticeable on a boot sequence).
For X11, the framebuffer was already mapped BUS_DMA_PREFETCHABLE.
A few tests shows that mapping it fully cached doesn't make a noticeable
difference either (with or without xorg's shadow framebuffer).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/omap/tifb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/drm2/include/drm

2015-04-12 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Apr 12 20:55:02 UTC 2015

Modified Files:
src/sys/external/bsd/drm2/include/drm: drm_wait_netbsd.h

Log Message:
Don't break when hardclock_ticks wraps around.

Since we now only count time spent in wait, rather than determining
the end time and checking whether we've passed it, timeouts might be
marginally longer in effect.  Unlikely to be an issue.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
src/sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/ufs

2015-04-12 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Apr 12 22:41:28 UTC 2015

Modified Files:
src/sys/ufs/ufs: ufs_readwrite.c

Log Message:
Don't putpages in ufs buffercached writes: kassert there are none.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/ufs/ufs/ufs_readwrite.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/ufs

2015-04-12 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Apr 12 22:48:38 UTC 2015

Modified Files:
src/sys/ufs/ufs: ufs_readwrite.c

Log Message:
Omit now-unused variable.  rump build didn't catch this...


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/ufs/ufs/ufs_readwrite.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/lfs

2015-04-12 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Apr 12 22:49:55 UTC 2015

Modified Files:
src/sys/ufs/lfs: ulfs_readwrite.c

Log Message:
Same putpages->kassert in ulfs_readwrite.c


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/ufs/lfs/ulfs_readwrite.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/lfs

2015-04-12 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Apr 12 22:51:24 UTC 2015

Modified Files:
src/sys/ufs/lfs: ulfs_readwrite.c

Log Message:
Strip IO_JOURNALLOCKED, PGO_JOURNALLOCKED out of ulfs_readwrite.c.

These are vestigial from ufs_readwrite.c with wapbl -- lfs does not
have a journal but only the explicit wapbl calls, not these flags,
got ripped out in the transition to ulfs_readwrite.c.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/ufs/lfs/ulfs_readwrite.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/broadcom

2015-04-12 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 12 23:25:57 UTC 2015

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_intr.c

Log Message:
Use a bit per IPI type in local mailbox 0 registers. Ok matt@


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/broadcom/bcm2835_intr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2015-04-12 Thread Blue Rats
Module Name:src
Committed By:   rodent
Date:   Mon Apr 13 00:39:57 UTC 2015

Modified Files:
src/share/misc: acronyms acronyms.comp

Log Message:
Welcome to 2015, acronyms.


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 src/share/misc/acronyms
cvs rdiff -u -r1.148 -r1.149 src/share/misc/acronyms.comp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2015-04-12 Thread Blue Rats
Module Name:src
Committed By:   rodent
Date:   Mon Apr 13 03:06:19 UTC 2015

Modified Files:
src/share/misc: acronyms

Log Message:
By popular request.


To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 src/share/misc/acronyms

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2015-04-12 Thread Blue Rats
Module Name:src
Committed By:   rodent
Date:   Mon Apr 13 03:49:28 UTC 2015

Modified Files:
src/share/misc: acronyms

Log Message:
Last ones... for some time to come.


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/share/misc/acronyms

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.