aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Axe pcb_schednest as it is no longer used.John Baldwin2001-02-222-2/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.John Baldwin2001-02-223-6/+6
* Don't set the sched_lock lesting level for new processes as it is noJohn Baldwin2001-02-221-7/+0
* Catch comments up to child_return() -> fork_return() as well.John Baldwin2001-02-221-2/+2
* Synch up with the other architectures:John Baldwin2001-02-221-39/+18
* Use the MI fork_return() fork trampoline callout function for childJohn Baldwin2001-02-221-1/+1
* - Don't dink with sched_lock in cpu_switch() since mi_switch() does thisJohn Baldwin2001-02-221-23/+14
* - Axe the now unused ASS_* assertions for interrupt status.John Baldwin2001-02-221-10/+1
* Add a inline function to read the psr.John Baldwin2001-02-221-0/+11
* Add a mtx_intr_enable() macro.John Baldwin2001-02-221-0/+1
* Axe the astpending per-cpu variable.John Baldwin2001-02-223-3/+0
* Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() andJohn Baldwin2001-02-221-3/+6
* Catch up to new MI astpending and need_resched handling.John Baldwin2001-02-223-26/+1
* Correct disordering which is corresponding to bde's fix toHajimu UMEMOTO2001-02-171-3/+3
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-0/+1
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-2/+1
* RIP <machine/lock.h>.Mark Murray2001-02-112-36/+0
* Move the initailization of the proc lock for proc0 very early into the MDJohn Baldwin2001-02-091-0/+1
* Remove bogus #if 0'd code that dinked with the saved interrupt state inJohn Baldwin2001-02-091-7/+0
* Change and clean the mutex lock interface.Bosko Milekic2001-02-098-75/+63
* Clean up some leftovers from the root mount cleanup that was done somePeter Wemm2001-02-042-8/+0
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.Peter Wemm2001-02-041-0/+1
* Remove count for NSIO. The only places it was used it were incorrect.Peter Wemm2001-01-311-14/+3
* Flesh out EFI support somewhat.Doug Rabson2001-01-292-43/+589
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-291-3/+3
* Add gd_witness_spin_check.Marcel Moolenaar2001-01-282-0/+2
* Fix typo.Marcel Moolenaar2001-01-281-1/+1
* Improve kernel bootstrapping:Marcel Moolenaar2001-01-281-53/+0
* Initialise proc0.p_heldmtx and proc0.p_contested and callDoug Rabson2001-01-261-2/+7
* Change cpuno to cpuid.Doug Rabson2001-01-244-32/+32
* Fix typo.Doug Rabson2001-01-242-1/+2
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-242-59/+6
* - Proc locking.John Baldwin2001-01-241-2/+6
* - Proc locking.John Baldwin2001-01-241-41/+59
* - Proc locking.John Baldwin2001-01-242-5/+32
* - Proc locking.John Baldwin2001-01-241-22/+27
* First step towards an MP-safe zone allocator:Dag-Erling Smørgrav2001-01-211-3/+3
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-215-6/+6
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexJason Evans2001-01-211-4/+4
* Remove the now-empty ipl_funcs.c file on all platforms.Peter Wemm2001-01-191-30/+0
* Remove the static splXXX functions and replace them by static __inlinePeter Wemm2001-01-191-5/+0
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-3/+3
* These files have been on deathrow for a couple of months, no appeal.Poul-Henning Kamp2001-01-162-8/+0
* Remove NOBLOCKRANDOM as a compile-time option. Instead, provideMark Murray2001-01-141-1/+0
* Remove unused per-cpu variables inside_intr and ss_eflags.Jake Burkholder2001-01-122-2/+0
* - Remove compatibility macros for accessing per-cpu variables.Jake Burkholder2001-01-111-12/+0
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesJake Burkholder2001-01-102-5/+5
* Put VCS ids in a consistent place and form.David E. O'Brien2001-01-081-3/+2
* Remove seconds types we don't use that came in thru the NetBSD heiratage.David E. O'Brien2001-01-081-2/+0
* Implement accessors for per-cpu variables which don't depend on theJake Burkholder2001-01-061-0/+1