Module Name:src
Committed By: spz
Date: Thu Jan 12 08:21:33 UTC 2017
Modified Files:
src/external/bsd/bind/dist: CHANGES README srcid version
src/external/bsd/bind/dist/doc/arm: Bv9ARM.ch04.html Bv9ARM.ch06.html
Bv9ARM.ch07.html Bv9ARM.ch08.html Bv9ARM.c
Module Name:src
Committed By: spz
Date: Thu Jan 12 08:38:31 UTC 2017
Added Files:
src/external/bsd/bind/dist/bin/named: pfilter.c pfilter.h
Log Message:
don't "clean up" the blacklistd integration
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.4 src/external/bsd
Module Name:src
Committed By: martin
Date: Thu Jan 12 08:46:49 UTC 2017
Modified Files:
src/share/man/man4: ddb.4
Log Message:
Try to document the new "show vnode_lock" command.
To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/share/man/man4/ddb.4
Ple
Module Name:src
Committed By: wiz
Date: Thu Jan 12 13:14:41 UTC 2017
Modified Files:
src/share/man/man4: ddb.4
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/share/man/man4/ddb.4
Please note that diffs are not public domain; t
Module Name:src
Committed By: roy
Date: Thu Jan 12 13:53:11 UTC 2017
Modified Files:
src/lib/libterminfo: term.h terminfo.5.in
Log Message:
Correct terminfo variable pkey_norm to plab_norm.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libterminfo
Module Name:src
Committed By: isaki
Date: Thu Jan 12 14:24:53 UTC 2017
Modified Files:
src/sys/arch/x68k/dev: fd.c
Log Message:
Fix the possibility of off-by-one on the grammer. Reported by coypu.
Currently it never happens because type is (minor number % 7) and
the array
Module Name:src
Committed By: christos
Date: Thu Jan 12 14:27:14 UTC 2017
Modified Files:
src/usr.bin/cvslatest: cvslatest.c
Log Message:
give the absolute path for the error message.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/cvslatest/cvsla
Module Name:src
Committed By: roy
Date: Thu Jan 12 16:23:47 UTC 2017
Modified Files:
src/lib/libcurses: ripoffline.c
Log Message:
Use the screen argument, not _cursesi_screen.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libcurses/ripoffline.c
Ple
Module Name:src
Committed By: christos
Date: Thu Jan 12 16:47:18 UTC 2017
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
PR/51831: Don't suppress warnings coming from system header macro expansions.
To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 s
Module Name:src
Committed By: maya
Date: Thu Jan 12 17:11:22 UTC 2017
Modified Files:
src/sys/dev/pcmcia: if_ray.c
Log Message:
Remove dead code. RAY_DEF_NWID is a constant string, its length will never
be above 32.
To generate a diff of this commit:
cvs rdiff -u -r1.84
Module Name:src
Committed By: christos
Date: Thu Jan 12 17:14:24 UTC 2017
Modified Files:
src/external/gpl3/gcc/dist/gcc: diagnostic.c
Log Message:
Our headers are clean, enable warnings caused by them. We want to know
about (char) usages.
To generate a diff of this comm
Module Name:src
Committed By: ryo
Date: Thu Jan 12 17:19:17 UTC 2017
Modified Files:
src/sys/net: pfil.c
Log Message:
* pfil_add_hook() no longer treats PFIL_IFADDR and PFIL_IFNET. delete them from
pfil_flag_cases[].
* add/fix KASSERT
* fix comment
To generate a diff of
Module Name:src
Committed By: christos
Date: Thu Jan 12 17:38:08 UTC 2017
Modified Files:
src/usr.sbin/sysinst: partman.c
Log Message:
- allocate space dynamically instead of putting structs in BSS.
- change some wrong strncat to strlcat.
To generate a diff of this commi
Module Name:src
Committed By: christos
Date: Thu Jan 12 18:16:52 UTC 2017
Modified Files:
src/lib/libc/gen: syslog.c
src/lib/libc/include: namespace.h
src/lib/libc/stdio: vsnprintf.c
Log Message:
undo SSP damage from -Wsystem-headers
To generate a diff of
Module Name:src
Committed By: abhinav
Date: Thu Jan 12 18:19:31 UTC 2017
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
Fix typo: s/currenly/currently
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/share/man/man7/sysctl.7
Please note that
Module Name:src
Committed By: christos
Date: Thu Jan 12 18:23:04 UTC 2017
Modified Files:
src/lib/librumpuser: rumpuser_port.h
Log Message:
Don't go redefining system constants, without checking if the system provides
them.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: maya
Date: Thu Jan 12 18:26:08 UTC 2017
Modified Files:
src/sys/dev/usb: if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c
if_udav.c if_upl.c if_url.c
Log Message:
Appease coverity which is having nightmares about strings not being
nul
Module Name:src
Committed By: christos
Date: Thu Jan 12 18:29:14 UTC 2017
Modified Files:
src/sys/sys: sigtypes.h
Log Message:
make __sigmask unsigned
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/sigtypes.h
Please note that diffs are not pub
Module Name:src
Committed By: abhinav
Date: Thu Jan 12 18:37:10 UTC 2017
Modified Files:
src/external/bsd/top/dist: top.1.in
Log Message:
Fix couple of typos:
s/summay/summary
s/highligting/highlighting
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: christos
Date: Thu Jan 12 18:40:02 UTC 2017
Modified Files:
src/sys/ufs/lfs: lfs_accessors.h
Log Message:
fix sign confusion
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/ufs/lfs/lfs_accessors.h
Please note that diff
Module Name:src
Committed By: christos
Date: Thu Jan 12 18:42:53 UTC 2017
Modified Files:
src/include/arpa: ftp.h telnet.h
Log Message:
Welcome to the constant age!
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/arpa/ftp.h
cvs rdiff -u -r1.12 -r1
Module Name:src
Committed By: christos
Date: Thu Jan 12 18:50:17 UTC 2017
Modified Files:
src/sys/sys: file.h
Log Message:
friendlier to _KMEMUSER
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/sys/file.h
Please note that diffs are not public doma
Module Name:src
Committed By: christos
Date: Thu Jan 12 18:52:15 UTC 2017
Modified Files:
src/usr.bin/sockstat: sockstat.c
Log Message:
fix compilation
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/sockstat/sockstat.c
Please note that diffs a
Module Name:src
Committed By: maya
Date: Thu Jan 12 19:02:22 UTC 2017
Modified Files:
src/lib/libarch/x86_64: x86_64_iopl.c
Log Message:
replace old style function declaration
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libarch/x86_64/x86_64_iopl.
Module Name:src
Committed By: christos
Date: Thu Jan 12 19:03:09 UTC 2017
Modified Files:
src/sys/sys: bitops.h
Log Message:
fix sign issues
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/bitops.h
Please note that diffs are not public domain;
Module Name:src
Committed By: christos
Date: Thu Jan 12 19:07:15 UTC 2017
Modified Files:
src/external/bsd/libarchive/include: config_netbsd.h
Log Message:
we JAVE_SSIZE max.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/libarchive/include/
Module Name:src
Committed By: christos
Date: Thu Jan 12 19:10:00 UTC 2017
Modified Files:
src/external/gpl3/gcc/dist/gcc: diagnostic.c
Log Message:
revert for now; too many issues.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc
Module Name:src
Committed By: christos
Date: Thu Jan 12 19:10:34 UTC 2017
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
disable until we fix the build.
To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/share/mk/bsd.sys.mk
Please note that diffs
Module Name:src
Committed By: christos
Date: Thu Jan 12 19:15:10 UTC 2017
Modified Files:
src/external/bsd/wpa/dist/src/common: wpa_common.h
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c driver_wired.c
src/external/bsd/wpa/dist/src/utils: common.h
Log
Module Name:src
Committed By: christos
Date: Thu Jan 12 19:21:09 UTC 2017
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_algo.h
stl_heap.h
Log Message:
sprinkle __unused
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.
Module Name:src
Committed By: kamil
Date: Thu Jan 12 21:35:53 UTC 2017
Modified Files:
src/tests/kernel: t_ptrace_wait.c
Log Message:
Add new tests vforkdone[12] in t_ptrace_wait{,3,4,6,id,pid}
vforkdone1:
Verify that vfork(2) is intercepted by ptrace(2) with EVENT_MA
Module Name:src
Committed By: joerg
Date: Thu Jan 12 22:16:29 UTC 2017
Modified Files:
src/sys/arch/i386/stand: Makefile.inc
Log Message:
Remove some manual size tuning that no longer seems to be needed.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/s
Module Name:src
Committed By: christos
Date: Thu Jan 12 22:57:26 UTC 2017
Modified Files:
src/external/bsd/pkg_install/dist/lib: defs.h
Log Message:
need before defining MIN/MAX
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dis
Module Name:src
Committed By: christos
Date: Thu Jan 12 23:03:49 UTC 2017
Modified Files:
src/external/bsd/openldap/include: portable.h
Log Message:
don't mess with snprintf!
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/openldap/include/po
Module Name:src
Committed By: christos
Date: Thu Jan 12 23:06:23 UTC 2017
Modified Files:
src/external/bsd/ppp/dist/pppd: pppd.h
Log Message:
need stddef.h for offsetof
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ppp/dist/pppd/pppd.h
Ple
Module Name:src
Committed By: christos
Date: Thu Jan 12 23:12:59 UTC 2017
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_link.c
Log Message:
Rearrange headers
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/external/cddl/osnet
Module Name:src
Committed By: christos
Date: Thu Jan 12 23:15:49 UTC 2017
Modified Files:
src/external/gpl2/xcvs/include: config.h
Log Message:
Don't re-define MAP_ANONYMOUS
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/xcvs/include/config
Module Name:src
Committed By: christos
Date: Fri Jan 13 01:14:27 UTC 2017
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_platform_limits_posix.cc
src/external/gpl3/gcc/dist/libstdc++-v3/include/bits:
boost
Module Name:src
Committed By: christos
Date: Fri Jan 13 01:39:05 UTC 2017
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: crypto.inc
Log Message:
remove re-definition
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/crypto/external/bsd
Module Name:src
Committed By: kre
Date: Fri Jan 13 03:01:09 UTC 2017
Modified Files:
src/tests/kernel: t_ptrace_wait.c
Log Message:
Move the #ifndef/#define dance for the (currently) system undefined
PTRACE_VFORK* macros out of a function that is not always compiled
(as th
Module Name:src
Committed By: christos
Date: Fri Jan 13 04:18:54 UTC 2017
Modified Files:
src/lib/libc/stdlib: malloc.c
Log Message:
use getpagesize(3).
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/lib/libc/stdlib/malloc.c
Please note that diffs are
Module Name:src
Committed By: christos
Date: Fri Jan 13 04:22:16 UTC 2017
Modified Files:
src/sys/dev/raidframe: rf_disks.c
Log Message:
Don't consider a disk hosed if we did not find a column for it; dedup code.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1
Module Name:src
Committed By: christos
Date: Fri Jan 13 04:22:51 UTC 2017
Modified Files:
src/usr.bin/netstat: unix.c
Log Message:
use _KMEMUSER for
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/netstat/unix.c
Please note that diffs are not
Module Name:xsrc
Committed By: christos
Date: Fri Jan 13 04:24:01 UTC 2017
Modified Files:
xsrc/external/mit/libdrm/dist: xf86drm.c
Log Message:
Reorder so we don't redefine MAP_FAILED.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 xsrc/external/mit/libdr
Module Name:src
Committed By: christos
Date: Fri Jan 13 04:43:16 UTC 2017
Modified Files:
src/sys/uvm: uvm_pager.h
Log Message:
add missing forward struct decl
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/uvm/uvm_pager.h
Please note that diffs a
Module Name:src
Committed By: christos
Date: Fri Jan 13 05:12:44 UTC 2017
Modified Files:
src/tests/lib/libpthread_dbg: t_threads.c
Log Message:
help gcc's numbscullness.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libpthread_dbg/t_threads.c
Module Name:src
Committed By: christos
Date: Fri Jan 13 05:18:22 UTC 2017
Modified Files:
src/tests/lib/libpthread_dbg: t_threads.c
Log Message:
Bart Simpson's punishment.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libpthread_dbg/t_threads.
Module Name:src
Committed By: christos
Date: Fri Jan 13 05:26:42 UTC 2017
Modified Files:
src/sys/arch/x86/include: cpuvar.h
Log Message:
Add missing forward decl.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/x86/include/cpuvar.h
Please not
Module Name:src
Committed By: christos
Date: Fri Jan 13 05:35:20 UTC 2017
Modified Files:
src/sys/sys: syslog.h
Log Message:
welcome to the constant age.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/sys/syslog.h
Please note that diffs are not pu
Module Name:src
Committed By: dholland
Date: Fri Jan 13 05:45:46 UTC 2017
Modified Files:
src/doc/roadmaps: system
Log Message:
Remove items that were in -6.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/doc/roadmaps/system
Please note that diffs are
Module Name:src
Committed By: christos
Date: Fri Jan 13 05:49:27 UTC 2017
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
another buffer overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/sysinst/disks.c
Please note that diff
Module Name:src
Committed By: christos
Date: Fri Jan 13 06:04:48 UTC 2017
Modified Files:
src/sys/modules/compat_netbsd32_ptrace: Makefile
Log Message:
Don't define PT_{S,G}ETREGS on the command line. Yes, it can make things
compile, but when it does, it is always bogus!
Module Name:src
Committed By: christos
Date: Fri Jan 13 06:11:27 UTC 2017
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
const police!
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/kern/makesyscalls.sh
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Fri Jan 13 06:11:56 UTC 2017
Modified Files:
src/sys/net: if_ethersubr.c if_vlan.c
Log Message:
Fix a bug that the parent interface's callback wasn't called when the vlan
interface is configured. A callback function uses VLAN_AT
Module Name:src
Committed By: christos
Date: Fri Jan 13 06:18:31 UTC 2017
Modified Files:
src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c
src/sys/compat/linux/arch/amd64: linux_syscall.h linux_syscalla
Module Name:src
Committed By: christos
Date: Fri Jan 13 06:19:36 UTC 2017
Modified Files:
src/sys/compat/aoutm68k: aoutm68k_syscall.h aoutm68k_syscallargs.h
aoutm68k_syscalls.c aoutm68k_sysent.c
src/sys/compat/freebsd: freebsd_syscall.h freebsd_syscallar
Module Name:src
Committed By: christos
Date: Fri Jan 13 06:20:31 UTC 2017
Modified Files:
src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c
systrace_args.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_sy
Module Name:src
Committed By: ozaki-r
Date: Fri Jan 13 06:30:09 UTC 2017
Modified Files:
src/tests/net/ndp: t_ra.sh
Log Message:
Remove extra checks and cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tests/net/ndp/t_ra.sh
Please note that diff
Module Name:src
Committed By: ozaki-r
Date: Fri Jan 13 06:30:33 UTC 2017
Modified Files:
src/tests/net/ndp: t_ra.sh
Log Message:
Add tests for net.inet6.ip6.prefer_tempaddr
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/tests/net/ndp/t_ra.sh
Please no
59 matches
Mail list logo