| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add a macro to get the context from a tte tag, not necesarily a whole | jake | 2001-09-30 | 1 | -6/+2 |
* | Include <machine/setjmp.h> instead of <setjmp.h>. | jake | 2001-09-30 | 1 | -1/+1 |
* | Don't use types that require other headers. | jake | 2001-09-30 | 2 | -3/+3 |
* | Wrap hardware trap types in ifdef _kernel. | jake | 2001-09-30 | 1 | -0/+4 |
* | Move the pcb the to the top of the kernel stack. | jake | 2001-09-30 | 5 | -61/+75 |
* | Don't overflow the ktr buffer <gulp>. | jake | 2001-09-30 | 1 | -0/+4 |
* | Implement PCPU_ADDR. Align functions on 16 bytes boundaries. | jake | 2001-09-30 | 1 | -1/+4 |
* | + Fix misplacement of `txp' | obrien | 2001-09-24 | 1 | -1/+1 |
* | Add kernbase symbol and use it instead of magic numbers in the | jake | 2001-09-21 | 3 | -0/+8 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 2 | -2/+2 |
* | Set thread0->td_pcb, this is probably why jake was getting a null deref. | peter | 2001-09-14 | 1 | -0/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 25 | -249/+361 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 1 | -28/+0 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 2 | -2/+2 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 9 | -20/+20 |
* | style(9) the structure names | obrien | 2001-09-04 | 1 | -6/+6 |
* | Zap #if 0'ed map init code that got moved to the MI area. | peter | 2001-09-04 | 1 | -87/+0 |
* | Make this compile. | jake | 2001-09-04 | 1 | -0/+3 |
* | Remove some stale definitions and update for new assembler code. | jake | 2001-09-03 | 1 | -56/+28 |
* | Add ktr traces to copy{in,out} and cpu_switch. | jake | 2001-09-03 | 4 | -6/+198 |
* | Add comments following what other architectures have. | jake | 2001-09-03 | 1 | -1/+36 |