summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/genassym.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-178/+0
* user.h is included only to get pcb.h, so use the latter directly instead.das2004-11-201-1/+1
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.imp2004-04-051-4/+0
* Use __FBSDID().obrien2003-06-101-1/+3
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-4/+3
* - Split the unaligned access check flags out of md_flags in struct mdthreadjhb2002-07-311-1/+1
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-121-2/+0
* Part 1 of KSE-IIIjulian2002-06-291-0/+2
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-291-0/+5
* GC the PC_SWITCH* symbols which are not used in assembly anymore.phk2002-02-071-1/+0
* Modify the critical section API as follows:jhb2001-12-181-1/+0
* Overhaul the per-CPU support a bit:jhb2001-12-111-7/+6
* Backed out the quick fixes for the transient breakage of <sys/mount.h>bde2001-10-131-2/+2
* Export kernbase like on the i386. I dont think the alpha kernel ispeter2001-09-201-0/+1
* Make alpha/genassym.c compile again. *oops*peter2001-09-201-3/+3
* KSE Milestone 2julian2001-09-121-11/+13
* Add a new field 'md_kernnest' to the alpha machine dependent processjhb2001-04-241-0/+3
* Fix includes so it compiles again.mjacob2001-04-231-1/+2
* - Include <machine/prom.h> to get the prototype for prom_halt().jhb2001-03-281-1/+1
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-201-1/+0
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-101-1/+0
* * Move exception_return to exception.s which is a more logical home for it.dfr2001-01-311-0/+2
* cpuno -> cpuid.jhb2001-01-241-1/+1
* We don't need <stddef.h> for offsetof() any more.dfr2000-11-191-2/+0
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-2/+2
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-2/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+19
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Sync with i386marcel2000-01-081-2/+1
* Use genassym(1).marcel2000-01-071-107/+92
* Revert back all the way to 1.11 - the problem was that Makefile.alpha waspeter2000-01-071-0/+3
* Don't include <sys/systm.h>. It doesn't do anything, and with recentmsmith2000-01-071-1/+0
* untangle some includes and clean up for compilation cleanliness.mjacob2000-01-031-3/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Use %ll instead of %q as gcc moans bitterly about it.peter1999-11-221-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-191-44/+1
* Revert back to not using -DKERNELpeter1999-06-281-1/+3
* Make genassym compile - the recent buf locking changes meant that morepeter1999-06-261-9/+2
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-281-2/+1
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-151-1/+7
* Add definition of p_switchtime.dfr1998-07-121-1/+2
* Major changes to the generic device framework for FreeBSD/alpha:dfr1998-06-141-5/+7
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-0/+212
OpenPOWER on IntegriCloud