summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-282-9/+11
* Unbreak build on alpha.ume2001-03-241-3/+0
* - Define and use MAXCPU like the alpha and i386 instead of NCPUS.jhb2001-03-241-1/+5
* Stick a prototype for handleclock() in machine/clock.h and include itjhb2001-03-241-0/+1
* 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-1/+0
* Fix a couple of typos which became obvious when I started to actually usedfr2001-03-041-3/+3
* Clockframes have a trapframe stored in a cf_tf member, not ct_tf.jhb2001-02-241-1/+1
* Whitespace nits.jhb2001-02-241-2/+2
* Pass in process to mark ast on to aston().jhb2001-02-241-1/+1
* Axe pcb_schednest as it is no longer used.jhb2001-02-221-1/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-221-1/+1
* - Axe the now unused ASS_* assertions for interrupt status.jhb2001-02-221-10/+1
* Add a inline function to read the psr.jhb2001-02-221-0/+11
* Add a mtx_intr_enable() macro.jhb2001-02-221-0/+1
* Axe the astpending per-cpu variable.jhb2001-02-222-2/+0
* Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() andjhb2001-02-221-3/+6
* Catch up to new MI astpending and need_resched handling.jhb2001-02-221-20/+0
* Correct disordering which is corresponding to bde's fix toume2001-02-171-3/+3
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-0/+1
* RIP <machine/lock.h>.markm2001-02-111-35/+0
* Change and clean the mutex lock interface.bmilekic2001-02-092-18/+6
* Flesh out EFI support somewhat.dfr2001-01-291-23/+569
* Add gd_witness_spin_check.marcel2001-01-282-0/+2
* Fix typo.marcel2001-01-281-1/+1
* Change cpuno to cpuid.dfr2001-01-242-6/+6
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-20/+0
* - Proc locking.jhb2001-01-241-2/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-213-3/+1
* These files have been on deathrow for a couple of months, no appeal.phk2001-01-162-8/+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-12/+0
* 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/+0
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-061-0/+1
* Merge ALIGN changes from alpha code.dfr2000-12-301-3/+24
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-1/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-0/+2
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+10
* Make programs which still #include <machine/{mouse,console}.h> failphk2000-11-202-14/+2
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-0/+6
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-0/+5
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-252-8/+2
* Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr()jhb2000-10-251-12/+26
* * Various fixes to breakage introduced by the atomic and mutex reorgs.dfr2000-10-246-21/+34
* Adjust commentsobrien2000-10-242-8/+20
* CURTHD now defines in globals.hmjacob2000-10-231-0/+2
OpenPOWER on IntegriCloud