Age | Commit message (Expand) | Author |
4 days | Cast atomic_load_int(9) to signed int when loading `securelevel'. | Vitaliy Makkoveev |
2024-11-07 | Constify strings in symbol-related ddb interfaces, and make the iterator | Miod Vallat |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-11-04 | remove ability to specify root/dump/swap on st(4) | Jonathan Gray |
2024-11-02 | Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocks | Miod Vallat |
2024-10-28 | Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer. | Vitaliy Makkoveev |
2024-10-25 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-10 | Remove the gazillion of macros to get fields from curcpu(), and use | Miod Vallat |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-09-19 | correct indentation | Jonathan Gray |
2024-09-06 | spelling; ok mglocker@ | Jonathan Gray |
2024-08-28 | Enable per-cpu page cache. | Miod Vallat |
2024-08-25 | typo | Miod Vallat |
2024-08-25 | make activate function confirm to the common idiom; ok miod | Theo de Raadt |
2024-08-23 | Switch alpha to MI mplock code. | Miod Vallat |
2024-08-23 | Make sure pmap_kernel's mutex field gets correctly initialized rather than | Miod Vallat |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-07-03 | remove __mp_release_all_but_one(), unused since sched_bsd.c rev 1.92 | Jonathan Gray |
2024-06-23 | If an ioctl(2) request isn't implemented we should return ENOTTY. | Mark Kettenis |
2024-06-22 | remove space between function names and argument list | Jonathan Gray |
2024-06-09 | Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems | Jeremie Courreges-Anglas |
2024-05-21 | remove switch_exit() prototypes, replaced by sched_exit() | Jonathan Gray |
2024-05-17 | Cast alpha_pal_swpipl return value to int in splx, to make sure both sides | Miod Vallat |
2024-04-10 | Use km_alloc(9) to allocate USPACE instead of uvm_pglistalloc(9). | Martin Pieuchot |
2024-03-31 | Stop referring to dead-since-30-years gatherstats() in comments. | Miod Vallat |
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-02-14 | Remove spurious GET_CURPROC in copyout() mistakenly introduced in r1.43. | Miod Vallat |
2024-02-14 | Remove defines no longer needed in locore. NFC | Miod Vallat |
2024-01-28 | Force -fno-stack-protector on "boot block" that absolutely can't have | Theo de Raadt |
2024-01-28 | set -fno-stack-protector in NORMAL_C_NOP, which is used to compile | Theo de Raadt |
2024-01-24 | clockintr: switch from callee- to caller-allocated clockintr structs | Scott Soule Cheloha |
2024-01-11 | Since no system call takes more than 6 arguments, and no more than one | Miod Vallat |
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-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-12-06 | Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it for | Miod Vallat |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-09-17 | clockintr: remove clockintr_init(), clockintr_flags | Scott Soule Cheloha |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |
2023-08-21 | alpha: stop running an independent schedclock() | Scott Soule Cheloha |
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-13 | Sprinkle UL suffix to constant literals which don't fit in int. NFCI | Miod Vallat |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-13 | Move USRSTACK to the end of userland address space. | Miod Vallat |
2023-04-11 | fix double words in comments | Jonathan Gray |