summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif.jhb2001-08-211-0/+2
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+8
* Turn off SMP on Alpha for the time being. There are some memory orderingjhb2001-08-182-2/+2
* Grab Giant around trapsignal() at the bottom of trap().jhb2001-08-181-0/+2
* Remove redundant declarations of functions that are declared injhb2001-08-181-2/+0
* Fix style nits.obrien2001-08-172-16/+16
* Prototype the ptrace_*()obrien2001-08-161-0/+4
* Fix a dangling {obrien2001-08-161-1/+1
* style(9) and make consistent across platformsobrien2001-08-162-24/+26
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,wpaul2001-08-151-1/+4
* Old business: some SMP support.mjacob2001-08-151-8/+16
* Old business: be able to disable processor configuration from resource.mjacob2001-08-151-11/+32
* Style changes to commonize the various platforms.obrien2001-08-151-8/+8
* Fix yet another "unconditionally free()ing memory without even checkingwpaul2001-08-141-1/+7
* 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
OpenPOWER on IntegriCloud