CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Tue Dec 8 12:40:12 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Wrap a long line To generate a diff of this commit: cvs rdiff -u -r1.234.2.67 -r1.234.2.68 src/sys/dev/usb/ehci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libutil
Module Name:src Committed By: christos Date: Tue Dec 8 12:41:28 UTC 2015 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Kill one more REL_DEBUG, from kre To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libutil/t_parsedate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Tue Dec 8 12:48:55 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Improve ex->ex_sqtds handling a little. To generate a diff of this commit: cvs rdiff -u -r1.234.2.68 -r1.234.2.69 src/sys/dev/usb/ehci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libutil
Module Name:src Committed By: christos Date: Tue Dec 8 12:51:04 UTC 2015 Modified Files: src/lib/libutil: parsedate.y Log Message: preserve a copy of the tm so we can check later. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libutil
Module Name:src Committed By: christos Date: Tue Dec 8 12:51:21 UTC 2015 Modified Files: src/lib/libutil: parsedate.3 Log Message: more changes I forgot to commit To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libutil/parsedate.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Tue Dec 8 12:56:55 UTC 2015 Modified Files: src/lib/libedit: el.c Log Message: Only reset the terminal if we have a tty (Boris Ranto) To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/lib/libedit/el.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Tue Dec 8 12:57:16 UTC 2015 Modified Files: src/lib/libedit: tty.c Log Message: If we did not setup the tty, don't reset it. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libedit/tty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/omap
Module Name:src Committed By: skrll Date: Tue Dec 8 14:42:24 UTC 2015 Modified Files: src/sys/arch/arm/omap: am335x_gpio.c Log Message: Don't rely on uboot to enable am335x gpio clocks >From jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/am335x_gpio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: christos Date: Tue Dec 8 14:52:06 UTC 2015 Modified Files: src/lib/libc/sys: kqueue.2 src/sys/kern: kern_event.c src/sys/sys: event.h Log Message: PR/50506: Tobias Nygren: kqueue(2) lacks EV_DISPATCH/EV_RECEIPT support To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/kqueue.2 cvs rdiff -u -r1.83 -r1.84 src/sys/kern/kern_event.c cvs rdiff -u -r1.24 -r1.25 src/sys/sys/event.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: gson Date: Tue Dec 8 16:53:28 UTC 2015 Modified Files: src/lib/libedit: tty.c Log Message: unbreak the build To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libedit/tty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: christos Date: Tue Dec 8 20:36:15 UTC 2015 Modified Files: src/sys/arch/atari/dev: hdfd.c src/sys/compat/linux/arch/i386: linux_machdep.c src/sys/compat/linux/common: linux_blkio.c linux_hdio.c src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h src/sys/compat/sunos: sunos_ioctl.c src/sys/compat/sunos32: sunos32_ioctl.c src/sys/dev: ccd.c dksubr.c vnd.c src/sys/dev/isa: fd.c src/sys/dev/pud: pud_dev.c src/sys/dev/qbus: rf.c src/sys/dev/raidframe: rf_netbsdkintf.c src/sys/kern: init_main.c subr_disk.c subr_disk_open.c src/sys/miscfs/specfs: spec_vnops.c src/sys/rump/librump/rumpvfs: rumpblk.c src/sys/sys: disklabel.h dkio.h param.h Log Message: Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of pointers. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/arch/atari/dev/hdfd.c cvs rdiff -u -r1.159 -r1.160 src/sys/compat/linux/arch/i386/linux_machdep.c cvs rdiff -u -r1.17 -r1.18 src/sys/compat/linux/common/linux_blkio.c cvs rdiff -u -r1.16 -r1.17 src/sys/compat/linux/common/linux_hdio.c cvs rdiff -u -r1.82 -r1.83 src/sys/compat/netbsd32/netbsd32_ioctl.c cvs rdiff -u -r1.52 -r1.53 src/sys/compat/netbsd32/netbsd32_ioctl.h cvs rdiff -u -r1.63 -r1.64 src/sys/compat/sunos/sunos_ioctl.c cvs rdiff -u -r1.32 -r1.33 src/sys/compat/sunos32/sunos32_ioctl.c cvs rdiff -u -r1.165 -r1.166 src/sys/dev/ccd.c cvs rdiff -u -r1.82 -r1.83 src/sys/dev/dksubr.c cvs rdiff -u -r1.255 -r1.256 src/sys/dev/vnd.c cvs rdiff -u -r1.109 -r1.110 src/sys/dev/isa/fd.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pud/pud_dev.c cvs rdiff -u -r1.32 -r1.33 src/sys/dev/qbus/rf.c cvs rdiff -u -r1.325 -r1.326 src/sys/dev/raidframe/rf_netbsdkintf.c cvs rdiff -u -r1.476 -r1.477 src/sys/kern/init_main.c cvs rdiff -u -r1.114 -r1.115 src/sys/kern/subr_disk.c cvs rdiff -u -r1.12 -r1.13 src/sys/kern/subr_disk_open.c cvs rdiff -u -r1.156 -r1.157 src/sys/miscfs/specfs/spec_vnops.c cvs rdiff -u -r1.60 -r1.61 src/sys/rump/librump/rumpvfs/rumpblk.c cvs rdiff -u -r1.118 -r1.119 src/sys/sys/disklabel.h cvs rdiff -u -r1.21 -r1.22 src/sys/sys/dkio.h cvs rdiff -u -r1.488 -r1.489 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/external/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: christos Date: Tue Dec 8 20:56:21 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_disk.c Log Message: catch up with DIOCGPART -> DIOCGPARTINFO To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/vdev_disk.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/linux/arch/i386
Module Name:src Committed By: christos Date: Tue Dec 8 21:27:50 UTC 2015 Modified Files: src/sys/compat/linux/arch/i386: linux_machdep.c Log Message: Fix DIOCGPARTINFO To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sys/compat/linux/arch/i386/linux_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpvfs
Module Name:src Committed By: christos Date: Tue Dec 8 22:16:01 UTC 2015 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: fix struct name To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/rump/librump/rumpvfs/rumpblk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/examples/lua
Module Name:src Committed By: kamil Date: Tue Dec 8 23:04:40 UTC 2015 Modified Files: src/share/examples/lua: sqlite.lua Log Message: Correct mistakes in the sqlite.lua example Changes: - The open flag: sqlite.OPEN_CREATE will open the DB for reading and writing, adding sqlite.OPEN_READWRITE to sqlite.OPEN_CREATE will cause the DB to not be created and prevent the script from continuing - When using stmt:bind_parameter_index() the parameter needs to be prefixed with ':' if that was used in the prepared statement, otherwise the incorrect index of 0 is returned. - The drop table statement has an "x" appended to the table name, looks like a typo. Patch by Travis Paul Closes PR misc/50493 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/examples/lua/sqlite.lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: knakahara Date: Wed Dec 9 03:31:28 UTC 2015 Modified Files: src/sys/net: if_gif.c Log Message: Improve gif_set_tunnel() rollback code. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/net/if_gif.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
Module Name:src Committed By: knakahara Date: Wed Dec 9 03:33:32 UTC 2015 Modified Files: src/sys/net: if_gif.c Log Message: Refactor gif_set_tunnel(). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/net/if_gif.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
Module Name:src Committed By: knakahara Date: Wed Dec 9 05:56:24 UTC 2015 Modified Files: src/sys/net: if_gif.c Log Message: gif(4) uses kmem_alloc APIs instead of malloc. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/net/if_gif.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
Module Name:src Committed By: knakahara Date: Wed Dec 9 06:00:51 UTC 2015 Modified Files: src/sys/netinet: ip_encap.c Log Message: ip_encap uses kmem_alloc APIs instead of malloc. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/netinet/ip_encap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.