summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix linux_termio and linux_termios structs on alpha. alpha differencesgallatin2000-11-011-1/+1
* Pass in the new-bus flags to alpha_setup_intr().jhb2000-11-017-8/+9
* - Modify alpha_setup_intr() to take interrupt handler flags as an additionaljhb2000-11-012-18/+61
* Apply style(9).obrien2000-11-011-2/+2
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-11-011-29/+3
* Need to dummy-out rt_sigreturn.obrien2000-11-011-0/+3
* Need to include sys/proc.h.obrien2000-11-011-1/+2
* I don't know why this used to compile for me, but now structobrien2000-11-011-2/+2
* Make the target a little bit more generic.obrien2000-11-011-1/+3
* Remember to decrement interrupt nesting level if leaving earlymjacob2000-10-301-0/+1
* remove a stddef.h missed by phkgallatin2000-10-271-1/+0
* Add M_ZERO to malloc calls where the result is just bzeroed.mjacob2000-10-272-8/+5
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-2/+5
* Merge from i386: Add MSP ioctlroger2000-10-271-0/+10
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-272-0/+2
* add a version tag for the alpha linulator to depend ongallatin2000-10-261-0/+2
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andgallatin2000-10-261-8/+13
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-258-93/+30
* fix bogus cast in osf1_getrlimit/osf1_setrlimitgallatin2000-10-251-4/+4
* Only use 1 set of memory barrier operations with the atomic_*_{acq,rel}_ptrjhb2000-10-251-2/+0
OpenPOWER on IntegriCloud