summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-1/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-2/+1
* Fix style of defines.obrien2001-06-091-97/+97
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-126/+0
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-8/+0
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-56/+54
* Consistently define the rune types.obrien2001-05-161-4/+19
* 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-32/+0
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-275-54/+13
* Implement a simple stack trace for DDB. This will have to be redonedfr2001-04-181-0/+4
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-4/+4
* 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
OpenPOWER on IntegriCloud