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

2014-08-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Aug 16 06:18:01 UTC 2014 Modified Files: src/sys/rump/net/lib/libshmif: shmifvar.h Log Message: Bump SHMIF_VERSION To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/net/lib/libshmif/shmifvar.h

CVS commit: src/sys/fs/ptyfs

2014-08-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Aug 16 07:22:30 UTC 2014 Modified Files: src/sys/fs/ptyfs: ptyfs_subr.c Log Message: Needs HASH_SLIST, not HASH_LIST. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/fs/ptyfs/ptyfs_subr.c Please note

CVS commit: src/share/man/man8

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 08:43:12 UTC 2014 Modified Files: src/share/man/man8: boot.8 src/share/man/man8/man8.cobalt: boot.8 src/share/man/man8/man8.x68k: boot.8 src/share/man/man8/man8.x86: boot.8 dosboot.8 pxeboot.8 Log

CVS commit: src/lib/libc/time

2014-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 16 10:38:43 UTC 2014 Modified Files: src/lib/libc/time: zic.c Log Message: gcc on the sparc needs help with variables it thinks are unitialized, but are not. To generate a diff of this commit: cvs rdiff -u -r1.47

CVS commit: src/share/man/man8

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 11:39:47 UTC 2014 Modified Files: src/share/man/man8: boot.8 Log Message: Mention that some platforms may have boot menus, and may support other boot protocols. Also change some [i386 only] comments to [x86 only]. To

CVS commit: src/share/man/man8/man8.x86

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 11:41:38 UTC 2014 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Document fs, menu, rndseed, and splash commands. Add rescue(8) to SEE ALSO. Also a little copy editing. To generate a diff of this

CVS commit: src/share/man/man8/man8.x86

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 12:30:12 UTC 2014 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Document supported subsets of image formats, extracted from comments in src/sys/dev/stbi/stb_image.c. XXX: This is not the right place to

CVS commit: src/sys/dev/isa

2014-08-16 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Aug 16 13:01:33 UTC 2014 Modified Files: src/sys/dev/isa: ess.c essreg.h essvar.h Log Message: Add support for Spatializer, 3D audio effects embedded in ES1869 and ES1879 to ess(4). Tested on my old laptop, mobio NX. To

CVS commit: src/share/man/man4

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 15:34:33 UTC 2014 Modified Files: src/share/man/man4: options.4 Log Message: Document options COMPAT_40, COMPAT_50, and COMPAT_60. To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440

CVS commit: src/sys/fs/puffs

2014-08-16 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 16 16:19:41 UTC 2014 Modified Files: src/sys/fs/puffs: puffs_msgif.h puffs_sys.h puffs_vnops.c Log Message: Add a oflags input field to open requests so that the filesystem can pass back information about the file.

CVS commit: src/lib/libc/time

2014-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 16 16:22:21 UTC 2014 Modified Files: src/lib/libc/time: localtime.c private.h zdump.c zic.c Log Message: Reduce diffs with upstream by automatically defining INITIALIZE as it was intended. To generate a diff of this

CVS commit: src/lib/libpuffs

2014-08-16 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 16 16:25:44 UTC 2014 Modified Files: src/lib/libpuffs: dispatcher.c puffs.h puffs_ops.3 Log Message: Add an open2 method, like open but with an additionnal oflags used by the filesystem to send back information about the

CVS commit: src/lib/libperfuse

2014-08-16 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 16 16:28:43 UTC 2014 Modified Files: src/lib/libperfuse: ops.c perfuse.c perfuse_priv.h Log Message: Use just introduced open2 PUFFS method and its PUFFS_OPEN_IO_DIRECT oflag to implement FUSE's OPEN_IO_DIRECT, by which the

CVS commit: src/usr.sbin/perfused

2014-08-16 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 16 16:32:04 UTC 2014 Modified Files: src/usr.sbin/perfused: msg.c Log Message: Remove a warning that happens when the filesystem cleanly exits. Just display a message when running in debug mode. To generate a diff of this

CVS commit: src/lib/libperfuse

2014-08-16 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Aug 16 16:31:16 UTC 2014 Modified Files: src/lib/libperfuse: ops.c perfuse.c perfuse_priv.h Log Message: Removed unimplemented mmap and seek method. seek's declaration caused seek request to be passed backand forth between

CVS commit: src/sys

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 17:24:29 UTC 2014 Modified Files: src/sys/compat/netbsd32: syscalls.conf src/sys/conf: files src/sys/kern: syscalls.conf Log Message: Add COMPAT_70 to conf/files; add compat_70 to kern/syscalls.conf and

CVS commit: src/sys/netinet6

2014-08-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 16 17:27:09 UTC 2014 Modified Files: src/sys/netinet6: ip6_output.c Log Message: http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2 #03-0x02: Memory leak ok ozaki-r@ To generate a diff of this

CVS commit: src/sys/arch

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 17:57:02 UTC 2014 Modified Files: src/sys/arch/mac68k/conf: SMALLRAM src/sys/arch/zaurus/conf: INSTALL Log Message: Add no options COMPAT_70 to all kernel configuration files that already had no options COMPAT_60.

CVS commit: src/sys/arch

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 17:57:37 UTC 2014 Modified Files: src/sys/arch/hp300/conf: INSTALL src/sys/arch/luna68k/conf: INSTALL src/sys/arch/news68k/conf: INSTALL Log Message: Add commented out #options COMPAT_70 to all kernel

CVS commit: src

2014-08-16 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Sat Aug 16 19:27:27 UTC 2014 Modified Files: src/sbin/ccdconfig: ccdconfig.c src/sys/dev: ccd.c ccdvar.h Log Message: Switch size_t to uint64_t in appropriate places to ensure that ccd(4) works with component and total

CVS commit: src/lib/libpuffs

2014-08-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 16 21:50:15 UTC 2014 Modified Files: src/lib/libpuffs: puffs_ops.3 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libpuffs/puffs_ops.3 Please note that diffs are

CVS commit: [netbsd-7] src/sys/rump/net/lib/libshmif

2014-08-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Aug 17 03:26:51 UTC 2014 Modified Files: src/sys/rump/net/lib/libshmif [netbsd-7]: if_shmem.c shmifvar.h Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #28):

CVS commit: [netbsd-7] src

2014-08-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Aug 17 03:34:02 UTC 2014 Modified Files: src/sbin/mount_ptyfs [netbsd-7]: mount_ptyfs.8 src/sys/fs/ptyfs [netbsd-7]: ptyfs.h ptyfs_subr.c ptyfs_vfsops.c ptyfs_vnops.c Log Message: Pull up following

CVS commit: [netbsd-7] src/doc

2014-08-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Aug 17 03:34:59 UTC 2014 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Tickets 29, 30 To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-7.0 Please note that diffs are not