CVS commit: [netbsd-8] src/sys/dist/pf/net

2017-10-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Oct 25 07:01:19 UTC 2017

Modified Files:
src/sys/dist/pf/net [netbsd-8]: pf_ioctl.c

Log Message:
Pull up following revision(s) (requested by pgoyette in ticket #322):
sys/dist/pf/net/pf_ioctl.c: revision 1.52
Defer initialization of pf_status.host_id
The call to cprng_fast32() requires that per-cpu data has been initialized
by corng_fast_init(), which doesn't get called until after the first part
of auto-configuration is done, long after pfattach() calls cprng_fast32().
Fixed PR kern/52620


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.51.10.1 src/sys/dist/pf/net/pf_ioctl.c

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



CVS commit: [netbsd-8] src/bin/sh

2017-10-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Oct 25 07:03:10 UTC 2017

Modified Files:
src/bin/sh [netbsd-8]: sh.1

Log Message:
Pull up following revision(s) (requested by kre in ticket #323):
bin/sh/sh.1: revision 1.168
Fix typo: s/one or mode/one or more/


To generate a diff of this commit:
cvs rdiff -u -r1.146.2.4 -r1.146.2.5 src/bin/sh/sh.1

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



CVS commit: [netbsd-8] src/sys/arch/x86/x86

2017-10-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Oct 25 07:05:55 UTC 2017

Modified Files:
src/sys/arch/x86/x86 [netbsd-8]: vmt.c

Log Message:
Pull up following revision(s) (requested by maya in ticket #325):
sys/arch/x86/x86/vmt.c: revision 1.18
Check that the host supports GET_SPEED as well as GET_VERSION
before deciding vmt_probe has succeeded.
qemu supports GET_VERSION but not the RPC protocol so the probe succeeds
but the attach fails, resulting in "vmt0: failed to open backdoor RPC
channel (TCLO protocol)".  All known versions of vmware support GET_SPEED
and no known qemu versions do, so this prevents it from attempting to
attach (and failing) on qemu while still working on vmware.
stop checking vmt_type to avoid having to adapt this code.
- Taken from openbsd


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.2.1 src/sys/arch/x86/x86/vmt.c

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



CVS commit: [netbsd-8] src/share/man/man4

2017-10-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Oct 25 07:08:46 UTC 2017

Modified Files:
src/share/man/man4 [netbsd-8]: slhci.4

Log Message:
Pull up following revision(s) (requested by flxd in ticket #327):
share/man/man4/slhci.4: 1.11-1.12
Add TC-USB.
--
remove Tn, bump date for previous


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.20.1 src/share/man/man4/slhci.4

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



CVS commit: [netbsd-8] src/sys/net

2017-10-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Oct 25 07:12:33 UTC 2017

Modified Files:
src/sys/net [netbsd-8]: if_vlan.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #328):
sys/net/if_vlan.c: revision 1.103
Set IFEF_START_MPSAFE by default
Because vlan_start is already MP-safe, there is no reason to not do so.
Acked by s-yamaguchi@IIJ


To generate a diff of this commit:
cvs rdiff -u -r1.97.2.3 -r1.97.2.4 src/sys/net/if_vlan.c

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



CVS commit: [netbsd-8] src/sys/net

2017-10-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Oct 25 07:14:10 UTC 2017

Modified Files:
src/sys/net [netbsd-8]: bpf.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #329):
sys/net/bpf.c: revision 1.217
Turn on D_MPSAFE flag of bpf_cdevsw that is already MP-safe
Pointed out by k-goda@IIJ


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.216.6.1 src/sys/net/bpf.c

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



CVS commit: [netbsd-8] src/doc

2017-10-25 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Oct 25 07:19:29 UTC 2017

Modified Files:
src/doc [netbsd-8]: CHANGES-8.0

Log Message:
310, 311, 317, 322, 323, 325, 327-329


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-8.0

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



CVS commit: src/doc

2017-10-25 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Oct 25 07:35:40 UTC 2017

Modified Files:
src/doc: TODO.smpnet

Log Message:
Mention ec_multi*


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/doc/TODO.smpnet

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



CVS commit: src/etc/namedb

2017-10-25 Thread Takahiro Kambe
Module Name:src
Committed By:   taca
Date:   Wed Oct 25 07:41:35 UTC 2017

Modified Files:
src/etc/namedb: root.cache

Log Message:
/tmp/t


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/etc/namedb/root.cache

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-25 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Wed Oct 25 08:12:40 UTC 2017

Modified Files:
src/sys/arch/amiga/dev: event.c
src/sys/arch/arc/dev: opms.c
src/sys/arch/atari/dev: event.c
src/sys/arch/landisk/dev: button.c
src/sys/arch/mac68k/dev: aed.c
src/sys/arch/macppc/dev: aed.c
src/sys/arch/sandpoint/sandpoint: satmgr.c
src/sys/arch/shark/shark: opms.c
src/sys/arch/sparc/dev: tctrl.c
src/sys/arch/x68k/dev: event.c
src/sys/coda: coda_psdev.c
src/sys/dev: audio.c midi.c sequencer.c
src/sys/dev/apm: apm.c
src/sys/dev/hpc/apm: apmdev.c
src/sys/dev/ir: irframe_tty.c
src/sys/dev/isa: satlink.c
src/sys/dev/pci: oboe.c
src/sys/dev/putter: putter.c
src/sys/dev/qbus: qd.c
src/sys/dev/sbus: bpp.c
src/sys/dev/scsipi: ch.c
src/sys/dev/sun: event.c
src/sys/dev/sysmon: sysmon_power.c
src/sys/dev/usb: udsir.c ugen.c uhid.c uirda.c usb.c uscanner.c ustir.c
src/sys/dev/wscons: wsevent.c
src/sys/external/bsd/drm2/drm: drm_drv.c
src/sys/fs/smbfs: smbfs_kq.c
src/sys/kern: kern_event.c kern_sig.c subr_cprng.c subr_log.c
sys_pipe.c tty.c tty_pty.c uipc_socket.c
src/sys/miscfs/fifofs: fifo_vnops.c
src/sys/miscfs/genfs: genfs_vnops.c
src/sys/net: bpf.c if_tun.c
src/sys/netisdn: i4b_i4bdrv.c i4b_rbch.c i4b_tel.c
src/sys/nfs: nfs_kq.c

Log Message:
Use C99 initializer for filterops

Mostly done with spatch with touchups for indentation

@@
expression a;
identifier b,c,d;
identifier p;
@@
const struct filterops p =
-   { a, b, c, d
+   {
+   .f_isfd = a,
+   .f_attach = b,
+   .f_detach = c,
+   .f_event = d,
};


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amiga/dev/event.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arc/dev/opms.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/atari/dev/event.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/landisk/dev/button.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/mac68k/dev/aed.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc/dev/aed.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/sandpoint/sandpoint/satmgr.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/shark/shark/opms.c
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/sparc/dev/tctrl.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x68k/dev/event.c
cvs rdiff -u -r1.57 -r1.58 src/sys/coda/coda_psdev.c
cvs rdiff -u -r1.413 -r1.414 src/sys/dev/audio.c
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/midi.c
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/sequencer.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/apm/apm.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/hpc/apm/apmdev.c
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/ir/irframe_tty.c
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/isa/satlink.c
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/oboe.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/putter/putter.c
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/qbus/qd.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/sbus/bpp.c
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/scsipi/ch.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/sun/event.c
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/sysmon/sysmon_power.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/udsir.c
cvs rdiff -u -r1.135 -r1.136 src/sys/dev/usb/ugen.c
cvs rdiff -u -r1.99 -r1.100 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/usb/uirda.c
cvs rdiff -u -r1.166 -r1.167 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/usb/uscanner.c
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/usb/ustir.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/wscons/wsevent.c
cvs rdiff -u -r1.17 -r1.18 src/sys/external/bsd/drm2/drm/drm_drv.c
cvs rdiff -u -r1.26 -r1.27 src/sys/fs/smbfs/smbfs_kq.c
cvs rdiff -u -r1.95 -r1.96 src/sys/kern/kern_event.c
cvs rdiff -u -r1.337 -r1.338 src/sys/kern/kern_sig.c
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/subr_cprng.c
cvs rdiff -u -r1.55 -r1.56 src/sys/kern/subr_log.c
cvs rdiff -u -r1.140 -r1.141 src/sys/kern/sys_pipe.c
cvs rdiff -u -r1.274 -r1.275 src/sys/kern/tty.c
cvs rdiff -u -r1.142 -r1.143 src/sys/kern/tty_pty.c
cvs rdiff -u -r1.256 -r1.257 src/sys/kern/uipc_socket.c
cvs rdiff -u -r1.78 -r1.79 src/sys/miscfs/fifofs/fifo_vnops.c
cvs rdiff -u -r1.198 -r1.199 src/sys/miscfs/genfs/genfs_vnops.c
cvs rdiff -u -r1.217 -r1.218 src/sys/net/bpf.c
cvs rdiff -u -r1.139 -r1.140 src/sys/net/if_tun.c
cvs rdiff -u -r1.39 -r1.40 src/sys/netisdn/i4b_i4bdrv.c
cvs rdiff -u -r1.28 -r1.29 src/sys/netisdn/i4b_rbch.c
cvs rdiff -u -r1.27 -r1.28 src/sys/netisdn/i4b_tel.c
cvs rdiff -u -r1.25 -r1.26 src/sys/nfs/nfs_kq.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/pci

2017-10-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Oct 25 08:21:41 UTC 2017

Modified Files:
src/sys/dev/pci: pci_subr.c

Log Message:
 Whitespace fix.


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

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



CVS commit: src/bin/sh

2017-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Oct 25 08:50:05 UTC 2017

Modified Files:
src/bin/sh: jobs.c

Log Message:
Use %zu for size_t


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/bin/sh/jobs.c

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



CVS commit: src/external/bsd/unbound/etc/rc.d

2017-10-25 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Wed Oct 25 09:13:41 UTC 2017

Modified Files:
src/external/bsd/unbound/etc/rc.d: unbound

Log Message:
unbound reloads config on SIGHUP, so add the reload command


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/unbound/etc/rc.d/unbound

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



CVS commit: src/lib/libc/hash/sha2

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 16:04:00 UTC 2017

Modified Files:
src/lib/libc/hash/sha2: sha2.3

Log Message:
Add sha_224, sha_384 and sha_512 family of functions to the NAME section as 
well.
Also use .An for authors in the AUTHORS section


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/hash/sha2/sha2.3

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



CVS commit: src/lib/libc/locale

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 16:07:34 UTC 2017

Modified Files:
src/lib/libc/locale: towlower.3

Log Message:
Add towupper to the NAME section as well.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/towlower.3

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

2017-10-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Oct 25 16:08:09 UTC 2017

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

Log Message:
Trailing whitespace


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

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



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

2017-10-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Oct 25 16:09:46 UTC 2017

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

Log Message:
Improve delay to be better than 1.3 innaccurate by default and handle the
unlikely wrap


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

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



CVS commit: src/lib/libc/net

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 16:13:04 UTC 2017

Modified Files:
src/lib/libc/net: ethers.3

Log Message:
Remove comma after last Nm entry.
New sentence, new line


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/net/ethers.3

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

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 16:26:42 UTC 2017

Modified Files:
src/lib/libc/net: resolver.3

Log Message:
Remove comma after last Nm entry


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/net/resolver.3

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

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 16:29:21 UTC 2017

Modified Files:
src/lib/libc/net: getifaddrs.3

Log Message:
Add freeifaddrs to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/net/getifaddrs.3

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



CVS commit: src/lib/libc/rpc

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 16:49:25 UTC 2017

Modified Files:
src/lib/libc/rpc: rpc_svc_calls.3

Log Message:
Add __svc_getcallercreds to the NAME section
Remove Pp before It at various places


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/rpc/rpc_svc_calls.3

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



CVS commit: src/distrib/notes/common

2017-10-25 Thread Utkarsh Anand
Module Name:src
Committed By:   utkarsh009
Date:   Wed Oct 25 16:59:12 UTC 2017

Modified Files:
src/distrib/notes/common: main

Log Message:
Added my name to the NetBSD developers list.


To generate a diff of this commit:
cvs rdiff -u -r1.536 -r1.537 src/distrib/notes/common/main

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



CVS commit: src/lib/libc/stdio

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:03:31 UTC 2017

Modified Files:
src/lib/libc/stdio: getwc.3

Log Message:
Remove comma after last Nm entry


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdio/getwc.3

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



CVS commit: src/lib/libc/stdlib

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:09:47 UTC 2017

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

Log Message:
Add malloc.conf to the NAME section
Remove Pp before Bd at few places


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdlib/jemalloc.3

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:20:52 UTC 2017

Modified Files:
src/lib/libc/sys: chroot.2

Log Message:
Add fchroot to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/chroot.2

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:25:52 UTC 2017

Modified Files:
src/lib/libc/sys: fhopen.2

Log Message:
Add fhstatvfs1 to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/sys/fhopen.2

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



CVS commit: src/distrib/notes/common

2017-10-25 Thread Utkarsh Anand
Module Name:src
Committed By:   utkarsh009
Date:   Wed Oct 25 17:27:07 UTC 2017

Modified Files:
src/distrib/notes/common: main

Log Message:
Add myself at the right place :-P


To generate a diff of this commit:
cvs rdiff -u -r1.537 -r1.538 src/distrib/notes/common/main

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:30:03 UTC 2017

Modified Files:
src/lib/libc/sys: ktrace.2

Log Message:
Add fktrace to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/ktrace.2

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:39:47 UTC 2017

Modified Files:
src/lib/libc/sys: select.2

Log Message:
Add FD_SET, FD_CLR, FD_ISSET and FD_ZERO to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/select.2

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:42:05 UTC 2017

Modified Files:
src/lib/libc/sys: sigqueue.2

Log Message:
Add sigqueueinfo to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/sigqueue.2

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:44:50 UTC 2017

Modified Files:
src/lib/libc/sys: pipe.2

Log Message:
Add pipe2 to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/pipe.2

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:53:11 UTC 2017

Modified Files:
src/lib/libc/sys: nanosleep.2

Log Message:
Add clock_nanosleep to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/nanosleep.2

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:58:04 UTC 2017

Modified Files:
src/lib/libc/sys: nanosleep.2

Log Message:
Correct the standard version for clock_nanosleep (based on the FreeBSD man page)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/nanosleep.2

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



CVS commit: src/lib/libc/sys

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 17:59:34 UTC 2017

Modified Files:
src/lib/libc/sys: clock_getcpuclockid2.2

Log Message:
Add clock_getcpuclockid to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/sys/clock_getcpuclockid2.2

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



CVS commit: src/sys/ufs/ufs

2017-10-25 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Wed Oct 25 18:06:01 UTC 2017

Modified Files:
src/sys/ufs/ufs: quota2.h

Log Message:
fix tyop, PR kern/52653 by Edgar Fuss


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/ufs/quota2.h

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



CVS commit: src/distrib/notes/common

2017-10-25 Thread Utkarsh Anand
Module Name:src
Committed By:   utkarsh009
Date:   Wed Oct 25 18:07:33 UTC 2017

Modified Files:
src/distrib/notes/common: main

Log Message:
Repositioned my name according to Alphabetical Order (surname).


To generate a diff of this commit:
cvs rdiff -u -r1.538 -r1.539 src/distrib/notes/common/main

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



CVS commit: src/lib/libc/time

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 19:01:25 UTC 2017

Modified Files:
src/lib/libc/time: offtime.3

Log Message:
Add offtime_r to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/time/offtime.3

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



CVS commit: src/lib/libc/time

2017-10-25 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Wed Oct 25 19:04:07 UTC 2017

Modified Files:
src/lib/libc/time: time2posix.3

Log Message:
Remove comma after last Nm entry
Remove whitespace at the end of a line


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/time2posix.3

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



CVS commit: src/doc

2017-10-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Oct 25 19:27:06 UTC 2017

Modified Files:
src/doc: CHANGES

Log Message:
Note addition of bwfm(4)


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

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



CVS commit: src/sys/arch

2017-10-25 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Thu Oct 26 01:16:32 UTC 2017

Added Files:
src/sys/arch/arm/ti: files.ti if_cpsw.c ti_com.c ti_omapintc.c
ti_omaptimer.c ti_platform.c ti_platform.h
src/sys/arch/evbarm/conf: TI files.ti mk.ti std.ti
src/sys/arch/evbarm/ti: genassym.cf ti_start.S

Log Message:
Initial FDT support for TI's ARM SoCs.

Currently supports only limited functionality on AM335x.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/ti/files.ti \
src/sys/arch/arm/ti/if_cpsw.c src/sys/arch/arm/ti/ti_com.c \
src/sys/arch/arm/ti/ti_omapintc.c src/sys/arch/arm/ti/ti_omaptimer.c \
src/sys/arch/arm/ti/ti_platform.c src/sys/arch/arm/ti/ti_platform.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/TI \
src/sys/arch/evbarm/conf/files.ti src/sys/arch/evbarm/conf/mk.ti \
src/sys/arch/evbarm/conf/std.ti
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/ti/genassym.cf \
src/sys/arch/evbarm/ti/ti_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/dev/pci/ixgbe

2017-10-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Oct 26 01:40:33 UTC 2017

Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c

Log Message:
- Remove all half duplex setting.
- Remove special handling of IXGBE_DEV_ID_82598AT's 1000BaseT. The PHY is
  compliant with clause 45, so the media is added in the beginning of
  ixgbe_add_media_types().


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/pci/ixgbe/ixgbe.c

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



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

2017-10-25 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Thu Oct 26 05:08:30 UTC 2017

Modified Files:
src/sys/arch/arm/imx: imx6_usdhc.c imx7_usdhc.c

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imx6_usdhc.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/imx/imx7_usdhc.c

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