| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | hmp | 2003-05-30 | 1 | -1/+1 |
* | Move the sysctls of the misalignment handler to where they belong | marcel | 2003-05-29 | 3 | -26/+18 |
* | Fix what I think is a cut-n-paste bug: use OID_AUTO for the | marcel | 2003-05-29 | 1 | -1/+1 |
* | A flushrs must be the first in an instruction group. | marcel | 2003-05-27 | 2 | -0/+2 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 2 | -2/+3 |
* | Have the unwinder allocate memory with M_NOWAIT. The unwinder is | marcel | 2003-05-27 | 1 | -1/+1 |
* | Fix fu{byte|word*} and su{byte|word*}: | marcel | 2003-05-27 | 3 | -298/+902 |
* | Revision 1.99 of this file changed the allocation request from | marcel | 2003-05-26 | 1 | -1/+1 |
* | Now that we define user mode as any IP address that isn't in the | marcel | 2003-05-25 | 1 | -2/+1 |
* | Fix a source of instability specific to an EPC userland. We return | marcel | 2003-05-24 | 2 | -14/+8 |
* | Be more careful how we restore interrupts. Don't rewrite most of the | marcel | 2003-05-24 | 1 | -3/+4 |
* | Consistently us the same metric to differentiate between kernel mode | marcel | 2003-05-24 | 2 | -3/+2 |
* | Unconditionally restore ar.k7 (memory stack) and ar.k6 (register stack) | marcel | 2003-05-24 | 2 | -4/+4 |
* | Fix an alpha inheritance bug: | marcel | 2003-05-24 | 4 | -68/+28 |
* | Fix a (new) source of instability: | marcel | 2003-05-23 | 2 | -16/+14 |
* | In swapctx(), put the RSE in enforced lazy mode before we flush the | marcel | 2003-05-23 | 2 | -4/+4 |
* | o Fix a definite bogon: the dirty bity fault, instruction access | marcel | 2003-05-20 | 2 | -70/+56 |
* | Rename the "IA64 ITC" counter to "ITC" counter. We don't call the | marcel | 2003-05-20 | 1 | -1/+1 |
* | Prevent corruption of the VHPT collision chain by protecting it with | marcel | 2003-05-20 | 1 | -45/+43 |
* | sys/sys/limits.h: | kan | 2003-05-19 | 2 | -3/+3 |
* | Turn pmap_install_pte() into a critical section. We better not get | marcel | 2003-05-19 | 1 | -6/+12 |
* | Unconditionally set pcb_current_pmap. WIP versions of the code | marcel | 2003-05-19 | 1 | -1/+2 |
* | pmap_install() needs to be atomic WRT to context switching. Protect | marcel | 2003-05-19 | 3 | -37/+39 |
* | Remove unused files. cpu_switch() and cpu_throw(), normally in swtch.s, | marcel | 2003-05-17 | 2 | -820/+0 |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 33 | -5788/+3245 |
* | o In pmap_install, don't prevent switching the pmap if we're | marcel | 2003-05-16 | 1 | -15/+13 |
* | Indent a comment. This makes 1.100. | marcel | 2003-05-16 | 1 | -1/+1 |
* | Turn pmap_growkernel() into a critical section. While here, initialize | marcel | 2003-05-16 | 1 | -22/+14 |
* | Revamp the RID allocation code: | marcel | 2003-05-16 | 1 | -42/+60 |
* | Move the conditional definition of KSTACK_MAX_PAGES up ahead where | marcel | 2003-05-16 | 1 | -4/+4 |
* | This file creates register sets based on the runtime specification. | marcel | 2003-05-15 | 1 | -0/+180 |
* | This file contains elementary context related functions used to | marcel | 2003-05-15 | 2 | -0/+1608 |
* | This file contains the code that implements the syscall path based | marcel | 2003-05-15 | 2 | -0/+1130 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -1/+4 |
* | Style fixes. | kan | 2003-05-04 | 1 | -8/+11 |
* | Fix c99 victim: the accepted character '0 most now be types as '0'. | marcel | 2003-05-03 | 2 | -6/+6 |
* | Option KADB does not exist. It came from alpha, where it still exists. | marcel | 2003-05-02 | 1 | -3/+0 |
* | Kill MID_MACHINE, its a.out specific, the only platform that supports | marcel | 2003-04-30 | 1 | -1/+0 |
* | Range check the syscall number before looking it up in the syscallnames[] | jhb | 2003-04-30 | 1 | -2/+2 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -62/+7 |
* | Revamp the newbus functions: | marcel | 2003-04-29 | 3 | -986/+653 |
* | - Push down Giant into the sysarch() calls that still need Giant. | jhb | 2003-04-25 | 1 | -1/+1 |
* | Regen. | jhb | 2003-04-25 | 3 | -34/+3 |
* | Oops, the thr_* and jail_attach() syscall entries should be NOPROTO rather | jhb | 2003-04-25 | 1 | -7/+7 |
* | Add an argument to get_mcontext() which specified whether the | deischen | 2003-04-25 | 1 | -1/+1 |
* | Regen. | jhb | 2003-04-24 | 3 | -4/+58 |
* | Fix the thr_create() entry by adding a trailing \. Also, sync up the | jhb | 2003-04-24 | 1 | -4/+4 |
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 1 | -52/+39 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -66/+33 |
* | Remove single threading detecting code, these code really should be | davidxu | 2003-04-22 | 1 | -7/+0 |