CVS commit: src/sys/arch/x68k/stand/libsa

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 04:12:10 UTC 2016 Modified Files: src/sys/arch/x68k/stand/libsa: parseutils.c Log Message: PR 51194 David Binderman: simplify redundant conditional To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys

CVS commit: src/sys/arch/landisk/stand/boot

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 04:05:50 UTC 2016 Modified Files: src/sys/arch/landisk/stand/boot: boot2.c Log Message: PR 51193 David Binderman: simplify redundant conditional. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/a

CVS commit: src/sys/arch/algor/dev

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:51:55 UTC 2016 Modified Files: src/sys/arch/algor/dev: bonito_mainbus.c Log Message: If ALGOR_P6032 is not defined, set sc_bonito to NULL instead of using random garbage off the stack. PR 51012 from David Binderman

CVS commit: src/lib/libc/time

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:47:49 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: PR 51003 David Binderman: bzero struct before passing it around. This is actually unnecessary as the call in question uses only fields that have

CVS commit: src/lib/libc/gen

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:43:10 UTC 2016 Modified Files: src/lib/libc/gen: getnetgrent.c Log Message: PR 51002 David Binderman: fix wrong printing code not enabled by default. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libc/citrus/modules

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:34:14 UTC 2016 Modified Files: src/lib/libc/citrus/modules: citrus_johab.c Log Message: PR 51000 David Binderman: comment out unused assignment To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/

CVS commit: src/bin/pax

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:32:36 UTC 2016 Modified Files: src/bin/pax: ar_io.c Log Message: Don't use the length return from snprintf to write out the result buffer. If snprintf truncated the output, the length returned will be greater and w

CVS commit: src/sys/arch/mvme68k/mvme68k

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:25:46 UTC 2016 Modified Files: src/sys/arch/mvme68k/mvme68k: machdep.c Log Message: PR 50792 David Binderman: make sure we don't divide by zero. The loop that picks delay_divisor might conceivably reject all value

CVS commit: src/sys/arch/x68k/dev

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:22:30 UTC 2016 Modified Files: src/sys/arch/x68k/dev: zs.c Log Message: PR 50759 David Binderman: fix out of bounds array access. If we don't find one of the expected device addresses, reject the match, but do it

CVS commit: src/sys/arch/x68k/dev

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:12:49 UTC 2016 Modified Files: src/sys/arch/x68k/dev: intio.c Log Message: fix flagrantly wrong indent To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/x68k/dev/intio.c Please note that

CVS commit: src/usr.sbin/sysinst/arch/mac68k

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 02:49:50 UTC 2016 Modified Files: src/usr.sbin/sysinst/arch/mac68k: md.c Log Message: Disable the code that tries to prepare a new partition table (but doesn't do anything with it...) because it's zooming off the end

CVS commit: src/sbin/gpt

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 02:29:54 UTC 2016 Modified Files: src/sbin/gpt: show.c Log Message: PR 50756 David Binderman: avoid running off the end of an array in case thing we're looking for isn't there. Which is probably impossible, but that's

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

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 02:26:00 UTC 2016 Modified Files: src/sys/arch/arm/omap: omap2430_intr.c Log Message: PR 50755 David Binderman: assert about table entries only when they exist. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/lib/libform

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:48:29 UTC 2016 Modified Files: src/lib/libform: type_numeric.c Log Message: PR 51190 David Binderman: simplify redundant conditionals. Also add paranoia when looping on isdigit(). To generate a diff of this commi

CVS commit: src/sys/arch/i386/i386

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:45:26 UTC 2016 Modified Files: src/sys/arch/i386/i386: multiboot.c Log Message: PR 51187 David Binderman: simplify redundant conditional To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/

CVS commit: src/sys/arch/evbarm/imx7

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:43:46 UTC 2016 Modified Files: src/sys/arch/evbarm/imx7: imx7_machdep.c Log Message: If MEMSIZE isn't set, #error instead of proceeding using uninitialized stack garbage as the memory size. Please improve as needed

CVS commit: src/bin/pax

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:34:36 UTC 2016 Modified Files: src/bin/pax: dumptar.c Log Message: Remove undefined behavior in buf(); use buf() as intended in intarg(). While here also add includes to fix the build. Retires PR 50999 from David B

CVS commit: src/bin/ls

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:26:29 UTC 2016 Modified Files: src/bin/ls: ls.c Log Message: PR 50997 David Binderman: fix format strings To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/bin/ls/ls.c Please note that diffs are

CVS commit: src/dist/pf/sbin/pfctl

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:21:07 UTC 2016 Modified Files: src/dist/pf/sbin/pfctl: pfctl_optimize.c Log Message: PR 50709 David Binderman: memory leak To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/pf/sbin/pfctl/pfctl_

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

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:18:38 UTC 2016 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: PR 50669 David Binderman: remove dead code To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sys/arch/arm/arm/cpufunc.

CVS commit: src/sys/arch/hpc/stand/hpcboot/arm

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:11:56 UTC 2016 Modified Files: src/sys/arch/hpc/stand/hpcboot/arm: arm_console.cpp Log Message: PR 50643 David Binderman: fix conditional order To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/

CVS commit: src/usr.sbin/sysinst

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:03:21 UTC 2016 Modified Files: src/usr.sbin/sysinst: partman.c Log Message: Explicitly ignore errors in the hack for mucking with wedges; mark it XXX for future attention. Other part of PR 50886 from David Binderma

CVS commit: src/usr.sbin/sysinst

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:00:38 UTC 2016 Modified Files: src/usr.sbin/sysinst: partman.c Log Message: #if out some unreachable code that's apparently not yet supported. PR 50886 from David Binderman. To generate a diff of this commit: cvs

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

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 16:38:35 UTC 2016 Modified Files: src/sys/arch/arm/samsung: exynos_dwcmmc.c Log Message: bus_width is not used, so don't fetch it; but do leave the logic in place commented out so it's there if anyone wants it in the

CVS commit: src/usr.bin/error

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 16:35:35 UTC 2016 Modified Files: src/usr.bin/error: filter.c Log Message: Use this program's Strdup() instead of strdup() so it exits on failure instead of dumping core. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/error

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 16:26:34 UTC 2016 Modified Files: src/usr.bin/error: filter.c Log Message: Use rewind() instead of freopen()'ing the same file for no reason. Also, close the file when done instead of dropping it on the floor. Obsolet

CVS commit: src

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 03:11:48 UTC 2016 Modified Files: src: UPDATING Log Message: Note that i386 needs a PIE-related cleandir. Should avoid having PR 51174 happen to anyone else. :-/ To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/arch/amiga/stand/binpatch

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 03:02:59 UTC 2016 Modified Files: src/sys/arch/amiga/stand/binpatch: binpatch.c Log Message: further whitespace To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amiga/stand/binpatch/binpatc

CVS commit: src/sys/arch/amiga/stand/binpatch

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 02:57:32 UTC 2016 Modified Files: src/sys/arch/amiga/stand/binpatch: binpatch.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amiga/stand/binpatch/binpatch.c Please not

CVS commit: src/sys/arch/amiga/stand/binpatch

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 02:41:39 UTC 2016 Modified Files: src/sys/arch/amiga/stand/binpatch: binpatch.c Log Message: Reindent. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amiga/stand/binpatch/binpatch.c Plea

CVS commit: src/sys/arch/amiga/stand/binpatch

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 02:36:37 UTC 2016 Modified Files: src/sys/arch/amiga/stand/binpatch: binpatch.c Log Message: PR 51185 David Binderman: simplify redundant conditional To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src

CVS commit: src/sys/dev

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 02:33:49 UTC 2016 Modified Files: src/sys/dev: firmload.c Log Message: PR 51184 David Binderman: simplify redundant conditional To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/firmload.c P

CVS commit: src/sys/arch/ia64/stand/common

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 02:32:19 UTC 2016 Modified Files: src/sys/arch/ia64/stand/common: boot.c Log Message: PR 51183 David Binderman: simplify redundant conditional To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch

CVS commit: src/sys/arch/ews4800mips/stand/common

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 02:30:20 UTC 2016 Modified Files: src/sys/arch/ews4800mips/stand/common: cmd.c Log Message: PR 51182 David Binderman: fix redundant conditional To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arc

CVS commit: src/usr.sbin/catman

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 29 22:33:39 UTC 2016 Modified Files: src/usr.sbin/catman: catman.c pathnames.h Log Message: Call the path for makewhatis _PATH_MAKEWHATIS instead of _PATH_WHATIS, for clarity. To generate a diff of this commit: cvs rdi

CVS commit: src/usr.sbin/catman

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 29 22:32:03 UTC 2016 Added Files: src/usr.sbin/catman: README.hardlinks Log Message: Add notes on how to lift the BUGS entry in the man page (about not supporting hardlinks) in case anyone thinks it's worth doing sometim

CVS commit: src/usr.sbin/catman

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 29 22:09:51 UTC 2016 Modified Files: src/usr.sbin/catman: catman.c Log Message: Add missing rcsid. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/catman/catman.c Please note that diffs are

CVS commit: src/bin/test

2016-05-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri May 27 05:50:07 UTC 2016 Modified Files: src/bin/test: test.1 Log Message: usage nit To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/test/test.1 Please note that diffs are not public domain; they are

CVS commit: src/doc

2016-05-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 15 22:57:31 UTC 2016 Modified Files: src/doc: RESPONSIBLE Log Message: add: config(1) (cube) error(1) (christos) inetd(8) (me) mail(1)(christos) sh(1) (add kre) and

CVS commit: src/share/man/man9

2016-05-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri May 6 04:55:10 UTC 2016 Modified Files: src/share/man/man9: namei.9 Log Message: Revise/update. List the functions in a sensible order. Document all the modes and flags. Document the structure fields properly. Distinguish i

CVS commit: src/doc/roadmaps

2016-05-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu May 5 06:17:45 UTC 2016 Modified Files: src/doc/roadmaps: storage Log Message: mention some of the other known severe wapbl problems To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/doc/roadmaps/storage

CVS commit: src/tests/fs/vfs

2016-05-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed May 4 08:30:22 UTC 2016 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Cite a relevant PR for msdos_renamerace instead of one that was fixed several years ago. To generate a diff of this commit: cvs rdiff -

CVS commit: src/share/man/man4

2016-05-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 2 01:05:34 UTC 2016 Modified Files: src/share/man/man4: iwm.4 Log Message: Updated supported cards, from coypu in PR 51109 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/iwm.4 Please n

CVS commit: src/doc/roadmaps

2016-05-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 1 20:51:36 UTC 2016 Modified Files: src/doc/roadmaps: storage Log Message: Update: we got an nvme driver. Also mention the ext4 GSoC project. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/doc/roadm

CVS commit: src

2016-04-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Apr 24 19:48:30 UTC 2016 Modified Files: src/distrib/sets/lists/comp: mi src/include: semaphore.h src/sys/kern: uipc_sem.c src/sys/sys: Makefile Added Files: src/sys/sys: semaphore.h Log Messa

CVS commit: src/etc/rc.d

2016-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 23 21:24:31 UTC 2016 Modified Files: src/etc/rc.d: sysdb Log Message: Avoid unnecessary use of basename(1). From Jukka Salmi a long, long time ago on a tech-kern far, far away. To generate a diff of this commit: cvs rd

CVS commit: src

2016-04-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 16 19:47:45 UTC 2016 Modified Files: src: UPDATING Log Message: Note that deleting objdirs (not just cleandir) may be necessary for the gcc update. To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 src/UP

CVS commit: src/sys/kern

2016-04-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Apr 12 04:02:55 UTC 2016 Modified Files: src/sys/kern: vfs_lookup.c Log Message: Fix (finally) the rest of PR 47040. Revert the supporting logic in -r1.190 of vfs_lookup.c, and fix the important change to set searchdir = NU

CVS commit: src/lib/libpthread

2016-04-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Apr 7 06:21:48 UTC 2016 Modified Files: src/lib/libpthread: pthread_attr_getguardsize.3 Log Message: _SC_PAGESIZE is not the page size; it's a symbolic code for retrieving the page size. To generate a diff of this commit:

CVS commit: src/lib/libc/stdio

2016-04-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Apr 6 03:38:31 UTC 2016 Modified Files: src/lib/libc/stdio: funopen.3 Log Message: improve usage To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/stdio/funopen.3 Please note that diffs are not p

CVS commit: src/share/misc

2016-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Mar 22 17:03:02 UTC 2016 Modified Files: src/share/misc: acronyms.comp Log Message: add some stuff; PR 50992 from Nikolai Lifanov To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/share/misc/acronyms.comp

CVS commit: src

2016-03-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 21 05:23:39 UTC 2016 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/freetype/freetype: Makefile Log Message: Install ftttdrv.h, which was apparently overlooked at some point (probably

CVS commit: src/sbin/fsck_lfs

2016-03-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 20 04:24:46 UTC 2016 Modified Files: src/sbin/fsck_lfs: lfs.c Log Message: Comment out unused logic. PR 50973 To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sbin/fsck_lfs/lfs.c Please note that diff

CVS commit: src/lib/libc/sys

2016-03-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 19 17:15:13 UTC 2016 Modified Files: src/lib/libc/sys: ktrace.2 Log Message: Sync documentation of struct ktr_header with reality: - there is a ktr_version field - the ordering of ktr_type and ktr_version is byte-o

CVS commit: src/lib/libc/sys

2016-03-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 19 17:05:36 UTC 2016 Modified Files: src/lib/libc/sys: ktrace.2 Log Message: Update documented prerequisite includes. PR 50633 and PR 50634. Remove sys/uio.h, and swap sys/param.h for sys/types.h as sys/ktrace.h depends

CVS commit: src/sys/sys

2016-03-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 19 17:04:12 UTC 2016 Modified Files: src/sys/sys: ktrace.h Log Message: PR 50633 and PR 50634 from Brad Harder: add missing includes: sys/signal.h and sys/time.h. Also add sys/uio.h which is needed and for some probably

CVS commit: src/usr.bin/at

2016-03-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 13 00:33:12 UTC 2016 Modified Files: src/usr.bin/at: privs.c privs.h Log Message: Mark the shared files with where they're used, like we do in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr

CVS commit: src

2016-03-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 13 00:32:09 UTC 2016 Modified Files: src/libexec/atrun: Makefile atrun.c src/usr.bin/at: Makefile at.c panic.c perm.c privs.h Added Files: src/usr.bin/at: privs.c Log Message: Use functions instead of pre

CVS commit: src/usr.bin/at

2016-03-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 22:37:32 UTC 2016 Modified Files: src/usr.bin/at: at.1 Log Message: a couple minor fixes To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/at/at.1 Please note that diffs are not public domai

CVS commit: src/usr.bin/apply

2016-03-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 22:28:04 UTC 2016 Modified Files: src/usr.bin/apply: apply.c Log Message: Use execl() correctly. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/apply/apply.c Please note that diffs are no

CVS commit: src/usr.bin/apply

2016-03-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 22:17:23 UTC 2016 Modified Files: src/usr.bin/apply: apply.1 Log Message: Add some additional BUGS. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/apply/apply.1 Please note that diffs are

CVS commit: src/usr.bin/apply

2016-03-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 22:07:48 UTC 2016 Modified Files: src/usr.bin/apply: apply.1 Log Message: Rework for clarity. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/apply/apply.1 Please note that diffs are not p

CVS commit: src/usr.bin/apply

2016-03-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 21:20:17 UTC 2016 Modified Files: src/usr.bin/apply: apply.c Log Message: Minor tidyups. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/apply/apply.c Please note that diffs are not public

CVS commit: src/games/tetris

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 03:14:59 UTC 2016 Modified Files: src/games/tetris: tetris.6 Log Message: tetris(6) is not limited to CRT displays. noted by tnn To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/tetris/tetris.

CVS commit: src/games/snake/snake

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 03:13:52 UTC 2016 Modified Files: src/games/snake/snake: snake.6 Log Message: snake(6) supports LCD displays too. (noted by tnn) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/snake/snake/sn

CVS commit: src/usr.bin/systat

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:39:01 UTC 2016 Modified Files: src/usr.bin/systat: systat.1 Log Message: NetBSD does actually support flat-panel displays. Even for systat(1). (noted by tnn) To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/usr.sbin/sup/source

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:27:31 UTC 2016 Modified Files: src/usr.sbin/sup/source: cvt.c Log Message: Close file on error path. PR 50925 from David Binderman. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sup/sou

CVS commit: src/usr.sbin/sup/source

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:26:40 UTC 2016 Modified Files: src/usr.sbin/sup/source: scan.c Log Message: Don't cast malloc. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/sup/source/scan.c Please note that diffs

CVS commit: src/sys/arch/atari/stand/tostools/file2swp

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:17:05 UTC 2016 Modified Files: src/sys/arch/atari/stand/tostools/file2swp: file2swp.c Log Message: Remove unused variable, found by gcc. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \ src/sys/a

CVS commit: src/sys/arch/atari/stand/tostools/file2swp

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:15:50 UTC 2016 Modified Files: src/sys/arch/atari/stand/tostools/file2swp: file2swp.c Log Message: Fix syntax error in previous. Hi christos :-) (PR 50944) To generate a diff of this commit: cvs rdiff -u -r1.7 -r

CVS commit: src/sys/arch/emips/stand/common

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:13:35 UTC 2016 Modified Files: src/sys/arch/emips/stand/common: prom_iface.c Log Message: Refine previous so the output is all hex again. followup to PR 50942 To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/usr.sbin/rpc.lockd

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:07:44 UTC 2016 Modified Files: src/usr.sbin/rpc.lockd: test.c Log Message: Fix another conditional with wrong (missing) parens. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/rpc.lockd/t

CVS commit: src/usr.sbin/rpc.lockd

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:06:33 UTC 2016 Modified Files: src/usr.sbin/rpc.lockd: test.c Log Message: Clean up gcc warnings. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/rpc.lockd/test.c Please note that diffs

CVS commit: src/usr.sbin/rpc.lockd

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:02:00 UTC 2016 Modified Files: src/usr.sbin/rpc.lockd: test.c Log Message: Remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/rpc.lockd/test.c Please note that di

CVS commit: src/usr.sbin/rpc.lockd

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 02:01:23 UTC 2016 Modified Files: src/usr.sbin/rpc.lockd: test.c Log Message: Fix operator precedence in complex conditional by separating out the assignment part. PR 50954 from David Binderman. While here, separate o

CVS commit: src/sbin/newfs

2016-03-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 7 15:09:55 UTC 2016 Modified Files: src/sbin/newfs: mkfs.c Log Message: Terminate expression with a semicolon, instead of accidentally splicing to the next line with a comma. Noticed by Christos. Has no actual effect, f

CVS commit: src/usr.bin/hexdump

2016-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 4 03:02:52 UTC 2016 Modified Files: src/usr.bin/hexdump: display.c Log Message: Don't try to use stdin after clobbering it with a failed freopen(). Prevents an extra "Bad file descriptor" message when trying to hexdump

CVS commit: src/usr.bin/hexdump

2016-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 4 02:54:38 UTC 2016 Modified Files: src/usr.bin/hexdump: display.c hexdump.c hexdump.h Log Message: Don't use one function for two different things. Two functions is the ticket. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/hexdump

2016-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 4 02:46:19 UTC 2016 Modified Files: src/usr.bin/hexdump: display.c hexdump.h Log Message: use "static" To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/hexdump/display.c cvs rdiff -u -r1.13 -r

CVS commit: src/sys/arch/sgimips/dev

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 19:11:20 UTC 2016 Modified Files: src/sys/arch/sgimips/dev: crmfb.c Log Message: Remove extra stray break missed by Christos when committing PR 50783. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 sr

CVS commit: src/external/gpl3

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 19:08:10 UTC 2016 Modified Files: src/external/gpl3/gcc.old/dist/gcc: gcc.c src/external/gpl3/gcc/dist/gcc: gcc.c Log Message: Restore the local change -gcc: internal compiler error: Killed (program cc1plus)

CVS commit: src/sys/arch/powerpc/oea

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 18:12:31 UTC 2016 Modified Files: src/sys/arch/powerpc/oea: ofw_consinit.c Log Message: Add missing va_end, from David Binderman in PR 50798. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arc

CVS commit: src/sys/dev/ppbus

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 18:11:16 UTC 2016 Modified Files: src/sys/dev/ppbus: ppbus_msq.c Log Message: Add missing va_end, from David Binderman in PR 50797. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ppbus/ppb

CVS commit: src/sys/arch/sgimips/stand/common

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 18:09:51 UTC 2016 Modified Files: src/sys/arch/sgimips/stand/common: disk.c Log Message: Add missing va_list, from David Binderman in PR 50796. XXX: this file and arch/arc/stand/boot/disk.c are cutpaste clones. To

CVS commit: src/sys/arch/powerpc/oea

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 18:07:49 UTC 2016 Modified Files: src/sys/arch/powerpc/oea: pmap.c Log Message: Add missing va_end; PR 50795 from David Binderman. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/arch/powerpc/o

CVS commit: src/sys/arch/emips/stand/common

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 18:05:31 UTC 2016 Modified Files: src/sys/arch/emips/stand/common: printf.c Log Message: Fix wrong indent. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/emips/stand/common/printf.c Please

CVS commit: src/sys/arch/emips/stand/common

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 18:04:47 UTC 2016 Modified Files: src/sys/arch/emips/stand/common: printf.c Log Message: Add missing va_end(). PR 50794 from David Binderman. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/

CVS commit: src/sys/arch/arc/stand/boot

2016-02-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Feb 14 18:01:45 UTC 2016 Modified Files: src/sys/arch/arc/stand/boot: disk.c Log Message: Add missing va_end. PR 50793 from David Binderman. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arc/stan

CVS commit: src/share/misc

2016-02-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Feb 13 23:12:34 UTC 2016 Modified Files: src/share/misc: acronyms Log Message: DNF To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/share/misc/acronyms Please note that diffs are not public domain; they

CVS commit: src/common/lib/libc/stdlib

2016-02-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 8 05:27:24 UTC 2016 Modified Files: src/common/lib/libc/stdlib: random.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/stdlib/random.c Please note that diffs

CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Feb 5 03:38:50 UTC 2016 Modified Files: src/usr.bin/units: units.lib Log Message: File watt in the right group, and accept W as well, as that's quite standard. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Feb 5 03:32:49 UTC 2016 Modified Files: src/usr.bin/units: units.c Log Message: Improve previous slightly; while we accept e.g. "meter2" to mean "meter^2", don't allow "meter-2" to be interpreted as "meter^-2" as that's ver

CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Feb 5 03:30:08 UTC 2016 Modified Files: src/usr.bin/units: units.c Log Message: Improve the parser. Now we understand negative exponents; fixes PR 50768. Also handle negative numbers better in general (don't randomly drop

CVS commit: src/sys/sys

2016-01-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jan 26 06:27:38 UTC 2016 Modified Files: src/sys/sys: wdog.h Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/sys/wdog.h Please note that diffs are not public domain; they a

CVS commit: src/lib/libc/sys

2016-01-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 08:17:18 UTC 2016 Modified Files: src/lib/libc/sys: getdents.2 Log Message: MAXNAMLEN, not MAXNAMELEN. From Giuseppe Gatta on netbsd-docs. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/s

CVS commit: src/include/rpc

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 02:36:57 UTC 2016 Modified Files: src/include/rpc: svc.h Log Message: Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined, because then something else doesn't include it. (I guess.) To generate a

CVS commit: src/include/rpc

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 02:34:09 UTC 2016 Modified Files: src/include/rpc: auth.h auth_unix.h clnt.h clnt_soc.h pmap_clnt.h rpcb_prot.x svc.h svc_soc.h xdr.h Log Message: unsigned -> unsigned int in previous change to accomodate

CVS commit: src/usr.bin/rpcgen

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 02:33:09 UTC 2016 Modified Files: src/usr.bin/rpcgen: rpc_cout.c rpc_hout.c rpc_parse.c rpc_tblout.c Log Message: u_int -> unsigned int, in some of the output. In the bulk of the output making this change would requi

CVS commit: src

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 01:26:14 UTC 2016 Modified Files: src/include: ifaddrs.h link_aout.h login_cap.h nsswitch.h src/lib/libpci: pci.h src/sys/fs/msdosfs: direntry.h src/sys/sys: envsys.h fdio.h wdog.h Log Message:

CVS commit: src/sys/dev/usb

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 01:15:23 UTC 2016 Modified Files: src/sys/dev/usb: usbhid.h Log Message: Use correct include guard. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/usbhid.h Please note that diffs are

<    1   2   3   4   5   6   7   8   9   10   >