Age | Commit message (Expand) | Author |
2024-03-29 | send_softint() was designed as being able to target a particular cpu, but the | Miod Vallat |
2024-03-29 | Update/fix/remove obsolete or just plainly wrong comments. | Miod Vallat |
2024-03-29 | Stop including <machine/signal.h> in locore and remove _LOCORE guards | Miod Vallat |
2024-03-29 | Move C declarations from intreg.h to <machine/intr.h> which includes it. | Miod Vallat |
2024-03-29 | Get rid of unnecessary defines in assym.h. | Miod Vallat |
2024-03-29 | Clean the fpu trap code: | Miod Vallat |
2024-03-29 | Be sure to reset p->p_md.md_fpstate to NULL after freeing it in cpu_exit(). | Miod Vallat |
2024-03-29 | Clean-up cache-related definitions and routines. | Miod Vallat |
2024-03-29 | Comment out unused routines. They might become used in the future, so they | Miod Vallat |
2024-03-29 | Remove dead code. Some of it had been dead since the very beginning of the | Miod Vallat |
2024-03-29 | No longer include <machine/fsr.h> from <machine/reg.h>, and have the few | Miod Vallat |
2024-03-29 | De-register fpu completion code. | Miod Vallat |
2024-03-29 | Remove dead defines, prototypes and data, and duplicate or misleading comments. | Miod Vallat |
2024-03-29 | Remove unconditional define of _LOCORE. | Miod Vallat |
2024-03-29 | Now that this file is no longer used by any libc C file, get rid of checks | Miod Vallat |
2024-03-26 | Implement the chmod a-x bsd.upgrade trick in the sparc64 ofwboot bootloader. | Claudio Jeker |
2024-03-07 | In _bus_dmamap_load_mbuf() ensure that for large mbuf m_len values | Claudio Jeker |
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-19 | In cpu_fork() do not copy the register windows stashed in the u_pcb | Claudio Jeker |
2024-02-13 | There is no way to implement the INKERNEL() macro on sparc64. | Claudio Jeker |
2024-02-10 | fix off-by-one when printing fr_arg | Jonathan Gray |
2024-02-09 | Enable igc(4) on sparc64. | Alexander Bluhm |
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-26 | repair gratitous difference for install command arguments, relative to all ot... | 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-24 | rename bus_type enum to sparc_bus_type to not conflict with bus_type in drm | Jonathan Gray |
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 | two syscall(2) removal chunks got lost | Theo de Raadt |
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-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 |