summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* kernacc() only knows about mapped memory, not K0SEG addresses.gallatin2000-10-091-2/+7
* fix a typo & allow softclock to run on alphas.gallatin2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-334/+4
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-0/+4
* Cleanup comment in machine/param.h regarding mbuf-related sizes, and get ridbmilekic2000-10-081-8/+6
* Work around a bug by adding struct tags. gcc-2.95 apparently gets thebde2000-10-061-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-063-3/+13
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-0517-336/+481
* Add atomic_readandclear_int and atomic_readandclear_long.jhb2000-10-051-0/+42
* Reduce userland namespace polution.jasone2000-10-041-1/+4
* Fix spelling error ("exits" should be "exists").jasone2000-10-041-1/+1
* Clear pcb_schednest in cpu_fork() for the child process. This isdfr2000-10-031-0/+7
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-301-13/+2
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-235-12/+12
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-231-2/+1
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-2/+0
* Remove atomic_*_{32,64} since they are now inline. If you haven't rebuiltdfr2000-09-221-81/+0
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-202-0/+2
* Remove a few leftover CLBYTES related bits.phk2000-09-161-7/+0
* Grab the scheduler lock before calling setrunqueue() and mi_switch().jhb2000-09-141-0/+2
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-143-37/+35
* Don't release Giant for db_nofault exceptions since it isn't held whendfr2000-09-141-1/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-132-3/+1
* - Fix spinlock exiting to handle recursion properly and only enablejhb2000-09-131-5/+7
* - Fix spinlock exits to properly handle the recursion count and onlyjhb2000-09-131-43/+59
* Import the global sched_lock variable instead of using a private copy. Thisjhb2000-09-131-0/+1
* Fix a comment, we have mutexes now instead of a single lock.jhb2000-09-131-1/+1
* Add back in obtaining/releasing Giant around interrupt handlers.jhb2000-09-131-0/+10
* Merge changes from the i386 port to allow userret() to be called bothdfr2000-09-121-11/+37
* * Redo the cmpset inlines to use one less register. This incidentallydfr2000-09-121-22/+156
* Really disable interrupts for spin mutexes instead of just pretending.dfr2000-09-121-8/+6
* Turn the /dev/random device into a (pseudo-)device, not an option.markm2000-09-122-2/+2
* Add tx to the list of miibus using network drivers. We already build tx inbillf2000-09-112-0/+2
* Well, this works for me and I can now boot my PC164 again.mjacob2000-09-111-34/+41
* The alpha doesn't have a eflags register, so don't refer to it here.jhb2000-09-111-2/+0
* Don't tell printf() to output a sign when printing out a value as hex.jhb2000-09-111-1/+1
* - Remove duplicate cp_time declaration.jhb2000-09-111-4/+2
* Relocate sys/systm.h #include to quiet warning.jhb2000-09-111-1/+1
* Remove the manipulation of the Giant mutex from the interrupt entrydfr2000-09-101-10/+0
* Fix printf warnings.dfr2000-09-101-2/+2
* Fix printf warnings in CTRx calls.dfr2000-09-101-15/+15
* Update to work with the current version of KTR.dfr2000-09-101-74/+43
* Style cleanups. No functional changes.jasone2000-09-091-71/+63
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-16/+16
* LINT -> NOTESalex2000-09-091-2/+2
* Add missing \'s to multline macros used for assertions.jhb2000-09-091-2/+2
* Use inline functions instead of macros for mtx_enter(), mtx_try_enter(),jasone2000-09-081-146/+160
* Only call kdb_trap() if the DDB config option is specified.jasone2000-09-081-0/+2
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-071-406/+127
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0730-196/+3111
OpenPOWER on IntegriCloud