summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Bracket call to vm_page_flag_set with required Giant lock/unlock.mjacob2001-07-051-1/+4
* You cannot require Giant to be locked when you haven't acquired it yet.mjacob2001-07-051-2/+4
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-64/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-046-34/+19
* Follow Bruce's suggestions. They're probably wrong, but better than before.mjacob2001-07-041-3/+10
* Allow Giant to be recursed when a process terminates.jhb2001-07-031-2/+2
* gif(4) and stf(4) modernization:brooks2001-07-022-2/+2
* Don't need the .keep_me files. Obrien and I committed past each other.imp2001-07-012-1/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-301-0/+1
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-301-1/+1
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-292-114/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-297-42/+40
* Grab Giant around fault handling at the top level for now.jhb2001-06-291-0/+3
* Allow the clock lock to recurse.jhb2001-06-251-1/+1
* - Grab the vm lock around all of pmap_emulate_reference() as it manipulatesjhb2001-06-252-8/+14
* fix oopslet for PROC_UNLOCK_NOSWITCHmjacob2001-06-241-1/+1
* - Grab the proc lock around CURSIG and postsig(). Don't release the procjhb2001-06-221-2/+4
* Be conservative and always perform an mb after an atomic_cmpset operation.jhb2001-06-221-0/+2
* Doh, missed a printf -> db_printf in the previous commit.jhb2001-06-221-1/+1
* Clean up some junk. The bogus trapframe on the stack was removed from thepeter2001-06-161-7/+0
* I'm a dunce. Clean up some warnings by axeing some unused variables fromjhb2001-06-151-2/+0
* Updates and tweaks to the new trace functionality:jhb2001-06-151-37/+44
* oops. prepare_usermode() died in August 2000 in the MI and x86 code.peter2001-06-151-8/+0
* If we're not going to use am7990_shutdown, comment it all out.mjacob2001-06-141-0/+4
* Fix Assembler buglet: Warning: .end directive names different symbol than .entmjacob2001-06-141-1/+1
* As per comments in sys/linker_set.h:peter2001-06-141-313/+0
* initialize mp_ncpus in cpu_mp_probe() so that if the probe fails andgallatin2001-06-131-2/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-8/+6
* Use struct device * rather than device_t for (*pci_intr_route args), sogallatin2001-06-111-1/+1
* Supply the intpin to the platform.pci_intr_map() function. It turnsgallatin2001-06-103-0/+6
* Fix style of defines.obrien2001-06-091-25/+25
* Sync up to v 1.9 of NetBSD's db_trace.c to get access to thegallatin2001-06-083-72/+328
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()gallatin2001-06-061-1/+4
* Apparently, the vm_mtx must be held around vm_map_find(). I'm assuminggallatin2001-06-061-0/+3
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-142/+0
* Don't hold sched_lock across addupc_task().jhb2001-06-061-1/+1
* Use correct flag in test whether this interrupt handler is fast or not.mjacob2001-06-041-1/+1
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Resurrect platform.pci_intr_map() and essentially undo the effects ofgallatin2001-06-0115-213/+206
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-8/+0
* remove unneeded #include <vm/vm_map.h>gallatin2001-05-312-2/+0
* Backout previous revision. While it fixed many platforms, it brokegallatin2001-05-311-7/+2
* move wx to be part of miibus requiring chipsetsmjacob2001-05-302-2/+2
* GC #if 0'd calls to releasing and acquiring the old style giant kerneljhb2001-05-291-6/+0
* Remove MFS options from all example kernel configs.phk2001-05-292-2/+0
* One needs to introduce things with a `.file' directive before trying toobrien2001-05-283-2/+13
* finally fix intr routing on alphas such as the as500 after months ofgallatin2001-05-271-2/+7
* catch up to i386: Don't acquire Giant just to print the trap and panicgallatin2001-05-251-2/+0
OpenPOWER on IntegriCloud