CVS commit: src/usr.sbin/rtadvd

2020-08-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Fri Aug 28 00:19:37 UTC 2020

Modified Files:
src/usr.sbin/rtadvd: rtadvd.c

Log Message:
Use wrapper name for call to setsockopt(2), NFC for non-rump builds.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/usr.sbin/rtadvd/rtadvd.c

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



CVS commit: src/sys/sys

2020-08-10 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug 10 19:29:13 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.70 - changes to video(4).


To generate a diff of this commit:
cvs rdiff -u -r1.672 -r1.673 src/sys/sys/param.h

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



CVS commit: src/sys

2020-08-10 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug 10 19:27:28 UTC 2020

Modified Files:
src/sys/dev: video.c
src/sys/dev/usb: uvideo.c
src/sys/sys: videoio.h

Log Message:
Add some extra V4L ioctl() requests to latest V4L userland to work.

Import sys/videoio.h from OpenBSD, this is just the Linux headers
concatenated together.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/video.c
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/usb/uvideo.c
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/videoio.h

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

2020-04-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Apr 28 13:43:45 UTC 2020

Modified Files:
src/distrib/sets/lists/tests: md.amd64

Log Message:
The x86_pte tests are only built when MKKMOD=yes.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/tests/md.amd64

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



CVS commit: src/sys/netinet6

2020-04-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Apr 27 19:33:48 UTC 2020

Modified Files:
src/sys/netinet6: sctp6_usrreq.c

Log Message:
Call IPv4 handler for accept().


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/netinet6/sctp6_usrreq.c

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



CVS commit: src/sys

2020-04-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Apr 27 19:21:44 UTC 2020

Modified Files:
src/sys/netinet: sctp_usrreq.c sctp_var.h
src/sys/netinet6: sctp6_usrreq.c

Log Message:
Do sctp_connectx() handling using ioctl() for IPv6 as well.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/netinet/sctp_usrreq.c
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/sctp_var.h
cvs rdiff -u -r1.20 -r1.21 src/sys/netinet6/sctp6_usrreq.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

2020-03-03 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Mar  3 13:32:44 UTC 2020

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

Log Message:
Make some wait channel names unique to six characters.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/uvm/uvm_vnode.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/amlogic

2020-02-05 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Feb  6 00:32:07 UTC 2020

Modified Files:
src/sys/arch/arm/amlogic: meson_dwmac.c

Log Message:
Match new dtb.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/amlogic/meson_dwmac.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/aarch64/include

2019-12-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sat Dec 28 00:22:08 UTC 2019

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

Log Message:
s/Memroy/Memory/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/aarch64/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/netinet

2019-02-15 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Fri Feb 15 14:13:32 UTC 2019

Modified Files:
src/sys/netinet: sctp_usrreq.c

Log Message:
This really was a missing break.

Spotted by Rin Okuyama.


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

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



CVS commit: src/sys/netinet

2019-02-12 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Feb 12 14:40:38 UTC 2019

Modified Files:
src/sys/netinet: sctp_input.c sctp_usrreq.c

Log Message:
Add some fallthrough annotations.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/sctp_input.c
cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/sctp_usrreq.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/acpi

2018-11-24 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sat Nov 24 22:17:12 UTC 2018

Modified Files:
src/sys/arch/arm/acpi: acpi_platform.c

Log Message:
Allow building when plcom isn't used.


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

2018-11-16 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sat Nov 17 01:45:25 UTC 2018

Modified Files:
src/sys/arch/arm/footbridge: footbridge_pci.c

Log Message:
Add xname to footbridge_pci_intr_establish().


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

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



CVS commit: src/sys/netinet6

2018-09-15 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sat Sep 15 13:33:15 UTC 2018

Modified Files:
src/sys/netinet6: dccp6_usrreq.c

Log Message:
Make it compile after change to non-variadic pr_input.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/netinet6/dccp6_usrreq.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

2018-08-26 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun Aug 26 21:06:46 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: files.generic64
src/sys/arch/evbarm/include: sljit_machdep.h
Added Files:
src/sys/arch/aarch64/include: sljit_machdep.h

Log Message:
Add SLJIT to aarch64.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/aarch64/include/sljit_machdep.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/files.generic64
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/include/sljit_machdep.h

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



CVS commit: src/share/examples/npf

2018-08-20 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug 20 20:45:52 UTC 2018

Modified Files:
src/share/examples/npf: soho_gw-npf.conf

Log Message:
Fix cvs id.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/examples/npf/soho_gw-npf.conf

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



CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2018-08-18 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sat Aug 18 16:40:02 UTC 2018

Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: conf.inc

Log Message:
Add conf_ssl.c to build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/openssl/lib/libcrypto/conf.inc

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

2018-08-14 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Aug 14 14:48:01 UTC 2018

Modified Files:
src/distrib/sets/lists/comp: ad.aarch64

Log Message:
Fix gcc build when MKCOMPAT=no.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/sets/lists/comp/ad.aarch64

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



CVS commit: src/lib/libc/net

2018-08-02 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Aug  2 10:18:19 UTC 2018

Added Files:
src/lib/libc/net: sctp_recvmsg.3

Log Message:
Add missing SCTP manpage.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libc/net/sctp_recvmsg.3

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



CVS commit: src

2018-08-02 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Aug  2 08:40:48 UTC 2018

Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: shl.mi
src/lib/libc: shlib_version
src/lib/libc/net: Makefile.inc
Added Files:
src/lib/libc/net: sctp_bindx.3 sctp_connectx.3 sctp_freepaddrs.3
sctp_getaddrlen.3 sctp_getassocid.3 sctp_getpaddrs.3
sctp_opt_info.3 sctp_peeloff.3 sctp_send.3 sctp_sendmsg.3
sctp_sys_calls.c

Log Message:
Add userland support for SCTP and manpages.


To generate a diff of this commit:
cvs rdiff -u -r1.843 -r1.844 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.2214 -r1.2215 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.202 -r1.203 src/distrib/sets/lists/debug/shl.mi
cvs rdiff -u -r1.280 -r1.281 src/lib/libc/shlib_version
cvs rdiff -u -r1.87 -r1.88 src/lib/libc/net/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/libc/net/sctp_bindx.3 \
src/lib/libc/net/sctp_connectx.3 src/lib/libc/net/sctp_freepaddrs.3 \
src/lib/libc/net/sctp_getaddrlen.3 src/lib/libc/net/sctp_getassocid.3 \
src/lib/libc/net/sctp_getpaddrs.3 src/lib/libc/net/sctp_opt_info.3 \
src/lib/libc/net/sctp_peeloff.3 src/lib/libc/net/sctp_send.3 \
src/lib/libc/net/sctp_sendmsg.3 src/lib/libc/net/sctp_sys_calls.c

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



CVS commit: src/sys

2018-08-01 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Aug  1 23:35:32 UTC 2018

Modified Files:
src/sys/kern: sys_socket.c uipc_syscalls.c
src/sys/sys: socketvar.h sockio.h

Log Message:
Add ioctl(2) handler for kernel part of sctp_peeloff().


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/kern/sys_socket.c
cvs rdiff -u -r1.195 -r1.196 src/sys/kern/uipc_syscalls.c
cvs rdiff -u -r1.157 -r1.158 src/sys/sys/socketvar.h
cvs rdiff -u -r1.34 -r1.35 src/sys/sys/sockio.h

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



CVS commit: src/sys/compat/netbsd32

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 21:02:01 UTC 2018

Modified Files:
src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h
netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c
netbsd32_systrace_args.c

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/compat/netbsd32/netbsd32_syscall.h
cvs rdiff -u -r1.135 -r1.136 src/sys/compat/netbsd32/netbsd32_syscallargs.h
cvs rdiff -u -r1.134 -r1.135 src/sys/compat/netbsd32/netbsd32_syscalls.c
cvs rdiff -u -r1.14 -r1.15 \
src/sys/compat/netbsd32/netbsd32_syscalls_autoload.c
cvs rdiff -u -r1.133 -r1.134 src/sys/compat/netbsd32/netbsd32_sysent.c
cvs rdiff -u -r1.25 -r1.26 src/sys/compat/netbsd32/netbsd32_systrace_args.c

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



CVS commit: src/sys/compat/netbsd32

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 21:00:02 UTC 2018

Modified Files:
src/sys/compat/netbsd32: netbsd32_netbsd.c syscalls.master

Log Message:
Add getsockopt2().


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -u -r1.122 -r1.123 src/sys/compat/netbsd32/syscalls.master

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



CVS commit: src

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 19:30:19 UTC 2018

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: sctp.4

Log Message:
Add man page for sctp(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1603 -r1.1604 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.661 -r1.662 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/sctp.4

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



CVS commit: src/sys/netinet

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 16:28:56 UTC 2018

Modified Files:
src/sys/netinet: sctp_usrreq.c

Log Message:
Enable SCTP sysctl nodes.

Rename auto asconf one to match FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/sctp_usrreq.c

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



CVS commit: src/sys/netinet

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 13:36:31 UTC 2018

Modified Files:
src/sys/netinet: sctp_uio.h sctp_usrreq.c

Log Message:
Change implementation of sctp_connectx() to use ioctl(2).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/sctp_uio.h
cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/sctp_usrreq.c

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



CVS commit: src/sys/sys

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 13:20:34 UTC 2018

Modified Files:
src/sys/sys: socket.h

Log Message:
Add declaration of getsockopt2().


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/sys/socket.h

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



CVS commit: src/sys/sys

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 13:06:33 UTC 2018

Modified Files:
src/sys/sys: param.h

Log Message:
Bump version for addition of getsockopt2() syscall.

Welcome to NetBSD 8.99.23 !


To generate a diff of this commit:
cvs rdiff -u -r1.567 -r1.568 src/sys/sys/param.h

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



CVS commit: src

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 13:04:10 UTC 2018

Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: mi
src/lib/libc: shlib_version
src/lib/libc/sys: Makefile.inc getsockopt.2

Log Message:
Userland changes for getsockopt2().


To generate a diff of this commit:
cvs rdiff -u -r1.842 -r1.843 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.2212 -r1.2213 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.279 -r1.280 src/lib/libc/shlib_version
cvs rdiff -u -r1.239 -r1.240 src/lib/libc/sys/Makefile.inc
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/sys/getsockopt.2

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



CVS commit: src/sys

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 13:02:15 UTC 2018

Modified Files:
src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c
systrace_args.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.320 -r1.321 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.311 -r1.312 src/sys/kern/syscalls.c
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/syscalls_autoload.c
cvs rdiff -u -r1.30 -r1.31 src/sys/kern/systrace_args.c
cvs rdiff -u -r1.109 -r1.110 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.138 -r1.139 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.305 -r1.306 src/sys/sys/syscall.h
cvs rdiff -u -r1.289 -r1.290 src/sys/sys/syscallargs.h

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



CVS commit: src/sys/kern

2018-07-31 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 31 13:00:14 UTC 2018

Modified Files:
src/sys/kern: syscalls.master uipc_syscalls.c

Log Message:
Add getsockopt2() syscall.


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/sys/kern/syscalls.master
cvs rdiff -u -r1.194 -r1.195 src/sys/kern/uipc_syscalls.c

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



CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2018-07-16 Thread Robert Swindells
Module Name:xsrc
Committed By:   rjs
Date:   Mon Jul 16 09:55:14 UTC 2018

Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src: nv_exa.c

Log Message:
Fix cats build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/xf86-video-nv/dist/src/nv_exa.c

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



CVS commit: src

2018-06-07 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Jun  7 18:16:55 UTC 2018

Modified Files:
src/distrib/sets/lists/xcomp: mi
src/external/mit/xorg/lib/libxcb/files: Makefile.xmlsrcs
src/external/mit/xorg/lib/libxcb/libxcb: Makefile
Added Files:
src/external/mit/xorg/lib/libxcb/files: ge.c ge.h xf86vidmode.c
xf86vidmode.h

Log Message:
Add missing xcb files to build.

Fixes xsrc/53337.


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.5 -r1.6 \
src/external/mit/xorg/lib/libxcb/files/Makefile.xmlsrcs
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/lib/libxcb/files/ge.c \
src/external/mit/xorg/lib/libxcb/files/ge.h \
src/external/mit/xorg/lib/libxcb/files/xf86vidmode.c \
src/external/mit/xorg/lib/libxcb/files/xf86vidmode.h
cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/libxcb/libxcb/Makefile

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



CVS commit: src/sys/netatalk

2018-02-17 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sat Feb 17 19:10:18 UTC 2018

Modified Files:
src/sys/netatalk: aarp.c at_control.c ddp_input.c ddp_output.c
ddp_usrreq.c files.netatalk

Log Message:
Add NETATALKDEBUG to the option header and include that in the main source
files.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/netatalk/aarp.c
cvs rdiff -u -r1.39 -r1.40 src/sys/netatalk/at_control.c
cvs rdiff -u -r1.29 -r1.30 src/sys/netatalk/ddp_input.c
cvs rdiff -u -r1.20 -r1.21 src/sys/netatalk/ddp_output.c
cvs rdiff -u -r1.70 -r1.71 src/sys/netatalk/ddp_usrreq.c
cvs rdiff -u -r1.3 -r1.4 src/sys/netatalk/files.netatalk

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



CVS commit: src/sys/netinet

2017-12-10 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun Dec 10 11:52:14 UTC 2017

Modified Files:
src/sys/netinet: sctp_indata.c sctp_output.c sctp_uio.h sctp_usrreq.c

Log Message:
Improve compliance to RFC 6458.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/netinet/sctp_indata.c
cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/sctp_output.c
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/sctp_uio.h
cvs rdiff -u -r1.8 -r1.9 src/sys/netinet/sctp_usrreq.c

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



CVS commit: src/sys/netinet

2017-12-10 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun Dec 10 11:03:59 UTC 2017

Modified Files:
src/sys/netinet: sctp_timer.c

Log Message:
Add ipsec option header.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/sctp_timer.c

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



CVS commit: src/sys

2017-10-17 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 17 19:23:42 UTC 2017

Modified Files:
src/sys/netinet: sctp_pcb.c sctp_usrreq.c
src/sys/netinet6: sctp6_usrreq.c

Log Message:
Make SCTP work when IPSEC is also defined.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/sctp_pcb.c
cvs rdiff -u -r1.7 -r1.8 src/sys/netinet/sctp_usrreq.c
cvs rdiff -u -r1.13 -r1.14 src/sys/netinet6/sctp6_usrreq.c

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



CVS commit: src/sys/netinet

2017-10-17 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 17 19:18:30 UTC 2017

Modified Files:
src/sys/netinet: sctp_pcb.c

Log Message:
Move call to sofree() to end of sctp_inpcb_free() and re-aquire
softnet_lock.

Logic copied from in_pcb.c.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/sctp_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/netinet

2017-10-17 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 17 16:07:18 UTC 2017

Modified Files:
src/sys/netinet: sctp_usrreq.c

Log Message:
Set SPL level to match usage for TCP.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/netinet/sctp_usrreq.c

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



CVS commit: src/sys/netinet

2017-10-17 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 17 15:53:01 UTC 2017

Modified Files:
src/sys/netinet: sctp_pcb.c

Log Message:
Remove duplicate assignment, comment doesn't match it anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/netinet/sctp_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/netinet

2017-10-17 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 17 15:49:00 UTC 2017

Modified Files:
src/sys/netinet: sctp_pcb.c

Log Message:
Remove some foreign conditional code. NFC intended.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/sctp_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/netinet

2017-10-17 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 17 15:02:31 UTC 2017

Modified Files:
src/sys/netinet: sctp_pcb.c

Log Message:
Wrap pcb list check with #ifdef DEBUG.


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

2017-10-17 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 17 14:53:23 UTC 2017

Modified Files:
src/sys/netinet: sctp_pcb.c

Log Message:
Remove function prototype that is no longer required. NFC


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/netinet/sctp_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/netinet

2017-06-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Jun 28 14:39:34 UTC 2017

Modified Files:
src/sys/netinet: sctp_uio.h

Log Message:
Pack assoc structs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/sctp_uio.h

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



CVS commit: src/sys/netinet

2017-06-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Jun 28 14:38:18 UTC 2017

Modified Files:
src/sys/netinet: sctp_asconf.c

Log Message:
Put back some commented out code.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/sctp_asconf.c

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



CVS commit: src/sys/netinet

2017-06-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Jun 28 13:22:29 UTC 2017

Modified Files:
src/sys/netinet: sctp_pcb.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/netinet/sctp_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/netinet

2017-06-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jun 27 13:54:56 UTC 2017

Modified Files:
src/sys/netinet: sctp_output.c

Log Message:
Use host byte order for a debug message.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/sctp_output.c

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



CVS commit: src/sys/netinet

2017-06-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jun 27 13:27:54 UTC 2017

Modified Files:
src/sys/netinet: sctp_input.c

Log Message:
Check outgoing cookie size before accessing any contents.

Spotted in FreeBSD by maya.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/netinet/sctp_input.c

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



CVS commit: src/sys/netinet

2017-06-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jun 27 11:55:07 UTC 2017

Modified Files:
src/sys/netinet: sctp.h sctp_header.h

Log Message:
Pack structs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/sctp.h src/sys/netinet/sctp_header.h

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



CVS commit: src/sys/netinet

2017-06-23 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Fri Jun 23 15:13:21 UTC 2017

Modified Files:
src/sys/netinet: sctp_input.c

Log Message:
Make arguments match debug message.


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

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



CVS commit: src/sys/netinet

2017-05-07 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun May  7 21:36:23 UTC 2017

Modified Files:
src/sys/netinet: dccp_usrreq.c

Log Message:
Change bzero -> memset, bcopy -> memcpy.


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

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



CVS commit: src/sys/netinet

2017-05-07 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun May  7 21:24:37 UTC 2017

Modified Files:
src/sys/netinet: dccp_usrreq.c

Log Message:
Change SPL around call to in_pcbbind().


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/dccp_usrreq.c

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



CVS commit: src/sys/netinet

2017-05-07 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun May  7 20:08:02 UTC 2017

Modified Files:
src/sys/netinet: dccp_usrreq.c

Log Message:
Remove some foreign conditional code, NFC intended.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/dccp_usrreq.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

2016-12-26 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Dec 26 16:20:17 UTC 2016

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
Remove more trailing whitespace.


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

2016-12-26 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Dec 26 13:28:59 UTC 2016

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c awin_var.h
src/sys/arch/evbarm/awin: awin_start.S

Log Message:
Remove trailing whitespace, no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/allwinner/awin_board.c \
src/sys/arch/arm/allwinner/awin_var.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/awin/awin_start.S

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

2016-12-14 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Dec 14 19:29:31 UTC 2016

Modified Files:
src/distrib/sets/lists/debug: mi

Log Message:
The t_clock_subr test doesn't require rump.


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/distrib/sets/lists/debug/mi

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



CVS commit: src/doc/roadmaps

2016-12-13 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Dec 13 09:51:34 UTC 2016

Modified Files:
src/doc/roadmaps: networking

Log Message:
Add a bit for Mobile IPv6.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/doc/roadmaps/networking

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



CVS commit: src/sys/lib/libsa

2016-08-04 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Aug  4 21:39:20 UTC 2016

Modified Files:
src/sys/lib/libsa: ext2fs.c

Log Message:
Another header change.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/lib/libsa/ext2fs.c

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



CVS commit: src/sys/lib/libsa

2016-08-03 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Aug  3 09:11:18 UTC 2016

Modified Files:
src/sys/lib/libsa: ext2fs.c

Log Message:
Adjust for change to kernel ext2fs headers.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/lib/libsa/ext2fs.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

2016-07-25 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Jul 25 23:46:09 UTC 2016

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

Log Message:
Restore correct test for return value from aarpresolve().


To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 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/netinet

2016-05-22 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun May 22 23:04:27 UTC 2016

Modified Files:
src/sys/netinet: sctputil.c sctputil.h

Log Message:
Use const for arguments to sctp_is_same_scope().


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/netinet/sctputil.c
cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/sctputil.h

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



CVS commit: src/sys/netinet

2016-05-22 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun May 22 22:18:41 UTC 2016

Modified Files:
src/sys/netinet: sctp_pcb.c

Log Message:
Remove rtcache reference to route before freeing the containing struct.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/netinet/sctp_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

2016-05-05 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu May  5 21:14:15 UTC 2016

Modified Files:
src/sys/arch/aarch64/conf: Makefile.aarch64
src/sys/arch/evbarm64/conf: std.a64emul std.evbarm64

Log Message:
Fix config(1) errors and warnings.

Set up arm headers for the build.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/aarch64/conf/Makefile.aarch64
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm64/conf/std.a64emul
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm64/conf/std.evbarm64

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



CVS commit: src/sys/netinet

2016-04-26 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Apr 26 11:02:57 UTC 2016

Modified Files:
src/sys/netinet: sctputil.c

Log Message:
Fix build when IPSEC enabled.


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

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



CVS commit: src/sys

2016-04-25 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Apr 25 21:21:03 UTC 2016

Modified Files:
src/sys/netinet: sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c
sctp_peeloff.c sctp_structs.h sctp_timer.c sctp_usrreq.c
src/sys/netinet6: sctp6_usrreq.c

Log Message:
Fix build when IPSEC enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/sctp_indata.c \
src/sys/netinet/sctp_pcb.c src/sys/netinet/sctp_usrreq.c
cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/sctp_input.c \
src/sys/netinet/sctp_peeloff.c src/sys/netinet/sctp_structs.h \
src/sys/netinet/sctp_timer.c
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/sctp_output.c
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet6/sctp6_usrreq.c

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



CVS commit: src/sys/netinet

2016-04-14 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Apr 14 18:36:56 UTC 2016

Modified Files:
src/sys/netinet: sctp_pcb.c

Log Message:
Remove stray debug printf().


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/sctp_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/mac68k/nubus

2016-02-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun Feb 28 19:39:27 UTC 2016

Modified Files:
src/sys/arch/mac68k/nubus: grf_nubus.c

Log Message:
Set sc_dev field of softc.

Should pullup to 7.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/mac68k/nubus/grf_nubus.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/lists/man

2015-12-13 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sun Dec 13 21:09:01 UTC 2015

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
mount_psshfs and mount_sysctlfs don't depend on rump anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.1513 -r1.1514 src/distrib/sets/lists/man/mi

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



CVS commit: src

2015-10-13 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 13 21:28:35 UTC 2015

Modified Files:
src/distrib/sets/lists/comp: mi
src/sys/kern: uipc_socket.c
src/sys/net: rtsock.c
src/sys/netinet: Makefile files.netinet in.h in_proto.c
src/sys/netinet6: files.netinet6 in6_proto.c
src/sys/sys: mbuf.h protosw.h socket.h
Added Files:
src/sys/netinet: sctp.h sctp_asconf.c sctp_asconf.h sctp_constants.h
sctp_crc32.c sctp_crc32.h sctp_hashdriver.c sctp_hashdriver.h
sctp_header.h sctp_indata.c sctp_indata.h sctp_input.c sctp_input.h
sctp_output.c sctp_output.h sctp_pcb.c sctp_pcb.h sctp_peeloff.c
sctp_peeloff.h sctp_structs.h sctp_timer.c sctp_timer.h sctp_uio.h
sctp_usrreq.c sctp_var.h sctputil.c sctputil.h
src/sys/netinet6: sctp6_usrreq.c sctp6_var.h

Log Message:
Add core networking support for SCTP.


To generate a diff of this commit:
cvs rdiff -u -r1.1996 -r1.1997 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.246 -r1.247 src/sys/kern/uipc_socket.c
cvs rdiff -u -r1.173 -r1.174 src/sys/net/rtsock.c
cvs rdiff -u -r1.26 -r1.27 src/sys/netinet/Makefile \
src/sys/netinet/files.netinet
cvs rdiff -u -r1.97 -r1.98 src/sys/netinet/in.h
cvs rdiff -u -r1.114 -r1.115 src/sys/netinet/in_proto.c
cvs rdiff -u -r0 -r1.1 src/sys/netinet/sctp.h src/sys/netinet/sctp_asconf.c \
src/sys/netinet/sctp_asconf.h src/sys/netinet/sctp_constants.h \
src/sys/netinet/sctp_crc32.c src/sys/netinet/sctp_crc32.h \
src/sys/netinet/sctp_hashdriver.c src/sys/netinet/sctp_hashdriver.h \
src/sys/netinet/sctp_header.h src/sys/netinet/sctp_indata.c \
src/sys/netinet/sctp_indata.h src/sys/netinet/sctp_input.c \
src/sys/netinet/sctp_input.h src/sys/netinet/sctp_output.c \
src/sys/netinet/sctp_output.h src/sys/netinet/sctp_pcb.c \
src/sys/netinet/sctp_pcb.h src/sys/netinet/sctp_peeloff.c \
src/sys/netinet/sctp_peeloff.h src/sys/netinet/sctp_structs.h \
src/sys/netinet/sctp_timer.c src/sys/netinet/sctp_timer.h \
src/sys/netinet/sctp_uio.h src/sys/netinet/sctp_usrreq.c \
src/sys/netinet/sctp_var.h src/sys/netinet/sctputil.c \
src/sys/netinet/sctputil.h
cvs rdiff -u -r1.10 -r1.11 src/sys/netinet6/files.netinet6
cvs rdiff -u -r1.106 -r1.107 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r0 -r1.1 src/sys/netinet6/sctp6_usrreq.c \
src/sys/netinet6/sctp6_var.h
cvs rdiff -u -r1.158 -r1.159 src/sys/sys/mbuf.h
cvs rdiff -u -r1.64 -r1.65 src/sys/sys/protosw.h
cvs rdiff -u -r1.117 -r1.118 src/sys/sys/socket.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

2015-10-13 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 13 20:12:03 UTC 2015

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

Log Message:
Add Xorg server to ibmnws build.


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

2015-10-13 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Oct 13 19:43:44 UTC 2015

Modified Files:
src/external/mit/xorg/server/drivers: Makefile
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile
Added Files:
src/distrib/sets/lists/xdebug: md.ibmnws
src/distrib/sets/lists/xserver: md.ibmnws

Log Message:
Add Xorg server and S3 driver to ibmnws build.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/xdebug/md.ibmnws
cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/xserver/md.ibmnws
cvs rdiff -u -r1.70 -r1.71 src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r1.38 -r1.39 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile

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

2015-10-05 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Oct  5 11:14:32 UTC 2015

Modified Files:
src/distrib/sets/lists/xdebug: md.mac68k

Log Message:
Catch up with switch to use Xorg server.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/xdebug/md.mac68k

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



CVS commit: src

2015-09-30 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Sep 30 22:58:02 UTC 2015

Modified Files:
src/distrib/sets/lists/xserver: md.mac68k
src/external/mit/xorg/server/drivers: Makefile
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile
src/share/mk: bsd.own.mk

Log Message:
Build Xorg server and wsfb driver for mac68k.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/xserver/md.mac68k
cvs rdiff -u -r1.68 -r1.69 src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r1.37 -r1.38 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
cvs rdiff -u -r1.873 -r1.874 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/dev/usb

2015-09-09 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Sep  9 20:05:57 UTC 2015

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.691 -r1.692 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.692 -r1.693 src/sys/dev/usb/usbdevs_data.h

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



CVS commit: src/sys/dev/usb

2015-09-09 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Wed Sep  9 20:03:48 UTC 2015

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Add some run(4) IDs from OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.699 -r1.700 src/sys/dev/usb/usbdevs

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



CVS commit: src/sys/net

2015-08-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Fri Aug 28 14:23:18 UTC 2015

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

Log Message:
Don't set M_PROTO1 in mbuf flags.

This was left over from the old usage of gif(4) with bridges.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/net/if_bridge.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/lists/tests

2015-08-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Aug 27 12:59:37 UTC 2015

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Don't make fifofs test depend on rump.


To generate a diff of this commit:
cvs rdiff -u -r1.642 -r1.643 src/distrib/sets/lists/tests/mi

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



CVS commit: src/sys/dev/cadence

2015-08-24 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug 24 18:51:37 UTC 2015

Modified Files:
src/sys/dev/cadence: cemacreg.h if_cemac.c

Log Message:
Add hardware checksumming support.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/cadence/cemacreg.h
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/cadence/if_cemac.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/cadence

2015-08-24 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug 24 18:40:57 UTC 2015

Modified Files:
src/sys/dev/cadence: if_cemac.c

Log Message:
Fix logic for setting multicast addresses.

Setting CRC values for hashes is broken so all multicast addresses are
accepted for now.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/cadence/if_cemac.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/cadence

2015-08-24 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug 24 18:26:51 UTC 2015

Modified Files:
src/sys/dev/cadence: if_cemac.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/cadence/if_cemac.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/cadence

2015-08-24 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug 24 18:11:12 UTC 2015

Modified Files:
src/sys/dev/cadence: if_cemac.c

Log Message:
printf -> aprint.


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

2015-08-13 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Aug 13 14:51:35 UTC 2015

Modified Files:
src/sys/dev/cadence: cemacreg.h if_cemac.c

Log Message:
Add gem versions of collision counters.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/cadence/cemacreg.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/cadence/if_cemac.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/usb

2015-07-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 28 12:27:55 UTC 2015

Modified Files:
src/sys/dev/usb: uftdireg.h

Log Message:
Fix URL in comment, no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/uftdireg.h

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



CVS commit: src

2015-05-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu May 28 14:36:45 UTC 2015

Modified Files:
src/distrib/sets: mkvars.mk sets.subr
src/distrib/sets/lists/xdebug: md.amd64 md.i386
src/distrib/sets/lists/xserver: md.amd64 md.i386
src/external/mit/xorg/server/drivers: Makefile
src/external/mit/xorg/server/drivers/xf86-video-radeon: Makefile
src/share/mk: bsd.README bsd.own.mk

Log Message:
Build both xf86-video-radeon drivers for amd64 and i386, just build the
old one for other ports.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/mkvars.mk
cvs rdiff -u -r1.163 -r1.164 src/distrib/sets/sets.subr
cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/xdebug/md.amd64
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/xdebug/md.i386
cvs rdiff -u -r1.77 -r1.78 src/distrib/sets/lists/xserver/md.amd64
cvs rdiff -u -r1.96 -r1.97 src/distrib/sets/lists/xserver/md.i386
cvs rdiff -u -r1.66 -r1.67 src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r1.18 -r1.19 \
src/external/mit/xorg/server/drivers/xf86-video-radeon/Makefile
cvs rdiff -u -r1.341 -r1.342 src/share/mk/bsd.README
cvs rdiff -u -r1.850 -r1.851 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

2015-05-20 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu May 21 00:12:10 UTC 2015

Modified Files:
src/distrib/sets/lists/xserver: md.amd64 md.i386
src/external/mit/xorg/server/drivers: Makefile
src/share/mk: bsd.own.mk
Added Files:
src/external/mit/xorg/server/drivers/xf86-video-intel-old: Makefile
src/external/mit/xorg/server/drivers/xf86-video-intel-old/ch7017:
Makefile
src/external/mit/xorg/server/drivers/xf86-video-intel-old/ch7xxx:
Makefile
src/external/mit/xorg/server/drivers/xf86-video-intel-old/ivch:
Makefile
src/external/mit/xorg/server/drivers/xf86-video-intel-old/sil164:
Makefile
src/external/mit/xorg/server/drivers/xf86-video-intel-old/tfp410:
Makefile

Log Message:
Add xf86-video-intel-old to the build.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/distrib/sets/lists/xserver/md.amd64
cvs rdiff -u -r1.95 -r1.96 src/distrib/sets/lists/xserver/md.i386
cvs rdiff -u -r1.65 -r1.66 src/external/mit/xorg/server/drivers/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/server/drivers/xf86-video-intel-old/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/server/drivers/xf86-video-intel-old/ch7017/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/server/drivers/xf86-video-intel-old/ch7xxx/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/server/drivers/xf86-video-intel-old/ivch/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/server/drivers/xf86-video-intel-old/sil164/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/server/drivers/xf86-video-intel-old/tfp410/Makefile
cvs rdiff -u -r1.848 -r1.849 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: xsrc/external/mit/xf86-video-intel-old/dist

2015-05-18 Thread Robert Swindells
Module Name:xsrc
Committed By:   rjs
Date:   Mon May 18 23:12:53 UTC 2015

Modified Files:
xsrc/external/mit/xf86-video-intel-old/dist/src: i830_driver.c
i830_uxa.c i830_video.c
xsrc/external/mit/xf86-video-intel-old/dist/uxa: uxa-priv.h
uxa-render.c uxa.c

Log Message:
Make it work with xorg-server-1.10.6.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/xf86-video-intel-old/dist/src/i830_driver.c \
xsrc/external/mit/xf86-video-intel-old/dist/src/i830_uxa.c \
xsrc/external/mit/xf86-video-intel-old/dist/src/i830_video.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/xf86-video-intel-old/dist/uxa/uxa-priv.h \
xsrc/external/mit/xf86-video-intel-old/dist/uxa/uxa-render.c \
xsrc/external/mit/xf86-video-intel-old/dist/uxa/uxa.c

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



CVS import: xsrc/external/mit/xf86-video-intel-old

2015-05-18 Thread Robert Swindells
Module Name:xsrc
Committed By:   rjs
Date:   Mon May 18 22:11:27 UTC 2015

Update of /cvsroot/xsrc/external/mit/xf86-video-intel-old
In directory ivanova.netbsd.org:/tmp/cvs-serv8711

Log Message:
Initial import of xf86-video-intel 2.9.1.
This is the final version of the driver with UMS support.

Status:

Vendor Tag: intel
Release Tags:   xf86-video-intel-2-9-1

N xsrc/external/mit/xf86-video-intel-old/dist/README
N xsrc/external/mit/xf86-video-intel-old/dist/config.sub
N xsrc/external/mit/xf86-video-intel-old/dist/Makefile.in
N xsrc/external/mit/xf86-video-intel-old/dist/NEWS
N xsrc/external/mit/xf86-video-intel-old/dist/COPYING
N xsrc/external/mit/xf86-video-intel-old/dist/Makefile.am
N xsrc/external/mit/xf86-video-intel-old/dist/aclocal.m4
N xsrc/external/mit/xf86-video-intel-old/dist/config.h.in
N xsrc/external/mit/xf86-video-intel-old/dist/install-sh
N xsrc/external/mit/xf86-video-intel-old/dist/ltmain.sh
N xsrc/external/mit/xf86-video-intel-old/dist/configure.ac
N xsrc/external/mit/xf86-video-intel-old/dist/config.guess
N xsrc/external/mit/xf86-video-intel-old/dist/depcomp
N xsrc/external/mit/xf86-video-intel-old/dist/AUTHORS
N xsrc/external/mit/xf86-video-intel-old/dist/configure
N xsrc/external/mit/xf86-video-intel-old/dist/missing
N xsrc/external/mit/xf86-video-intel-old/dist/shave.in
N xsrc/external/mit/xf86-video-intel-old/dist/shave-libtool.in
N xsrc/external/mit/xf86-video-intel-old/dist/compile
N xsrc/external/mit/xf86-video-intel-old/dist/man/Makefile.in
N xsrc/external/mit/xf86-video-intel-old/dist/man/Makefile.am
N xsrc/external/mit/xf86-video-intel-old/dist/man/intel.man
N xsrc/external/mit/xf86-video-intel-old/dist/m4/lt~obsolete.m4
N xsrc/external/mit/xf86-video-intel-old/dist/m4/ltversion.m4
N xsrc/external/mit/xf86-video-intel-old/dist/m4/ltoptions.m4
N xsrc/external/mit/xf86-video-intel-old/dist/m4/shave.m4
N xsrc/external/mit/xf86-video-intel-old/dist/m4/libtool.m4
N xsrc/external/mit/xf86-video-intel-old/dist/m4/ltsugar.m4
N xsrc/external/mit/xf86-video-intel-old/dist/m4/dolt.m4
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_batchbuffer.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_driver.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_reg.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i810_video.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_dvo.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i810_driver.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_memory.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i915_reg.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_bios.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i965_video.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i915_hwmc.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/brw_structs.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/Makefile.in
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_modes.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i810_cursor.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i965_hwmc.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_dri.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_3d.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_cursor.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_quirks.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i810_reg.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_uxa.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_ring.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i915_render.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/Makefile.am
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_common.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_bios.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_dri.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_batchbuffer.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i2c_vid.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i810_common.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i915_3d.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_debug.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_display.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i810_io.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_i2c.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_video.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_hwmc.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i915_hwmc.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_lvds.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i810_dri.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i965_hwmc.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i830_render.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i810_dga.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/common.h
N xsrc/external/mit/xf86-video-intel-old/dist/src/i915_video.c
N xsrc/external/mit/xf86-video-intel-old/dist/src/i8

CVS commit: src/sys/arch

2015-04-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Apr 28 13:52:50 UTC 2015

Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL

Log Message:
Add DCCP.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.391 -r1.392 src/sys/arch/i386/conf/ALL

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



CVS commit: src/sys/netinet6

2015-02-20 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Fri Feb 20 22:13:48 UTC 2015

Modified Files:
src/sys/netinet6: in6.c in6.h

Log Message:
Declare input argument to in6_sin_2_v4mapsin6 to be const, allows an
address from the route cache to be used as the input.

ok christos@.


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/netinet6/in6.c
cvs rdiff -u -r1.82 -r1.83 src/sys/netinet6/in6.h

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



CVS commit: src

2015-02-10 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Feb 10 19:11:52 UTC 2015

Modified Files:
src/distrib/sets/lists/comp: mi
src/sys/netinet: Makefile files.netinet in.h in_proto.c portalgo.c
src/sys/netinet6: files.netinet6 in6_proto.c
src/sys/sys: socket.h
Added Files:
src/sys/netinet: dccp.h dccp_cc_sw.c dccp_cc_sw.h dccp_tcplike.c
dccp_tcplike.h dccp_tfrc.c dccp_tfrc.h dccp_tfrc_lookup.h
dccp_usrreq.c dccp_var.h
src/sys/netinet6: dccp6_usrreq.c dccp6_var.h
src/sys/rump/librump/rumpnet/opt: opt_dccp.h

Log Message:
Add DCCP protocol support from KAME.


To generate a diff of this commit:
cvs rdiff -u -r1.1945 -r1.1946 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.25 -r1.26 src/sys/netinet/Makefile \
src/sys/netinet/files.netinet
cvs rdiff -u -r0 -r1.1 src/sys/netinet/dccp.h src/sys/netinet/dccp_cc_sw.c \
src/sys/netinet/dccp_cc_sw.h src/sys/netinet/dccp_tcplike.c \
src/sys/netinet/dccp_tcplike.h src/sys/netinet/dccp_tfrc.c \
src/sys/netinet/dccp_tfrc.h src/sys/netinet/dccp_tfrc_lookup.h \
src/sys/netinet/dccp_usrreq.c src/sys/netinet/dccp_var.h
cvs rdiff -u -r1.95 -r1.96 src/sys/netinet/in.h
cvs rdiff -u -r1.110 -r1.111 src/sys/netinet/in_proto.c
cvs rdiff -u -r1.7 -r1.8 src/sys/netinet/portalgo.c
cvs rdiff -u -r0 -r1.1 src/sys/netinet6/dccp6_usrreq.c \
src/sys/netinet6/dccp6_var.h
cvs rdiff -u -r1.9 -r1.10 src/sys/netinet6/files.netinet6
cvs rdiff -u -r1.103 -r1.104 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpnet/opt/opt_dccp.h
cvs rdiff -u -r1.115 -r1.116 src/sys/sys/socket.h

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

2015-02-06 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Fri Feb  6 22:24:15 UTC 2015

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Fix build when MKRUMP=no.


To generate a diff of this commit:
cvs rdiff -u -r1.611 -r1.612 src/distrib/sets/lists/tests/mi

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-09-08 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Sep  8 19:24:16 UTC 2014

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

Log Message:
Add rgephy.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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/external/mit/xorg/server/drivers/xf86-video-radeon

2014-08-03 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug  4 01:25:23 UTC 2014

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-radeon: Makefile

Log Message:
Link against radeon_libdrm.
Re-enable building kms bits, ok mrg@.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
src/external/mit/xorg/server/drivers/xf86-video-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/dev/microcode/radeon

2014-07-29 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Tue Jul 29 08:36:13 UTC 2014

Added Files:
src/sys/dev/microcode/radeon: CYPRESS_uvd.bin

Log Message:
Add microcode file missing from update.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/microcode/radeon/CYPRESS_uvd.bin

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



CVS commit: src

2014-07-28 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Jul 28 23:09:06 UTC 2014

Modified Files:
src/distrib/sets/lists/base: mi
src/sys/dev/microcode/radeon: CEDAR_rlc.bin CYPRESS_rlc.bin
JUNIPER_rlc.bin LICENSE.radeon Makefile R700_rlc.bin
REDWOOD_rlc.bin
Added Files:
src/sys/dev/microcode/radeon: ARUBA_me.bin ARUBA_pfp.bin ARUBA_rlc.bin
BARTS_mc.bin BARTS_me.bin BARTS_pfp.bin BARTS_smc.bin
BONAIRE_ce.bin BONAIRE_mc.bin BONAIRE_mc2.bin BONAIRE_me.bin
BONAIRE_mec.bin BONAIRE_pfp.bin BONAIRE_rlc.bin BONAIRE_sdma.bin
BONAIRE_smc.bin BONAIRE_uvd.bin BONAIRE_vce.bin BTC_rlc.bin
CAICOS_mc.bin CAICOS_me.bin CAICOS_pfp.bin CAICOS_smc.bin
CAYMAN_mc.bin CAYMAN_me.bin CAYMAN_pfp.bin CAYMAN_rlc.bin
CAYMAN_smc.bin CEDAR_smc.bin CYPRESS_smc.bin HAINAN_ce.bin
HAINAN_mc.bin HAINAN_mc2.bin HAINAN_me.bin HAINAN_pfp.bin
HAINAN_rlc.bin HAINAN_smc.bin HAWAII_ce.bin HAWAII_mc.bin
HAWAII_mc2.bin HAWAII_me.bin HAWAII_mec.bin HAWAII_pfp.bin
HAWAII_rlc.bin HAWAII_sdma.bin HAWAII_smc.bin JUNIPER_smc.bin
KABINI_ce.bin KABINI_me.bin KABINI_mec.bin KABINI_pfp.bin
KABINI_rlc.bin KABINI_sdma.bin KAVERI_ce.bin KAVERI_me.bin
KAVERI_mec.bin KAVERI_pfp.bin KAVERI_rlc.bin KAVERI_sdma.bin
MULLINS_ce.bin MULLINS_me.bin MULLINS_mec.bin MULLINS_pfp.bin
MULLINS_rlc.bin MULLINS_sdma.bin OLAND_ce.bin OLAND_mc.bin
OLAND_mc2.bin OLAND_me.bin OLAND_pfp.bin OLAND_rlc.bin
OLAND_smc.bin PALM_me.bin PALM_pfp.bin PITCAIRN_ce.bin
PITCAIRN_mc.bin PITCAIRN_mc2.bin PITCAIRN_me.bin PITCAIRN_pfp.bin
PITCAIRN_rlc.bin PITCAIRN_smc.bin REDWOOD_smc.bin RV710_smc.bin
RV710_uvd.bin RV730_smc.bin RV740_smc.bin RV770_smc.bin
SUMO2_me.bin SUMO2_pfp.bin SUMO_me.bin SUMO_pfp.bin SUMO_rlc.bin
SUMO_uvd.bin TAHITI_ce.bin TAHITI_mc.bin TAHITI_mc2.bin
TAHITI_me.bin TAHITI_pfp.bin TAHITI_rlc.bin TAHITI_smc.bin
TAHITI_uvd.bin TURKS_mc.bin TURKS_me.bin TURKS_pfp.bin
TURKS_smc.bin VERDE_ce.bin VERDE_mc.bin VERDE_mc2.bin VERDE_me.bin
VERDE_pfp.bin VERDE_rlc.bin VERDE_smc.bin

Log Message:
Update radeon microcode.


To generate a diff of this commit:
cvs rdiff -u -r1.1077 -r1.1078 src/distrib/sets/lists/base/mi
cvs rdiff -u -r0 -r1.1 src/sys/dev/microcode/radeon/ARUBA_me.bin \
src/sys/dev/microcode/radeon/ARUBA_pfp.bin \
src/sys/dev/microcode/radeon/ARUBA_rlc.bin \
src/sys/dev/microcode/radeon/BARTS_mc.bin \
src/sys/dev/microcode/radeon/BARTS_me.bin \
src/sys/dev/microcode/radeon/BARTS_pfp.bin \
src/sys/dev/microcode/radeon/BARTS_smc.bin \
src/sys/dev/microcode/radeon/BONAIRE_ce.bin \
src/sys/dev/microcode/radeon/BONAIRE_mc.bin \
src/sys/dev/microcode/radeon/BONAIRE_mc2.bin \
src/sys/dev/microcode/radeon/BONAIRE_me.bin \
src/sys/dev/microcode/radeon/BONAIRE_mec.bin \
src/sys/dev/microcode/radeon/BONAIRE_pfp.bin \
src/sys/dev/microcode/radeon/BONAIRE_rlc.bin \
src/sys/dev/microcode/radeon/BONAIRE_sdma.bin \
src/sys/dev/microcode/radeon/BONAIRE_smc.bin \
src/sys/dev/microcode/radeon/BONAIRE_uvd.bin \
src/sys/dev/microcode/radeon/BONAIRE_vce.bin \
src/sys/dev/microcode/radeon/BTC_rlc.bin \
src/sys/dev/microcode/radeon/CAICOS_mc.bin \
src/sys/dev/microcode/radeon/CAICOS_me.bin \
src/sys/dev/microcode/radeon/CAICOS_pfp.bin \
src/sys/dev/microcode/radeon/CAICOS_smc.bin \
src/sys/dev/microcode/radeon/CAYMAN_mc.bin \
src/sys/dev/microcode/radeon/CAYMAN_me.bin \
src/sys/dev/microcode/radeon/CAYMAN_pfp.bin \
src/sys/dev/microcode/radeon/CAYMAN_rlc.bin \
src/sys/dev/microcode/radeon/CAYMAN_smc.bin \
src/sys/dev/microcode/radeon/CEDAR_smc.bin \
src/sys/dev/microcode/radeon/CYPRESS_smc.bin \
src/sys/dev/microcode/radeon/HAINAN_ce.bin \
src/sys/dev/microcode/radeon/HAINAN_mc.bin \
src/sys/dev/microcode/radeon/HAINAN_mc2.bin \
src/sys/dev/microcode/radeon/HAINAN_me.bin \
src/sys/dev/microcode/radeon/HAINAN_pfp.bin \
src/sys/dev/microcode/radeon/HAINAN_rlc.bin \
src/sys/dev/microcode/radeon/HAINAN_smc.bin \
src/sys/dev/microcode/radeon/HAWAII_ce.bin \
src/sys/dev/microcode/radeon/HAWAII_mc.bin \
src/sys/dev/microcode/radeon/HAWAII_mc2.bin \
src/sys/dev/microcode/radeon/HAWAII_me.bin \
src/sys/dev/microcode/radeon/HAWAII_mec.bin \
src/sys/dev/microcode/radeon/HAWAII_pfp.bin \
src/sys/dev/microcode/radeon/HAWAII_rlc.bin \
src/sys/dev/microcode/radeon/HAWAII_sdma.bin \
src/sys/dev/microcode/radeon/HAWAII_smc.bin \
src/sys/dev/microcode/radeon/JUNIPER_smc.bin \
src/sys/dev/microcode/radeon/KABINI_ce.bin \
src/sys/dev/microcode/radeon/KABINI_me.bin \
src/sys/dev/microcode/radeon/KABINI_mec.bin \
src/sys/dev/microcode/radeon/KABINI_pfp.bi

CVS commit: src/sys/external/bsd/drm2/dist/drm/ttm

2014-07-26 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sat Jul 26 12:27:57 UTC 2014

Modified Files:
src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c

Log Message:
Fix non debug build.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.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/server/drivers/xf86-video-intel

2014-04-07 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Apr  7 17:06:47 UTC 2014

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile

Log Message:
The SNA code builds with gcc 4.8 on i386 so enable it again.

ok riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/mit/xorg/server/drivers/xf86-video-intel/Makefile

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-04-07 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Apr  7 17:02:15 UTC 2014

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

Log Message:
whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/kern/exec_elf32.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/arm

2014-04-03 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Thu Apr  3 16:22:20 UTC 2014

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

Log Message:
Add support for EABI syscalls.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/arm/linux_syscall.c

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



CVS commit: src

2013-12-27 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Sat Dec 28 02:32:01 UTC 2013

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/usr.bin: Makefile

Log Message:
Only build shmif_dumpbus when rump is available.


To generate a diff of this commit:
cvs rdiff -u -r1.1054 -r1.1055 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.44 -r1.45 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1454 -r1.1455 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.214 -r1.215 src/usr.bin/Makefile

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



  1   2   >