aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) byDavid E. O'Brien2001-07-151-25/+25
* Turn off preemption on the Alpha for the time being. Peter and JHB aren'tDavid E. O'Brien2001-07-151-1/+1
* Fix reboot hangs that have happened with multiple processorsMatt Jacob2001-07-144-3/+26
* Move fxp to the miibus section where it belongs.Dima Dorfman2001-07-142-2/+2
* I really should have just commented out this intire file vs. removing allDavid E. O'Brien2001-07-131-0/+25
* Hints processing is FUBAR'ed right now.David E. O'Brien2001-07-131-25/+0
* `pcn' supports AMD Am79C97x cards, not Am79C79x cards.Dima Dorfman2001-07-132-2/+2
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andBrian S. Dean2001-07-111-0/+33
* Sanity guard- return ENODEV if we don't have a good IRQ resource.Matt Jacob2001-07-111-0/+3
* Slight cleanliness- add an unlock of Giant in one dopanic case. DoMatt Jacob2001-07-111-9/+6
* A set of changes to reduce the number of include files the kernelJulian Elischer2001-07-082-2/+2
* Bracket call to vm_page_flag_set with required Giant lock/unlock.Matt Jacob2001-07-051-1/+4
* You cannot require Giant to be locked when you haven't acquired it yet.Matt Jacob2001-07-051-2/+4
* Move vm_page_zero_idle() from machine-dependant sections to aMatthew Dillon2001-07-051-64/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).Matthew Dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-046-34/+19
* Follow Bruce's suggestions. They're probably wrong, but better than before.Matt Jacob2001-07-041-3/+10
* Allow Giant to be recursed when a process terminates.John Baldwin2001-07-031-2/+2
* gif(4) and stf(4) modernization:Brooks Davis2001-07-022-2/+2
* Don't need the .keep_me files. Obrien and I committed past each other.Warner Losh2001-07-012-1/+1
* Ensure sys/${MACHINE}/compile/FOO existsDavid E. O'Brien2001-06-301-0/+0
* Really do proper keepme files in the compile directories. UseWarner Losh2001-06-301-0/+1
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesWarner Losh2001-06-301-1/+1
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.John Baldwin2001-06-292-114/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-297-42/+40
* Grab Giant around fault handling at the top level for now.John Baldwin2001-06-291-0/+3
* Allow the clock lock to recurse.John Baldwin2001-06-251-1/+1
* - Grab the vm lock around all of pmap_emulate_reference() as it manipulatesJohn Baldwin2001-06-252-8/+14
* fix oopslet for PROC_UNLOCK_NOSWITCHMatt Jacob2001-06-241-1/+1
* - Grab the proc lock around CURSIG and postsig(). Don't release the procJohn Baldwin2001-06-221-2/+4
* Be conservative and always perform an mb after an atomic_cmpset operation.John Baldwin2001-06-221-0/+2
* Doh, missed a printf -> db_printf in the previous commit.John Baldwin2001-06-221-1/+1
* Clean up some junk. The bogus trapframe on the stack was removed from thePeter Wemm2001-06-161-7/+0
* I'm a dunce. Clean up some warnings by axeing some unused variables fromJohn Baldwin2001-06-151-2/+0
* Updates and tweaks to the new trace functionality:John Baldwin2001-06-151-37/+44
* oops. prepare_usermode() died in August 2000 in the MI and x86 code.Peter Wemm2001-06-151-8/+0
* If we're not going to use am7990_shutdown, comment it all out.Matt Jacob2001-06-141-0/+4
* Fix Assembler buglet: Warning: .end directive names different symbol than .entMatt Jacob2001-06-141-1/+1
* As per comments in sys/linker_set.h:Peter Wemm2001-06-141-313/+0
* initialize mp_ncpus in cpu_mp_probe() so that if the probe fails andAndrew Gallatin2001-06-131-2/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-132-8/+6
* Use struct device * rather than device_t for (*pci_intr_route args), soAndrew Gallatin2001-06-111-1/+1
* Supply the intpin to the platform.pci_intr_map() function. It turnsAndrew Gallatin2001-06-103-0/+6
* Fix style of defines.David E. O'Brien2001-06-091-25/+25
* Sync up to v 1.9 of NetBSD's db_trace.c to get access to theAndrew Gallatin2001-06-083-69/+325
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()Andrew Gallatin2001-06-061-1/+4
* Apparently, the vm_mtx must be held around vm_map_find(). I'm assumingAndrew Gallatin2001-06-061-0/+3
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isJoerg Wunsch2001-06-061-142/+0
* Don't hold sched_lock across addupc_task().John Baldwin2001-06-061-1/+1
* Use correct flag in test whether this interrupt handler is fast or not.Matt Jacob2001-06-041-1/+1