Module Name:src
Committed By: maxv
Date: Thu Apr 19 07:22:30 UTC 2018
Modified Files:
src/sys/netipsec: xform_ah.c
Log Message:
cosmetic
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/netipsec/xform_ah.c
Please note that diffs are not public domai
Module Name:src
Committed By: maxv
Date: Thu Apr 19 07:36:23 UTC 2018
Modified Files:
src/sys/netipsec: xform_esp.c
Log Message:
Style, and remove meaningless XXX.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/netipsec/xform_esp.c
Please note tha
Module Name:src
Committed By: msaitoh
Date: Thu Apr 19 07:40:12 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
Use ixgbe_eitr_write() when writing the EITR for the link interrupt like
queue's EITR to write the register safely. This change is no
Module Name:src
Committed By: maxv
Date: Thu Apr 19 07:58:26 UTC 2018
Modified Files:
src/sys/netipsec: xform_ipcomp.c
Log Message:
Add a KASSERT (which is not triggerable since ipsec_common_input already
ensures 8 bytes are present), add an XXX (about the fact that it is
Module Name:src
Committed By: maxv
Date: Thu Apr 19 08:16:44 UTC 2018
Modified Files:
src/sys/netipsec: xform_ipip.c
Log Message:
Remove unused typedef, remove unused arguments from _ipip_input, sync
comment with reality, and change panic message.
To generate a diff of t
Module Name:src
Committed By: maxv
Date: Thu Apr 19 08:27:39 UTC 2018
Modified Files:
src/sys/netipsec: ah.h ah_var.h esp.h esp_var.h ipcomp.h ipcomp_var.h
ipip_var.h ipsec.c ipsec.h ipsec6.h ipsec_input.c ipsec_mbuf.c
ipsec_output.c ipsec_var.h key.
Module Name:src
Committed By: maya
Date: Thu Apr 19 08:39:18 UTC 2018
Modified Files:
src/share/dict: web2
Log Message:
Re-apply 1.35 which was accidentally reverted in 1.49
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/share/dict/web2
Please note th
Module Name:src
Committed By: martin
Date: Thu Apr 19 15:37:56 UTC 2018
Modified Files:
src/sbin/nvmectl [netbsd-8]: Makefile bignum.c devlist.c firmware.c
identify.c logpage.c nvme.h nvmectl.8 nvmectl.c nvmectl.h
perftest.c power.c reset.c wdc.c
Module Name:src
Committed By: martin
Date: Thu Apr 19 15:38:22 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #781
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.187 -r1.1.2.188 src/doc/CHANGES-8.0
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Thu Apr 19 15:55:22 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
src/sys/sys [netbsd-8]: param.h
Log Message:
Welcome to 8.0 RC1!
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/do
Module Name:src
Committed By: bouyer
Date: Thu Apr 19 18:19:17 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: sunxi_codec.c
Log Message:
Take the interrupt lock in interrupt handler. Seesm to fix the hang I was
seeing with a portaudio2 application.
Don't unmute at attach
Module Name:src
Committed By: christos
Date: Thu Apr 19 21:19:07 UTC 2018
Modified Files:
src/sys/sys: bus.h clock.h cprng.h cpu.h dtrace_bsd.h gcq.h kernhist.h
ktrace.h lwp.h msgbuf.h pmf.h proc.h pslist.h rndsource.h
signalvar.h sleepq.h socket.h s
Module Name:src
Committed By: christos
Date: Thu Apr 19 21:20:43 UTC 2018
Modified Files:
src/sys/net: bpf.h if.h if_arp.h if_ether.h if_gif.h if_ipsec.h
if_l2tp.h if_llatbl.h route.h
Log Message:
s/static inline/static __inline/g for consistency.
To generate
Module Name:src
Committed By: christos
Date: Thu Apr 19 21:22:02 UTC 2018
Modified Files:
src/sys/netinet6: in6.h in6_var.h
Log Message:
s/static inline/static __inline/g for consistency.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/netinet6/in6.
Module Name:src
Committed By: christos
Date: Thu Apr 19 21:21:44 UTC 2018
Modified Files:
src/sys/netinet: in.h in_var.h tcp_vtw.h
Log Message:
s/static inline/static __inline/g for consistency.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/neti
Module Name:src
Committed By: christos
Date: Thu Apr 19 21:50:10 UTC 2018
Modified Files:
src/sys/altq: altq_classq.h
src/sys/arch/alpha/include: alpha.h
src/sys/arch/evbcf/include: intr.h
src/sys/arch/mips/cavium: octeonvar.h
src/sys/arch/mi
Module Name:src
Committed By: mrg
Date: Thu Apr 19 22:01:27 UTC 2018
Modified Files:
src/external/gpl3/gcc/usr.bin/backend: Makefile
Log Message:
add missing cgraphunit.c dependancy on pass_manager.h. should fix report
from thorpej on current-users about missing pass-inst
Module Name:src
Committed By: kamil
Date: Fri Apr 20 00:06:45 UTC 2018
Modified Files:
src/sys/modules/examples: Makefile README
Added Files:
src/sys/modules/examples/readhappy_mpsafe: Makefile readhappy_mpsafe.c
test_readhappy.c
Log Message:
Add new ex
Module Name:src
Committed By: msaitoh
Date: Fri Apr 20 03:03:13 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix watchdog timer. Without this change, watchdog timer is unnecessary
fired and device is initialized without any error message. OK'd by knakaha
Module Name:src
Committed By: maxv
Date: Fri Apr 20 06:01:59 UTC 2018
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Cast to int, to properly handle dstoff > MHLEN (which never happens).
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/sys/kern
20 matches
Mail list logo