summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* insert a magical second memory barrier prior to calling draina() ingallatin2001-04-081-0/+1
* Regen after adding linux_sched_get_priority_max() andgallatin2001-04-033-7/+15
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min() togallatin2001-04-031-2/+2
* Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes togallatin2001-03-302-1/+13
* Removed the ``#if 0'' that turned bounds_check_with_label() into worseobrien2001-03-291-2/+0
* resurrect the declaration of order to unbreak kernel build. Putgallatin2001-03-281-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-7/+9
* Catch up to header include changes:jhb2001-03-281-0/+1
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-283-4/+3
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-7/+8
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-281-23/+1
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-282-19/+7
* Revert previous commit which had a bogus message. It actually justjhb2001-03-281-1/+1
* - Include <machine/prom.h> to get the prototype for prom_halt().jhb2001-03-288-57/+56
* Check whether we need to do a full restore after handling ASTs. Ifgallatin2001-03-281-4/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-263-3/+0
* Unbreak build on alpha.ume2001-03-241-3/+0
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-231-0/+2
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-1/+1
* prevent gdb from panic'ing an alpha with "mutex Giant not owned"gallatin2001-03-161-0/+2
* remove bogus check -- for kernel threads we fork off of proc0, not curprocgallatin2001-03-151-2/+0
* - Call fork1() directly instead of calling rfork() so that it doesn't maskjhb2001-03-111-9/+5
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-2/+0
* Unrevert the pmap_map() changes. They weren't broken on x86.jhb2001-03-071-9/+9
* - Release Giant a bit earlier on syscall exit.jhb2001-03-071-14/+9
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-072-3/+3
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-071-1/+2
* Just use proc lock to protect reading of p_pptr rather than a proctreejhb2001-03-071-21/+17
* Back out the pmap_map() change for now, it isn't completely stable on thejhb2001-03-071-9/+9
* - Rework pmap_map() to take advantage of direct-mapped segments onjhb2001-03-061-9/+9
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-061-2/+9
* Quiet a warning due to bus_size_t being a long on the alpha.jhb2001-03-061-1/+1
* handle reserved/unimplemented instruction (opDec) faultsgallatin2001-03-052-2/+187
* Add MODULE_DEPEND() for the sysvipc modules. This allows the linulatorgallatin2001-03-051-0/+3
* sync with i386:gallatin2001-03-051-0/+2
* Fix the unaligned access code to handle stores from R31 (zero)gallatin2001-03-051-2/+3
* Disable interrupts while sanity checking the owner of the floating pointdfr2001-03-041-0/+5
* Account for the new flags field in struct trapframe.dfr2001-03-031-1/+1
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-223-5/+5
* - Use TRAPF_PC() on the alpha to acess the PC in the trap frame.jhb2001-02-221-4/+3
* GC unused and now obsolete assertion macros.jhb2001-02-221-10/+0
* Cleanup and clarify the comments above switch_trampoline().jhb2001-02-221-2/+5
* Remove attempt to add in PREEMPTION #ifdef test in MI code that didn'tjhb2001-02-211-0/+4
* Fix the osfulator in the face of Doug's optimized system call return path.gallatin2001-02-211-0/+2
* - Add a new ithread_schedule() function to do the bulk of the work ofjhb2001-02-201-38/+3
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-205-26/+0
* Regengallatin2001-02-203-13/+13
* Sort out the umount breakage introduced in the last 2 revisions.gallatin2001-02-201-4/+4
* Regenerate.jlemon2001-02-203-15/+10
* Fix duplicate linux_mount definitionjlemon2001-02-201-4/+4
OpenPOWER on IntegriCloud