created | 2023-07-04T07:58:03Z |
---|---|
begin | 2023-06-18T00:00:00Z |
end | 2023-06-19T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2023-06-18T12:58:03Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/stand/boot/sd.c | log | diff | annotate |
message |
Fix SCSI CMD_WRITE_EXT command length to 10 bytes. This is needed to work libsa's ufs_fchmod() on luna88k. Tested by me on LUNA-88K2. |
date | 2023-06-18T13:13:00Z | |||
---|---|---|---|---|
author | aoyama | |||
files | src/sys/arch/luna88k/stand/boot/conf.c | log | diff | annotate |
message |
Add fchmod() entry in luna88k bootloader. Now 'chmod a-x /bsd.upgrade' works in order to prevent re-upgrade, like other architectures. Tested by me on LUNA-88K2. |
date | 2023-06-18T16:25:21Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/agintc.c | log | diff | annotate |
message |
Remove spurious comment. ok patrick@ |
date | 2023-06-18T23:09:35Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/kern_clockintr.c | log | diff | annotate |
message |
clockintr: add clockintr_stagger() clockintr_stagger() formalizes the "staggered start" pattern for scheduling a common periodic clock interrupt across multiple CPUs. Right now we implement a staggered start by hand for hardclock(), statclock(), and schedclock(). I expect we will do it for profclock(), too. |
date | 2023-06-18T23:19:01Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/kern_clockintr.c | log | diff | annotate |
message | clockintr_cpu_init: initialize starting offsets with clockintr_stagger() |