| Commit message (Expand) | Author | Age | Files | Lines |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 4 | -0/+470 |
* | Implement elf_reloc. This makes klds work. | jake | 2001-10-27 | 2 | -13/+259 |
* | Handle instruction access mmu miss faults in kernel mode. These can only | jake | 2001-10-27 | 3 | -2/+95 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 1 | -4/+25 |
* | Remove call to cninit_finish(). | jlemon | 2001-10-24 | 1 | -1/+0 |
* | Remove funky right justification. | mike | 2001-10-23 | 1 | -9/+9 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 1 | -147/+0 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 3 | -5/+21 |
* | Add missing include. | jake | 2001-10-20 | 1 | -0/+1 |
* | Add missing includes. | jake | 2001-10-20 | 3 | -0/+3 |
* | Remove interrupt queue array. Its in globaldata now. | jake | 2001-10-20 | 1 | -1/+0 |
* | Fix get_cyclecount. Wrap in ifdef _KERNEL. | jake | 2001-10-20 | 1 | -1/+5 |
* | Use KTR_PMAP instead of KTR_CT1. | jake | 2001-10-20 | 1 | -12/+13 |
* | Catch up to changing entry point names so traces through traps | jake | 2001-10-20 | 1 | -4/+2 |
* | Add a definition for normal kernel window state. | jake | 2001-10-20 | 1 | -0/+2 |
* | Catch up to new assembly language code. | jake | 2001-10-20 | 1 | -4/+7 |
* | Fix a bug in the kernel entry window handling where the wrong register | jake | 2001-10-20 | 2 | -318/+242 |
* | Align the symbol that demarks the end of the signal code on a 16 byte | jake | 2001-10-20 | 3 | -15/+32 |
* | Parameterize the size of the kernel virtual address space on KVA_PAGES. | jake | 2001-10-20 | 4 | -49/+163 |
* | Remove hardcoded cwp value. | jake | 2001-10-20 | 1 | -1/+1 |
* | Use KTR_PROC instead of KTR_CT1 in traces. | jake | 2001-10-20 | 2 | -20/+20 |
* | Return zero on success from su*. Apparently no one checks the return | jake | 2001-10-20 | 2 | -8/+142 |
* | Add support for physical address hardware watchpoints. | jake | 2001-10-20 | 2 | -5/+29 |
* | Change the stray count in struct intr_vector to a vector number that can | jake | 2001-10-20 | 2 | -42/+42 |
* | Remove traces that are loud and not that useful. Remove nested include | jake | 2001-10-20 | 1 | -8/+0 |
* | Remove an unused macro arg. | jake | 2001-10-20 | 1 | -2/+2 |
* | Include a whole interrupt queue in struct globaldata instead of just a | jake | 2001-10-20 | 2 | -24/+24 |
* | Add fields for boothowto and the kernel environment to boothowto. | jake | 2001-10-20 | 1 | -0/+2 |
* | Try two on the preprocessing logic. | obrien | 2001-10-19 | 1 | -1/+1 |
* | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | obrien | 2001-10-19 | 1 | -1/+1 |
* | My attempts at minimizing the number of #def's got me in trouble. | obrien | 2001-10-18 | 1 | -5/+5 |
* | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | obrien | 2001-10-18 | 1 | -1/+4 |
* | Add inthand_add() and inthand_remove() for use by the MD bus code and | tmm | 2001-10-12 | 4 | -1/+197 |
* | Fix some warnings. | tmm | 2001-10-12 | 1 | -2/+2 |
* | Save the floating point context to the right pcb in cpu_fork(), and add | tmm | 2001-10-12 | 2 | -1/+9 |
* | Make the NTOHL, NTOHS, HTONL and HTONS macros (which are nops on | tmm | 2001-10-12 | 1 | -4/+4 |
* | Implement DELAY() using the %tick register. | tmm | 2001-10-12 | 2 | -2/+20 |
* | Add pmap_kenter_flags(), which is used by MD bus code that will be | tmm | 2001-10-12 | 2 | -4/+49 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Dissociate ptrace from procfs. | des | 2001-10-07 | 1 | -1/+0 |
* | Add contents to struct *reg. | jake | 2001-09-30 | 1 | -4/+35 |
* | Optimize bcopy and bzero etc to use 64 bit loads and stores if possible. | jake | 2001-09-30 | 2 | -232/+474 |
* | Use %ver to identify the cpu instead of openfirmware. | jake | 2001-09-30 | 2 | -1/+72 |
* | Remove some debug code, add traces. | jake | 2001-09-30 | 1 | -12/+10 |
* | Return EIO for procfs_*_dbregs. | jake | 2001-09-30 | 1 | -2/+2 |
* | Add a place holder for PSTATE_SECURE, which detects if user code it | jake | 2001-09-30 | 1 | -0/+2 |
* | Split the low level trap code into trap, interrupt and syscall, its | jake | 2001-09-30 | 5 | -237/+693 |
* | Implement sysarch(). | jake | 2001-09-30 | 1 | -2/+9 |
* | Fix some traces. td->p_comm doesn't exist. | jake | 2001-09-30 | 2 | -6/+12 |
* | Move the kernel to end of the first 4 gigabytes of address space, so that | jake | 2001-09-30 | 4 | -85/+234 |