aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Correct disordering which is corresponding to bde's fix toHajimu UMEMOTO2001-02-171-1/+1
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-162-35/+53
* Re-gen auto generated files.Jonathan Lemon2001-02-163-6/+27
* Remove dummy stub functions.Jonathan Lemon2001-02-161-2/+0
* Add mount syscall to linux emulation. Also improve emulation of reboot.Jonathan Lemon2001-02-162-4/+15
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-0/+1
* Doug found that doing a W1C on MCPCIA_INT_REQ just around the time youMatt Jacob2001-02-131-12/+27
* add defines for EISA, NCR IRQs; add defines for MID and SLOT shift valuesMatt Jacob2001-02-131-0/+5
* add mcbus minimum id valueMatt Jacob2001-02-131-1/+2
* Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1Matt Jacob2001-02-131-4/+13
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-2/+1
* RIP <machine/lock.h>.Mark Murray2001-02-112-40/+0
* Temporary workaround to get things to compile. I could have updatedMatt Jacob2001-02-102-2/+9
* Clear the reschedule flag after finding it set in userret(). ThisJake Burkholder2001-02-101-0/+1
* Reenable preemption on interrupts. My last commit accidentally revertedJohn Baldwin2001-02-101-1/+13
* - Make astpending and need_resched process attributes rather than CPUJohn Baldwin2001-02-106-58/+31
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsJohn Baldwin2001-02-101-0/+1
* Use the MI ithread helper functions in the alpha hardware interrupt code.John Baldwin2001-02-099-266/+63
* - Catch up to the new swi API changes:John Baldwin2001-02-091-1/+1
* Move the initailization of the proc lock for proc0 very early into the MDJohn Baldwin2001-02-091-0/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-0910-115/+100
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* - Minimize the amount of duplicated code for the PREEMPTION #ifdef, it nowJohn Baldwin2001-02-051-27/+9
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Clean up some leftovers from the root mount cleanup that was done somePeter Wemm2001-02-044-12/+0
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-5/+5
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.Peter Wemm2001-02-041-0/+1
* Grumble, I broke this file with a vi accident before commit. :-(Peter Wemm2001-02-041-0/+1
* Conditionalize the alpha interrupt preemption for now to buy us somePeter Wemm2001-02-031-0/+27
* * Move exception_return to exception.s which is a more logical home for it.Doug Rabson2001-02-021-8/+6
* Argh, I missed some #include "sio.h". I was looking primarily for NSIOPeter Wemm2001-02-027-8/+0
* Remove inclusion of now vanished sio.h.Matt Jacob2001-02-014-4/+0
* Guess that this is what Doug *intended* to commit....Matt Jacob2001-02-011-1/+5
* Implement preemptive scheduling of hardware interrupt threads.Jake Burkholder2001-02-012-8/+27
* * Move exception_return to exception.s which is a more logical home for it.Doug Rabson2001-01-314-114/+164
* Remove count for NSIO. The only places it was used it were incorrect.Peter Wemm2001-01-311-21/+11
* Remove unnecessary locking to protect the p_upages_obj and p_addrJohn Baldwin2001-01-301-10/+0
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-292-8/+9
* The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, soAndrew Gallatin2001-01-272-2/+2
* Turn on DEVFS by default for the alpha. Aside from vinum as mentioned byJohn Baldwin2001-01-272-2/+2
* Update some comments, s0 in the pcb of a child returning from fork1() isJohn Baldwin2001-01-261-2/+2
* The osfulator needs sysvipc to work. Thanks to DES's commit toAndrew Gallatin2001-01-261-0/+3
* Back out over-aggressive locking of p->p_cred.John Baldwin2001-01-251-16/+3
* Remove prototype for child_return().John Baldwin2001-01-241-1/+0
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentJohn Baldwin2001-01-243-36/+9
* - Remove some unused and unneeded atomic operations sitting in mp_machdep.cJohn Baldwin2001-01-242-61/+13
* Oops, when converting if (foo) panic() to a KASSERT(), you have to invertJohn Baldwin2001-01-241-3/+4
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-242-125/+7
* Proc locking.John Baldwin2001-01-244-6/+36