summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-1/+0
* Unrevert the pmap_map() changes. They weren't broken on x86.jhb2001-03-071-32/+26
* - Release Giant a bit earlier on syscall exit.jhb2001-03-071-13/+8
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+1
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-071-2/+2
* Back out the pmap_map() change for now, it isn't completely stable on thejhb2001-03-071-26/+32
* Don't psignal() a process from forward_hardclock() but set the appropriatejhb2001-03-061-2/+2
* - Rework pmap_map() to take advantage of direct-mapped segments onjhb2001-03-061-32/+26
* Fix a couple of typos which became obvious when I started to actually usedfr2001-03-041-3/+3
* sched_swi -> swi_schedjhb2001-02-241-1/+1
* Don't include machine/mutex.h and relocate sys/mutex.h's include to bejhb2001-02-241-2/+1
* 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-222-2/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-223-6/+6
* Don't set the sched_lock lesting level for new processes as it is nojhb2001-02-221-7/+0
* Catch comments up to child_return() -> fork_return() as well.jhb2001-02-221-2/+2
* Synch up with the other architectures:jhb2001-02-221-39/+18
* Use the MI fork_return() fork trampoline callout function for childjhb2001-02-221-1/+1
* - Don't dink with sched_lock in cpu_switch() since mi_switch() does thisjhb2001-02-221-23/+14
* - 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-223-3/+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-223-26/+1
* 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
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-2/+1
* RIP <machine/lock.h>.markm2001-02-112-36/+0
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-091-0/+1
* Remove bogus #if 0'd code that dinked with the saved interrupt state injhb2001-02-091-7/+0
* Change and clean the mutex lock interface.bmilekic2001-02-098-75/+63
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-042-8/+0
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.peter2001-02-041-0/+1
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-14/+3
* Flesh out EFI support somewhat.dfr2001-01-292-45/+591
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-3/+3
* Add gd_witness_spin_check.marcel2001-01-282-0/+2
* Fix typo.marcel2001-01-281-1/+1
* Improve kernel bootstrapping:marcel2001-01-281-53/+0
* Initialise proc0.p_heldmtx and proc0.p_contested and calldfr2001-01-261-2/+7
* Change cpuno to cpuid.dfr2001-01-244-32/+32
* Fix typo.dfr2001-01-242-1/+2
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-242-59/+6
* - Proc locking.jhb2001-01-241-2/+6
* - Proc locking.jhb2001-01-241-41/+59
* - Proc locking.jhb2001-01-242-5/+32
* - Proc locking.jhb2001-01-241-22/+27
OpenPOWER on IntegriCloud