summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-131-1/+0
* Simplify the vm fault trap handling code a bit by using if-else instead ofjhb2001-05-111-11/+4
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-102-2/+2
* Add include of sys/mutex.h and resort include of sys/lock.h.jhb2001-05-091-1/+2
* Add needed sys/lock.h include.jhb2001-05-091-0/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-2/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-279-348/+37
* When switching backing store during signal delivery, do the switch beforedfr2001-04-242-14/+16
* Align stack pointer and backing store pointer to 16 byte boundary whendfr2001-04-241-0/+5
* Don't trash the user's pr on syscalls.dfr2001-04-242-2/+4
* Don't unwrap the function descriptor used as the callout argument todfr2001-04-191-7/+2
* Don't take the Giant mutex for clock interrupts.dfr2001-04-191-2/+0
* Don't panic when we try to modify the kernel pmap.dfr2001-04-181-2/+2
* Print an approximation of the function arguments in the stack trace.dfr2001-04-181-10/+25
* Implement a simple stack trace for DDB. This will have to be redonedfr2001-04-183-11/+68
* Record the right value for tf_ndirty for kernel interruptions so thatdfr2001-04-182-6/+6
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-151-1/+7
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-112-20/+20
* Reduce the emasculation of bounds_check_with_label() by one line, so weobrien2001-03-291-1/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-3/+5
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-283-3/+3
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-4/+3
* Catch up to the mtx_saveintr -> mtx_savecrit change.jhb2001-03-281-1/+1
* - 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
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-263-4/+0
* Unbreak build on alpha.ume2001-03-241-3/+0
* - Define and use MAXCPU like the alpha and i386 instead of NCPUS.jhb2001-03-242-6/+10
* Stick a prototype for handleclock() in machine/clock.h and include itjhb2001-03-242-0/+2
* 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
* Allow the config file to specify a root filesystem filename.dfr2001-03-091-1/+6
* Adjust a comment slightly.dfr2001-03-091-2/+1
* 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
OpenPOWER on IntegriCloud