summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-122-2/+0
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-111-13/+0
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-105-27/+29
* The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should reallymjacob2001-01-091-4/+5
* Put VCS ids in a consistent place and form.obrien2001-01-081-3/+2
* Remove seconds types we don't use that came in thru the NetBSD heiratage.obrien2001-01-081-2/+5
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-061-0/+1
* Sort some of the _BSD_* types.obrien2001-01-011-4/+4
* Add a dopey makefile to do the tags dance, which is probably not perfectmjacob2000-12-311-0/+29
* Move all VCS ids to a consistent location.obrien2000-12-282-6/+4
* Add multiple inclusion protection.obrien2000-12-282-0/+10
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-232-0/+16
* 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
OpenPOWER on IntegriCloud