-
Notifications
You must be signed in to change notification settings - Fork 894
Comparing changes
Open a pull request
base repository: openbsd/src
base: 33fc785
head repository: jcs/openbsd-src
compare: 96de8bb
- 10 commits
- 36 files changed
- 1 contributor
Commits on Jun 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 55f5d1a - Browse repository at this point
Copy the full SHA 55f5d1aView commit details -
kprintf: bring back timestamping, disabled by default
This version passes a flag to kprintf to avoid printing timestamps from ttyinfo(). It also forces tc_ticktock() to update the timecounters from hardware during boot, otherwise the entire kernel log until multiuser has a timestamp of 0.
Configuration menu - View commit details
-
Copy full SHA for 833ca05 - Browse repository at this point
Copy the full SHA 833ca05View commit details -
acpicpu: export cpu0 C-state counts as sensors
cst_stats can be retrieved through pstat but that requires kern.allowkmem=1, and this is just easier to monitor though obviously not real-time data.
Configuration menu - View commit details
-
Copy full SHA for e633ccb - Browse repository at this point
Copy the full SHA e633ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dabeb3 - Browse repository at this point
Copy the full SHA 0dabeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b1351 - Browse repository at this point
Copy the full SHA 03b1351View commit details -
wstpad: make center edge at 75% over
This makes it more like macOS which only gives 1/4 space to the right-click button
Configuration menu - View commit details
-
Copy full SHA for 24d16d4 - Browse repository at this point
Copy the full SHA 24d16d4View commit details -
amd64: add Intel hardware controlled performance (HWP) driver
Adjustable with sysctl machdep.hwp
Configuration menu - View commit details
-
Copy full SHA for d45ae8d - Browse repository at this point
Copy the full SHA d45ae8dView commit details -
acpithinkpad: Make Fn+F12 toggle CPU fan between off and auto
Turn fan off at boot, turn it back on during shutdown
Configuration menu - View commit details
-
Copy full SHA for d6482b5 - Browse repository at this point
Copy the full SHA d6482b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c47dc - Browse repository at this point
Copy the full SHA e9c47dcView commit details -
hid: properly handle signed values
We were formerly parsing descriptor data like this: 0x15, 0x81, // Logical Minimum (129) 0x25, 0x7F, // Logical Maximum (127) when it should be a signed value: 0x15, 0x81, // Logical Minimum (-127) 0x25, 0x7F, // Logical Maximum (127) This caused issues comparing values like x/y min/max. NetBSD made a similar change in 2018
Configuration menu - View commit details
-
Copy full SHA for 96de8bb - Browse repository at this point
Copy the full SHA 96de8bbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 33fc785...96de8bb