summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* List bit 18 (reserved, apparently present on thunderbird cpus)peter2002-01-221-2/+2
* Add the 'iir' driver, for the Intel Integrated RAID controllers andmsmith2002-01-201-0/+2
* The Libretto L series has no $PIR table, but does have a _PIR table.imp2002-01-201-13/+22
* Avoid __func__ string concatenationpeter2002-01-183-12/+12
* Changed the type of pcb_flags from u_char to u_int and adjusted things.bde2002-01-173-11/+7
* Change <b28> to HTT (Hyperthreading technology). If this flag is set thenpeter2002-01-161-3/+3
* Ensure that we set all the %cr0 bits to a known state for the AP's beforepeter2002-01-163-0/+30
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-102-7/+7
* Fix typo in function name.wes2002-01-101-1/+1
* Use a spare slot in the machine context for a flags word to indicatedeischen2002-01-102-1/+5
* Fix S3 breakage.takawata2002-01-091-1/+2
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-054-9/+9
* Change the preemption code for software interrupt thread schedules andjhb2002-01-055-1/+9
* Allow a specific setting for pv entries. This avoids the need to guesspeter2002-01-031-0/+1
* Grrr. The tlb code is strewn over 3 files and I misread it. Revertdillon2001-12-311-8/+0
* You know those 'XXX what about SMP' comments in pmap_kenter()? Well,dillon2001-12-311-3/+10
* GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet"phk2001-12-301-118/+0
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-2015-67/+74
* Replace a bunch of:peter2001-12-201-20/+6
* Fix some whitespace nits, and a minor error that I made in some unusedpeter2001-12-201-8/+7
* Axe stale extern for a non-existent variable.jhb2001-12-181-1/+0
* In a couple of places, we recalculated addresses we already had in localjulian2001-12-181-3/+3
* Various assembly fixes mostly in the form of using the "+" modifier forjhb2001-12-181-14/+14
* Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterjhb2001-12-181-23/+23
* Modify the critical section API as follows:jhb2001-12-189-71/+39
* Small cleanups to the SMP code:jhb2001-12-174-101/+48
* Device Polling code for -current.luigi2001-12-141-0/+10
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+1
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentnyan2001-12-141-0/+5
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.jhb2001-12-123-3/+0
* Overhaul the per-CPU support a bit:jhb2001-12-1119-227/+235
* Delete some leftover code from a bygone age. We dont have an array ofpeter2001-12-111-11/+1
* Add new boot flag to i386 boot: -p.guido2001-12-101-1/+1
* Add identification string for AMD-761 host to PCI bridge.murray2001-12-101-0/+3
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-092-2/+3
* Update pathnames for creation of tags file.mckusick2001-12-051-1/+1
* PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet.des2001-12-041-1/+2
* Add a missing open paren to a macro that's been broken (and apparentlyjhb2001-12-041-1/+1
OpenPOWER on IntegriCloud