CVS commit: src/libexec/utmp_update

2015-04-26 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Apr 26 08:03:05 UTC 2015

Modified Files:
src/libexec/utmp_update: utmp_update.c

Log Message:
size output buffer for strunvis to include the trailing NUL character.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/libexec/utmp_update/utmp_update.c

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



CVS commit: src/libexec/utmp_update

2015-04-26 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Apr 26 08:56:19 UTC 2015

Modified Files:
src/libexec/utmp_update: utmp_update.c

Log Message:
Use verrx with a va_list.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/libexec/utmp_update/utmp_update.c

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



CVS commit: [netbsd-5] src/sys/dev/pci

2015-04-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr 26 09:03:12 UTC 2015

Modified Files:
src/sys/dev/pci [netbsd-5]: if_wm.c

Log Message:
Apply patch, requested by msaitoh in ticket #1961:

sys/dev/pci/if_wm.c:(patch)

 Fix a bug (in the backport for #1850) that passed the wrong pointer as the
first argument of bpf_mtap() on 82575 and newer chip.


To generate a diff of this commit:
cvs rdiff -u -r1.162.4.19 -r1.162.4.20 src/sys/dev/pci/if_wm.c

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



CVS commit: [netbsd-5] src/doc

2015-04-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr 26 09:04:32 UTC 2015

Modified Files:
src/doc [netbsd-5]: CHANGES-5.3

Log Message:
Ticket #1961


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-5.3

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



CVS commit: src/sys/kern

2015-04-26 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Apr 26 09:16:06 UTC 2015

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

Log Message:
If we already have an entry for the file being loaded, return EEXIST, don't
silently skip it.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/kern/kern_veriexec.c

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



CVS commit: src/sbin/veriexecctl

2015-04-26 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Apr 26 09:20:10 UTC 2015

Modified Files:
src/sbin/veriexecctl: veriexecctl.c

Log Message:
Be a bit more verbose if the kernel rejects a file


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sbin/veriexecctl/veriexecctl.c

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



CVS commit: src/distrib/sets

2015-04-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr 26 09:21:36 UTC 2015

Modified Files:
src/distrib/sets: maketars

Log Message:
Add a new arg to override the value of the "setlistdir" variable (that is:
where the mtree spec files are created)


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/distrib/sets/maketars

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



CVS commit: src/sys/dev

2015-04-26 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Apr 26 09:38:01 UTC 2015

Modified Files:
src/sys/dev: verified_exec.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/verified_exec.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

2015-04-26 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Apr 26 09:45:40 UTC 2015

Modified Files:
src/sys/dev: verified_exec.c

Log Message:
Not to add even more confusion in an already overcomplicated subsystem,
remove the FreeBSD code. This code is likely to be outdated, and Veriexec
is in all cases not available on FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/verified_exec.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/amd64/include

2015-04-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 26 12:44:08 UTC 2015

Modified Files:
src/sys/arch/amd64/include: frame_regs.h

Log Message:
PR/49859: Kamil Rytarowski: Invalid path to amd64nbsd-tdep.c in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/include/frame_regs.h

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



CVS commit: [netbsd-5-2] src/sys/arch/sparc

2015-04-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sun Apr 26 12:52:12 UTC 2015

Modified Files:
src/sys/arch/sparc/include [netbsd-5-2]: openfirm.h
src/sys/arch/sparc/stand/ofwboot [netbsd-5-2]: Locore.c
loadfile_machdep.c openfirm.h

Log Message:
Pullup another commit for ticket #1958 requested by martin:

sys/arch/sparc/include/openfirm.h   1.7
sys/arch/sparc/stand/ofwboot/Locore.c   1.11
sys/arch/sparc/stand/ofwboot/loadfile_machdep.c 1.7
sys/arch/sparc/stand/ofwboot/openfirm.h 1.4

Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes.  Idea from OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.96.1 src/sys/arch/sparc/include/openfirm.h
cvs rdiff -u -r1.10.44.1 -r1.10.44.2 \
src/sys/arch/sparc/stand/ofwboot/Locore.c
cvs rdiff -u -r1.6 -r1.6.18.1 \
src/sys/arch/sparc/stand/ofwboot/loadfile_machdep.c
cvs rdiff -u -r1.3 -r1.3.86.1 src/sys/arch/sparc/stand/ofwboot/openfirm.h

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



CVS commit: [netbsd-5-2] src/doc

2015-04-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sun Apr 26 12:53:34 UTC 2015

Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.4

Log Message:
Update ticket 1958.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-5.2.4

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



CVS commit: [netbsd-5-1] src/sys/arch/sparc

2015-04-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sun Apr 26 12:54:38 UTC 2015

Modified Files:
src/sys/arch/sparc/include [netbsd-5-1]: openfirm.h
src/sys/arch/sparc/stand/ofwboot [netbsd-5-1]: Locore.c
loadfile_machdep.c openfirm.h

Log Message:
Pullup another commit for ticket #1958 requested by martin:

sys/arch/sparc/include/openfirm.h   1.7
sys/arch/sparc/stand/ofwboot/Locore.c   1.11
sys/arch/sparc/stand/ofwboot/loadfile_machdep.c 1.7
sys/arch/sparc/stand/ofwboot/openfirm.h 1.4

Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes.  Idea from OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.92.1 src/sys/arch/sparc/include/openfirm.h
cvs rdiff -u -r1.10.40.1 -r1.10.40.2 \
src/sys/arch/sparc/stand/ofwboot/Locore.c
cvs rdiff -u -r1.6 -r1.6.14.1 \
src/sys/arch/sparc/stand/ofwboot/loadfile_machdep.c
cvs rdiff -u -r1.3 -r1.3.82.1 src/sys/arch/sparc/stand/ofwboot/openfirm.h

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



CVS commit: [netbsd-5-1] src/doc

2015-04-26 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sun Apr 26 12:55:28 UTC 2015

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.6

Log Message:
Update ticket 1958.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-5.1.6

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



CVS commit: src/sys

2015-04-26 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Apr 26 15:15:20 UTC 2015

Modified Files:
src/sys/arch/acorn32/mainbus: fd.c
src/sys/arch/amiga/dev: fd.c
src/sys/arch/arc/jazz: fd.c
src/sys/arch/atari/dev: fd.c hdfd.c
src/sys/arch/dreamcast/dev: gdrom.c
src/sys/arch/dreamcast/dev/maple: mmemcard.c
src/sys/arch/emips/ebus: ace_ebus.c flash_ebus.c
src/sys/arch/mac68k/obio: iwm_fd.c
src/sys/arch/sparc/dev: fd.c
src/sys/arch/sparc64/dev: fdc.c
src/sys/arch/sun3/dev: fd.c xd.c xy.c
src/sys/arch/x68k/dev: bmd.c fd.c
src/sys/dev: md.c vnd.c
src/sys/dev/altmem: altmem.c
src/sys/dev/ata: wd.c
src/sys/dev/isa: fd.c mcd.c
src/sys/dev/mca: ed_mca.c
src/sys/dev/mscp: mscp_disk.c
src/sys/dev/ofw: ofdisk.c
src/sys/dev/qbus: rf.c rl.c
src/sys/dev/raidframe: rf_netbsdkintf.c
src/sys/dev/scsipi: cd.c sd.c
src/sys/dev/spi: spiflash.c
src/sys/dev/vme: xd.c xy.c

Log Message:
Use C99-style initializers for struct dkdriver.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/acorn32/mainbus/fd.c
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/amiga/dev/fd.c
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arc/jazz/fd.c
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/atari/dev/fd.c
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/atari/dev/hdfd.c
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/dreamcast/dev/gdrom.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/dreamcast/dev/maple/mmemcard.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/emips/ebus/ace_ebus.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/emips/ebus/flash_ebus.c
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/mac68k/obio/iwm_fd.c
cvs rdiff -u -r1.156 -r1.157 src/sys/arch/sparc/dev/fd.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/sparc64/dev/fdc.c
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/sun3/dev/fd.c
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/sun3/dev/xd.c
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/sun3/dev/xy.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x68k/dev/bmd.c
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/x68k/dev/fd.c
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/md.c
cvs rdiff -u -r1.242 -r1.243 src/sys/dev/vnd.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/altmem/altmem.c
cvs rdiff -u -r1.419 -r1.420 src/sys/dev/ata/wd.c
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/isa/fd.c
cvs rdiff -u -r1.114 -r1.115 src/sys/dev/isa/mcd.c
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/mca/ed_mca.c
cvs rdiff -u -r1.87 -r1.88 src/sys/dev/mscp/mscp_disk.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/ofw/ofdisk.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/qbus/rf.c
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/qbus/rl.c
cvs rdiff -u -r1.322 -r1.323 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -u -r1.329 -r1.330 src/sys/dev/scsipi/cd.c
cvs rdiff -u -r1.315 -r1.316 src/sys/dev/scsipi/sd.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/spi/spiflash.c
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/vme/xd.c
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/vme/xy.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

2015-04-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 16:11:57 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf: mk.tegra

Log Message:
KERNEL_BASE_{PHYS,VIRT} are already defined in std.tegra


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/mk.tegra

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-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 16:22:57 UTC 2015

Modified Files:
src/sys/arch/arm/cortex: a9_mpsubr.S

Log Message:
isb between TTBCR write and TLBIALL


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/cortex/a9_mpsubr.S

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-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 16:24:01 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_reg.h
src/sys/arch/evbarm/tegra: tegra_machdep.c

Log Message:
add AHB_A2 to devmap, print SCTLR value in initarm


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra_reg.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/tegra/tegra_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/nvidia

2015-04-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 16:41:05 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_ahcisata.c

Log Message:
fix bus space handle for ahcisata


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

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



CVS commit: src/sys

2015-04-26 Thread Tyler R. Retzlaff
Module Name:src
Committed By:   rtr
Date:   Sun Apr 26 16:45:51 UTC 2015

Modified Files:
src/sys/netinet: in_pcb.c
src/sys/netinet6: in6_pcb.c

Log Message:
return EINVAL if sin{,6}_len != sizeof(sockaddr_in{,6}) respectively in
in{,6}_pcbconnect().

checking just m->m_len isn't enough because there are various places that
assume sa_len has been properly populated.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.136 -r1.137 src/sys/netinet6/in6_pcb.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/nvidia

2015-04-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 16:48:00 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_hdaudio.c

Log Message:
print "HDA" instead of "SATA" at attach


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra_hdaudio.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/nvidia

2015-04-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 17:14:24 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_ehci.c

Log Message:
ehci registers start at +0x100 from USB base address


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra_ehci.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/tegra

2015-04-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 17:40:59 UTC 2015

Modified Files:
src/sys/arch/evbarm/tegra: tegra_machdep.c

Log Message:
handle PMAP_NEED_ALLOC_POOLPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/tegra/tegra_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/conf

2015-04-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 17:41:34 UTC 2015

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

Log Message:
disable __HAVE_MM_MD_DIRECT_MAPPED_PHYS so we can use all 2GB


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.tegra

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-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 18:03:48 UTC 2015

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

Log Message:
arg 2GB causing usb issues, re-add __HAVE_MM_DIRECT_MAPPED_PHYS for now


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.tegra

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



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

2015-04-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Apr 26 18:49:39 UTC 2015

Modified Files:
src/sys/arch/amd64/include: frame_regs.h

Log Message:
remove any pathname for gdb's amd64nbsd-tdep.c, so it doesn't really
matter where it lives.  PR#49859.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/include/frame_regs.h

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



CVS commit: src

2015-04-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Apr 26 21:37:22 UTC 2015

Modified Files:
src/distrib/sets: mkvars.mk
src/distrib/sets/lists/base: mi
src/etc/mtree: NetBSD.dist.base
src/share/mk: bsd.README bsd.own.mk
src/sys/dev/microcode/radeon: Makefile

Log Message:
two changes to radeon drm firmware:
- only install it by default on x86, set new MKRADEONFIRMWARE variable
- install in /libdata, so that separate /usr systems work

(this still doesn't solve PR#49811, which possibly could be handled by
having them being a kernel module loaded by /boot.)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/sets/mkvars.mk
cvs rdiff -u -r1.1101 -r1.1102 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.143 -r1.144 src/etc/mtree/NetBSD.dist.base
cvs rdiff -u -r1.340 -r1.341 src/share/mk/bsd.README
cvs rdiff -u -r1.846 -r1.847 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/microcode/radeon/Makefile

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



CVS commit: src/sys

2015-04-26 Thread Tyler R. Retzlaff
Module Name:src
Committed By:   rtr
Date:   Sun Apr 26 21:40:49 UTC 2015

Modified Files:
src/sys/kern: uipc_usrreq.c
src/sys/net: link_proto.c rtsock.c
src/sys/netatalk: ddp_usrreq.c
src/sys/netbt: hci_socket.c l2cap_socket.c rfcomm_socket.c sco_socket.c
src/sys/netinet: dccp_usrreq.c raw_ip.c tcp_usrreq.c udp_usrreq.c
src/sys/netinet6: dccp6_usrreq.c raw_ip6.c udp6_usrreq.c
src/sys/netipsec: keysock.c
src/sys/netmpls: mpls_proto.c
src/sys/netnatm: natm.c
src/sys/rump/net/lib/libsockin: sockin.c
src/sys/sys: param.h protosw.h

Log Message:
remove pr_generic from struct pr_usrreqs and all implementations of
pr_generic in protocols.

bump to 7.99.13

approved by rmind@


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/kern/uipc_usrreq.c
cvs rdiff -u -r1.26 -r1.27 src/sys/net/link_proto.c
cvs rdiff -u -r1.169 -r1.170 src/sys/net/rtsock.c
cvs rdiff -u -r1.66 -r1.67 src/sys/netatalk/ddp_usrreq.c
cvs rdiff -u -r1.42 -r1.43 src/sys/netbt/hci_socket.c
cvs rdiff -u -r1.33 -r1.34 src/sys/netbt/l2cap_socket.c
cvs rdiff -u -r1.35 -r1.36 src/sys/netbt/rfcomm_socket.c \
src/sys/netbt/sco_socket.c
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/dccp_usrreq.c
cvs rdiff -u -r1.149 -r1.150 src/sys/netinet/raw_ip.c
cvs rdiff -u -r1.206 -r1.207 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.219 -r1.220 src/sys/netinet/udp_usrreq.c
cvs rdiff -u -r1.4 -r1.5 src/sys/netinet6/dccp6_usrreq.c
cvs rdiff -u -r1.138 -r1.139 src/sys/netinet6/raw_ip6.c
cvs rdiff -u -r1.118 -r1.119 src/sys/netinet6/udp6_usrreq.c
cvs rdiff -u -r1.46 -r1.47 src/sys/netipsec/keysock.c
cvs rdiff -u -r1.26 -r1.27 src/sys/netmpls/mpls_proto.c
cvs rdiff -u -r1.47 -r1.48 src/sys/netnatm/natm.c
cvs rdiff -u -r1.60 -r1.61 src/sys/rump/net/lib/libsockin/sockin.c
cvs rdiff -u -r1.474 -r1.475 src/sys/sys/param.h
cvs rdiff -u -r1.62 -r1.63 src/sys/sys/protosw.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

2015-04-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Apr 26 22:04:28 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: soc_tegra124.c tegra_pmc.c tegra_pmcreg.h
tegra_reg.h tegra_soc.c tegra_var.h
src/sys/arch/evbarm/tegra: tegra_machdep.c tegra_start.S

Log Message:
add Tegra124 MP support


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/soc_tegra124.c \
src/sys/arch/arm/nvidia/tegra_pmcreg.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/tegra_pmc.c \
src/sys/arch/arm/nvidia/tegra_reg.h src/sys/arch/arm/nvidia/tegra_soc.c \
src/sys/arch/arm/nvidia/tegra_var.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/tegra/tegra_machdep.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/tegra/tegra_start.S

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

2015-04-26 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Apr 27 00:33:46 UTC 2015

Modified Files:
src/sys/arch/evbarm/tegra: tegra_machdep.c

Log Message:
remove unnecessary debug print


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/tegra/tegra_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

2015-04-26 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Apr 27 02:59:44 UTC 2015

Modified Files:
src/sys/netinet: dccp_usrreq.c tcp_input.c tcp_output.c tcp_subr.c
src/sys/netinet6: in6_pcb.c in6_pcb.h in6_src.c udp6_output.c

Log Message:
Introduce in6_selecthlim_rt to consolidate an idiom for rt->rt_ifp

It consolidates a scattered routine:
(rt = rtcache_validate(&in6p->in6p_route)) != NULL ? rt->rt_ifp : NULL


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/netinet/dccp_usrreq.c
cvs rdiff -u -r1.337 -r1.338 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.180 -r1.181 src/sys/netinet/tcp_output.c
cvs rdiff -u -r1.259 -r1.260 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.137 -r1.138 src/sys/netinet6/in6_pcb.c
cvs rdiff -u -r1.43 -r1.44 src/sys/netinet6/in6_pcb.h
cvs rdiff -u -r1.56 -r1.57 src/sys/netinet6/in6_src.c
cvs rdiff -u -r1.47 -r1.48 src/sys/netinet6/udp6_output.c

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



CVS commit: src

2015-04-26 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Mon Apr 27 06:42:53 UTC 2015

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
src/sys/arch/x86/include: intr.h pci_machdep.h pci_machdep_common.h
src/sys/arch/x86/pci: pci_intr_machdep.c
src/sys/arch/x86/x86: intr.c
src/sys/kern: kern_stub.c
src/sys/sys: intr.h
Added Files:
src/share/man/man9: pci_intr_distribute.9
src/sys/arch/x86/include: intr_distribute.h

Log Message:
add pci_intr_distribute(9) for x86.


To generate a diff of this commit:
cvs rdiff -u -r1.1954 -r1.1955 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.384 -r1.385 src/share/man/man9/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man9/pci_intr_distribute.9
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/x86/include/intr.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/x86/include/intr_distribute.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/include/pci_machdep.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/include/pci_machdep_common.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/pci/pci_intr_machdep.c
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/x86/x86/intr.c
cvs rdiff -u -r1.38 -r1.39 src/sys/kern/kern_stub.c
cvs rdiff -u -r1.17 -r1.18 src/sys/sys/intr.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/x86

2015-04-26 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Mon Apr 27 06:51:40 UTC 2015

Modified Files:
src/sys/arch/x86/include: i82093var.h intr.h mpconfig.h pci_machdep.h
src/sys/arch/x86/isa: isa_machdep.c
src/sys/arch/x86/pci: pci_intr_machdep.c pciide_machdep.c
src/sys/arch/x86/x86: intr.c ioapic.c

Log Message:
add intr_handle_t and let pci_intr_handle_t use it.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/include/i82093var.h
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/include/intr.h
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/include/mpconfig.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/include/pci_machdep.h
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/x86/isa/isa_machdep.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/x86/pci/pci_intr_machdep.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/pci/pciide_machdep.c
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/x86/x86/intr.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/x86/x86/ioapic.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-26 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Apr 27 06:54:12 UTC 2015

Modified Files:
src/sys/arch/aarch64/include: armreg.h
src/sys/arch/arm/arm: core_machdep.c cpu_exec.c
src/sys/arch/arm/cortex: a9_mpsubr.S
src/sys/arch/arm/include: armreg.h

Log Message:
ARM spells the System Control Register SCTLR


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/aarch64/include/armreg.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/core_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/cpu_exec.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/cortex/a9_mpsubr.S
cvs rdiff -u -r1.102 -r1.103 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/sys/arch/arm/include

2015-04-26 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Apr 27 06:56:53 UTC 2015

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

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 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.