Age | Commit message (Expand) | Author |
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 | Remove -mabi=elfv2 option. This is the default for OpenBSD and clang 16 | Mark Kettenis |
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-21 | cpu_idle_{enter,leave}() are no-ops in ASM; replace them | Philip Guenther |
2023-08-19 | Check for powerpc64 cores that fail to start | George Koehler |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
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-04-28 | Retire -E's "expert" mode. Introduced 23 years ago to avoid | Kenneth R Westerback |
2023-04-26 | Implement dt(4) utrace support on amd64 and i386. | Claudio Jeker |
2023-04-25 | Create & use variables MRDISKTYPE and MRMAKEFSARGS like all the other build | Kenneth R Westerback |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-03-19 | Aggressively randomize the location of the stack on all 64-bit architectures | Mark Kettenis |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-04 | powerpc64: dec_rearm: don't disable interrupts around atomic operations | Scott Soule Cheloha |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-27 | powerpc64: initialize stathz, profhz as on other platforms | Scott Soule Cheloha |
2023-01-25 | Implement execute-only mappings by using the Virtual Page Class Key | Mark Kettenis |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-07 | Bring back a local copystr() declaration, as copy{in,out} still make us of it | Miod Vallat |
2023-01-02 | The access type for an instruction storage/segment interrupt should not | Mark Kettenis |
2023-01-01 | update drm to linux 6.1.2 | Jonathan Gray |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-07 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-11-29 | powerpc64: switch to clockintr | Scott Soule Cheloha |
2022-11-05 | powerpc64: TimeBase: add userspace timecounting support | Scott Soule Cheloha |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-21 | Change len in syncicache(_, len) from int to size_t | George Koehler |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-08 | Rename global ifnet TAILQ | Klemens Nanni |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-11 | powerpc64: cpu_initclocks: do tc_init(9) before cpu_startclock() | Scott Soule Cheloha |
2022-08-09 | powerpc64: trigger deferred DEC interrupts from splx(9) | Scott Soule Cheloha |
2022-07-27 | Support "empty" phandles in interrups-extended properties. This is needed | Mark Kettenis |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-06-26 | add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl... | Stuart Henderson |
2022-05-19 | Not so recent evolution of the PowerPC and POWER architectures have defined | Miod Vallat |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-24 | Add $OpenBSD$ tag and declare that this file is in the public domain. | Mark Kettenis |
2022-03-22 | Make sure kernel longjmp always returns 1 rather than what turns out to be | Miod Vallat |