created | 2024-10-26T21:30:36Z |
---|---|
begin | 2024-10-22T00:00:00Z |
end | 2024-10-23T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2024-10-22T02:58:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/include/armreg.h | log | diff | annotate |
message | correct name of define for ISS data abort S1PTW bit |
date | 2024-10-22T05:11:14Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/if_em_hw.h | log | diff | annotate |
message | remove duplicate DEV_ID_PCH2 defines |
date | 2024-10-22T10:14:49Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/include/cpu.h | log | diff | annotate |
src/sys/arch/amd64/include/cpuvar.h | log | diff | annotate | |
message | remove prototypes with no matching function |
date | 2024-10-22T11:54:04Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_proc.c | log | diff | annotate |
src/sys/kern/kern_sig.c | log | diff | annotate | |
message |
Protect the ps_pgrp pointer by either the KERNEL_LOCK or the ps_mtx. This should be enough to be on the safe side when unlocking ptsignal where a pr->ps_pgrp->pg_jobc == 0 check happens. OK mpi@ kettenis@ |
date | 2024-10-22T11:54:05Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/sys/proc.h | log | diff | annotate |
message |
Protect the ps_pgrp pointer by either the KERNEL_LOCK or the ps_mtx. This should be enough to be on the safe side when unlocking ptsignal where a pr->ps_pgrp->pg_jobc == 0 check happens. OK mpi@ kettenis@ |
date | 2024-10-22T12:51:56Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/macppc/macppc/cpu.c | log | diff | annotate |
src/sys/arch/macppc/macppc/genassym.cf | log | diff | annotate | |
src/sys/arch/macppc/macppc/locore.S | log | diff | annotate | |
src/sys/arch/macppc/macppc/locore0.S | log | diff | annotate | |
src/sys/arch/powerpc/include/cpu.h | log | diff | annotate | |
src/sys/arch/powerpc/powerpc/intr.c | log | diff | annotate | |
message |
Rename `ci_intrdepth' to `ci_idepth'. ok gkoehler@, jsg@ |
date | 2024-10-22T21:50:02Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/amd64/mpbios.c | log | diff | annotate |
src/sys/arch/amd64/include/i82093var.h | log | diff | annotate | |
src/sys/arch/amd64/include/vmmvar.h | log | diff | annotate | |
src/sys/arch/i386/i386/mpbios.c | log | diff | annotate | |
src/sys/arch/i386/include/i82093var.h | log | diff | annotate | |
src/sys/arch/i386/include/mpbiosvar.h | log | diff | annotate | |
src/sys/arch/luna88k/luna88k/autoconf.c | log | diff | annotate | |
src/sys/arch/m88k/include/pcb.h | log | diff | annotate | |
src/sys/arch/macppc/dev/pm_direct.h | log | diff | annotate | |
src/sys/dev/audio.c | log | diff | annotate | |
src/sys/dev/acpi/acpicpu.c | log | diff | annotate | |
src/sys/dev/acpi/acpidmar.h | log | diff | annotate | |
src/sys/dev/efi/efiio.h | log | diff | annotate | |
src/sys/dev/ic/aacvar.h | log | diff | annotate | |
src/sys/dev/ic/adv.h | log | diff | annotate | |
src/sys/dev/ic/aic79xx.h | log | diff | annotate | |
src/sys/dev/ic/trm.h | log | diff | annotate | |
src/sys/dev/isa/essvar.h | log | diff | annotate | |
src/sys/dev/pci/esavar.h | log | diff | annotate | |
src/sys/dev/pci/if_em_osdep.h | log | diff | annotate | |
src/sys/dev/pci/if_ixgb_osdep.h | log | diff | annotate | |
src/sys/dev/sbus/cgtwelvereg.h | log | diff | annotate | |
src/sys/dev/usb/uchcom.c | log | diff | annotate | |
message |
put opening { on same line as struct name ok claudio@ |
date | 2024-10-22T22:01:58Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/sparc64/include/bus.h | log | diff | annotate |
message |
remove redundant include guard in BUS_SPACE_DEBUG path incorrectly renamed in rev 1.26 discussed with claudio@ |
date | 2024-10-22T22:05:17Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/net/if_pppx.c | log | diff | annotate |
message | correct argument to klist_free(); ok visa@ mvs@ |
date | 2024-10-22T22:21:25Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/if_urtwn.c | log | diff | annotate |
message | remove duplicate entry in match table |