CVS commit: src/sys/ufs/lfs

2015-11-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Nov 23 08:00:45 UTC 2015 Modified Files: src/sys/ufs/lfs: ulfs_readwrite.c Log Message: fix assertion checking that bufrd function is used only for large symlinks that aren't embedded in the inode. To generate a diff of thi

CVS commit: src

2015-11-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 23 19:56:47 UTC 2015 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base special src/etc/rc.d: ntpd Log Message: PR/49380: KAMADA Ken'ichi: ntpd_chrootdir does not work on NetB

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

2015-11-23 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Nov 23 21:40:14 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: schizo.c schizoreg.h schizovar.h Log Message: Set the target JPID for all interrupts on Tomatillo. If the "ino-bitmap" property is available, use it to route erro

CVS commit: src/sys/dev/filemon

2015-11-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 23 22:20:57 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: Clean up the error paths in filemon_ioctl(), making sure to release the rw_lock before returning. Avoids a "locking against myself" error

CVS commit: src/usr.sbin/makemandb

2015-11-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 23 22:34:00 UTC 2015 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: PR/50344: Stephen Fisher: apropos shows formatting on console with vt100 term type. Can't print terminfo sequences directly; need

CVS commit: src/lib/libterminfo

2015-11-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 23 22:35:28 UTC 2015 Modified Files: src/lib/libterminfo: terminfo.3 Log Message: fix ti_puts prototype To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libterminfo/terminfo.3 Please note that dif

CVS commit: src/share/man/man4

2015-11-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 23 23:00:29 UTC 2015 Modified Files: src/share/man/man4: filemon.4 Log Message: Include additional info, including potential security consideration. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sha

CVS commit: src/share/man/man7

2015-11-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 23 23:23:25 UTC 2015 Modified Files: src/share/man/man7: sysctl.7 Log Message: Minor rephrasing for English grammar police. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/share/man/man7/sysctl.7 Ple

CVS commit: src/sys/dev/filemon

2015-11-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 23 23:27:38 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: Remove the requirement that the target (tracked) process be a descendant of the tracking process. The call to kauth() should be sufficient

CVS commit: src/share/man/man4

2015-11-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 23 23:28:33 UTC 2015 Modified Files: src/share/man/man4: filemon.4 Log Message: It is no longer required that the target process be a descendant of the tracking process. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2015-11-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 23 23:45:44 UTC 2015 Modified Files: src/sys/kern: kern_ntptime.c Log Message: Cast argument to uint64_t first before shifting to avoid UB for left-shifting negative values. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/external/isc/atheros_hal/dist/ar5210

2015-11-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 23 23:46:33 UTC 2015 Modified Files: src/sys/external/isc/atheros_hal/dist/ar5210: ar5210_reset.c Log Message: Replace left shifts of negative values with appropiate unsigned values. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/filemon

2015-11-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Nov 24 01:01:42 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: finish previous - remove no-longer-used variables To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/filemon/filem

CVS commit: src/sys/dev/filemon

2015-11-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Nov 24 01:05:51 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: Add missing /* $NetBSD$ */ keyword To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/filemon/filemon.c Please no

CVS commit: src/lib/libcurses

2015-11-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 24 01:59:33 UTC 2015 Modified Files: src/lib/libcurses: setterm.c Log Message: PR/50092: don't leak screen on multiple setterms. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/lib/libcurses/setterm.c

CVS commit: src/tests/net/net

2015-11-23 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Nov 24 02:37:33 UTC 2015 Modified Files: src/tests/net/net: t_forwarding.sh Log Message: Add fastforward6 test To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/net/net/t_forwarding.sh Please note that