Module Name:src
Committed By: martin
Date: Thu Jan 28 10:36:27 UTC 2021
Modified Files:
src: build.sh
Log Message:
Modify the generated make wrapper to avoid complaints about
non-writable OBJDIR from make (which happen a lot when cross-building
kernels re-using a makewrapp
Module Name:src
Committed By: jmcneill
Date: Thu Jan 28 11:45:31 UTC 2021
Modified Files:
src/sys/arch/arm/amlogic: mesongx_mmc.c
Log Message:
port-arm/55957: Odroid C2 can not access eMMC card
A few changes to clock setup:
- Disable clock while changing dividers
- Set
Module Name:src
Committed By: thorpej
Date: Thu Jan 28 14:35:11 UTC 2021
Modified Files:
src/sys/dev/i2c: adm1021.c
Log Message:
Use iic_compatible_lookup() in admtemp_setflags().
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/i2c/adm1021.c
Pl
Module Name:src
Committed By: thorpej
Date: Thu Jan 28 14:42:45 UTC 2021
Modified Files:
src/sys/dev/i2c: ssdfb_i2c.c
Log Message:
Use iic_compatible_lookup() in ssdfb_i2c_attach().
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/ssdfb_i2c.c
Module Name:src
Committed By: thorpej
Date: Thu Jan 28 14:57:43 UTC 2021
Modified Files:
src/sys/dev/i2c: at24cxx.c
Log Message:
No need to consult ia->ia_ncompat before calling iic_compatible_lookup().
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sy
Module Name:src
Committed By: reinoud
Date: Thu Jan 28 15:43:13 UTC 2021
Modified Files:
src/sys/dev/pci: virtio.c virtio_pci.c virtiovar.h
src/sys/dev/virtio: virtio_mmio.c
Log Message:
Rewrite and streamline virtio device config read/write and explicitly cater
fo
Module Name:src
Committed By: thorpej
Date: Thu Jan 28 15:53:46 UTC 2021
Modified Files:
src/sys/kern: subr_device.c
Log Message:
In device_is_a(), handle dev or dev->dv_cfdriver being NULL. This
makes the calling pattern:
device_is_a(device_parent(dev), "whateve
Module Name:src
Committed By: macallan
Date: Thu Jan 28 17:40:00 UTC 2021
Modified Files:
src/sys/dev/wscons: wsdisplay_vcons.c
Log Message:
fix logic botch from previous - if we're asked to draw the cursor somewhere
else and it's still visible we need to clear it
To gen
Module Name:src
Committed By: joerg
Date: Thu Jan 28 18:52:43 UTC 2021
Modified Files:
src/usr.bin/nbperf: graph2.c
Log Message:
Fix sanity check to match the fixed off-by-one logic in the sizing
logic.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.
Module Name:src
Committed By: christos
Date: Thu Jan 28 19:42:27 UTC 2021
Modified Files:
src/external/bsd/libarchive/dist/tar: write.c
Log Message:
PR/55962: Andreas Gustafsson: Some tar(1) error messages lack file name and
newline
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Thu Jan 28 19:46:54 UTC 2021
Modified Files:
src/external/bsd/libarchive/dist/tar: write.c
Log Message:
Don't try print an error message when there is none.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/exter
Module Name:src
Committed By: thorpej
Date: Fri Jan 29 02:26:58 UTC 2021
Modified Files:
src/sys/dev/acpi: nxpiic_acpi.c
Log Message:
Use acpi_compatible_match().
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/nxpiic_acpi.c
Please note that
Module Name:src
Committed By: nonaka
Date: Fri Jan 29 04:38:18 UTC 2021
Modified Files:
src/sys/dev/hyperv: hvkbd.c
Log Message:
hvkbd(4): Don't wait forever.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hyperv/hvkbd.c
Please note that diffs a
Module Name:src
Committed By: nonaka
Date: Fri Jan 29 04:38:34 UTC 2021
Modified Files:
src/sys/dev/hyperv: vmbus.c
Log Message:
vmbus(4): Don't wait forever.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/hyperv/vmbus.c
Please note that diffs
Module Name:src
Committed By: nonaka
Date: Fri Jan 29 04:38:49 UTC 2021
Modified Files:
src/sys/dev/hyperv: if_hvn.c
Log Message:
hvn(4): Don't wait forever.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/hyperv/if_hvn.c
Please note that diffs
Module Name:src
Committed By: skrll
Date: Fri Jan 29 06:00:08 UTC 2021
Modified Files:
src/sys/dev/pci: pci.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/dev/pci/pci.c
Please note that diffs are not public dom
Module Name:src
Committed By: skrll
Date: Fri Jan 29 06:22:05 UTC 2021
Modified Files:
src/sys/arch/arm/arm32: fault.c
Log Message:
Typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/arm/arm32/fault.c
Please note that diffs are
Module Name:src
Committed By: rin
Date: Fri Jan 29 06:24:19 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Fix previous; sunxidrm(4) couldn't be probed on Allwinner A64 due to
trailing whitespace in compat string.
To generate a diff of this com
Module Name:src
Committed By: skrll
Date: Fri Jan 29 07:00:28 UTC 2021
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
More debug
To generate a diff of this commit:
cvs rdiff -u -r1.423 -r1.424 src/sys/arch/arm/arm32/pmap.c
Please note that diffs are not pub
Module Name:src
Committed By: skrll
Date: Fri Jan 29 07:58:57 UTC 2021
Modified Files:
src/sys/arch/arm/arm32: fault.c
Log Message:
the last_fault_code DEBUG variable is not MP safe, so don't compile it in.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115
20 matches
Mail list logo