Age | Commit message (Expand) | Author |
4 days | Cast atomic_load_int(9) to signed int when loading `securelevel'. | Vitaliy Makkoveev |
14 days | Move sparc64-specific ofw prototypes out of the MI header. | Miod Vallat |
2024-11-08 | Implement interrupt depth counter for sparc64. | Miod Vallat |
2024-11-08 | Correctly compute access type for write faults. This allows write-only | Miod Vallat |
2024-11-07 | Constify strings in symbol-related ddb interfaces, and make the iterator | Miod Vallat |
2024-11-07 | Remove two unnecessary instructions, at least one being a leftover from | Miod Vallat |
2024-11-07 | add rcs ids | Jonathan Gray |
2024-11-06 | Address more outdated comments. | Miod Vallat |
2024-11-06 | A long, long, time ago, pending interrupt handlers were stored in arrays | Miod Vallat |
2024-11-06 | Give locore a few more symbolic constants to make the code path constructing | Miod Vallat |
2024-11-06 | Remove a non-applicable comment about 32-bit userland code. | Miod Vallat |
2024-11-05 | Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of that | Miod Vallat |
2024-11-02 | use correct array index when setting frequency | Jonathan Gray |
2024-10-28 | Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer. | Vitaliy Makkoveev |
2024-10-22 | remove redundant include guard in BUS_SPACE_DEBUG path | Jonathan Gray |
2024-10-16 | Deliver SIGTRAP, rather than SIGEMT, when a TADDccTV or TSUBccTV instruction | Miod Vallat |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-23 | If an ioctl(2) request isn't implemented we should return ENOTTY. | Mark Kettenis |
2024-06-13 | Enable uvm percpu caches on sparc64. | Claudio Jeker |
2024-06-11 | remove drm prototypes duplicating those in sys/conf.h | Jonathan Gray |
2024-05-22 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-17 | Constify the first argument of getdevunit(). NFCI | Miod Vallat |
2024-05-14 | remove prototypes with no matching function | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-04-25 | Use -mno-fpu when compiling with clang now that the in-tree clang supports | Miod Vallat |
2024-04-14 | Turn sp_tlb_flush_{ctx,pte} into function pointers, and pick one out of three | Miod Vallat |
2024-04-14 | with empty body loops, put final semicolon on a new line for readability | Jonathan Gray |
2024-04-13 | correct indentation | Jonathan Gray |
2024-04-11 | Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few | Miod Vallat |
2024-04-08 | Stop redeclaring ENTRY, the <machine/asm.h> flavour is as good as we need it. | Miod Vallat |
2024-04-08 | Fix misplaced END() macro. | Miod Vallat |
2024-04-08 | Remove unused tf_fault and tf_kstack members from struct trapframe. These | Miod Vallat |
2024-04-08 | Remove demap code for MMU miss faults. | Miod Vallat |
2024-04-08 | There is too much #ifdef DEBUG stuff cluttering locore, really. While some of | Miod Vallat |
2024-04-08 | Introduce more assembler macros to deduplicate code and improve readability: | Miod Vallat |
2024-04-08 | Remove dead code and data, fix typos, kill wrong comments. | Miod Vallat |
2024-04-08 | Fix cut'n'paste error in data miss handler causing wrong label to be used in | Miod Vallat |
2024-04-08 | Fix sun4v patching of sp_tlb_flush_ctx() to pass flags in the right register. | Miod Vallat |
2024-03-30 | Bring back an inline db_enter(), which makes backtraces easier to grok | Miod Vallat |
2024-03-30 | use void in function decl with no args; avoids non-ANSI smatch warnings | Jonathan Gray |
2024-03-29 | Drop the first argument of intr_establish(). | Miod Vallat |
2024-03-29 | Store the physical address of each pcb in struct mdproc, and use this in | Miod Vallat |
2024-03-29 | Remove truly unneeded includes (not included indirectly). | Miod Vallat |
2024-03-29 | Check for %otherwin being nonzero earlier in rft_user. | Miod Vallat |
2024-03-29 | Simplify two more places where we don't need to check for unbiased stacks. | Miod Vallat |
2024-03-29 | STACKFRAME macro is always invoked on a well-formed 64-bit stack, no need | Miod Vallat |
2024-03-29 | Text faults should not invoke uvm_grow() since the fault address is not on | Miod Vallat |