Age | Commit message (Expand) | Author |
4 days | Cast atomic_load_int(9) to signed int when loading `securelevel'. | Vitaliy Makkoveev |
10 days | add wd to nam2blk to match bdevsw | Jonathan Gray |
2024-11-07 | Constify strings in symbol-related ddb interfaces, and make the iterator | Miod Vallat |
2024-10-28 | Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer. | Vitaliy Makkoveev |
2024-10-09 | make attachments use pre-existing activate functions; ok deraadt@ | Jonathan Gray |
2024-08-18 | don't need to put config_activate_children inside cfattach, because | Theo de Raadt |
2024-08-08 | Prevent spurious "/bsd.upgrade is not u+x" message when the file is missing. | Miod Vallat |
2024-07-21 | Export basic HWCAP bits to let applications detect Altivec & VSX on powerpc64 | Jeremie Courreges-Anglas |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-06-23 | If an ioctl(2) request isn't implemented we should return ENOTTY. | Mark Kettenis |
2024-06-09 | Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems | Jeremie Courreges-Anglas |
2024-06-04 | Allow sbld allocation to fail when PMAP_CANFAIL. | George Koehler |
2024-05-22 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-07 | drop the MD byte-swap micro-optimizations on clang architectures | Christian Weisgerber |
2024-04-29 | em(4) will work | Theo de Raadt |
2024-04-03 | Initialize earlier macppc's and powerpc64's pmap_hash_lock | George Koehler |
2024-02-25 | clockintr: rename "struct clockintr_queue" to "struct clockqueue" | Scott Soule Cheloha |
2024-02-23 | ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void* | Scott Soule Cheloha |
2024-01-11 | Since no system call takes more than 6 arguments, and no more than one | Miod Vallat |
2024-01-01 | Move fdt attachment into sys/conf/files.conf instead of duplicating it on | Mark Kettenis |
2023-12-14 | NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h. | Claudio Jeker |
2023-12-13 | Fix syscall number bounds check computations. | Miod Vallat |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-12-12 | The sigtramp was calling sigreturn(2), and upon failure exit(2), which | Theo de Raadt |
2023-12-11 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Mark Kettenis |
2023-12-10 | Add a new label "sigcodecall" inside every sigtramp definition, directly | Theo de Raadt |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-10-20 | Adopt MI re-upgrade prevention | Klemens Nanni |
2023-10-18 | Avoid forcible mounting a dirty filessystem. Mount such filesystems | Mark Kettenis |
2023-09-21 | enable softraid(4) in ramdisk | 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 | 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 |