Module Name:src
Committed By: msaitoh
Date: Fri May 18 10:09:02 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixv.c
Log Message:
Revert new watchdog timer commits. The new watchdog timer made stability
worse than before. It seems unknown proble
Module Name:src
Committed By: joerg
Date: Fri May 18 12:23:23 UTC 2018
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c defs.h menus.mi net.c partman.c
util.c
src/usr.sbin/sysinst/arch/alpha: md.c
src/usr.sbin/sysinst/arch/emips: md.c
Module Name:src
Committed By: maxv
Date: Fri May 18 18:28:40 UTC 2018
Modified Files:
src/sys/netinet: ip6.h
Log Message:
Remove IP6_EXTHDR_GET0, remove pointless XXXs, and style.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/netinet/ip6.h
Please
Module Name:src
Committed By: maxv
Date: Fri May 18 18:52:17 UTC 2018
Modified Files:
src/sys/netinet: ip6.h
src/sys/sys: mbuf.h
Log Message:
IP6_EXTHDR_GET performs a basic mbuf operation, which has nothing to do
with IPv6. So declare an IP-independent M_REGION_GE
Module Name:src
Committed By: maxv
Date: Fri May 18 18:58:51 UTC 2018
Modified Files:
src/sys/netinet: dccp_usrreq.c ip_carp.c tcp_input.c tcp_sack.c
udp_usrreq.c
Log Message:
IP6_EXTHDR_GET -> M_REGION_GET, no functional change.
To generate a diff of this co
Module Name:src
Committed By: maxv
Date: Fri May 18 19:02:49 UTC 2018
Modified Files:
src/sys/netipsec: ipsec_input.c xform_ah.c xform_esp.c
Log Message:
IP6_EXTHDR_GET -> M_REGION_GET, no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 s
Module Name:src
Committed By: reinoud
Date: Fri May 18 19:04:11 UTC 2018
Added Files:
src/sys/arch/usermode/conf: kern.ldscript
Log Message:
Where did kern.ldscript go?
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/conf/kern.ldscript
Pl
Module Name:src
Committed By: reinoud
Date: Fri May 18 20:09:33 UTC 2018
Modified Files:
src/sys/arch/usermode/include: reg.h
Log Message:
Implement own process register capture from userland.
NetBSD/usermode now creates readable and sensible coredumps
To generate a dif
Module Name:src
Committed By: reinoud
Date: Fri May 18 20:10:25 UTC 2018
Modified Files:
src/sys/arch/usermode/usermode: process_machdep.c
Log Message:
Second part for creating sensible coredumps
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/us
Module Name:src
Committed By: reinoud
Date: Fri May 18 20:11:48 UTC 2018
Modified Files:
src/sys/arch/usermode/target/x86_64: cpu_x86_64.c
Log Message:
Use knowledge about the mcontext
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/targ
Module Name:src
Committed By: reinoud
Date: Fri May 18 20:21:14 UTC 2018
Modified Files:
src/sys/arch/usermode/target/i386: cpu_i386.c
Log Message:
Use knowledge of mcontext for i386 support
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/usermod
Module Name:src
Committed By: reinoud
Date: Fri May 18 20:24:16 UTC 2018
Modified Files:
src/sys/arch/usermode/usermode: trap.c
Log Message:
Replace the dynamically allocated signal stack to a static claimed one and add
diagnostic messages that can be enabled.
To generat
Module Name:src
Committed By: reinoud
Date: Fri May 18 20:24:57 UTC 2018
Modified Files:
src/sys/arch/usermode/include: thunk.h
Log Message:
Include OUR types.h and not the machine's. A small step to allow for
crosscompilation.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: maxv
Date: Fri May 18 21:03:33 UTC 2018
Modified Files:
src/sys/netinet6: nd6_rtr.c
Log Message:
Add missing m_put_rcvif_psref.
To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/netinet6/nd6_rtr.c
Please note that diff
Module Name:src
Committed By: reinoud
Date: Fri May 18 21:05:10 UTC 2018
Modified Files:
src/sys/arch/usermode/target/x86_64: cpu_x86_64.c
Log Message:
Remove outdated comment
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/target/x86_64
Module Name:src
Committed By: christos
Date: Sat May 19 01:51:05 UTC 2018
Modified Files:
src/external/bsd/byacc/dist: skel2c
Log Message:
Add awk line
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 src/external/bsd/byacc/dist/skel2c
Please note that di
Module Name:src
Committed By: christos
Date: Sat May 19 01:52:49 UTC 2018
Modified Files:
src/external/bsd/byacc/dist: btyaccpar.skel
Log Message:
provide bison compatibility for YYLLOC_DEFAULT
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/
Module Name:src
Committed By: christos
Date: Sat May 19 01:53:24 UTC 2018
Modified Files:
src/external/bsd/byacc/dist: btyaccpar.c yaccpar.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/byacc/dist/btyaccpar.c
cvs rdiff -
Module Name:src
Committed By: kamil
Date: Sat May 19 02:42:59 UTC 2018
Modified Files:
src/sys/kern: kern_sig.c
src/tests/lib/libc/sys: t_fork.c
Log Message:
Stop masking SIGSTOP in a vfork(2)ed child
Keep the traditional BSD behavior masking SIGTSTP, SIGTTIN and
Module Name:src
Committed By: kamil
Date: Sat May 19 05:01:42 UTC 2018
Modified Files:
src/sys/kern: kern_sig.c
Log Message:
Stop masking raise(SIGSTOP) in a vfork(2)ed child that called PT_TRACE_ME.
Sponsored by
To generate a diff of this commit:
cvs rdiff -u -r1.345
Module Name:src
Committed By: kamil
Date: Sat May 19 05:04:09 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.h
Log Message:
Add new auxiliary functions in t_ptrace_wait.h
New functions:
- FORKEE_ASSERT_NEQ()
- await_stopped_child()
Both will be used soo
Module Name:src
Committed By: kamil
Date: Sat May 19 05:07:42 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c
Log Message:
Enable traceme_vfork_raise2 in ATF ptrace(2) tests
raise(SIGSTOP) is now handled correctly by the kernel, in a child that
vfork(2)ed
Module Name:src
Committed By: kamil
Date: Sat May 19 05:10:16 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_fork.c
Log Message:
Reflect reality in the comment
The watcher process is emitting SIGKILL, not SIGTERM.
Sponsored by
To generate a diff of this commit:
cv
Module Name:src
Committed By: kamil
Date: Sat May 19 05:25:21 UTC 2018
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c
Log Message:
Cover SIGTSTP, SIGTTIN and SIGTTOU in traceme_vfork_raise ATF tests
SIGTSTP, SIGTTIN and SIGTTOU are special case signals ignored in
Module Name:src
Committed By: kamil
Date: Sat May 19 05:39:21 UTC 2018
Modified Files:
src/lib/libc/sys: vfork.2
Log Message:
Note in vfork(2) that SIGTSTP is masked
SIGSTOP is no longer masked, but it was never documented.
Sponsored by
To generate a diff of this comm
Module Name:src
Committed By: maxv
Date: Sat May 19 06:44:08 UTC 2018
Modified Files:
src/sys/netinet6: ip6_input.c
Log Message:
Remove misleading comment.
To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/sys/netinet6/ip6_input.c
Please note that diff
26 matches
Mail list logo