CVS commit: src/sys/kern
Module Name:src Committed By: dsl Date: Sun Jan 5 09:13:18 UTC 2014 Modified Files: src/sys/kern: core_elf32.c Log Message: Fix previous slightly differently. No need to have an extra variable and to write to the list head. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/kern/core_elf32.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/newfs_msdos
Module Name:src Committed By: martin Date: Sun Jan 5 12:52:39 UTC 2014 Modified Files: src/sbin/newfs_msdos: mkfs_msdos.c Log Message: PR bin/46743: mark the "next free cluster" value in the file system info block as unitialized. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/newfs_msdos/mkfs_msdos.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/sbin/newfs_msdos
Module Name:src Committed By: martin Date: Sun Jan 5 12:59:03 UTC 2014 Modified Files: src/tests/sbin/newfs_msdos: t_create.sh Log Message: We now expect this test to succeed To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/sbin/newfs_msdos/t_create.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/ntp
Module Name:src Committed By: kardel Date: Sun Jan 5 15:13:36 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c src/external/bsd/ntp/include: config.h Log Message: - enable PARSE clocks (missed config option when merging) - remove all conflict markers/finish merge in refclock_parse.c:1.10 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/bsd/ntp/dist/ntpd/refclock_parse.c cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/llvm/include
Module Name:src Committed By: joerg Date: Sun Jan 5 15:15:34 UTC 2014 Modified Files: src/external/bsd/llvm/include: Makefile Log Message: Use head to remove final #endif, newer versions will contain multiple conditional blocks for dealing with Apple universal binaries. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/external/bsd/llvm/include/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/llvm
Module Name:src Committed By: joerg Date: Sun Jan 5 15:17:04 UTC 2014 Modified Files: src/external/bsd/llvm: Makefile.inc Log Message: Build tools without debug symbols by default. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/external/bsd/llvm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/llvm
Module Name:src Committed By: joerg Date: Sun Jan 5 15:19:39 UTC 2014 Modified Files: src/external/bsd/llvm: Makefile.inc Log Message: Skip suffixes like -eabi for the host target, when invoking configure. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/external/bsd/llvm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/ntp/include
Module Name:src Committed By: kardel Date: Sun Jan 5 15:39:13 UTC 2014 Modified Files: src/external/bsd/ntp/include: config.h Log Message: - enable the rest of the PARSE clocks (missed config option when merging) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/ntp/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/acpica/dist/namespace
Module Name:src Committed By: christos Date: Sun Jan 5 15:45:43 UTC 2014 Modified Files: src/sys/external/bsd/acpica/dist/namespace: nsinit.c Log Message: PR/48494: Ryo Onodera: After ACPICA 20131218 update, uhub topology is misanderstood on macbook air. Ryo by bisection found that the following commit causes the problem: https://github.com/acpica/acpica/commit/\ 637accd073a205eb4acac935f34d0eaee0c301a8. This is tracked in: https://bugs.acpica.org/show_bug.cgi?id=1016 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/acpica/dist/namespace/nsinit.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/ntp/lib/libparse
Module Name:src Committed By: kardel Date: Sun Jan 5 15:47:23 UTC 2014 Modified Files: src/external/bsd/ntp/lib/libparse: Makefile Log Message: - add new clk_sel240x.c To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/lib/libparse/Makefile 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: joerg Date: Sun Jan 5 16:38:08 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: ad.powerpc md.amd64 md.i386 src/etc/mtree: NetBSD.dist.base src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/bin/clang: Makefile src/external/bsd/llvm/bin/llc: Makefile src/external/bsd/llvm/bin/lld: Makefile src/external/bsd/llvm/bin/llvm-mc: Makefile src/external/bsd/llvm/bin/llvm-objdump: Makefile src/external/bsd/llvm/bin/opt: Makefile src/external/bsd/llvm/config/clang/Config: config.h src/external/bsd/llvm/config/llvm/Config: Disassemblers.def config.h.in llvm-config.h.in src/external/bsd/llvm/include: Makefile src/external/bsd/llvm/lib: Makefile src/external/bsd/llvm/lib/libLLVMAsmPrinter: Makefile src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile src/external/bsd/llvm/lib/libLLVMIR: Makefile src/external/bsd/llvm/lib/libLLVMMipsCodeGen: Makefile src/external/bsd/llvm/lib/libLLVMPowerPCCodeGen: Makefile src/external/bsd/llvm/lib/libLLVMScalarOpts: Makefile src/external/bsd/llvm/lib/libLLVMSparcCodeGen: Makefile src/external/bsd/llvm/lib/libLLVMSparcMCTargetDesc: Makefile src/external/bsd/llvm/lib/libLLVMSupport: Makefile src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile src/external/bsd/llvm/lib/libclangCodeGen: Makefile src/external/bsd/llvm/lib/liblldDriver: Makefile src/external/bsd/llvm/lib/liblldReaderWriter: Makefile src/external/bsd/llvm/lib/liblldReaderWriterMachO: Makefile src/external/bsd/llvm/lib/liblldReaderWriterPECOFF: Makefile Added Files: src/external/bsd/llvm/lib/libLLVMPowerPCDisassembler: Makefile src/external/bsd/llvm/lib/libLLVMSparcAsmPrinter: Makefile src/external/bsd/llvm/lib/liblldReaderWriterELFMips: Makefile src/tools/llvm-lib/libLLVMPowerPCDisassembler: Makefile src/tools/llvm-lib/libLLVMSparcAsmPrinter: Makefile src/tools/llvm-lib/liblldReaderWriterELFMips: Makefile Log Message: Update LLVM family to 3.5svn r198450. Interesting changes include: - Improvements in the SPARC64 support - ARM backend can almost build a full NetBSD/EABI system with the integrated assembler - PowerPC grows disassembler support - LLD supports copy relocation, beginning of MIPS backend - New diagnostic for use of bool expression as size_t argument for strncmp and friends To generate a diff of this commit: cvs rdiff -u -r1.1056 -r1.1057 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.64 -r1.65 src/distrib/sets/lists/comp/ad.powerpc cvs rdiff -u -r1.211 -r1.212 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.141 -r1.142 src/distrib/sets/lists/comp/md.i386 cvs rdiff -u -r1.131 -r1.132 src/etc/mtree/NetBSD.dist.base cvs rdiff -u -r1.66 -r1.67 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.27 -r1.28 src/external/bsd/llvm/bin/clang/Makefile cvs rdiff -u -r1.17 -r1.18 src/external/bsd/llvm/bin/llc/Makefile cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/bin/lld/Makefile cvs rdiff -u -r1.17 -r1.18 src/external/bsd/llvm/bin/llvm-mc/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/bin/llvm-objdump/Makefile cvs rdiff -u -r1.9 -r1.10 src/external/bsd/llvm/bin/opt/Makefile cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/config/clang/Config/config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/bsd/llvm/config/llvm/Config/Disassemblers.def cvs rdiff -u -r1.9 -r1.10 \ src/external/bsd/llvm/config/llvm/Config/config.h.in cvs rdiff -u -r1.5 -r1.6 \ src/external/bsd/llvm/config/llvm/Config/llvm-config.h.in cvs rdiff -u -r1.26 -r1.27 src/external/bsd/llvm/include/Makefile cvs rdiff -u -r1.36 -r1.37 src/external/bsd/llvm/lib/Makefile cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/lib/libLLVMAsmPrinter/Makefile cvs rdiff -u -r1.25 -r1.26 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMIR/Makefile cvs rdiff -u -r1.20 -r1.21 \ src/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile cvs rdiff -u -r1.8 -r1.9 \ src/external/bsd/llvm/lib/libLLVMPowerPCCodeGen/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libLLVMPowerPCDisassembler/Makefile cvs rdiff -u -r1.13 -r1.14 \ src/external/bsd/llvm/lib/libLLVMScalarOpts/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libLLVMSparcAsmPrinter/Makefile cvs rdiff -u -r1.5 -r1.6 \ src/external/bsd/llvm/lib/libLLVMSparcCodeGen/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/llvm/lib/libLLVMSparcMCTargetDesc/Makefile cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/lib/libLLVMSupport/Makefile cvs rdiff -u -r1.13 -r1.14 \ src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/lib/libclangCodeGen/Makefile cvs rdiff -u -r1.4 -r1.
CVS commit: src/external/bsd/nvi/dist/vi
Module Name:src Committed By: christos Date: Sun Jan 5 17:30:16 UTC 2014 Modified Files: src/external/bsd/nvi/dist/vi: v_mark.c Log Message: PR/48502: M. Levinson: vi(1) no longer moves the cursor when yanking text using a mark (remove dangling else) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nvi/dist/vi/v_mark.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/external/bsd/mdocml/dist
Module Name:src Committed By: joerg Date: Sun Jan 5 19:21:43 UTC 2014 Update of /cvsroot/src/external/bsd/mdocml/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5769 Log Message: Import mdocml 1.12.3 from upstream CVS as of today. Changes in version 1.12.3, released on December 31, 2013 * In the mdoc(7) SYNOPSIS, line breaks and hanging indentation now work correctly for .Fo/.Fa/.Fc and .Fn blocks. Thanks to Franco Fichtner for doing part of the work. * The mdoc(7) .Bk macro got some addititonal bugfixes. * In mdoc(7) macro arguments, double quotes can now be quoted by doubling them, just like in man(7). Thanks to Tsugutomo ENAMI for the patch. * At the end of man(7) macro lines, end-of-sentence spacing now works. Thanks to Franco Fichtner for the patch. * For backward compatibility, the man(7) parser now supports the man-ext .UR/.UE (uniform resource identifier) block macros. * The man(7) parser now handles closing blocks that are not open more gracefully. * The man(7) parser now ignores blank lines right after .SH and .SS. * In the man(7) formatter, reset indentation when leaving a block, not just when entering the next one. * The roff(7) .nr request now supports incrementing and decrementing number registers and stops parsing the number right before the first non-digit character. * The roff(7) parser now supports the alternative escape sequence syntax \C'u' for Unicode characters. * The roff(7) parser now parses and ignores the .fam (font family) and .hw (hyphenation points) requests and the \d and \u escape sequences. * The roff(7) manual got a new ESCAPE SEQUENCE REFERENCE. Changes in version 1.12.2, released on Oktober 5, 2013 * The mdoc(7) to man(7) converter, to be called as mandoc -Tman, is now fully functional. * The mandoc(1) utility now supports the -Ios (default operating system) input option, and the -Tutf8 output mode now actually works. * The mandocdb(8) utility no longer truncates existing databases when starting to build new ones, but only replaces them when the build actually succeeds. * The man(7) parser now supports the PD macro (paragraph distance), and (for GNU man-ext compatibility only) EX (example block) and EE (example end). Plus several bugfixes regarding indentation, line breaks, and vertical spacing, and regarding RS following TP. * The roff(7) parser now supports the \f(BI (bold+italic) font escape, the \z (zero cursor advance) escape and the cc (change control character) and it (input line trap) requests. Plus bugfixes regarding the \t (tab) escape, nested escape sequences, and conditional requests. * In mdoc(7), several bugs were fixed related to UTF-8 output of quoting enclosures, delimiter handling, list indentation and horizontal and vertical spacing, formatting of the Lk, %U, and %C macros, plus some bugfixes related to the handling of syntax errors like badly nested font blocks, stray Ta macros outside column lists, unterminated It Xo blocks, and non-text children of Nm blocks. * In tbl(7), the width of horizontal spans and the vertical spacing around tables was corrected, and in man(7) files, a crash was fixed that was triggered by some particular unclosed T{ macros. * For mandoc developers, we now provide a tbl(3) library manual and gmdiff, a very small, very simplistic groff-versus-mandoc output comparison tool. Status: Vendor Tag: KRISTAPS Release Tags: mdocml-1-12-3-20130105 U src/external/bsd/mdocml/dist/Makefile N src/external/bsd/mdocml/dist/NEWS U src/external/bsd/mdocml/dist/TODO U src/external/bsd/mdocml/dist/apropos.1 U src/external/bsd/mdocml/dist/apropos.c U src/external/bsd/mdocml/dist/arch.c C src/external/bsd/mdocml/dist/arch.in U src/external/bsd/mdocml/dist/att.c U src/external/bsd/mdocml/dist/att.in U src/external/bsd/mdocml/dist/cgi.c U src/external/bsd/mdocml/dist/chars.c U src/external/bsd/mdocml/dist/chars.in C src/external/bsd/mdocml/dist/compat_fgetln.c U src/external/bsd/mdocml/dist/compat_getsubopt.c N src/external/bsd/mdocml/dist/compat_ohash.c N src/external/bsd/mdocml/dist/compat_ohash.h N src/external/bsd/mdocml/dist/compat_strcasestr.c U src/external/bsd/mdocml/dist/compat_strlcat.c U src/external/bsd/mdocml/dist/compat_strlcpy.c N src/external/bsd/mdocml/dist/compat_strnlen.c N src/external/bsd/mdocml/dist/compat_strsep.c U src/external/bsd/mdocml/dist/config.h.post U src/external/bsd/mdocml/dist/config.h.pre N src/external/bsd/mdocml/dist/configure U src/external/bsd/mdocml/dist/demandoc.1 U src/external/bsd/mdocml/dist/demandoc.c U src/external/bsd/mdocml/dist/eqn.7 U src/external/bsd/mdocml/dist/eqn.c U src/external/bsd/mdocml/dist/eqn_html.c U src/external/bsd/mdocml/dist/eqn_term.c U src/external/bsd/mdocml/dist/example.style.css U src/external/bsd/mdocml/dist/external.png.uu N src/external/bsd/mdocml/dist/gmdiff U src/external/bsd/mdocml/dist/html.c U src/exter
CVS commit: src/usr.sbin/makemandb
Module Name:src Committed By: joerg Date: Sun Jan 5 19:26:44 UTC 2014 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Sync with interface change in mdocml 1.12.3. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/makemandb/makemandb.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/mdocml/dist
Module Name:src Committed By: joerg Date: Sun Jan 5 19:27:20 UTC 2014 Modified Files: src/external/bsd/mdocml/dist: arch.in compat_fgetln.c lib.in libmandoc.h man_term.c mandoc.h mdoc_argv.c mdoc_term.c mdoc_validate.c msec.in read.c roff.c st.in tbl.c tbl_data.c tbl_layout.c tbl_opts.c Removed Files: src/external/bsd/mdocml/dist: apropos_db.c apropos_db.h catman.8 catman.c mandocdb.h whatis.1 Log Message: Merge mdocml 1.12.3. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r0 src/external/bsd/mdocml/dist/apropos_db.c \ src/external/bsd/mdocml/dist/apropos_db.h \ src/external/bsd/mdocml/dist/mandocdb.h \ src/external/bsd/mdocml/dist/whatis.1 cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/arch.in \ src/external/bsd/mdocml/dist/libmandoc.h \ src/external/bsd/mdocml/dist/msec.in cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/mdocml/dist/catman.8 \ src/external/bsd/mdocml/dist/catman.c cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/compat_fgetln.c \ src/external/bsd/mdocml/dist/mandoc.h src/external/bsd/mdocml/dist/st.in cvs rdiff -u -r1.14 -r1.15 src/external/bsd/mdocml/dist/lib.in \ src/external/bsd/mdocml/dist/roff.c cvs rdiff -u -r1.9 -r1.10 src/external/bsd/mdocml/dist/man_term.c \ src/external/bsd/mdocml/dist/mdoc_term.c \ src/external/bsd/mdocml/dist/read.c cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/mdoc_argv.c \ src/external/bsd/mdocml/dist/mdoc_validate.c \ src/external/bsd/mdocml/dist/tbl_layout.c cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/tbl.c \ src/external/bsd/mdocml/dist/tbl_data.c \ src/external/bsd/mdocml/dist/tbl_opts.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: joerg Date: Sun Jan 5 19:49:57 UTC 2014 Modified Files: src/external/bsd/mdocml: Makefile.inc prepare-import.sh src/tools/mandoc: Makefile Log Message: Update build system and import script for mdocml 1.12.3. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/bsd/mdocml/Makefile.inc cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/prepare-import.sh cvs rdiff -u -r1.5 -r1.6 src/tools/mandoc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/mdocml/dist
Module Name:src Committed By: joerg Date: Sun Jan 5 20:38:55 UTC 2014 Modified Files: src/external/bsd/mdocml/dist: roff.c Log Message: Restore cast hack for GCC's "new qualifiers in middle of multi-level non-const cast" warning. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/bsd/mdocml/dist/roff.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/i386/stand/lib
Module Name:src Committed By: jakllsch Date: Sun Jan 5 20:49:20 UTC 2014 Modified Files: src/sys/arch/i386/stand/lib: comio_direct.c Log Message: don't shadow local variable To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/stand/lib/comio_direct.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/i386/stand/lib
Module Name:src Committed By: jakllsch Date: Sun Jan 5 20:52:57 UTC 2014 Modified Files: src/sys/arch/i386/stand/lib: parseutils.c Log Message: No need to return a empty string literal of the wrong const-ness when we already have a empty string of the correct const-ness. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/stand/lib/parseutils.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/sandpoint/stand/altboot
Module Name:src Committed By: jakllsch Date: Sun Jan 5 21:09:33 UTC 2014 Modified Files: src/sys/arch/sandpoint/stand/altboot: devopen.c Log Message: Drop duplicate and unused extern global variable. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sandpoint/stand/altboot/devopen.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/sandpoint/stand/altboot
Module Name:src Committed By: jakllsch Date: Sun Jan 5 21:10:50 UTC 2014 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: sprinkle const To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sandpoint/stand/altboot/main.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/i386/stand/lib
Module Name:src Committed By: jakllsch Date: Sun Jan 5 21:36:50 UTC 2014 Modified Files: src/sys/arch/i386/stand/lib: exec.c Log Message: Make name argument to module_add_common const; use this to allow the libsa fsmod string to soon become const. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/i386/stand/lib/exec.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
Module Name:src Committed By: jakllsch Date: Sun Jan 5 21:38:25 UTC 2014 Modified Files: src/sys/lib/libsa: globals.c stand.h Log Message: Make libsa fsmod string pointer const. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libsa/globals.c cvs rdiff -u -r1.76 -r1.77 src/sys/lib/libsa/stand.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/nvi/dist/common
Module Name:src Committed By: mlelstv Date: Mon Jan 6 07:56:47 UTC 2014 Modified Files: src/external/bsd/nvi/dist/common: screen.c Log Message: screen_end can be called multiple times for the same screen. Work around segfault in TAILQ_REMOVE by abusing the tqe_prev pointer as a flag that identifies an already removed node. This should really be solved by calling screen_end only once or by keeping state explicitely in the screen structure. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/nvi/dist/common/screen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.