CVS commit: src/distrib/atari/floppies
Module Name:src Committed By: tsutsui Date: Sat Nov 25 09:40:17 UTC 2017 Modified Files: src/distrib/atari/floppies/common: dot.profile mtree.conf src/distrib/atari/floppies/install: list Log Message: Use kernfs to detect root file system device, instead of fat sysctl(8). Should fix sysinst.fs overflow that prevents daily build. Discussed on port-atari@: http://mail-index.netbsd.org/port-atari/2017/11/thread1.html#000558 and whole installation is briefly tested on TT030. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/atari/floppies/common/dot.profile cvs rdiff -u -r1.2 -r1.3 src/distrib/atari/floppies/common/mtree.conf cvs rdiff -u -r1.21 -r1.22 src/distrib/atari/floppies/install/list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/atari/floppies/prepare
Module Name:src Committed By: tsutsui Date: Sat Nov 25 09:41:45 UTC 2017 Modified Files: src/distrib/atari/floppies/prepare: install.md list Log Message: Also use kernfs to get rootdev and disk devices for "prepare" part. Completely untested for many years.. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/atari/floppies/prepare/install.md cvs rdiff -u -r1.11 -r1.12 src/distrib/atari/floppies/prepare/list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: kre Date: Sat Nov 25 13:18:02 UTC 2017 Modified Files: src/sys/netinet6: ip6_input.c ip6_output.c Log Message: Attempt to restore v6 networking. Not 100% certain that these changes are all that is needed, but they're certainly a big part of it (especially the ip6_input.c change.) To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/netinet6/ip6_input.c cvs rdiff -u -r1.194 -r1.195 src/sys/netinet6/ip6_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makemandb
Module Name:src Committed By: abhinav Date: Sat Nov 25 14:29:38 UTC 2017 Modified Files: src/usr.sbin/makemandb: apropos-utils.c apropos-utils.h apropos.c Log Message: Encapsulate all the arguments required by the query callback function in a struct. If we want to add or remove arguments from the callback functions, it requires changing the callback interface all over the place. By letting the callback simply expect a single struct argument, it would clean things up a bit. ok christos To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/makemandb/apropos-utils.c cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/makemandb/apropos-utils.h cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/makemandb/apropos.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/dict
Module Name:src Committed By: sevan Date: Sat Nov 25 14:46:53 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add missing words beginning with 'd' from FreeBSD's copy of src/share/dict/web2. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/share/dict/web2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ftp
Module Name:src Committed By: christos Date: Sat Nov 25 15:39:18 UTC 2017 Modified Files: src/usr.bin/ftp: fetch.c main.c Log Message: Make outfile always allocated, free it to set it to NULL, and don't move it around. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/usr.bin/ftp/fetch.c cvs rdiff -u -r1.123 -r1.124 src/usr.bin/ftp/main.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: jmcneill Date: Sat Nov 25 16:31:03 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/etc: MAKEDEV.tmpl src/sys/conf: files majors src/sys/dev/acpi: files.acpi src/sys/dev/ic: Makefile Added Files: src/sys/dev/acpi: qemufwcfg_acpi.c src/sys/dev/ic: qemufwcfg.c qemufwcfgio.h qemufwcfgvar.h Log Message: Add driver for QEMU Firmware Configuration device. This interface allows the host to pass various data items and files to the guest OS. To generate a diff of this commit: cvs rdiff -u -r1.2159 -r1.2160 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.186 -r1.187 src/etc/MAKEDEV.tmpl cvs rdiff -u -r1.1184 -r1.1185 src/sys/conf/files cvs rdiff -u -r1.76 -r1.77 src/sys/conf/majors cvs rdiff -u -r1.98 -r1.99 src/sys/dev/acpi/files.acpi cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/qemufwcfg_acpi.c cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/Makefile cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/qemufwcfg.c \ src/sys/dev/ic/qemufwcfgio.h src/sys/dev/ic/qemufwcfgvar.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/amd64/conf
Module Name:src Committed By: jmcneill Date: Sat Nov 25 16:32:48 UTC 2017 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC Log Message: Add qemufwcfg (QEMU Firmware Configuration device) To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.468 -r1.469 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: jmcneill Date: Sat Nov 25 16:33:59 UTC 2017 Modified Files: src/doc: CHANGES Log Message: qemufwcfg(4): Add driver for QEMU Firmware Configuration device. To generate a diff of this commit: cvs rdiff -u -r1.2334 -r1.2335 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/share/dict
Module Name:src Committed By: sevan Date: Sat Nov 25 17:05:53 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add missing words beginning with 'e' and 'f' from FreeBSD's copy of src/share/dict/web2. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/share/dict/web2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/audio/common
Module Name:src Committed By: jdolecek Date: Sat Nov 25 17:18:15 UTC 2017 Modified Files: src/usr.bin/audio/common: wav.c Log Message: need getle16() for ext.sub_tag too PR bin/52762 by Yosuke Sugahara To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/audio/common/wav.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: jmcneill Date: Sat Nov 25 23:22:41 UTC 2017 Modified Files: src/share/mk: bsd.README bsd.hostprog.mk Log Message: Add LIBREFUSE define for DPADD To generate a diff of this commit: cvs rdiff -u -r1.364 -r1.365 src/share/mk/bsd.README cvs rdiff -u -r1.78 -r1.79 src/share/mk/bsd.hostprog.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount_qemufwcfg
Module Name:src Committed By: jmcneill Date: Sat Nov 25 23:23:39 UTC 2017 Added Files: src/sbin/mount_qemufwcfg: Makefile defs.h fwcfg.c virtdir.c virtdir.h Log Message: Add virtual filesystem for QEMU Firmware Configuration interface. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sbin/mount_qemufwcfg/Makefile \ src/sbin/mount_qemufwcfg/defs.h src/sbin/mount_qemufwcfg/fwcfg.c \ src/sbin/mount_qemufwcfg/virtdir.c src/sbin/mount_qemufwcfg/virtdir.h 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: jmcneill Date: Sat Nov 25 23:29:43 UTC 2017 Modified Files: src/distrib/sets/lists/base: md.amd64 md.i386 src/distrib/sets/lists/debug: md.amd64 md.i386 src/sbin: Makefile Log Message: Build and install mount_qemufwcfg on i386 and amd64 To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.146 -r1.147 src/distrib/sets/lists/base/md.i386 cvs rdiff -u -r1.99 -r1.100 src/distrib/sets/lists/debug/md.amd64 cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/debug/md.i386 cvs rdiff -u -r1.130 -r1.131 src/sbin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount_qemufwcfg
Module Name:src Committed By: christos Date: Sun Nov 26 03:06:24 UTC 2017 Modified Files: src/sbin/mount_qemufwcfg: Makefile fwcfg.c virtdir.c virtdir.h Removed Files: src/sbin/mount_qemufwcfg: defs.h Log Message: cleanup, knf, remove debugging printf, homebrew alloc macros, types. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/mount_qemufwcfg/Makefile \ src/sbin/mount_qemufwcfg/fwcfg.c src/sbin/mount_qemufwcfg/virtdir.c \ src/sbin/mount_qemufwcfg/virtdir.h cvs rdiff -u -r1.1 -r0 src/sbin/mount_qemufwcfg/defs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount_qemufwcfg
Module Name:src Committed By: christos Date: Sun Nov 26 03:51:45 UTC 2017 Modified Files: src/sbin/mount_qemufwcfg: virtdir.c virtdir.h Log Message: more cleanups, const To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/mount_qemufwcfg/virtdir.c \ src/sbin/mount_qemufwcfg/virtdir.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.