summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* back out 1.66 -- the Elfxx_Brandinfo compat_3_brand field doesn't existgallatin2000-11-091-2/+0
* Clean this is up a bit for multiple MIDs... We can figure out which MIDmjacob2000-11-081-40/+59
* Fix CMSG and ALIGN macro usage.asmodai2000-11-081-17/+37
* (KTR debugging) Say when we're disabling a vector.mjacob2000-11-071-2/+5
* Sync with i386's GENERIC rev 1.287 (Minor ordering changes to make moreobrien2000-11-072-2/+2
* Sync with i386/conf/GENERIC rev 1.288 (add comments for some ISA devices).obrien2000-11-072-10/+10
* The vx driver no longer needs the PCI compat shims. Also should nowwpaul2000-11-072-0/+2
* Fix generated include path.obrien2000-11-041-1/+1
* Fix the Elf64 branding initialization.obrien2000-11-041-0/+2
* Sort.obrien2000-11-021-1/+1
* Support for the linux ipc syscalls on the alpha, where each one hasgallatin2000-11-011-11/+19
* use DUMMY macro and support from linux_util.hgallatin2000-11-011-15/+1
* Move the linux abi's alpha md files over to using David's build-timegallatin2000-11-014-4/+4
OpenPOWER on IntegriCloud