Module Name:src
Committed By: thorpej
Date: Sun May 23 07:17:51 UTC 2021
Modified Files:
src/sbin/ping6: ping6.c
Log Message:
Make sure the output packet buffer and the control message buffer
are aligned.
Fixes bin/56198.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: riastradh
Date: Sun May 23 08:42:32 UTC 2021
Modified Files:
src/sys/dev/usb: umass_scsipi.c
Log Message:
umass(4): Use an empty function callback, not null pointer.
This stupid bug, with an `XXX Broken!' comment right above, has been
prevent
Module Name:src
Committed By: riastradh
Date: Sun May 23 08:42:47 UTC 2021
Modified Files:
src/sys/dev/usb: umass.c
Log Message:
umass(4): Assert that we got a cb up front.
Avoids jump to zero waaay down the line where we've forgotten why
we wanted to jump into oblivi
Module Name:src
Committed By: riastradh
Date: Sun May 23 08:59:08 UTC 2021
Modified Files:
src/sys/arch/amd64/amd64: db_disasm.c
Log Message:
ddb/amd64: Don't go out of the way to detect invalid addresses.
db_disasm had logic to detect invalid addresses before trying to
d
Module Name:src
Committed By: riastradh
Date: Sun May 23 11:49:45 UTC 2021
Modified Files:
src/sys/dev/usb: xhci.c xhcireg.h xhcivar.h
Log Message:
xhci(4): Draft suspend/resume.
Work almost entirely done and tested by maya@ based on xhci 1.2 spec;
tidied up and tweaked b
Module Name:src
Committed By: riastradh
Date: Sun May 23 11:56:28 UTC 2021
Modified Files:
src/sys/arch/i386/i386: db_disasm.c
Log Message:
ddb/i386: Don't go out of the way to detect invalid addresses.
db_read_bytes already does this better (but didn't at the time this
c
Module Name:src
Committed By: thorpej
Date: Sun May 23 19:13:27 UTC 2021
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
Log Message:
Fix a bug in pmap_tlb_shootdown_all_user(), where it was not
stashing away the pointer to the pmap in the TLB context structure
like pmap_
Module Name:src
Committed By: riastradh
Date: Sun May 23 21:12:29 UTC 2021
Modified Files:
src/sys/dev/usb: xhci.c xhcivar.h
Log Message:
xhci(4): Block commands and issue Stop Endpoint on suspend.
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/d
Module Name:src
Committed By: dholland
Date: Sun May 23 23:22:55 UTC 2021
Modified Files:
src/sys/arch/mips/mips: db_disasm.c db_interface.c
src/sys/arch/riscv/riscv: db_disasm.c db_machdep.c
Log Message:
Improve ddb disassembly for mips (and riscv, cribbed from mi
Module Name:src
Committed By: mrg
Date: Sun May 23 23:24:45 UTC 2021
Modified Files:
src/sys/arch/mips/include: mips_param.h netbsd32_machdep.h
src/sys/arch/mips/mips: cpu_exec.c netbsd32_machdep.c
Log Message:
fix "uname -p" on mips n32.
this has been returning "
Module Name:src
Committed By: thorpej
Date: Mon May 24 03:43:24 UTC 2021
Modified Files:
src/sys/arch/alpha/alpha: pmap.c
src/sys/arch/alpha/include: pmap.h
Log Message:
pmap_tlb_shootdown_all_user() can be called in the PV scenario as well
as the forward scenario,
Module Name:src
Committed By: skrll
Date: Mon May 24 05:58:42 UTC 2021
Modified Files:
src/sys/dev/i2c: axppmic.c
Log Message:
Bail out of axpreg_attach if axpreg_get_voltage returns an error.
uvol isn't updated and shouldn't be used.
To generate a diff of this commit:
Module Name:src
Committed By: yamaguchi
Date: Mon May 24 06:08:29 UTC 2021
Modified Files:
src/sys/net/lagg: if_lagg.c if_lagg.h if_lagg_lacp.h if_laggvar.h
Log Message:
Added missing copyright and license notice
pointed out by thorpej@n.o., Thanks.
To generate a diff o
Module Name:src
Committed By: yamaguchi
Date: Mon May 24 06:24:20 UTC 2021
Modified Files:
src/sys/net/lagg: if_laggproto.h
Log Message:
Added missing copyright and license notice
pointed out by thorpej@n.o., Thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.2
14 matches
Mail list logo