summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Re-fix a pointer/integer warning.peter2002-02-271-1/+1
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-2716-1049/+532
* Bandaid for the Uniprocessor kernel exploding. This makes a UP kernelpeter2002-02-271-1/+1
* clarify panic messagealfred2002-02-271-1/+1
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedpeter2002-02-271-58/+28
* didn't quite undo the last reversion. This gets it.dillon2002-02-271-1/+1
* revert compatibility fix temporarily (thought it would not break anythingdillon2002-02-261-1/+1
* revert last commit temporarily due to whining on the lists.dillon2002-02-2623-1106/+338
* Make peter's commit compatible with interrupt-enabled critical_enter()dillon2002-02-261-2/+2
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-2623-338/+1106
* Fix a warning. useracc() should take a const pointer argument.peter2002-02-261-2/+2
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-2515-478/+1024
* Tidy up some warningspeter2002-02-252-7/+8
* Add some DIAGNOSTIC code.julian2002-02-221-14/+25
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-223-3/+3
* Pass me the pointy hat please. Be sure to return a value in a non-voidpeter2002-02-201-1/+1
* Fix typos in some comments.cjc2002-02-201-2/+2
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tpeter2002-02-202-23/+25
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed tonyan2002-02-182-8/+30
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-174-2/+10
* Correct typo.nyan2002-02-172-2/+2
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-172-6/+28
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-173-71/+43
* If the credential on an incoming thread is correct, don't botherjulian2002-02-171-6/+8
* Don't leave garbage in parts of fpregs in the fxsr case. All callersbde2002-02-161-0/+2
* Don't confuse a struct with its first member. This fixes:bde2002-02-131-1/+1
* Re-enable WITNESS for GENERIC. Since the 5.x branch is mostly aboutalfred2002-02-131-1/+2
* Remove WITNESS from GENERIC by default: as we grow more locks, this getsrwatson2002-02-131-1/+1
* Add an option CPU_ATHLON_SSE_HACK which attempts to enable the SSEdwmalone2002-02-121-0/+18
* Move do_cpuid() from a identcpu.c into cpufunc.h.dwmalone2002-02-122-11/+11
* Remove an unused (but initialized) variable from vmapbuf().alc2002-02-121-5/+3
* Garbage-collect the "LOCORE" version of MPLOCKED.bde2002-02-113-12/+2
* Cosmetic changes:kato2002-02-101-24/+28
* Add needed include.nyan2002-02-101-0/+3
* Recognize VIA C3 Samuel 2.kato2002-02-091-4/+6
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatjhb2002-02-081-2/+2
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-082-4/+0
* Attempt to patch up some style bugs introduced in the previous commitpeter2002-02-073-14/+20
* Pre-KSE/M3 commit.julian2002-02-075-42/+53
* GC the PC_SWITCH* symbols which are not used in assembly anymore.phk2002-02-071-2/+0
* Make the style a little bit more consistant by removing parametermarkm2002-02-031-3/+2
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningbde2002-02-033-13/+12
* Improve the change in the previous commit: use a stub for osigreturn()bde2002-02-031-0/+4
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-2/+0
* Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compilesbde2002-01-311-0/+1
* Backed out the main part of revs.1.14-16. Don't disable interrupts inbde2002-01-301-10/+3
* Backed out the last vestiges of rev.1.51. Don't enter a criticalbde2002-01-301-10/+1
* Cleaned up the 0ldSiG magic check before removing it. Just use fuword()bde2002-01-301-13/+8
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-309-2/+42
* Removed unused includes. In particular, don't include <isa/isavar.h> sincebde2002-01-301-24/+2
OpenPOWER on IntegriCloud