summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Move the sysctls of the misalignment handler to where they belongmarcel2003-05-293-26/+18
* Fix what I think is a cut-n-paste bug: use OID_AUTO for themarcel2003-05-291-1/+1
* A flushrs must be the first in an instruction group.marcel2003-05-272-0/+2
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-272-2/+3
* Have the unwinder allocate memory with M_NOWAIT. The unwinder ismarcel2003-05-271-1/+1
* Fix fu{byte|word*} and su{byte|word*}:marcel2003-05-273-298/+902
* Revision 1.99 of this file changed the allocation request frommarcel2003-05-261-1/+1
* Now that we define user mode as any IP address that isn't in themarcel2003-05-251-2/+1
* Fix a source of instability specific to an EPC userland. We returnmarcel2003-05-242-14/+8
* Be more careful how we restore interrupts. Don't rewrite most of themarcel2003-05-241-3/+4
* Consistently us the same metric to differentiate between kernel modemarcel2003-05-242-3/+2
* Unconditionally restore ar.k7 (memory stack) and ar.k6 (register stack)marcel2003-05-242-4/+4
* Fix an alpha inheritance bug:marcel2003-05-244-68/+28
* Fix a (new) source of instability:marcel2003-05-232-16/+14
* In swapctx(), put the RSE in enforced lazy mode before we flush themarcel2003-05-232-4/+4
* o Fix a definite bogon: the dirty bity fault, instruction accessmarcel2003-05-202-70/+56
* Rename the "IA64 ITC" counter to "ITC" counter. We don't call themarcel2003-05-201-1/+1
* Prevent corruption of the VHPT collision chain by protecting it withmarcel2003-05-201-45/+43
* sys/sys/limits.h:kan2003-05-192-3/+3
* Turn pmap_install_pte() into a critical section. We better not getmarcel2003-05-191-6/+12
* Unconditionally set pcb_current_pmap. WIP versions of the codemarcel2003-05-191-1/+2
* pmap_install() needs to be atomic WRT to context switching. Protectmarcel2003-05-193-37/+39
* Remove unused files. cpu_switch() and cpu_throw(), normally in swtch.s,marcel2003-05-172-820/+0
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-1633-5788/+3245
* o In pmap_install, don't prevent switching the pmap if we'remarcel2003-05-161-15/+13
* Indent a comment. This makes 1.100.marcel2003-05-161-1/+1
* Turn pmap_growkernel() into a critical section. While here, initializemarcel2003-05-161-22/+14
* Revamp the RID allocation code:marcel2003-05-161-42/+60
* Move the conditional definition of KSTACK_MAX_PAGES up ahead wheremarcel2003-05-161-4/+4
* This file creates register sets based on the runtime specification.marcel2003-05-151-0/+180
* This file contains elementary context related functions used tomarcel2003-05-152-0/+1608
* This file contains the code that implements the syscall path basedmarcel2003-05-152-0/+1130
* - Merge struct procsig with struct sigacts.jhb2003-05-131-1/+4
* Style fixes.kan2003-05-041-8/+11
* Fix c99 victim: the accepted character '0 most now be types as '0'.marcel2003-05-032-6/+6
* Option KADB does not exist. It came from alpha, where it still exists.marcel2003-05-021-3/+0
* Kill MID_MACHINE, its a.out specific, the only platform that supportsmarcel2003-04-301-1/+0
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-2/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-62/+7
* Revamp the newbus functions:marcel2003-04-293-986/+653
* - Push down Giant into the sysarch() calls that still need Giant.jhb2003-04-251-1/+1
* Regen.jhb2003-04-253-34/+3
* Oops, the thr_* and jail_attach() syscall entries should be NOPROTO ratherjhb2003-04-251-7/+7
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-251-1/+1
* Regen.jhb2003-04-243-4/+58
* Fix the thr_create() entry by adding a trailing \. Also, sync up thejhb2003-04-241-4/+4
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-52/+39
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-66/+33
* Remove single threading detecting code, these code really should bedavidxu2003-04-221-7/+0
OpenPOWER on IntegriCloud