summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Fix ypo in essage about isabling EISA nterrupt ectormjacob2000-12-151-1/+1
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasjhb2000-12-141-101/+0
* Add route interrupt method.mjacob2000-12-131-0/+2
* Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI".obrien2000-12-132-2/+0
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-9/+7
* enable the proper cascade irq on as1000agallatin2000-12-121-1/+1
* fix AS1000/AS1000A support. It turns out the that iobus depends on thegallatin2000-12-121-2/+10
* fix various compiler warnings generated by previous commitgallatin2000-12-121-5/+5
* - Add code to detect if a system call returns with locks other than Giantjake2000-12-121-0/+14
* Store in globaldata our CPU ID#. Provide a lock for panics - only onemjacob2000-12-094-0/+9
* Next phase in the PCI subsystem cleanup.msmith2000-12-0827-203/+170
* Partially re-write T2 chipset support based on Tru64 platform supportgallatin2000-12-075-99/+454
* Minor cleanups:marcel2000-12-051-8/+3
* Make osendsig global. It's used by the Linuxulator.marcel2000-12-051-1/+3
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-052-28/+0
* Fix for vanilla PC164 systems to use a slightly different PALcode magicmjacob2000-12-042-2/+39
* Comment out debug printfs about enable/disable ints.mjacob2000-12-041-2/+2
* More M_ZERO patches.dwmalone2000-12-031-23/+19
* Don't auto-generate the syscalls.marcel2000-12-038-7/+1224
* Don't auto-generate syscalls.marcel2000-12-031-1/+1
* exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it shouldgallatin2000-12-021-1/+1
* Alter isa interrupt behaviour on alpha. Rather than send a non-specificgallatin2000-12-011-4/+38
* acquire/release Giant in vm_page_zero_idle(), like on i386gallatin2000-12-011-8/+2
* Convert the pcib_{read,write}_config args from signed to unsigned,gallatin2000-12-018-29/+29
* remove unneded sys/ucred.h includesalfred2000-11-302-2/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-303-6/+19
* Add 'mpsafe' parameter to callout_init() in MD bits.jlemon2000-11-261-1/+1
* Don't unregister the ioctl handlers before we verified wemarcel2000-11-231-11/+13
* Protect the following with a lockmgr lock:jake2000-11-221-0/+9
* Protect the bounce page list with a mutex instead of using splhigh().dfr2000-11-221-14/+13
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+10
* fix isa DMA on pyxis based machines:gallatin2000-11-211-7/+8
* Make programs which still #include <machine/{mouse,console}.h> failphk2000-11-202-13/+2
* Convert various calls to splhigh() to disable_intr() since splhigh() isdfr2000-11-196-26/+34
* We don't need <stddef.h> for offsetof() any more.dfr2000-11-191-2/+0
* - Protect the callout wheel with a separate spin mutex, callout_lock.jake2000-11-191-0/+2
* - Split the run queue and sleep queue linkage, so that a processjake2000-11-171-1/+1
* Don't release and acquire Giant in mi_switch(). Instead, release andjhb2000-11-161-0/+2
* Use the linux_connect() on alpha rather than passing directly throughgallatin2000-11-161-1/+2
* make the fcntl() flags match what the linux/alpha port uses, notgallatin2000-11-161-9/+11
* Add the 'witness_spin_check' per-CPU variable.jhb2000-11-153-0/+3
* - Don't acquire/release Giant during an interrupt context for machinejhb2000-11-151-10/+1
* Fix all the interrupt enabled/disabled assertions which were backwards.jhb2000-11-151-6/+6
* Don't perform an mi_switch() when we release Giant during cpu_exit(). Wejhb2000-11-151-1/+2
* Enable all interrupts in switch_trampoline after releasing the sched_lock.jhb2000-11-151-0/+2
* Pick up kernelname for bootinfo structure (if possible), otherwisemjacob2000-11-141-5/+13
* Enable linux thread support on the alpha. The guts of linux_clone wasgallatin2000-11-101-1/+57
* Simplify and correct OSF/1 signal handling.gallatin2000-11-103-133/+16
* Fix typo in END macro (END'ed enable twice)mjacob2000-11-091-1/+1
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-095-3/+14
OpenPOWER on IntegriCloud