summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* In prom_halt(), set the halt restart flags on the current CPU, not thejhb2001-08-131-2/+1
* Remove IPI_HALT to make way for a more correct fix for halts and restartsjhb2001-08-134-23/+0
* Minor style nits: cleanup and add some function prototypes.jhb2001-08-131-2/+5
* - Close races with signals and other AST's being triggered while we are injhb2001-08-102-20/+2
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-082-62/+0
* Revert part of previous- I misunderstood the use of 'ncpus'- I thought it'dmjacob2001-08-011-3/+1
* Don't initialize a clock twice (it's not a function of number ofmjacob2001-08-011-3/+5
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-271-1/+5
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-261-0/+3
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-5/+6
* Simplify the implementation of pmap_emulate_reference(). The new versiondfr2001-07-243-59/+76
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-232-0/+2
* Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) byobrien2001-07-151-25/+25
* Turn off preemption on the Alpha for the time being. Peter and JHB aren'tobrien2001-07-151-1/+1
* Fix reboot hangs that have happened with multiple processorsmjacob2001-07-144-3/+26
* Move fxp to the miibus section where it belongs.dd2001-07-142-2/+2
* I really should have just commented out this intire file vs. removing allobrien2001-07-131-0/+25
* Hints processing is FUBAR'ed right now.obrien2001-07-131-25/+0
* `pcn' supports AMD Am79C97x cards, not Am79C79x cards.dd2001-07-132-2/+2
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-111-0/+33
* Sanity guard- return ENODEV if we don't have a good IRQ resource.mjacob2001-07-111-0/+3
* Slight cleanliness- add an unlock of Giant in one dopanic case. Domjacob2001-07-111-9/+6
* A set of changes to reduce the number of include files the kerneljulian2001-07-082-2/+2
* 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
OpenPOWER on IntegriCloud