CVS commit: src/share/man/man4

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:17:32 UTC 2017 Modified Files: src/share/man/man4: options.4 Log Message: mention KDTRACE_HOOKS. To generate a diff of this commit: cvs rdiff -u -r1.463 -r1.464 src/share/man/man4/options.4 Please note that diffs

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

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:16:51 UTC 2017 Modified Files: src/sys/arch/i386/i386: trap.c Log Message: improve readability of TRAP_SIGDEBUG info. also print the trapframe info like amd64 does. To generate a diff of this commit: cvs rdiff -u

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

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:16:51 UTC 2017 Modified Files: src/sys/arch/i386/i386: trap.c Log Message: improve readability of TRAP_SIGDEBUG info. also print the trapframe info like amd64 does. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amd64/amd64

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:16:07 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: improve readability of TRAP_SIGDEBUG info and add fsbase/gsbase. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src/sys/arch/amd64/amd64

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:16:07 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: improve readability of TRAP_SIGDEBUG info and add fsbase/gsbase. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

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

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:15:06 UTC 2017 Modified Files: src/sys/arch/powerpc/powerpc: trap.c Log Message: set signo and code correctly for signals triggered by uvm_fault() errors. To generate a diff of this commit: cvs rdiff -u -r1.151

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

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:15:06 UTC 2017 Modified Files: src/sys/arch/powerpc/powerpc: trap.c Log Message: set signo and code correctly for signals triggered by uvm_fault() errors. To generate a diff of this commit: cvs rdiff -u -r1.151

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

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:14:03 UTC 2017 Modified Files: src/sys/arch/powerpc/powerpc: fpu.c Log Message: use kpreempt_disable() rather than splsoftclock() to disable preemption. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

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

2017-03-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 9 00:14:03 UTC 2017 Modified Files: src/sys/arch/powerpc/powerpc: fpu.c Log Message: use kpreempt_disable() rather than splsoftclock() to disable preemption. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

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

2017-03-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Mar 5 16:09:26 UTC 2017 Modified Files: src/sys/arch/powerpc/powerpc: sig_machdep.c Log Message: in cpu_setmcontext(), do not update the TLS register (r2) as part of _UC_CPU. if _UC_TLSBASE is set, use lwp_setprivate() to

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

2017-03-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Mar 5 16:09:26 UTC 2017 Modified Files: src/sys/arch/powerpc/powerpc: sig_machdep.c Log Message: in cpu_setmcontext(), do not update the TLS register (r2) as part of _UC_CPU. if _UC_TLSBASE is set, use lwp_setprivate() to

CVS commit: src/tests/lib/libpthread

2017-03-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Mar 5 16:08:23 UTC 2017 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: reenable mutex2 and mutex3 on powerpc now that PR 44387 is fixed. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/lib/libpthread

2017-03-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Mar 5 16:08:23 UTC 2017 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: reenable mutex2 and mutex3 on powerpc now that PR 44387 is fixed. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/lib/libc/gen

2017-03-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Mar 5 16:07:38 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: reenable sigfpe_flt on powerpc now that FPU exceptions work. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/tests/lib/libc/gen

2017-03-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Mar 5 16:07:38 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: reenable sigfpe_flt on powerpc now that FPU exceptions work. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

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

2017-02-28 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Feb 28 17:35:29 UTC 2017 Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S Log Message: in cpu_switchto() and the fast-softint context switch code, put back the stwcx. instruction to clear the reservation. we used to

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

2017-02-28 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Feb 28 17:35:29 UTC 2017 Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S Log Message: in cpu_switchto() and the fast-softint context switch code, put back the stwcx. instruction to clear the reservation. we used to

CVS commit: src/libexec/ld.elf_so

2017-02-27 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 20:25:26 UTC 2017 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: tag the powerpc hackish_return_address() as __noinline. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/libexec/ld.elf_so

2017-02-27 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 20:25:26 UTC 2017 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: tag the powerpc hackish_return_address() as __noinline. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/tests/lib/csu/arch/powerpc

2017-02-27 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 20:22:32 UTC 2017 Modified Files: src/tests/lib/csu/arch/powerpc: h_initfini_align.S Log Message: check the lower bits of the stack pointer, not the lower bits of the upper half of the stack pointer. To generate a diff

CVS commit: src/tests/lib/csu/arch/powerpc

2017-02-27 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 20:22:32 UTC 2017 Modified Files: src/tests/lib/csu/arch/powerpc: h_initfini_align.S Log Message: check the lower bits of the stack pointer, not the lower bits of the upper half of the stack pointer. To generate a diff

CVS commit: src/distrib/sets/lists/xdebug

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 07:11:06 UTC 2017 Modified Files: src/distrib/sets/lists/xdebug: md.macppc Log Message: add glint driver debuginfo file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/distrib/sets/lists/xdebug

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 07:11:06 UTC 2017 Modified Files: src/distrib/sets/lists/xdebug: md.macppc Log Message: add glint driver debuginfo file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/mips/mips

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:57:45 UTC 2017 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: in mips_emul_fp(), clear all pending FP exceptions rather than just a particular one, otherwise the kernel can take another FPU trap when it

CVS commit: src/sys/arch/mips/mips

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:57:45 UTC 2017 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: in mips_emul_fp(), clear all pending FP exceptions rather than just a particular one, otherwise the kernel can take another FPU trap when it

CVS commit: src/sys/arch/mips/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:57:16 UTC 2017 Modified Files: src/sys/arch/mips/include: fenv.h Log Message: fix fesetround() to set the FPSR to the desired value rather than a pointer to a local variable. wrap the asm in inline functions so that

CVS commit: src/sys/arch/mips/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:57:16 UTC 2017 Modified Files: src/sys/arch/mips/include: fenv.h Log Message: fix fesetround() to set the FPSR to the desired value rather than a pointer to a local variable. wrap the asm in inline functions so that

CVS commit: src/sys/arch/mips/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:56:03 UTC 2017 Modified Files: src/sys/arch/mips/include: ieeefp.h Log Message: the FP_* rounding constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using them.

CVS commit: src/sys/arch/mips/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:56:03 UTC 2017 Modified Files: src/sys/arch/mips/include: ieeefp.h Log Message: the FP_* rounding constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using them.

CVS commit: src/sys/arch/mips/mips

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:56:33 UTC 2017 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: the second operand to cfc1/ctc1 isn't an FPU data register so don't make it look like one. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/mips/mips

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:56:33 UTC 2017 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: the second operand to cfc1/ctc1 isn't an FPU data register so don't make it look like one. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/arch/mips/gen

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:55:26 UTC 2017 Modified Files: src/lib/libc/arch/mips/gen: fpsetmask.c fpsetround.c fpsetsticky.c Log Message: fix asm operands: "ctc1" uses the register as an input, not an output. To generate a diff of this commit:

CVS commit: src/lib/libc/arch/mips/gen

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:55:26 UTC 2017 Modified Files: src/lib/libc/arch/mips/gen: fpsetmask.c fpsetround.c fpsetsticky.c Log Message: fix asm operands: "ctc1" uses the register as an input, not an output. To generate a diff of this commit:

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

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:54:43 UTC 2017 Modified Files: src/sys/arch/powerpc/include: fenv.h Log Message: update the FE0/FE1 MSR bits as needed when changing the exception mask. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:54:43 UTC 2017 Modified Files: src/sys/arch/powerpc/include: fenv.h Log Message: update the FE0/FE1 MSR bits as needed when changing the exception mask. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:54:00 UTC 2017 Modified Files: src/lib/libc/arch/powerpc/gen: fpsetmask.c src/sys/arch/powerpc/include: instr.h src/sys/arch/powerpc/powerpc: trap.c Log Message: have fpsetmask() change the FE0/FE1 MSR

CVS commit: src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:54:00 UTC 2017 Modified Files: src/lib/libc/arch/powerpc/gen: fpsetmask.c src/sys/arch/powerpc/include: instr.h src/sys/arch/powerpc/powerpc: trap.c Log Message: have fpsetmask() change the FE0/FE1 MSR

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

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:51:46 UTC 2017 Modified Files: src/sys/arch/powerpc/include: ieeefp.h Log Message: the FP_* exception constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using

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

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:51:46 UTC 2017 Modified Files: src/sys/arch/powerpc/include: ieeefp.h Log Message: the FP_* exception constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using

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

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:50:16 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: IGEPV2 std.igepv2 Log Message: fix the build of this kernel config by adding the omapscm driver. turn on options for dtrace, turn off USB debugging. To

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

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:50:16 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: IGEPV2 std.igepv2 Log Message: fix the build of this kernel config by adding the omapscm driver. turn on options for dtrace, turn off USB debugging. To

CVS commit: src/lib/libm/src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:49:02 UTC 2017 Modified Files: src/lib/libm/src: lrint.c Log Message: the MI lrint() code assumes that rounding is done in at most double precision but m68k (68881) uses extended precision by default, so put the FPU in

CVS commit: src/lib/libm/src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:49:02 UTC 2017 Modified Files: src/lib/libm/src: lrint.c Log Message: the MI lrint() code assumes that rounding is done in at most double precision but m68k (68881) uses extended precision by default, so put the FPU in

CVS commit: src/sys/arch/m68k/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:58 UTC 2017 Modified Files: src/sys/arch/m68k/include: ieeefp.h Log Message: the FP_* constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using them. To

CVS commit: src/sys/arch/m68k/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:58 UTC 2017 Modified Files: src/sys/arch/m68k/include: ieeefp.h Log Message: the FP_* constants need to be different from the new FE_* constants to preserve the ABI, so shift them as needed when using them. To

CVS commit: src/sys/arch/m68k/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:30 UTC 2017 Modified Files: src/sys/arch/m68k/include: fenv.h Log Message: use FPCR instead of FPSR to manipulate the exception mask. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/m68k/include

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:30 UTC 2017 Modified Files: src/sys/arch/m68k/include: fenv.h Log Message: use FPCR instead of FPSR to manipulate the exception mask. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:00 UTC 2017 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_asm.S dtrace_isa.c dtrace_subr.c src/external/cddl/osnet/dev/dtrace/arm: dtrace_subr.c

CVS commit: src

2017-02-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 27 06:47:00 UTC 2017 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_asm.S dtrace_isa.c dtrace_subr.c src/external/cddl/osnet/dev/dtrace/arm: dtrace_subr.c

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2017-02-23 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Feb 23 18:43:02 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.c Log Message: revert rev 1.2 (disabling split wide types) because it's no longer necessary after rev 1.6 of m68k.md (which itself

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2017-02-23 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Feb 23 18:43:02 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.c Log Message: revert rev 1.2 (disabling split wide types) because it's no longer necessary after rev 1.6 of m68k.md (which itself

CVS commit: src/sys/kern

2017-02-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Feb 18 01:29:09 UTC 2017 Modified Files: src/sys/kern: exec_elf.c kern_pax.c Log Message: obey the executable's ELF alignment constraints for PIE. this fixes gdb of PIE binaries on mac68k (and other platforms which use an ELF

CVS commit: src/sys/kern

2017-02-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Feb 18 01:29:09 UTC 2017 Modified Files: src/sys/kern: exec_elf.c kern_pax.c Log Message: obey the executable's ELF alignment constraints for PIE. this fixes gdb of PIE binaries on mac68k (and other platforms which use an ELF

CVS commit: src/sys/compat

2017-02-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Feb 12 21:02:20 UTC 2017 Modified Files: src/sys/compat/linux/arch/alpha: linux_exec.h src/sys/compat/linux/arch/arm: linux_exec.h src/sys/compat/linux/arch/i386: linux_exec.h

CVS commit: src/sys/compat

2017-02-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Feb 12 21:02:20 UTC 2017 Modified Files: src/sys/compat/linux/arch/alpha: linux_exec.h src/sys/compat/linux/arch/arm: linux_exec.h src/sys/compat/linux/arch/i386: linux_exec.h

CVS commit: src/external/cddl/osnet/dev/cyclic

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 21:59:09 UTC 2017 Modified Files: src/external/cddl/osnet/dev/cyclic: cyclic.c Log Message: put back the include of dtrace_bsd.h, it actually is needed. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/cddl/osnet/dev/cyclic

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 21:59:09 UTC 2017 Modified Files: src/external/cddl/osnet/dev/cyclic: cyclic.c Log Message: put back the include of dtrace_bsd.h, it actually is needed. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/cddl/osnet/dev/cyclic

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 20:06:21 UTC 2017 Modified Files: src/external/cddl/osnet/dev/cyclic: cyclic.c Log Message: fix this module to depend on the solaris module rather than the dtrace module. remove an unneeded header. To generate a diff of

CVS commit: src/external/cddl/osnet/dev/cyclic

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 20:06:21 UTC 2017 Modified Files: src/external/cddl/osnet/dev/cyclic: cyclic.c Log Message: fix this module to depend on the solaris module rather than the dtrace module. remove an unneeded header. To generate a diff of

CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 20:02:22 UTC 2017 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c Log Message: add some missing bits from freebsd r211554: remove the DOODAD from prochandler(). we are now DOODAD-compatible with current

CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 20:02:22 UTC 2017 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c Log Message: add some missing bits from freebsd r211554: remove the DOODAD from prochandler(). we are now DOODAD-compatible with current

CVS commit: src/external/bsd/libproc/dist

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 20:01:40 UTC 2017 Modified Files: src/external/bsd/libproc/dist: proc_util.c Log Message: implement proc_getlwpstatus() for netbsd using PT_GET_SIGINFO. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/libproc/dist

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 20:01:40 UTC 2017 Modified Files: src/external/bsd/libproc/dist: proc_util.c Log Message: implement proc_getlwpstatus() for netbsd using PT_GET_SIGINFO. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2016-05-30 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon May 30 13:04:24 UTC 2016 Modified Files: src/sys/arch/powerpc/oea: oea_machdep.c Log Message: allocate cpuset structures needed by MP DDB. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

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

2016-05-30 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon May 30 13:04:24 UTC 2016 Modified Files: src/sys/arch/powerpc/oea: oea_machdep.c Log Message: allocate cpuset structures needed by MP DDB. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

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

2016-05-22 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon May 23 01:45:41 UTC 2016 Modified Files: src/sys/arch/macppc/dev: ofb.c Log Message: remove unused variables. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/macppc/dev/ofb.c Please note that diffs

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

2016-05-22 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon May 23 01:45:41 UTC 2016 Modified Files: src/sys/arch/macppc/dev: ofb.c Log Message: remove unused variables. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/macppc/dev/ofb.c Please note that diffs

CVS commit: src/sys/compat/linux/common

2016-05-20 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri May 20 13:54:34 UTC 2016 Modified Files: src/sys/compat/linux/common: linux_futex.c Log Message: simplify and fix futex requeuing: don't wake up all the threads being requeued to have them move themselves from one list to

CVS commit: src/sys/compat/linux/common

2016-05-20 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri May 20 13:54:34 UTC 2016 Modified Files: src/sys/compat/linux/common: linux_futex.c Log Message: simplify and fix futex requeuing: don't wake up all the threads being requeued to have them move themselves from one list to

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

2016-05-15 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun May 15 15:26:04 UTC 2016 Modified Files: src/sys/arch/i386/include: asm.h Log Message: define ALTENTRY(), needed by dtrace. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/i386/include/asm.h Please

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

2016-05-15 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun May 15 15:26:04 UTC 2016 Modified Files: src/sys/arch/i386/include: asm.h Log Message: define ALTENTRY(), needed by dtrace. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/i386/include/asm.h Please

CVS commit: src/external/cddl/osnet

2016-05-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat May 14 21:19:06 UTC 2016 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_isa.c src/external/cddl/osnet/dev/dtrace/i386: dtrace_asm.S dtrace_isa.c src/external/cddl/osnet/dist/uts/common/dtrace:

CVS commit: src/external/cddl/osnet

2016-05-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat May 14 21:19:06 UTC 2016 Modified Files: src/external/cddl/osnet/dev/dtrace/amd64: dtrace_isa.c src/external/cddl/osnet/dev/dtrace/i386: dtrace_asm.S dtrace_isa.c src/external/cddl/osnet/dist/uts/common/dtrace:

CVS commit: src/external/bsd/libproc/dist

2016-04-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Apr 26 14:29:58 UTC 2016 Modified Files: src/external/bsd/libproc/dist: proc_util.c Log Message: the netbsd version of PT_LWPINFO is different from the freebsd version in that we use lp_lwpid as an input to say which lwp to

CVS commit: src/external/bsd/libproc/dist

2016-04-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Apr 26 14:29:58 UTC 2016 Modified Files: src/external/bsd/libproc/dist: proc_util.c Log Message: the netbsd version of PT_LWPINFO is different from the freebsd version in that we use lp_lwpid as an input to say which lwp to

CVS commit: src/external/bsd/libproc/dist

2016-04-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Apr 26 14:28:39 UTC 2016 Modified Files: src/external/bsd/libproc/dist: proc_sym.c Log Message: use the netbsd path for separate debuginfo files. only attempt to look up symbols in the dynsym table if the object actually has

CVS commit: src/external/bsd/libproc/dist

2016-04-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Apr 26 14:28:39 UTC 2016 Modified Files: src/external/bsd/libproc/dist: proc_sym.c Log Message: use the netbsd path for separate debuginfo files. only attempt to look up symbols in the dynsym table if the object actually has

CVS commit: src/external/bsd/librtld_db/dist

2016-04-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Apr 26 14:26:49 UTC 2016 Modified Files: src/external/bsd/librtld_db/dist: rtld_db.c Log Message: fix the lookup of the rtld postinit hook to use the netbsd names for the object and symbol rather than the freebsd names. remove

CVS commit: src/external/bsd/librtld_db/dist

2016-04-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Apr 26 14:26:49 UTC 2016 Modified Files: src/external/bsd/librtld_db/dist: rtld_db.c Log Message: fix the lookup of the rtld postinit hook to use the netbsd names for the object and symbol rather than the freebsd names. remove

CVS commit: src/usr.bin/finger

2016-03-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Mar 9 16:12:14 UTC 2016 Modified Files: src/usr.bin/finger: util.c Log Message: in find_idle_and_ttywrite(), initialize idletime and writable to 0 when stat() fails. this prevents a coredump later in stimeprint() due to

CVS commit: src/usr.bin/finger

2016-03-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Mar 9 16:12:14 UTC 2016 Modified Files: src/usr.bin/finger: util.c Log Message: in find_idle_and_ttywrite(), initialize idletime and writable to 0 when stat() fails. this prevents a coredump later in stimeprint() due to

CVS commit: src

2016-02-28 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 29 00:34:17 UTC 2016 Modified Files: src/share/man/man9: kmem.9 vmem.9 src/sys/kern: subr_kmem.c subr_vmem.c Log Message: fix vmem_alloc() to never return an error for VM_SLEEP requests, thus fixing kmem_alloc() to

CVS commit: src

2016-02-28 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 29 00:34:17 UTC 2016 Modified Files: src/share/man/man9: kmem.9 vmem.9 src/sys/kern: subr_kmem.c subr_vmem.c Log Message: fix vmem_alloc() to never return an error for VM_SLEEP requests, thus fixing kmem_alloc() to

CVS commit: src/sys

2016-02-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Feb 14 19:54:21 UTC 2016 Modified Files: src/sys/arch/acorn26/ioc: iociic.c src/sys/arch/arm/at91: at91twi.c src/sys/arch/arm/iomd: iomdiic.c src/sys/arch/arm/nvidia: tegra_i2c.c

CVS commit: src/sys

2016-02-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Feb 14 19:54:21 UTC 2016 Modified Files: src/sys/arch/acorn26/ioc: iociic.c src/sys/arch/arm/at91: at91twi.c src/sys/arch/arm/iomd: iomdiic.c src/sys/arch/arm/nvidia: tegra_i2c.c

Re: kernel memory allocation failures

2015-12-10 Thread Chuck Silvers
On Thu, Dec 10, 2015 at 11:00:11PM -0500, Christos Zoulas wrote: > On Dec 11, 11:37am, k-nakah...@iij.ad.jp (Kengo NAKAHARA) wrote: > -- Subject: Re: CVS commit: src/sys/net > > | Hi, > | > | > In article <20151210081103.E0FBBFB83%cvs.NetBSD.org@localhost>, > | > Kengo NAKAHARA

CVS commit: src/sys/external/bsd/acpica/conf

2015-08-18 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Aug 18 15:38:02 UTC 2015 Modified Files: src/sys/external/bsd/acpica/conf: files.acpica Log Message: post-christos cleanup: fix the build To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/external/bsd/acpica/conf

2015-08-18 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Aug 18 15:38:02 UTC 2015 Modified Files: src/sys/external/bsd/acpica/conf: files.acpica Log Message: post-christos cleanup: fix the build To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src

2015-07-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jul 6 00:21:51 UTC 2015 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctfmerge.c src/share/mk: sys.mk Log Message: reapply some fixes to make multi-threaded ctfmerge work that were lost in the overzealous

CVS commit: src

2015-07-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jul 6 00:21:51 UTC 2015 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctfmerge.c src/share/mk: sys.mk Log Message: reapply some fixes to make multi-threaded ctfmerge work that were lost in the overzealous

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-06-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Jun 25 16:01:20 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.c Log Message: fix Xorg coredumps that have started happening recently. the problem is that we get a SIGALRM while we're sleeping during

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-06-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Jun 25 16:01:20 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.c Log Message: fix Xorg coredumps that have started happening recently. the problem is that we get a SIGALRM while we're sleeping during

CVS commit: src/sys/external/bsd/drm2/drm

2015-06-19 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Jun 19 22:51:57 UTC 2015 Modified Files: src/sys/external/bsd/drm2/drm: drm_vma_manager.c Log Message: plug memory leak in drm_vma_node_revoke(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/external/bsd/drm2/drm

2015-06-19 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Jun 19 22:51:57 UTC 2015 Modified Files: src/sys/external/bsd/drm2/drm: drm_vma_manager.c Log Message: plug memory leak in drm_vma_node_revoke(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/kern

2015-05-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu May 14 17:31:24 UTC 2015 Modified Files: src/sys/kern: subr_disk.c Log Message: in bounds_check_with_*, reject negative block numbers and avoid a potential overflow in calculating the size of the request. To generate a diff of

CVS commit: src/sys/kern

2015-05-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu May 14 17:31:24 UTC 2015 Modified Files: src/sys/kern: subr_disk.c Log Message: in bounds_check_with_*, reject negative block numbers and avoid a potential overflow in calculating the size of the request. To generate a diff of

CVS commit: src/sys/nfs

2015-05-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu May 14 17:35:54 UTC 2015 Modified Files: src/sys/nfs: nfs_vnops.c Log Message: in nfs_writerpc(), avoid a signed/unsigned problem in computing the number of bytes to back up in the uio when we need to resend a write RPC (eg.

CVS commit: src/sys/nfs

2015-05-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu May 14 17:35:54 UTC 2015 Modified Files: src/sys/nfs: nfs_vnops.c Log Message: in nfs_writerpc(), avoid a signed/unsigned problem in computing the number of bytes to back up in the uio when we need to resend a write RPC (eg.

CVS commit: src/sys/external/bsd/acpica/dist/namespace

2015-02-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 9 03:16:33 UTC 2015 Modified Files: src/sys/external/bsd/acpica/dist/namespace: nsinit.c Log Message: revert rev 1.5, which brings back PR 48494. that earlier revision itself reverted an upstream bugfix, and that change

CVS commit: src/sys/external/bsd/acpica/dist/namespace

2015-02-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Feb 9 03:16:33 UTC 2015 Modified Files: src/sys/external/bsd/acpica/dist/namespace: nsinit.c Log Message: revert rev 1.5, which brings back PR 48494. that earlier revision itself reverted an upstream bugfix, and that change

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