Module Name:src
Committed By: maxv
Date: Sat Jan 20 07:43:28 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
Improve two comments and a KASSERT.
To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 src/sys/arch/amd64/amd64/machdep.c
Module Name:src
Committed By: simonb
Date: Sat Jan 20 03:50:29 UTC 2018
Modified Files:
src/sys/arch/powerpc/include: spr.h
Log Message:
Add a copyright (approx 16.5 years later).
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/powerpc/include/
Module Name:src
Committed By: mrg
Date: Sat Jan 20 01:32:45 UTC 2018
Modified Files:
src/sys/dev/raidframe: raidframeio.h rf_compat32.h rf_compat80.c
rf_compat80.h rf_netbsdkintf.c
Log Message:
fixes for the previous, noted by nakayama@.
- RAIDFRAME_CONFIGURE
Module Name:src
Committed By: macallan
Date: Fri Jan 19 23:38:56 UTC 2018
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h
Log Message:
add conversion goop for WSDISPLAYIO_LDFONT and _SFONT
tested on mips64
To generate a diff of this commit:
cvs
Module Name:src
Committed By: macallan
Date: Fri Jan 19 23:37:36 UTC 2018
Modified Files:
src/sys/dev/pci/voyager: voyagerfb.c
Log Message:
enable font loading
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/voyager/voyagerfb.c
Please note
Module Name:src
Committed By: christos
Date: Fri Jan 19 23:17:41 UTC 2018
Modified Files:
src/libexec/ld.elf_so/arch/mips: mips_reloc.c
Log Message:
don't forget to eat the high bits.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/libexec/ld.elf_so/arc
Module Name:src
Committed By: maxv
Date: Fri Jan 19 15:04:29 UTC 2018
Modified Files:
src/sys/net: if_mpls.c
Log Message:
Several changes:
* Declare TRIM_LABEL as a function.
* In mpls_unlabel_inet, copy the label locally. It's not incorrect to
keep a pointer on the
Module Name:src
Committed By: maxv
Date: Fri Jan 19 14:30:09 UTC 2018
Modified Files:
src/usr.sbin/traceroute: traceroute.c
Log Message:
Fix build failure, the structure is already defined now.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/usr.sbin/tr
Module Name:src
Committed By: maxv
Date: Fri Jan 19 14:15:35 UTC 2018
Modified Files:
src/sys/netmpls: mpls_ttl.c
Log Message:
Add XXX.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/netmpls/mpls_ttl.c
Please note that diffs are not public domain;
Module Name:src
Committed By: maxv
Date: Fri Jan 19 13:17:29 UTC 2018
Modified Files:
src/sys/netinet: ip_icmp.c
Log Message:
Fix a buffer overflow in icmp_error. We create in 'm' a packet that must
contain:
IPv4 header | Fixed part of ICMP header | Variable part of ICM
Module Name:src
Committed By: maxv
Date: Fri Jan 19 12:50:27 UTC 2018
Modified Files:
src/sys/netinet: ip_icmp.c
Log Message:
Clarify icmp_error:
* Rename (and constify) oiplen -> oiphlen.
* Rename icmplen -> datalen, it's the size of the variable part of
the ICMP h
Module Name:src
Committed By: nakayama
Date: Fri Jan 19 12:47:42 UTC 2018
Modified Files:
src/sys/arch/sparc64/sparc64: cpu.c
Log Message:
sun4v doesn't have %ver register.
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/arch/sparc64/sparc64/cpu.c
Module Name:src
Committed By: nakayama
Date: Fri Jan 19 12:31:28 UTC 2018
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
Fix inverted logic.
To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 src/sys/net/if_ethersubr.c
Please note that diffs are n
Module Name:src
Committed By: maxv
Date: Fri Jan 19 10:54:31 UTC 2018
Modified Files:
src/sys/netinet: ip_icmp.h
src/sys/netmpls: mpls_ttl.c
Log Message:
Move the ICMP Extension structures from mpls_ttl.c to ip_icmp.h; that's
part of the ICMP protocol (per RFC4884)
Module Name:src
Committed By: maxv
Date: Fri Jan 19 10:21:24 UTC 2018
Modified Files:
src/sys/netinet: ip_icmp.h
Log Message:
Style, explain a bit, and fix icmp_radv, it should be icmp_dun.id_radv.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/net
Module Name:src
Committed By: skrll
Date: Fri Jan 19 09:04:24 UTC 2018
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
Fix some ARM kernel builds. ARM abuses compat32 for ABI compatibility and
this means some ioctls overlap.
To generate a diff of th
Module Name:src
Committed By: ozaki-r
Date: Fri Jan 19 08:01:05 UTC 2018
Modified Files:
src/sys/net: route.c
src/sys/netinet: in.c
src/sys/netinet6: in6.c
Log Message:
Suppress noisy debugging outputs
Even if DEBUG they are too noisy under load.
To gene
17 matches
Mail list logo