aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add some DIAGNOSTIC code.Julian Elischer2002-02-221-14/+25
* Convert p->p_runtime and PCPU(switchtime) to bintime format.Poul-Henning Kamp2002-02-223-3/+3
* Pass me the pointy hat please. Be sure to return a value in a non-voidPeter Wemm2002-02-201-1/+1
* Fix typos in some comments.Crist J. Clark2002-02-201-2/+2
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tPeter Wemm2002-02-202-23/+25
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed toYoshihiro Takahashi2002-02-182-8/+30
* Use struct __ucontext in prototypes and associated functions instead ofDaniel Eischen2002-02-174-2/+10
* Correct typo.Yoshihiro Takahashi2002-02-172-2/+2
* Move the bus_space_subregion function from the puc driver to the bus_spaceYoshihiro Takahashi2002-02-172-6/+28
* - Split the routine to initialize a bus_space_handle into the separateYoshihiro Takahashi2002-02-173-71/+43
* If the credential on an incoming thread is correct, don't botherJulian Elischer2002-02-171-6/+8
* Don't leave garbage in parts of fpregs in the fxsr case. All callersBruce Evans2002-02-161-0/+2
* Don't confuse a struct with its first member. This fixes:Bruce Evans2002-02-131-1/+1
* Re-enable WITNESS for GENERIC. Since the 5.x branch is mostly aboutAlfred Perlstein2002-02-131-1/+2
* Remove WITNESS from GENERIC by default: as we grow more locks, this getsRobert Watson2002-02-131-1/+1
* Add an option CPU_ATHLON_SSE_HACK which attempts to enable the SSEDavid Malone2002-02-121-0/+18
* Move do_cpuid() from a identcpu.c into cpufunc.h.David Malone2002-02-122-11/+11
* Remove an unused (but initialized) variable from vmapbuf().Alan Cox2002-02-121-5/+3
* Garbage-collect the "LOCORE" version of MPLOCKED.Bruce Evans2002-02-113-12/+2
* Cosmetic changes:KATO Takenori2002-02-101-24/+28
* Add needed include.Yoshihiro Takahashi2002-02-101-0/+3
* Recognize VIA C3 Samuel 2.KATO Takenori2002-02-091-4/+6
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatJohn Baldwin2002-02-081-2/+2
* Don't grab the ICU lock while reading the current pending interrupts andJohn Baldwin2002-02-082-4/+0
* Attempt to patch up some style bugs introduced in the previous commitPeter Wemm2002-02-073-14/+20
* Pre-KSE/M3 commit.Julian Elischer2002-02-075-42/+53
* GC the PC_SWITCH* symbols which are not used in assembly anymore.Poul-Henning Kamp2002-02-071-2/+0
* Make the style a little bit more consistant by removing parameterMark Murray2002-02-031-3/+2
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningBruce Evans2002-02-033-13/+12
* Improve the change in the previous commit: use a stub for osigreturn()Bruce Evans2002-02-031-0/+4
* Compile osigreturn() unconditionally since it will always be needed onBruce Evans2002-02-011-2/+0
* Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compilesBruce Evans2002-01-311-0/+1
* Backed out the main part of revs.1.14-16. Don't disable interrupts inBruce Evans2002-01-301-10/+3
* Backed out the last vestiges of rev.1.51. Don't enter a criticalBruce Evans2002-01-301-10/+1
* Cleaned up the 0ldSiG magic check before removing it. Just use fuword()Bruce Evans2002-01-301-13/+8
* Don't include <isa/isavar.h> or compile code depending on it when isaBruce Evans2002-01-309-2/+42
* Removed unused includes. In particular, don't include <isa/isavar.h> sinceBruce Evans2002-01-301-24/+2
* List bit 18 (reserved, apparently present on thunderbird cpus)Peter Wemm2002-01-221-2/+2
* Add the 'iir' driver, for the Intel Integrated RAID controllers andMike Smith2002-01-201-0/+2
* The Libretto L series has no $PIR table, but does have a _PIR table.Warner Losh2002-01-201-13/+22
* Avoid __func__ string concatenationPeter Wemm2002-01-183-12/+12
* Changed the type of pcb_flags from u_char to u_int and adjusted things.Bruce Evans2002-01-173-11/+7
* Change <b28> to HTT (Hyperthreading technology). If this flag is set thenPeter Wemm2002-01-161-3/+3
* Ensure that we set all the %cr0 bits to a known state for the AP's beforePeter Wemm2002-01-163-0/+30
* Clear the single-step flag for signal handlers. This fixes bogus traceBruce Evans2002-01-102-7/+7
* Fix typo in function name.Wes Peters2002-01-101-1/+1
* Use a spare slot in the machine context for a flags word to indicateDaniel Eischen2002-01-102-1/+5
* Fix S3 breakage.Takanori Watanabe2002-01-091-1/+2
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).Peter Wemm2002-01-054-9/+9