summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Move exception_return to exception.s which is a more logical home for it.dfr2001-01-314-114/+164
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-21/+11
* Remove unnecessary locking to protect the p_upages_obj and p_addrjhb2001-01-301-10/+0
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-292-8/+9
* The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, sogallatin2001-01-272-2/+2
* Turn on DEVFS by default for the alpha. Aside from vinum as mentioned byjhb2001-01-272-2/+2
* Update some comments, s0 in the pcb of a child returning from fork1() isjhb2001-01-261-2/+2
* The osfulator needs sysvipc to work. Thanks to DES's commit togallatin2001-01-261-0/+3
* Back out over-aggressive locking of p->p_cred.jhb2001-01-251-16/+3
* Remove prototype for child_return().jhb2001-01-241-1/+0
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-243-36/+9
* - Remove some unused and unneeded atomic operations sitting in mp_machdep.cjhb2001-01-242-61/+13
* Oops, when converting if (foo) panic() to a KASSERT(), you have to invertjhb2001-01-241-3/+4
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-242-125/+7
* Proc locking.jhb2001-01-244-6/+36
* Use queue macros.jhb2001-01-241-2/+1
* Add a prototype for isa_irq_mask() to quiet a warning.jhb2001-01-241-0/+1
* Wrap the IPI definitions and function prototypes in #ifdef SMP.jhb2001-01-241-0/+2
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-242-8/+12
* - Proc locking.jhb2001-01-241-2/+6
* - Change userret() to take a struct trapframe * as its second argument andjhb2001-01-241-59/+61
* - Proc locking.jhb2001-01-241-4/+24
* - Proc locking.jhb2001-01-241-38/+47
* - Adjust some whitespace to reduce diffs with the i386 version.jhb2001-01-241-103/+102
* - Initialize curproc, proc0.p_heldmtx, and proc0.p_contested earlier sojhb2001-01-241-2/+48
* - Wrap the IPI interrupt handler in #ifdef SMP.jhb2001-01-241-2/+4
* cpuno -> cpuid.jhb2001-01-241-1/+1
* Don't import the nonexistent astpending variable.jhb2001-01-241-2/+0
* Wrap the startup code used by secondary processors in #ifdef SMP.jhb2001-01-241-0/+2
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* First step towards an MP-safe zone allocator:des2001-01-211-2/+2
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-215-12/+8
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-211-4/+4
* This conf file seems to have rotted quite a bit..peter2001-01-191-7/+2
* Remove the now-empty ipl_funcs.c file on all platforms.peter2001-01-191-30/+0
* Remove the static splXXX functions and replace them by static __inlinepeter2001-01-191-5/+0
OpenPOWER on IntegriCloud