Module Name:src
Committed By: maxv
Date: Fri Mar 30 07:11:40 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Use consttime_memequal instead of memcmp, to prevent side channels. This
functions returns 1 when the buffers are equal, contrary to memcmp, henc
Module Name:src
Committed By: mlelstv
Date: Fri Mar 30 07:22:59 UTC 2018
Modified Files:
src/sys/uvm: uvm_readahead.c
Log Message:
Increase UVM read ahead window limit a bit to match concurrency of reading
from the raw device.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: maxv
Date: Fri Mar 30 08:25:06 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Fix the log. mtod never returns NULL, so 'ip' is always non-NULL, and the
'ip6' branch is never taken. As a result we log garbage on IPv6 packets
Module Name:src
Committed By: ragge
Date: Fri Mar 30 08:34:35 UTC 2018
Modified Files:
src/sys/arch/vax/vax: pmap.c
Log Message:
Allow allocation of PTE space to fail in pmap_enter if PMAP_CANFAIL is set.
This fixes the panic part of PR port-vax/28379.
To generate a diff
Module Name:src
Committed By: maxv
Date: Fri Mar 30 08:53:51 UTC 2018
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
Style, use NULL for pointers, use KASSERT, and don't inline huge functions,
we want to debug them with DDB (and not just with GPROF).
To gener
Module Name:src
Committed By: maxv
Date: Fri Mar 30 08:57:32 UTC 2018
Modified Files:
src/sys/netinet: tcp_output.c
Log Message:
Remove dead code. It was introduced in rev1 (25 years ago), and is
irrelevant today.
To generate a diff of this commit:
cvs rdiff -u -r1.201 -
Module Name:src
Committed By: msaitoh
Date: Fri Mar 30 09:24:40 UTC 2018
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
>From the latest Intel SDM:
- Add Xeon Phi 7215, 7285 and 7295
- Add Coffee Lake
To generate a diff of this commit:
cvs rdiff -u -r1.83
Module Name:src
Committed By: msaitoh
Date: Fri Mar 30 09:28:37 UTC 2018
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
>From the latest Intel SDM:
- Add Intel Fn_0006 %eax new bit 14-20 (HWP stuff).
- Intel Fn_0007 %ecx bit 22 is for both RDPI
Module Name:src
Committed By: msaitoh
Date: Fri Mar 30 09:30:57 UTC 2018
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Add Some bit definitions of AMD Fn8001 %edx:
- MMX
- FXSR
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 sr
Module Name:src
Committed By: maxv
Date: Fri Mar 30 09:53:08 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
Add #ifndef XEN, xen doesn't have speculation_barrier.
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/arch/amd64
Module Name:src
Committed By: maxv
Date: Fri Mar 30 10:01:36 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: genassym.cf
Log Message:
Fix warning when compiling Xen; FLAT_RING3_CS64 is defined in a child of
xen.h, which is already included in genassym.cf. So don't redef
Module Name:src
Committed By: pgoyette
Date: Fri Mar 30 10:09:08 UTC 2018
Modified Files:
src/distrib/sets/lists/modules [pgoyette-compat]: mi
src/sys/arch/amd64/amd64 [pgoyette-compat]: locore.S
src/sys/arch/amd64/conf [pgoyette-compat]: GENERIC
src
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:07:12 UTC 2018
Modified Files:
src/usr.sbin/makefs/cd9660 [netbsd-8]: cd9660_eltorito.c
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #660):
usr.sbin/makefs/cd9660/cd9660_eltorito.
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:10:14 UTC 2018
Modified Files:
src/sys/netinet [netbsd-8]: ip_reass.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #668):
sys/netinet/ip_reass.c: revision 1.12
Add one more check i
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:12:15 UTC 2018
Modified Files:
src/sys/netinet [netbsd-8]: ip_encap.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #661):
sys/netinet/ip_encap.c: revision 1.67
Fix memory leak, fo
Module Name:src
Committed By: pgoyette
Date: Fri Mar 30 11:15:25 UTC 2018
Added Files:
src/sys/modules/compat_20 [pgoyette-compat]: Makefile
Log Message:
Forgot to commit this previously.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/modules/compa
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:17:19 UTC 2018
Modified Files:
src/sys/netinet [netbsd-8]: tcp_input.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #662):
sys/netinet/tcp_input.c: revision 1.383 (via patch)
Reve
Module Name:src
Committed By: pgoyette
Date: Fri Mar 30 11:18:34 UTC 2018
Modified Files:
src/distrib/sets/lists/modules [pgoyette-compat]: mi
src/sys/compat/common [pgoyette-compat]: compat_mod.c compat_mod.h
files.common kern_sig_13.c
src/sys/m
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:19:45 UTC 2018
Modified Files:
src/sys/netinet6 [netbsd-8]: frag6.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #663):
sys/netinet6/frag6.c: revision 1.64
Kick zero-sized fragmen
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:23:20 UTC 2018
Modified Files:
src/sys/netinet6 [netbsd-8]: dest6.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #664):
sys/netinet6/dest6.c: revision 1.21
Fix the calculation of
Module Name:src
Committed By: pgoyette
Date: Fri Mar 30 11:29:53 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_mod.c
Log Message:
Update list of modules which are included in the monolithic compat_netbsd
module.
To generate a diff of this commi
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:43:00 UTC 2018
Modified Files:
src/sys/netinet6 [netbsd-8]: raw_ip6.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #666):
sys/netinet6/raw_ip6.c: revision 1.161
Fix use-after-free
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:45:58 UTC 2018
Modified Files:
src/sys/netipsec [netbsd-8]: ipsec_input.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #667):
sys/netipsec/ipsec_input.c: revision 1.54
ipsec4_fixu
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:50:56 UTC 2018
Modified Files:
src/sys/netipsec [netbsd-8]: ipsec.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #669):
sys/netipsec/ipsec.c: revision 1.134
Fix ipsec4_get_ulp().
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:53:13 UTC 2018
Modified Files:
src/sys/netipsec [netbsd-8]: xform_esp.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #670):
sys/netipsec/xform_esp.c: revision 1.73
Add missing NUL
Module Name:src
Committed By: martin
Date: Fri Mar 30 11:57:13 UTC 2018
Modified Files:
src/sys/netinet6 [netbsd-8]: ip6_forward.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #671):
sys/netinet6/ip6_forward.c: revision 1.91
Fix two pre
Module Name:src
Committed By: martin
Date: Fri Mar 30 12:01:31 UTC 2018
Modified Files:
src/sys/netinet6 [netbsd-8]: in6_proto.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #672):
sys/netinet6/in6_proto.c: revision 1.120
Change ip6_hdrne
Module Name:src
Committed By: martin
Date: Fri Mar 30 12:07:35 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe [netbsd-8]: if_bypass.c if_sriov.c ix_txrx.c
ixgbe.c ixgbe.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.c
ixgbe_osdep.h ixgbe_phy.c ixgbe_sri
Module Name:src
Committed By: martin
Date: Fri Mar 30 12:11:07 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #660-#664, #666-#673
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-8.0
Please note that
Module Name:src
Committed By: christos
Date: Fri Mar 30 12:56:46 UTC 2018
Modified Files:
src/sbin/fsck_lfs: bufcache.c bufcache.h
Log Message:
PR/51418: Jose Luis Rodriguez Garcia: Fix incore src/sbin/fsck_lfs/bufcache.c
XXX: pullup-8, pullup-7
To generate a diff of thi
Module Name:src
Committed By: mlelstv
Date: Fri Mar 30 13:14:25 UTC 2018
Modified Files:
src/sbin/mbrlabel: mbrlabel.c
Log Message:
Handle sector sizes != 512, check partition overlaps, improve guessing
of filesystem parameters.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: mlelstv
Date: Fri Mar 30 13:21:24 UTC 2018
Modified Files:
src/sys/net: if_media.c
Log Message:
add prototypes, validate ifm_change and ifm_status vectors. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/net/if_med
Module Name:src
Committed By: mlelstv
Date: Fri Mar 30 13:29:19 UTC 2018
Modified Files:
src/sys/net: if_spppsubr.c
Log Message:
Reset fail counter when link goes down so that next session starts
with the correct retry count.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: sevan
Date: Fri Mar 30 13:54:24 UTC 2018
Modified Files:
src/share/man/man4/man4.macppc: obio.4
Log Message:
awacs(4) is enabled by default in GENERIC as of r1.343.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/ma
Module Name:src
Committed By: sevan
Date: Fri Mar 30 14:06:39 UTC 2018
Modified Files:
src/share/man/man4/man4.macppc: awacs.4
Log Message:
Use An macro for author name.
awacs(4) has qualified to be enabled by default in GENERIC config as of r1.343.
It should get a whole l
Module Name:src
Committed By: wiz
Date: Fri Mar 30 14:21:04 UTC 2018
Modified Files:
src/share/man/man4/man4.macppc: obio.4
Log Message:
Remove Tn, comment out mediabay(4) because it doesn't exist.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/ma
Module Name:src
Committed By: sevan
Date: Fri Mar 30 14:25:20 UTC 2018
Modified Files:
src/share/man/man4/man4.macppc: awacs.4
Log Message:
Add email address for author.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.macppc/awacs.4
P
Module Name:src
Committed By: sevan
Date: Fri Mar 30 14:34:55 UTC 2018
Modified Files:
src/share/man/man4/man4.macppc: snapper.4
Log Message:
Add email addresses to author names.
snapper(4) was enabled by default in r1.208 of GENERIC over 12 years ago, drop
the bugs sectio
Module Name:src
Committed By: maxv
Date: Fri Mar 30 19:49:49 UTC 2018
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Add RDCL_NO and IBRS_ALL.
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/x86/include/specialreg.h
Plea
Module Name:src
Committed By: maxv
Date: Fri Mar 30 19:51:53 UTC 2018
Modified Files:
src/sys/arch/x86/include: cpu.h
src/sys/arch/x86/x86: identcpu.c
Log Message:
Retrieve cpuid.7:%edx.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/x
Module Name:src
Committed By: maxv
Date: Fri Mar 30 19:58:05 UTC 2018
Modified Files:
src/sys/arch/x86/x86: svs.c
Log Message:
Improve the detection. Future generations of Intel CPUs will have a bit to
say they are not affected by Meltdown.
To generate a diff of this com
Module Name:src
Committed By: maya
Date: Fri Mar 30 22:54:37 UTC 2018
Modified Files:
src/sys/dev/tc: stic.c
src/sys/kern: sysv_msg.c
src/sys/netinet: ip_output.c sctp_output.c
Log Message:
correct typo: and and -> and (comments only)
heads up on this bein
Module Name:src
Committed By: maya
Date: Fri Mar 30 22:59:43 UTC 2018
Modified Files:
src/sys/kern: tty.c
Log Message:
correct typo: and and -> and
from chris28.
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/kern/tty.c
Please note that diffs a
Module Name:src
Committed By: pgoyette
Date: Fri Mar 30 23:49:42 UTC 2018
Modified Files:
src/sys/kern [pgoyette-compat]: kern_module.c
Log Message:
Use an SLIST-based stack rather than a statically-allocated array for
recursion control. This eliminates the MAXDEPTH const
Module Name:src
Committed By: pgoyette
Date: Fri Mar 30 23:56:18 UTC 2018
Modified Files:
src/sys/net [pgoyette-compat]: if_spppsubr.c
Log Message:
Import fixes from HEAD
To generate a diff of this commit:
cvs rdiff -u -r1.179.2.1 -r1.179.2.2 src/sys/net/if_spppsubr.c
P
Module Name:src
Committed By: pgoyette
Date: Fri Mar 30 23:58:00 UTC 2018
Modified Files:
src/distrib/sets/lists/modules [pgoyette-compat]: mi
src/sys/compat/common [pgoyette-compat]: compat_30_mod.c compat_util.c
src/sys/modules [pgoyette-compat]: Makefile
Module Name:src
Committed By: pgoyette
Date: Sat Mar 31 01:20:44 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_60_mod.c kern_cpu_60.c
src/sys/modules/compat_60 [pgoyette-compat]: Makefile
Log Message:
Re-enable inclusion of CPU_UCODE for
Module Name:src
Committed By: tsutsui
Date: Sat Mar 31 04:17:27 UTC 2018
Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030
Log Message:
Regen to denote GENERIC.in rev 1.115 in "Created from:" lines.
To generate a
Module Name:src
Committed By: tsutsui
Date: Sat Mar 31 04:19:41 UTC 2018
Modified Files:
src/sys/arch/atari/conf: HADES.in
Log Message:
Remove duplicated devices already defined in the common GENERIC.in.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/s
Module Name:src
Committed By: tsutsui
Date: Sat Mar 31 04:23:34 UTC 2018
Modified Files:
src/sys/arch/atari/conf: HADES
Log Message:
Regen from HADES.in rev 1.16:
> Remove duplicated devices already defined in the common GENERIC.in.
To generate a diff of this commit:
cv
Module Name:src
Committed By: ragge
Date: Sat Mar 31 06:32:48 UTC 2018
Modified Files:
src/sys/arch/vax/vax: machdep.c
Log Message:
Set max/dfl size for vm a process may have to the same as for data.
This avoids a problem where mmap may lock processes in the system,
and so
Module Name:src
Committed By: ragge
Date: Sat Mar 31 06:34:51 UTC 2018
Modified Files:
src/sys/arch/vax/include: vmparam.h
Log Message:
Shrink MAXDSIZ to 512MB.
XXX this should be depending of amount of physical memory.
To generate a diff of this commit:
cvs rdiff -u -r1
52 matches
Mail list logo