Module Name:src
Committed By: maxv
Date: Thu Mar 22 07:32:07 UTC 2018
Modified Files:
src/sys/net/npf: npf_alg_icmp.c
Log Message:
Fix use-after-free.
The nbuf can be reallocated as a result of caching 'enpc', so it is
necessary to recache 'npc', otherwise it contains poi
Module Name:src
Committed By: maxv
Date: Thu Mar 22 08:57:47 UTC 2018
Modified Files:
src/sys/net/npf: npf_alg_icmp.c npf_inet.c
Log Message:
Change npf_cache_all so that it ensures the potential ICMP Query Id is in
the nbuf. In such a way that we don't need to ensure that
Module Name:src
Committed By: ragge
Date: Thu Mar 22 08:58:56 UTC 2018
Modified Files:
src/sys/arch/vax/boot: Makefile.inc
Log Message:
Let boot relocate to just below 8MB. This solves the problem with
booting a kernel larger than below 4MB.
To generate a diff of this c
Module Name:src
Committed By: maxv
Date: Thu Mar 22 09:04:25 UTC 2018
Modified Files:
src/sys/net/npf: npf_inet.c
Log Message:
Retrieve the complete IPv4 header right away, and make sure we did retrieve
the IPv6 option header we were iterating on.
To generate a diff of t
Module Name:src
Committed By: ozaki-r
Date: Thu Mar 22 09:21:24 UTC 2018
Modified Files:
src/tests/net/if_tap: t_tap.sh
src/tests/net/ndp: t_ndp.sh
Log Message:
Avoid setting IP addresses of the same subnet on different interface
If we do so, there will remain one
Module Name:src
Committed By: martin
Date: Thu Mar 22 11:03:51 UTC 2018
Modified Files:
src/external/cddl/osnet/sys/sys [netbsd-8]: kmem.h
Log Message:
Pull up following revision(s) (requested by maya in ticket #651):
external/cddl/osnet/sys/sys/kmem.h: revision 1.
Module Name:src
Committed By: martin
Date: Thu Mar 22 11:05:47 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #651
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.150 -r1.1.2.151 src/doc/CHANGES-8.0
Please note that diffs are not pu
Module Name:src
Committed By: maxv
Date: Thu Mar 22 12:16:11 UTC 2018
Modified Files:
src/sys/net/npf: npf_alg_icmp.c
Log Message:
Ah, fix compilation. I tested my previous change by loading the kernel
module from the filesystem, but the Makefile didn't have DIAGNOSTIC
ena
Module Name:src
Committed By: rin
Date: Thu Mar 22 12:20:56 UTC 2018
Modified Files:
src/sys/dev/ic: ninjascsi32.c
Log Message:
Do not call scsipi routines via njsc32_init before scsibus is attached.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/d
Module Name:src
Committed By: rin
Date: Thu Mar 22 12:26:29 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Add njs(4) at pci(4) and cardbus(4).
To generate a diff of this commit:
cvs rdiff -u -r1.485 -r1.486 src/sys/arch/amd64/conf/GENERIC
Please
Module Name:src
Committed By: rin
Date: Thu Mar 22 14:07:42 UTC 2018
Modified Files:
src/sys/dev/ic: ninjascsi32.c
Log Message:
Redo previous; reset async events only if scsibus has already been attached.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/
Module Name:othersrc
Committed By: riastradh
Date: Thu Mar 22 14:19:54 UTC 2018
Modified Files:
othersrc/usr.bin: Makefile
Log Message:
Make this diff-friendly.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.bin/Makefile
Please note that diffs
Module Name:othersrc
Committed By: riastradh
Date: Thu Mar 22 14:29:07 UTC 2018
Modified Files:
othersrc/usr.bin/edit: edit.1
Log Message:
Make this build. Fix mandoc warnings while here.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/edit/
Module Name:othersrc
Committed By: riastradh
Date: Thu Mar 22 14:32:28 UTC 2018
Added Files:
othersrc/usr.bin/meltdown: Makefile README meltdown.c
Log Message:
Add Meltdown PoC.
To use it for any kernel virtual addresses other than the entropy
pool statistics, you'll need
Module Name:othersrc
Committed By: riastradh
Date: Thu Mar 22 14:34:51 UTC 2018
Modified Files:
othersrc/usr.bin: Makefile
Log Message:
Build Meltdown PoC.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/Makefile
Please note that diffs are n
Module Name:src
Committed By: macallan
Date: Thu Mar 22 15:18:06 UTC 2018
Modified Files:
src/sys/arch/powerpc/include: cpu.h spr.h
src/sys/arch/powerpc/oea: cpu_subr.c
Log Message:
first step towards G5 SMP:
- only save/restore BATs on CPUs that have them
- treat
Module Name:src
Committed By: macallan
Date: Thu Mar 22 15:23:43 UTC 2018
Modified Files:
src/sys/arch/macppc/macppc: cpu.c
Log Message:
mapiodev() the CPU reset GPIOs instead of blindly assuming that everything
is BAT-mapped
Now the 2nd CPU on my PowerMac7,3 wakes up and
Module Name:src
Committed By: martin
Date: Thu Mar 22 16:38:32 UTC 2018
Modified Files:
src/share/man/man7 [netbsd-8]: sysctl.7
Log Message:
Pull up following revision(s) (requested by sevan in ticket #574):
share/man/man7/sysctl.7: revision 1.121,1.122,1.124 (via
Module Name:src
Committed By: martin
Date: Thu Mar 22 16:59:04 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-8]: amd64_trap.S db_machdep.c
genassym.cf locore.S machdep.c trap.c vector.S
src/sys/arch/amd64/conf [netbsd-8]: GENERIC kern.ldscrip
Module Name:src
Committed By: martin
Date: Thu Mar 22 17:03:02 UTC 2018
Modified Files:
src/sys/arch/i386/include [netbsd-8]: profile.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #653):
sys/arch/i386/include/profile.h: revision 1.36
Module Name:src
Committed By: martin
Date: Thu Mar 22 17:04:46 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #574, #652, #653
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.151 -r1.1.2.152 src/doc/CHANGES-8.0
Please note that dif
Module Name:src
Committed By: roy
Date: Thu Mar 22 17:16:05 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Handle ENOBUFS in recv
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/net/icmp/t_ping.c
Please note that diffs are not
Module Name:src
Committed By: roy
Date: Thu Mar 22 17:27:34 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Handle ENOBUFS in sendto
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/net/icmp/t_ping.c
Please note that diffs are n
Module Name:src
Committed By: maxv
Date: Thu Mar 22 20:48:38 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Don't call tcp_input_checksum again, it was already called earlier, no
need to checksum twice.
Then call tcp_fields_to_host a bit earlier, so th
Module Name:src
Committed By: maxv
Date: Thu Mar 22 21:10:17 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Rearrange a bit. No real functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.384 -r1.385 src/sys/netinet/tcp_input.c
Please
Module Name:src
Committed By: maxv
Date: Thu Mar 22 21:19:28 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Don't pass a pointer to tcp_reass, otherwise it looks like it can modify
tlen while it doesn't.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: macallan
Date: Thu Mar 22 21:26:27 UTC 2018
Modified Files:
src/sys/arch/powerpc/include/oea: cpufeat.h
Log Message:
provide a wrapper for mapiodev() - if we have BATs just use the paddr, if
we don't then actually map it
To generate a diff o
Module Name:src
Committed By: macallan
Date: Thu Mar 22 21:27:36 UTC 2018
Modified Files:
src/sys/arch/powerpc/pic: pic_openpic.c
Log Message:
don't call mapiodev() - the caller should hand us a usable address
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13
Module Name:src
Committed By: macallan
Date: Thu Mar 22 21:28:59 UTC 2018
Modified Files:
src/sys/arch/macppc/macppc: cpu.c interrupts.c
Log Message:
sprinkle oea_mapiodev()
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/macppc/macppc/cpu.c
cv
Module Name:src
Committed By: macallan
Date: Thu Mar 22 21:30:34 UTC 2018
Modified Files:
src/sys/arch/macppc/pci: uninorth.c
Log Message:
more oea_mapiodev()
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/macppc/pci/uninorth.c
Please note th
Module Name:src
Committed By: ozaki-r
Date: Fri Mar 23 04:09:41 UTC 2018
Modified Files:
src/sys/net: route.c
Log Message:
Don't take RT_LOCK in DDB
It definitely causes a diagnostic failure if LOCKDEBUG is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.20
Module Name:src
Committed By: mlelstv
Date: Fri Mar 23 06:01:07 UTC 2018
Modified Files:
src/sys/dev/scsipi: st.c
Log Message:
Use separate lock to protect internal state and release locks when
calling biodone.
To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.
32 matches
Mail list logo