summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-65/+65
* Consistently define the rune types.obrien2001-05-161-4/+17
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-161-24/+24
* "Sir, the deorbit burn completed succesfully."jhb2001-05-151-33/+0
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-2/+18
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-275-65/+14
* Fix SCM ID's and remove tailing blanks.obrien2001-04-251-3/+2
* Add a new field 'md_kernnest' to the alpha machine dependent processjhb2001-04-241-0/+1
* Block out all interrupts, even machine checks, for critical_enter()gallatin2001-04-212-1/+2
* Convert the protection of hte i8254 from critical_enter/exit like it isjhb2001-04-181-0/+3
* - Add appropriate #ifndef/#define/#endif to protect against multiplejhb2001-04-171-5/+4
* - Fix memory barriers in atomic operations so that the barriers are alwaysjhb2001-04-171-20/+26
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-4/+4
* Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes togallatin2001-03-301-0/+7
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-282-2/+2
* - 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
* 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
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-2/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-221-1/+1
* GC unused and now obsolete assertion macros.jhb2001-02-221-10/+0
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-201-1/+0
* Changed the aston() family to operate on a specified process instead ofbde2001-02-191-1/+1
* Correct disordering which is corresponding to bde's fix toume2001-02-171-1/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-0/+1
* RIP <machine/lock.h>.markm2001-02-111-39/+0
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-103-31/+13
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Use the MI ithread helper functions in the alpha hardware interrupt code.jhb2001-02-091-6/+5
* Change and clean the mutex lock interface.bmilekic2001-02-092-33/+18
* * Move exception_return to exception.s which is a more logical home for it.dfr2001-02-021-8/+6
* Guess that this is what Doug *intended* to commit....mjacob2001-02-011-1/+5
* Remove prototype for child_return().jhb2001-01-241-1/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-38/+1
* Wrap the IPI definitions and function prototypes in #ifdef SMP.jhb2001-01-241-0/+2
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-242-8/+12
* - Proc locking.jhb2001-01-241-2/+6
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-213-5/+1
* These files have been on deathrow for a couple of months, no appeal.phk2001-01-162-9/+0
* 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
* 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
* Move all VCS ids to a consistent location.obrien2000-12-282-6/+4
OpenPOWER on IntegriCloud