CVS commit: src/sys/dev/mii

2014-02-25 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Feb 26 04:13:45 UTC 2014

Modified Files:
src/sys/dev/mii: files.mii miidevs
Added Files:
src/sys/dev/mii: micphy.c

Log Message:
Add Micrel PHY (KSZ9021RN)

The new driver micphy is almost same as ukphy except that
micphy has a fixup for cpsw; a PHY with cpsw has to adjust
RGMII signal timing.

Reviewed by christos@


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/mii/files.mii
cvs rdiff -u -r0 -r1.1 src/sys/dev/mii/micphy.c
cvs rdiff -u -r1.117 -r1.118 src/sys/dev/mii/miidevs

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



CVS commit: src/sys/dev/mii

2014-02-25 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Feb 26 04:31:29 UTC 2014

Modified Files:
src/sys/dev/mii: miidevs.h miidevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/mii/miidevs_data.h

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



CVS commit: src/share/mk

2014-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Feb 26 05:51:11 UTC 2014

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
put the new EXTERNAL_GCC_SUBDIR under MKGCC.


To generate a diff of this commit:
cvs rdiff -u -r1.769 -r1.770 src/share/mk/bsd.own.mk

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/arm32

2014-02-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Feb 26 07:48:29 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: fault.c

Log Message:
Re-enable FSR_WRITE for armv6.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/arm/arm32/fault.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/arm32

2014-02-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Feb 26 07:57:09 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: bus_dma.c

Log Message:
Fix off by one in _bus_dma_{paddr_inrange,_to_paddr} when checking the
dma range.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arm/arm32/bus_dma.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/imx

2014-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 25 08:39:39 UTC 2014

Modified Files:
src/sys/arch/arm/imx: imx23_icoll.c

Log Message:
Add missing include of .
Pointed out by Tero Koskinen.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/imx/imx23_icoll.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/include

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Feb 25 08:54:57 UTC 2014

Modified Files:
src/sys/arch/arm/include: cpuconf.h

Log Message:
Default ARM11 to ARM_MMU_V6N


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/include/cpuconf.h

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



CVS commit: othersrc/external/bsd/transit

2014-02-25 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Tue Feb 25 08:54:43 UTC 2014

Modified Files:
othersrc/external/bsd/transit/bin: Makefile
othersrc/external/bsd/transit/dist: main.c transit.c
Added Files:
othersrc/external/bsd/transit/bin: 13.expected 14.expected 15.expected

Log Message:
Add the ability to convert back to JSON in transit(1) - so, if desired,
JSON could be transported safely via the transit protocol.

Small fix for dictionary parsing.

Add more tests.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/transit/bin/13.expected \
othersrc/external/bsd/transit/bin/14.expected \
othersrc/external/bsd/transit/bin/15.expected
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/transit/bin/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/transit/dist/main.c \
othersrc/external/bsd/transit/dist/transit.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/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Feb 25 09:54:33 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: fault.c

Log Message:
ARMv6+ supplied a write bit in the FSR so use instead of reading the
instruction.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/arm/arm32/fault.c

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



CVS commit: src/lib/libc/stdlib

2014-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 25 12:13:19 UTC 2014

Modified Files:
src/lib/libc/stdlib: jemalloc.c

Log Message:
Powerpc seems to expect minimum 8 byte alignment from malloc as well.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/stdlib/jemalloc.c

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



CVS commit: src/external/mit/xorg/lib/xkeyboard-config/rules

2014-02-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Feb 25 13:07:29 UTC 2014

Modified Files:
src/external/mit/xorg/lib/xkeyboard-config/rules: base base.lst evdev
evdev.lst

Log Message:
Update generated files which were missed on xkeyboard-config 2.9 import.

http://mail-index.NetBSD.org/source-changes/2013/05/31/msg044255.html
http://mail-index.NetBSD.org/source-changes/2013/05/31/msg044256.html
http://mail-index.NetBSD.org/source-changes/2013/05/31/msg044258.html

XXX: should be regenerated during build but no perl and intltools in tools


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/mit/xorg/lib/xkeyboard-config/rules/base \
src/external/mit/xorg/lib/xkeyboard-config/rules/base.lst \
src/external/mit/xorg/lib/xkeyboard-config/rules/evdev \
src/external/mit/xorg/lib/xkeyboard-config/rules/evdev.lst

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



CVS import: src/external/bsd/dhcpcd/dist

2014-02-25 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Feb 25 13:14:31 UTC 2014

Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv15469

Log Message:
Import dhcpcd-6.3.0 with the following changes:

 * IAID must be inside an interface block.
 * Detect IPv6 address flags on Linux.
 * Check that we have ctrl_interface defined in wpa_supplicant.conf and pass 
this parameter to wpa_cli(8). If not set, warn about not interacting with 
wpa_supplicant(8).
 * Skip Virtual Interface Masters. Currently this only applies to FreeBSD VAP 
masters as dhcpcd should only work on wlandev created clones.
 * Fix handling of ARP failures, thanks to Sebastian Huber.
 * Implement RFC 1321 MD5 Message-Digest if not provided in libc.
 * Implement RFC 2104 HMAC Keyed Hashing.
 * Implement RFC 3118 Authentication for DHCP Messages and RFC 3315 
Authentication options.
 * Add nodhcp and nodhcp6 directives. Thanks to Sebastian Huber for the initial 
patch and testing.
 * Implement support for RFC 3203, FORCERENEW message.
 * Implement Force Renew Nonce Capability option, RFC6704
 * Support RECONFIGURE DHCPv6 messages.
 * Add support for DHCP auto configuration, RFC 2563.
 * Add support for the following RFCs
   + DHCP SLP Directory Agent, RFC2610
   + DHCP Name Service Search, RFC2937
   + DHCP PANA Authentication Agent, RFC5192
   + DHCP Lost Server, RFC5223
   + DHCP CAPWAP, RFC5417
   + DHCP Mobility Services, RFC5678
   + DHCP SIP UA, RFC6011
   + DHCP ANDSF, RFC6153
   + DHCP RDNSS Selection for MIF Nodes, RFC6731
   + DHCP TFTP Server Address, RFC5859
   + DHCP PXELINUX, RFC5071
   + DHCP Access Network Domain Name, RFC5986
   + DHCP Virtual Subnet Selection, RFC6607
   + DHCP Relay Agent Remote-ID, RFC4649
   + DHCP Relay Agent Subscriber-ID, RFC4580
   + DHCPv6 Relay-ID, RFC5460
   + DHCPv6 LIS Discovery, RFC5986
   + DHCPv6 SIP UA, RFC6011
   + DHCPv6 Network Boot, RFC5970
   + DHCPv6 Home Info Discovery in MIPv6, RFC6610
   + DHCPv6 RDNSS Selection for MIF Nodes, RFC6731
   + DHCPv6 Kerberos, RFC6784
   + DHCPv6 Relay-Triggered Reconfiguration, RFC6977
   + DHCPv6 SOL_MAX_RT, RFC7083
 * Open UDP sockets for *.*.*.*:bootpc and $ip_address:bootpc to avoid kernel 
ICMP unreachable messages
 * Moved global variables into context variables so dhcpcd is entirely thread 
safe.
   dhcpcd doens't use threads, but it can now be used in a pure threads (ie no 
process) environment.
 * Remove DEBUG_MEMORY guard and always free memory and resources. Remove all 
atexit(3) and exit(3) calls, instead exiting via the eloop.
 * Replace get_line with sscanf where applicable.
 * Remove custom set_cloexec and set_nonblock functions. Instead pass O_CLOEXEC 
or SOCK_CLOEXEC to open, socket, etc.
 * Don't use PATH_MAX - we already know the maximum length from the initial 
directory and IF_NAMESIZE.
 * Add a USE_SIGNALS define. If we're not using signals then we also create a 
control socket in the non MASTER case. We then use this to communicate instead 
of signals.
 * Fix arping moving to the next test if we find the IP address but do not have 
a profile for it. Thanks to David McGurty for the analysis.
 * Respect initial commandline arguments when rebooting via a signal.


Status:

Vendor Tag: roy
Release Tags:   dhcpcd-6-3-0

U src/external/bsd/dhcpcd/dist/common.c
U src/external/bsd/dhcpcd/dist/control.c
U src/external/bsd/dhcpcd/dist/dhcpcd.c
U src/external/bsd/dhcpcd/dist/duid.c
U src/external/bsd/dhcpcd/dist/eloop.c
C src/external/bsd/dhcpcd/dist/if-options.c
U src/external/bsd/dhcpcd/dist/if-pref.c
C src/external/bsd/dhcpcd/dist/net.c
C src/external/bsd/dhcpcd/dist/script.c
U src/external/bsd/dhcpcd/dist/dhcp-common.c
U src/external/bsd/dhcpcd/dist/dhcpcd-embedded.c
U src/external/bsd/dhcpcd/dist/bpf.c
C src/external/bsd/dhcpcd/dist/if-bsd.c
U src/external/bsd/dhcpcd/dist/platform-bsd.c
U src/external/bsd/dhcpcd/dist/arp.c
C src/external/bsd/dhcpcd/dist/dhcp.c
U src/external/bsd/dhcpcd/dist/ipv4.c
U src/external/bsd/dhcpcd/dist/ipv4ll.c
U src/external/bsd/dhcpcd/dist/ipv6.c
C src/external/bsd/dhcpcd/dist/ipv6nd.c
U src/external/bsd/dhcpcd/dist/dhcp6.c
N src/external/bsd/dhcpcd/dist/auth.c
U src/external/bsd/dhcpcd/dist/dhcpcd.conf
U src/external/bsd/dhcpcd/dist/dhcpcd-definitions.conf
U src/external/bsd/dhcpcd/dist/arp.h
U src/external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in
U src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in
U src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in
C src/external/bsd/dhcpcd/dist/dhcpcd.8.in
C src/external/bsd/dhcpcd/dist/dhcpcd.conf.5.in
N src/external/bsd/dhcpcd/dist/auth.h
U src/external/bsd/dhcpcd/dist/bpf-filter.h
U src/external/bsd/dhcpcd/dist/common.h
U src/external/bsd/dhcpcd/dist/config.h
U src/external/bsd/dhcpcd/dist/control.h
U src/external/bsd/dhcpcd/dist/defs.h
U src/external/bsd/dhcpcd/dist/dev.h
U src/external/bsd/dhcpcd/dist/dhcp-common.h
U src/external/bsd/dhcpcd/dist/dhcp.h
U src/external/bsd/dhcpcd/dist/dhcp6.h
U src/external/bs

CVS commit: src/external/bsd/dhcpcd/sbin/dhcpcd

2014-02-25 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Feb 25 13:16:04 UTC 2014

Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile

Log Message:
Build new auth modules.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile

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



CVS commit: src/external/bsd/dhcpcd/dist

2014-02-25 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Feb 25 13:20:23 UTC 2014

Modified Files:
src/external/bsd/dhcpcd/dist: dhcp.c dhcpcd.8.in dhcpcd.conf.5.in
if-bsd.c if-options.c ipv6nd.c net.c script.c

Log Message:
Sync


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/dhcpcd/dist/dhcp.c
cvs rdiff -u -r1.25 -r1.26 src/external/bsd/dhcpcd/dist/dhcpcd.8.in
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/dhcpcd/dist/dhcpcd.conf.5.in
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/dhcpcd/dist/if-bsd.c \
src/external/bsd/dhcpcd/dist/script.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/dhcpcd/dist/if-options.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/dhcpcd/dist/ipv6nd.c \
src/external/bsd/dhcpcd/dist/net.c

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



CVS commit: src/doc

2014-02-25 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Feb 25 13:22:14 UTC 2014

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Note import of dhcpcd-6.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.1096 -r1.1097 src/doc/3RDPARTY
cvs rdiff -u -r1.1890 -r1.1891 src/doc/CHANGES

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



CVS commit: src/distrib/sets/lists/modules

2014-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 25 14:05:35 UTC 2014

Modified Files:
src/distrib/sets/lists/modules: md.evbppc

Log Message:
Fix obvious copy&pasto


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/distrib/sets/lists/modules/md.evbppc

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



CVS commit: src/sys/arch/powerpc/ibm4xx/dev

2014-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 25 14:09:13 UTC 2014

Modified Files:
src/sys/arch/powerpc/ibm4xx/dev: ecc_plb.c

Log Message:
Remove unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/powerpc/ibm4xx/dev/ecc_plb.c

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



CVS commit: src/external/bsd/dhcpcd/dist

2014-02-25 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Feb 25 14:10:09 UTC 2014

Modified Files:
src/external/bsd/dhcpcd/dist: dhcpcd.c

Log Message:
Build with FORTIFY_SOURCE


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.41 -r1.2 src/external/bsd/dhcpcd/dist/dhcpcd.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/powerpc/fpu

2014-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 25 14:16:25 UTC 2014

Modified Files:
src/sys/arch/powerpc/fpu: fpu_sqrt.c

Log Message:
Mark a temporary as __USEd


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/fpu/fpu_sqrt.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

2014-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 25 14:22:59 UTC 2014

Modified Files:
src/sys/uvm: uvm_kmguard.c

Log Message:
Mark a variable used only in diagnostics


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/uvm/uvm_kmguard.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/evbppc/ev64260

2014-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 25 14:33:32 UTC 2014

Modified Files:
src/sys/arch/evbppc/ev64260: machdep.c

Log Message:
Remove an unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbppc/ev64260/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/uvm/pmap

2014-02-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb 25 15:20:29 UTC 2014

Modified Files:
src/sys/uvm/pmap: pmap.c

Log Message:
Mark a potentially unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/uvm/pmap/pmap.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/x86/x86

2014-02-25 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Tue Feb 25 17:56:03 UTC 2014

Modified Files:
src/sys/arch/x86/x86: identcpu.c

Log Message:
Fix a 'stupido' that stopped (amongst other things) the cpu brand string
  being read.
The most obvious side effect the anita tests failed to detect they were
  running under qemu - so reported failures under qemu for things
  that qemu doesn't support.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/x86/x86/identcpu.c

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



CVS commit: src/sys

2014-02-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 25 18:30:14 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: arm32_machdep.c
src/sys/arch/evbarm/tsarm: toastersensors.c tspld.c
src/sys/arch/evbppc/obs405/dev: obsled.c
src/sys/arch/hpcarm/dev: j720tp.c
src/sys/arch/sparc64/dev: lom.c
src/sys/arch/x86/acpi: acpi_wakeup.c
src/sys/coda: coda_vfsops.c
src/sys/compat/freebsd: freebsd_sysctl.c
src/sys/compat/linux/common: linux_sysctl.c
src/sys/compat/linux32/common: linux32_sysctl.c
src/sys/ddb: db_variables.c
src/sys/dev: ccd.c firmload.c keylock.c
src/sys/dev/acpi: acpi.c acpi_cpu.c acpi_debug.c acpi_display.c
acpi_power.c acpi_wakedev.c asus_acpi.c fujbp_acpi.c fujhk_acpi.c
sony_acpi.c
src/sys/dev/acpi/wmi: wmi_hp.c
src/sys/dev/bluetooth: bcsp.c btmagic.c
src/sys/dev/flash: flash_io.c
src/sys/dev/gpio: gpiopwm.c gpiosim.c
src/sys/dev/i2c: dbcool.c tps65950.c
src/sys/dev/ic: an.c ath_netbsd.c bwi.c rtw.c spdmem.c wi.c
src/sys/dev/ieee1394: firewire.c fwmem.c fwohci.c if_fwip.c sbp.c
src/sys/dev/isa: toaster.c
src/sys/dev/marvell: if_mvgbe.c
src/sys/dev/nor: nor.c
src/sys/dev/pci: auich.c if_bge.c if_ipw.c if_iwi.c if_jme.c if_msk.c
if_sk.c if_vte.c if_wpi.c twa.c twe.c ubsec.c
src/sys/dev/pci/ixgbe: ixgbe.c
src/sys/dev/pckbport: elantech.c synaptics.c
src/sys/dev/usb: uatp.c ubt.c uhso.c
src/sys/fs/adosfs: advfsops.c
src/sys/fs/cd9660: cd9660_vfsops.c
src/sys/fs/filecorefs: filecore_vfsops.c
src/sys/fs/msdosfs: msdosfs_vfsops.c
src/sys/fs/nilfs: nilfs_vfsops.c
src/sys/fs/ntfs: ntfs_vfsops.c
src/sys/fs/ptyfs: ptyfs_vfsops.c
src/sys/fs/smbfs: smbfs_vfsops.c
src/sys/fs/udf: udf_vfsops.c
src/sys/fs/union: union_vfsops.c
src/sys/fs/unionfs: unionfs_vfsops.c
src/sys/kern: init_sysctl.c init_sysctl_base.c kern_descrip.c
kern_module.c kern_ntptime.c kern_pax.c kern_proc.c kern_resource.c
kern_runq.c kern_sysctl.c kern_verifiedexec.c sched_4bsd.c
sched_m2.c subr_autoconf.c subr_bufq.c subr_evcnt.c subr_iostat.c
subr_prof.c subr_syscall_stats.c sys_aio.c sys_mqueue.c sys_pipe.c
sys_pset.c sys_sched.c sys_select.c sysv_ipc.c sysv_msg.c
sysv_sem.c sysv_shm.c tty.c uipc_accf.c uipc_domain.c uipc_mbuf.c
uipc_socket.c vfs_bio.c vfs_init.c vfs_wapbl.c
src/sys/miscfs/fdesc: fdesc_vfsops.c
src/sys/miscfs/genfs: layer_vfsops.c
src/sys/miscfs/kernfs: kernfs_vfsops.c
src/sys/miscfs/nullfs: null_vfsops.c
src/sys/miscfs/overlay: overlay_vfsops.c
src/sys/miscfs/procfs: procfs_vfsops.c
src/sys/miscfs/syncfs: sync_subr.c
src/sys/miscfs/umapfs: umap_vfsops.c
src/sys/modules/lua: lua.c
src/sys/net: bpf.c if.c if_etherip.c if_tap.c route.c rtsock.c
src/sys/net80211: ieee80211_netbsd.c ieee80211_rssadapt.c
src/sys/netatalk: ddp_usrreq.c
src/sys/netbt: bt_sysctl.c
src/sys/netinet: accf_http.c if_arp.c igmp.c in_selsrc.c ip_carp.c
ip_icmp.c ip_input.c ip_reass.c raw_ip.c tcp_usrreq.c udp_usrreq.c
src/sys/netinet6: icmp6.c ip6_input.c ip6_mroute.c raw_ip6.c
udp6_usrreq.c
src/sys/netipsec: ipsec_netbsd.c key.c
src/sys/netmpls: mpls_proto.c
src/sys/nfs: nfs_vfsops.c
src/sys/opencrypto: crypto.c
src/sys/rump/librump/rumpkern: rump.c
src/sys/secmodel/bsd44: secmodel_bsd44.c
src/sys/secmodel/extensions: secmodel_extensions.c
src/sys/secmodel/keylock: secmodel_keylock.c
src/sys/secmodel/overlay: secmodel_overlay.c
src/sys/secmodel/securelevel: secmodel_securelevel.c
src/sys/secmodel/suser: secmodel_suser.c
src/sys/sys: sysctl.h
src/sys/ufs/ext2fs: ext2fs_vfsops.c
src/sys/ufs/ffs: ffs_vfsops.c
src/sys/ufs/lfs: lfs_vfsops.c ulfs_dirhash.c
src/sys/ufs/mfs: mfs_vfsops.c
src/sys/ufs/ufs: ufs_dirhash.c
src/sys/uvm: uvm_meter.c

Log Message:
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
the sysctl link sets are processed, and remove redundancy.

Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate
lines of code.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/arm/arm32/arm32_machdep.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/tsarm/toastersensors.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/tsarm/tspld.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbppc/obs405/dev/obsled.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hpcarm/dev/j720tp.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc64/dev/lom.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/acpi/acpi_wakeup.c
cvs 

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

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Feb 25 19:20:09 UTC 2014

Modified Files:
src/sys/arch/arm/include: elf_machdep.h

Log Message:
Fix thinko.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/include/elf_machdep.h

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

2014-02-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Feb 25 19:37:31 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: std.rpi

Log Message:
Define ARM11_COMPAT_MMU (for now) to keep inline with  cpuconf.h changes


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/std.rpi

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



CVS commit: src/sys/dev/spi

2014-02-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Feb 25 20:09:37 UTC 2014

Modified Files:
src/sys/dev/spi: files.spi
Added Files:
src/sys/dev/spi: mcp48x1.c

Log Message:
Add preliminary driver for Microchip MCP48x1 family of DACs.

Needs more testing and an appropriate API for such (non-audio) DACs. For now
one can set the output value using sysctl node. Also sysmon(4) will conveniently
report the voltage on Vout pin of the DAC. Note that this is not an actual
measured voltage, but merely calculated using equation from datasheet. Real
voltage might be different and depend on analog circuitry attached to the DAC.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/spi/files.spi
cvs rdiff -u -r0 -r1.1 src/sys/dev/spi/mcp48x1.c

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



CVS commit: src/doc

2014-02-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Feb 25 20:15:24 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
Note the new mcp48x1dac driver.


To generate a diff of this commit:
cvs rdiff -u -r1.1891 -r1.1892 src/doc/CHANGES

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



CVS commit: src/doc

2014-02-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Feb 25 20:16:29 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
s/mcp48x1dac/mcp48x1dac(4)/


To generate a diff of this commit:
cvs rdiff -u -r1.1892 -r1.1893 src/doc/CHANGES

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



CVS commit: othersrc/external/bsd/transit/dist

2014-02-25 Thread Alistair G. Crooks
Module Name:othersrc
Committed By:   agc
Date:   Tue Feb 25 20:19:35 UTC 2014

Modified Files:
othersrc/external/bsd/transit/dist: main.c

Log Message:
add comments


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/transit/dist/main.c

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



CVS commit: src/lib/librumpuser

2014-02-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 25 20:58:18 UTC 2014

Modified Files:
src/lib/librumpuser: rumpuser_port.h

Log Message:
emulate printflike properly to avoid fatal error on clang


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/librumpuser/rumpuser_port.h

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/arm

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Feb 25 21:29:12 UTC 2014

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

Log Message:
Default to EXEC_ELF32


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/arm/core_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/x86/include

2014-02-25 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Tue Feb 25 22:11:11 UTC 2014

Modified Files:
src/sys/arch/x86/include: specialreg.h

Log Message:
Add the XCR bits for snazzy upcoming features.
Define a mask for the fpu releated ones - only these wll be enabled.
The memory bound ones will need saving on every context switch.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/x86/include/specialreg.h

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



CVS commit: src/sys/arch

2014-02-25 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Tue Feb 25 22:16:52 UTC 2014

Modified Files:
src/sys/arch/i386/i386: cpufunc.S
src/sys/arch/x86/include: cpu_extended_state.h cpufunc.h fpu.h
src/sys/arch/x86/x86: cpu.c fpu.c vm_machdep.c

Log Message:
Add support for saving the AVX-256 ymm registers during FPU context switches.
Add support for the forthcoming AVX-512 registers.
Code compiled with -mavx seems to work, but I've not tested context
  switches with live ymm registers.
There is a small cost on fork/exec (a larger area is copied/zerod),
  but I don't think the ymm registers are read/written unless they
  have been used.
The code use XSAVE on all cpus, I'm not brave enough to enable XSAVEOPT.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/i386/cpufunc.S
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/include/cpu_extended_state.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/include/cpufunc.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/include/fpu.h
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/x86/x86/cpu.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/x86/fpu.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/x86/vm_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/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Feb 25 22:18:09 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: fault.c

Log Message:
Only use FSR_WRITE on armv7 for now.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/arm/arm32/fault.c

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



CVS commit: src/sys/rump/librump/rumpnet

2014-02-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 25 22:40:53 UTC 2014

Modified Files:
src/sys/rump/librump/rumpnet: netisr.c

Log Message:
Schedule only those netisr's that have registered handlers.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/librump/rumpnet/netisr.c

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



CVS commit: src/sys/net

2014-02-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb 25 22:42:06 UTC 2014

Modified Files:
src/sys/net: if_ethersubr.c

Log Message:
If the in6 domain was not attached, do not attempt to process IPv6 packets.


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/net/if_ethersubr.c

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



CVS commit: src/sys/kern

2014-02-25 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue Feb 25 23:15:43 UTC 2014

Modified Files:
src/sys/kern: kern_rndq.c

Log Message:
Fix bits/bytes mixup in rnd_getmore.

Remove some needless casts and fix format directives while here.

Bit/byte mixup noticed by pooka.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/kern/kern_rndq.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/evbarm/cubie

2014-02-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Feb 26 00:12:21 UTC 2014

Modified Files:
src/sys/arch/evbarm/cubie: cubie_machdep.c

Log Message:
sdhc -> awinmmc


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/cubie/cubie_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/evbarm/cubie

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 00:20:59 UTC 2014

Modified Files:
src/sys/arch/evbarm/cubie: cubie_machdep.c

Log Message:
Deal with cubietruck GPIO differences.
Use its 2GB of RAM to distinguish it.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/cubie/cubie_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/allwinner

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 00:19:01 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c awin_io.c awin_var.h

Log Message:
Include latent support for coherent dma though for now it seems that isn't
possible.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/allwinner/awin_board.c \
src/sys/arch/arm/allwinner/awin_var.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/allwinner/awin_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/arch/arm/allwinner

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 00:29:23 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
Make this compile


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/allwinner/awin_gige.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/allwinner

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 00:30:57 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c

Log Message:
Didn't want to comment out awin_dma_bootstrap


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/allwinner/awin_board.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/evbarm/conf

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 00:32:21 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: CUBIEBOARD

Log Message:
Add awge
bump symtab space.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/CUBIEBOARD

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/cubie

2014-02-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Feb 26 00:39:50 UTC 2014

Modified Files:
src/sys/arch/evbarm/cubie: cubie_machdep.c

Log Message:
hook up MMC0 to status-led2


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/cubie/cubie_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/allwinner

2014-02-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Feb 26 00:39:30 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_mmc.c

Log Message:
blink status LED during data transfers


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_mmc.c

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



CVS commit: [matt-nb5-mips64] src/sys/arch/arm/include

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 00:59:27 UTC 2014

Modified Files:
src/sys/arch/arm/include [matt-nb5-mips64]: elf_machdep.h

Log Message:
Use right name


To generate a diff of this commit:
cvs rdiff -u -r1.7.78.2 -r1.7.78.3 src/sys/arch/arm/include/elf_machdep.h

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/include/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:03:03 UTC 2014

Modified Files:
src/sys/arch/arm/include/arm32: pmap.h

Log Message:
Add PMAP_PTE flag.  (map page so it can be used as a PDE or PTE page)


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/arm/include/arm32/pmap.h

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/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:05:52 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: bus_dma.c

Log Message:
Use kmem instead of malloc.
Fix various corner cases with bounce buffers.
Use PMAP_NOCACHE instead of manipulating PTEs directly.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/arm/arm32/bus_dma.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/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:41:40 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Add support for PMAP_PTE to pmap_kenter_pa


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 src/sys/arch/arm/arm32/pmap.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/include/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:45:33 UTC 2014

Modified Files:
src/sys/arch/arm/include/arm32: pmap.h

Log Message:
Replace 1000 with PAGE_SIZE


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/arch/arm/include/arm32/pmap.h

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/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:51:11 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
l2pte_valid -> l2pte_valid_p


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/sys/arch/arm/arm32/pmap.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/include/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:51:51 UTC 2014

Modified Files:
src/sys/arch/arm/include/arm32: pmap.h

Log Message:
Remove duplicate PMAP_PTE


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/arm/include/arm32/pmap.h

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/include/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:53:23 UTC 2014

Modified Files:
src/sys/arch/arm/include/arm32: pte.h

Log Message:
Add XN bit L2 large pages.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/arm32/pte.h

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/include

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:54:10 UTC 2014

Modified Files:
src/sys/arch/arm/include: cpu_counter.h

Log Message:
ci_cpu_id -> ci_arm_cpuid


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/include/cpu_counter.h

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/include

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:54:35 UTC 2014

Modified Files:
src/sys/arch/arm/include: locore.h

Log Message:
Add arm_cpu_max


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/include/locore.h

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/include/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:55:02 UTC 2014

Modified Files:
src/sys/arch/arm/include/arm32: vmparam.h

Log Message:
Use PAGE_SIZE instead of 1000


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/include/arm32/vmparam.h

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/include/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:56:51 UTC 2014

Modified Files:
src/sys/arch/arm/include/arm32: frame.h

Log Message:
Remove KERNEL_LOCK/KERNEL_UNLOCK


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/arm/include/arm32/frame.h

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/include

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 01:57:49 UTC 2014

Modified Files:
src/sys/arch/arm/include: cpu.h

Log Message:
Move some static/global variables to here.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arm/include/cpu.h

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/allwinner

2014-02-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Feb 26 02:01:02 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_mmc.c

Log Message:
implement card detect


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/allwinner/awin_mmc.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/evbarm/cubie

2014-02-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Feb 26 02:01:29 UTC 2014

Modified Files:
src/sys/arch/evbarm/cubie: cubie_machdep.c

Log Message:
hook up mmc card detect gpio


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/cubie/cubie_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/include

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 02:03:00 UTC 2014

Modified Files:
src/sys/arch/arm/include: armreg.h

Log Message:
Add more MMU registers


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/arm/include/armreg.h

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



CVS commit: src/lib/librumpclient

2014-02-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 26 02:03:40 UTC 2014

Modified Files:
src/lib/librumpclient: rumpclient.c

Log Message:
Use MAP_ANON|MAP_PRIVATE for anonymous memory mapping,
e.g. Linux gets upset if just MAP_ANON.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/lib/librumpclient/rumpclient.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/arm32

2014-02-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb 26 02:07:58 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: cpuswitch.S genassym.cf pmap.c

Log Message:
Move pmap_recent_user to ci->ci_pmap_lastuser and
pmap_previous_active_lwp to ci->ci_lastlwp.  Fix some comments.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arm/arm32/cpuswitch.S
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/arm/arm32/genassym.cf
cvs rdiff -u -r1.266 -r1.267 src/sys/arch/arm/arm32/pmap.c

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



CVS commit: src/sys/rump/net/lib/libnpf

2014-02-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 26 02:39:29 UTC 2014

Modified Files:
src/sys/rump/net/lib/libnpf: component.c

Log Message:
Run constructor as part of network faction bootstrap, not device
(rumpdev no longer necessary)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libnpf/component.c

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



CVS commit: src/share/mk

2014-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Feb 26 02:51:02 UTC 2014

Modified Files:
src/share/mk: bsd.lib.mk bsd.own.mk

Log Message:
define EXTERNAL_GCC_SUBDIR based upon HAVE_GCC, for GCC >= 4.5,
and use it in the one place (bsd.lib.mk) it's used in share/mk.


To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 src/share/mk/bsd.lib.mk
cvs rdiff -u -r1.767 -r1.768 src/share/mk/bsd.own.mk

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



CVS commit: src/share/mk

2014-02-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 26 03:09:42 UTC 2014

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
powerpc64 needs USE_COMPILERCRTSTUFF=yes


To generate a diff of this commit:
cvs rdiff -u -r1.768 -r1.769 src/share/mk/bsd.own.mk

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



CVS commit: src/external/gpl3/binutils

2014-02-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 26 03:11:37 UTC 2014

Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64: bfd.h
bfd_stdint.h bfdver.h config.h
src/external/gpl3/binutils/lib/libiberty/arch/powerpc64: config.h
defs.mk
src/external/gpl3/binutils/lib/libopcodes/arch/powerpc64: config.h
src/external/gpl3/binutils/usr.bin/common/arch/powerpc64: config.h
defs.mk
src/external/gpl3/binutils/usr.bin/gas/arch/powerpc64: config.h
src/external/gpl3/binutils/usr.bin/gprof/arch/powerpc64: gconfig.h
src/external/gpl3/binutils/usr.bin/ld/arch/powerpc64: config.h defs.mk

Log Message:
regen powerpc64


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfd.h \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfd_stdint.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfdver.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/lib/libiberty/arch/powerpc64/config.h \
src/external/gpl3/binutils/lib/libiberty/arch/powerpc64/defs.mk
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/lib/libopcodes/arch/powerpc64/config.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/usr.bin/common/arch/powerpc64/config.h \
src/external/gpl3/binutils/usr.bin/common/arch/powerpc64/defs.mk
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/usr.bin/gas/arch/powerpc64/config.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/usr.bin/gprof/arch/powerpc64/gconfig.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/usr.bin/ld/arch/powerpc64/config.h \
src/external/gpl3/binutils/usr.bin/ld/arch/powerpc64/defs.mk

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

2014-02-25 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Feb 26 03:58:33 UTC 2014

Modified Files:
src/sys/arch/arm/omap: if_cpsw.c if_cpswreg.h

Log Message:
Make cpsw driver work without uboot support

On some eval boards such as BeagleBone, the cpsw device is initialized
rightly by the uboot of the boards so that the cpsw driver doesn't need
to do some initializations but works fine.

The patch adds initializations to make the driver work solely. It also
adds support for 1000BaseT (RGMII) PHY that is equipped on some boards,
e.g., CKB-3352.

Reviewed by christos@


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/omap/if_cpsw.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/if_cpswreg.h

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