Age | Commit message (Expand) | Author |
2023-12-10 | Add a new label "sigcodecall" inside every sigtramp definition, directly | Theo de Raadt |
2023-11-14 | Fix typo in comment. | Claudio Jeker |
2023-11-09 | Finish clean up of old 6.7 softraid migration code | Klemens Nanni |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-10-18 | Avoid segments greater than maxsegsz during map merging | Jan Klemkow |
2023-10-06 | clean up old 6.7 softraid migration code | Klemens Nanni |
2023-09-17 | clockintr: remove clockintr_init(), clockintr_flags | Scott Soule Cheloha |
2023-09-14 | clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized | Scott Soule Cheloha |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |
2023-08-07 | Revert 1.43 and always make our own mapping of the Mostek chip. Trying to | Miod Vallat |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-25 | Extend the PCKBC_CANT_TRANSLATE feature, specific to Tadpole/RDI hardware, | Miod Vallat |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-06-15 | all platforms, main(): call clockqueue_init() just before sched_init_cpu() | Scott Soule Cheloha |
2023-06-03 | Remove declarations of unused local variables, an unused function | Kenneth R Westerback |
2023-06-02 | Missed a trailing space. | Kenneth R Westerback |
2023-06-01 | Expunge a bunch of eye searing trailing whitespace. | Kenneth R Westerback |
2023-05-31 | Remove declarations for unused search_label() local variables | Kenneth R Westerback |
2023-05-25 | Work around sparc64 WITNESS kernel failing to load by moving large witness | Kurt Miller |
2023-05-21 | Typo in comment. 'parititon' -> 'partition'. | Kenneth R Westerback |
2023-04-29 | Add "counter-timer" to openboot_special[] in order to not mention it as | Miod Vallat |
2023-04-28 | timer(4/sparc64): remove driver | Scott Soule Cheloha |
2023-04-26 | Implement dt(4) utrace support on amd64 and i386. | Claudio Jeker |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-13 | Grammar fixes in comments. | Miod Vallat |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-13 | Remove intentionally undocumented pci_{io,mem}_find and convert their last | Miod Vallat |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-04-10 | add missing write of SAB_DAFO | Jonathan Gray |
2023-04-10 | spelling | Jonathan Gray |
2023-03-19 | Aggressively randomize the location of the stack on all 64-bit architectures | Mark Kettenis |
2023-03-09 | Improve vnet(4) to work better in busy conditions. | Claudio Jeker |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-24 | Add and use a specific routine to fetch instructions from userland when | Miod Vallat |
2023-01-23 | Make sure pmap_extract() doesn't incorrectly return success when invoked | Miod Vallat |
2023-01-21 | Remove dead/unused prototypes | Miod Vallat |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-13 | Drop PICCY_SET() and RODATA() macros now that libc no longer needs them. | Miod Vallat |
2023-01-13 | sparc64: switch to clockintr | Scott Soule Cheloha |
2023-01-11 | Implement X-only mappings on sun4u by not letting the dtlb miss handler | Miod Vallat |
2023-01-10 | In pmap_bootstrap, when importing the PROM translations into the kernel pmap, | Miod Vallat |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-04 | Eduardo Horvath agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-01 | With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago, | Miod Vallat |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |