summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-042-14/+0
* Style sync.obrien2003-08-031-7/+7
* In set_mcontext(), store the (user) stack pointer and the threadmarcel2003-07-311-0/+3
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-311-1/+1
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-314-0/+7
* In cpu_thread_setup(), set md_pcbpaddr to the physical address ofmarcel2003-07-311-1/+2
* In get_mcontext(), if we need to clear the return value, clearmarcel2003-07-301-0/+1
* Reset the per-CPU unique value at boot and clear it in the PCB of themarcel2003-07-273-3/+9
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-272-8/+12
* MFi386 revision 1.416alc2003-07-251-7/+10
* Implement casuptr().marcel2003-07-242-7/+29
* In get_mcontext() and set_mcontext() save and restore the currentmarcel2003-07-241-3/+15
* Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both aremarcel2003-07-241-0/+17
* Use a spare for the thread pointer (mc_thrptr). The thread pointermarcel2003-07-241-1/+2
* Enable eisa support on alpha.ticso2003-07-212-0/+2
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-151-1/+1
* MFi386alc2003-07-061-2/+2
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-031-105/+4
* Silly compile fixes from resource_disabled() commit.jhb2003-07-031-1/+1
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-3/+1
* Oops, add back a free() call that I mistakenly removed inmux2003-07-011-0/+1
* Sync with i386's busdma backend. This fixes a few bugs and addsmux2003-07-011-33/+48
* Mega busdma API commit.scottl2003-07-013-7/+77
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-291-3/+1
* Implement fuword32() and suword32(). These functions are used inmarcel2003-06-291-1/+40
* MFi386alc2003-06-281-4/+9
* enable interrupt routing for mcpcia based systemsticso2003-06-281-53/+44
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-281-0/+19
* Do the first and mostly mechanical step of adding mutex support to thescottl2003-06-271-0/+5
* Add a f_vnode field to struct file.phk2003-06-221-1/+1
* Fix a performance bug in all of the various implementations ofalc2003-06-181-1/+1
* Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used bydavidxu2003-06-151-2/+0
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-152-2/+2
* Migrate the thread stack management functions from the machine-dependentalc2003-06-143-205/+2
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-29/+0
* GC unused cpu_wait() functionpeter2003-06-111-6/+0
* Use __FBSDID().obrien2003-06-1023-47/+70
* Use __FBSDID().obrien2003-06-106-15/+17
* Use __FBSDID().obrien2003-06-1010-17/+29
* Use __FBSDID().obrien2003-06-1040-79/+113
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-3/+3
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-272-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-262-32/+8
* sys/sys/limits.h:kan2003-05-192-4/+4
* There's just no reason to not have these in GENERIC.ru2003-05-181-0/+1
* - Merge struct procsig with struct sigacts.jhb2003-05-132-5/+18
* Style fixes.kan2003-05-041-9/+12
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-1/+1
OpenPOWER on IntegriCloud