summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* Disable interrupts while sanity checking the owner of the floating pointdfr2001-03-041-0/+5
* Account for the new flags field in struct trapframe.dfr2001-03-031-1/+1
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-223-5/+5
* - Use TRAPF_PC() on the alpha to acess the PC in the trap frame.jhb2001-02-221-4/+3
* GC unused and now obsolete assertion macros.jhb2001-02-221-10/+0
* Cleanup and clarify the comments above switch_trampoline().jhb2001-02-221-2/+5
* Remove attempt to add in PREEMPTION #ifdef test in MI code that didn'tjhb2001-02-211-0/+4
* Fix the osfulator in the face of Doug's optimized system call return path.gallatin2001-02-211-0/+2
* - Add a new ithread_schedule() function to do the bulk of the work ofjhb2001-02-201-38/+3
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-205-26/+0
* Regengallatin2001-02-203-13/+13
* Sort out the umount breakage introduced in the last 2 revisions.gallatin2001-02-201-4/+4
* Regenerate.jlemon2001-02-203-15/+10
* Fix duplicate linux_mount definitionjlemon2001-02-201-4/+4
* Changed the aston() family to operate on a specified process instead ofbde2001-02-192-3/+3
* Correct disordering which is corresponding to bde's fix toume2001-02-171-1/+1
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-162-35/+53
* Re-gen auto generated files.jlemon2001-02-163-6/+27
* Remove dummy stub functions.jlemon2001-02-161-2/+0
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-162-4/+15
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-0/+1
* Doug found that doing a W1C on MCPCIA_INT_REQ just around the time youmjacob2001-02-131-12/+27
* add defines for EISA, NCR IRQs; add defines for MID and SLOT shift valuesmjacob2001-02-131-0/+5
* add mcbus minimum id valuemjacob2001-02-131-1/+2
* Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1mjacob2001-02-131-4/+13
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-2/+1
* RIP <machine/lock.h>.markm2001-02-112-40/+0
* Temporary workaround to get things to compile. I could have updatedmjacob2001-02-102-2/+9
* Clear the reschedule flag after finding it set in userret(). Thisjake2001-02-101-0/+1
* Reenable preemption on interrupts. My last commit accidentally revertedjhb2001-02-101-1/+13
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-106-58/+31
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Use the MI ithread helper functions in the alpha hardware interrupt code.jhb2001-02-099-266/+63
* - Catch up to the new swi API changes:jhb2001-02-091-1/+1
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-091-0/+1
* Change and clean the mutex lock interface.bmilekic2001-02-0910-115/+100
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* - Minimize the amount of duplicated code for the PREEMPTION #ifdef, it nowjhb2001-02-051-27/+9
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-044-12/+0
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-5/+5
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.peter2001-02-041-0/+1
* Grumble, I broke this file with a vi accident before commit. :-(peter2001-02-041-0/+1
* Conditionalize the alpha interrupt preemption for now to buy us somepeter2001-02-031-0/+27
* * Move exception_return to exception.s which is a more logical home for it.dfr2001-02-021-8/+6
* Argh, I missed some #include "sio.h". I was looking primarily for NSIOpeter2001-02-027-8/+0
* Remove inclusion of now vanished sio.h.mjacob2001-02-014-4/+0
* Guess that this is what Doug *intended* to commit....mjacob2001-02-011-1/+5
* Implement preemptive scheduling of hardware interrupt threads.jake2001-02-012-8/+27
OpenPOWER on IntegriCloud