summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Yet another verbose printing cleanup. Remove debug_wakeup flag andiwasaki2001-11-181-5/+2
* Fix the non-KSTACK_GUARD case.. It has been broken since the KSEpeter2001-11-171-0/+1
* Start bringing i386/pmap.c into line with cleanups that were done topeter2001-11-173-257/+192
* Oops, I accidently merged a whitespace error from the original commit.peter2001-11-161-1/+1
* Converge/fix some debug code (#if 0'ed on alpha, but whatever)peter2001-11-161-14/+11
* Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode withoutsobomax2001-11-151-1/+1
* - Don't enable interrupts in trap() if we trapped while holding a spinjhb2001-11-151-6/+17
* Use newer constraints for atomic_cmpset().jhb2001-11-121-11/+9
* Use newer constraints for inline assembly for an operand that is both anjhb2001-11-121-21/+21
* Add two minor changes.iwasaki2001-11-111-33/+44
* Fix tab damage in rev 1.326.obrien2001-11-061-1/+1
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-1/+9
* o Add new header <sys/stdint.h>.mike2001-11-021-0/+220
* Some fix for the recent apm module changes.iwasaki2001-11-012-14/+8
* Skip PG_UNMANAGED pages when we're shooting everything down to try andpeter2001-11-011-1/+1
* Remove previous revision. smp_started back in subr_smp where it belongs.mjacob2001-10-313-6/+0
* Make the actual volatile int smp_started live *somewhere*. This ismjacob2001-10-313-0/+6
* Spell deivces as devices.rwatson2001-10-311-1/+1
* Don't let pmap_object_init_pt() exhaust all available free pagesdillon2001-10-311-1/+17
* Don't try to probe the PnP BIOS if ACPI is active.msmith2001-10-311-0/+5
* Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-301-0/+1
* Move device lnc to isa section, since it no longer uses the compat shims.imp2001-10-301-3/+2
* Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so thatjhb2001-10-302-2/+2
* Don't set CR0_NE in cpu_setregs() for the SMP case, since setting itbde2001-10-291-0/+2
* - More whitespace and comment cleanups.jhb2001-10-282-70/+92
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-0/+335
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-261-26/+37
* Currently no code does a CROSSJUMP() to sw1a, so we don't need ajhb2001-10-252-4/+0
* Use %ecx instead of %ebx for the scratch register while updating %dr7 sincejhb2001-10-252-10/+6
* - Fix typo in comment from previous revision.jhb2001-10-252-6/+8
* Whitespace, comment, and string fixes.jhb2001-10-252-86/+78
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.jlemon2001-10-251-0/+1
* Backout 1.61 -- both intrcnt and intrnames are already exportedluigi2001-10-252-12/+0
* Split the per-process Local Descriptor Table out of the PCB and intojhb2001-10-259-88/+111
* - Clean up the comments slightly here to make them more readable.jhb2001-10-241-3/+7
* Set the code and signal for the F00F hack fault directly instead ofjhb2001-10-231-7/+3
* Implement multiple low-level console support.jlemon2001-10-231-1/+1
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-6/+6
* MFi386:bde2001-10-212-0/+4
* MFpc98: fundamental differences. The magic numbers for the i/o portbde2001-10-212-0/+34
* MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.bde2001-10-212-0/+18
* Remove wx.mjacob2001-10-201-1/+0
* Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENTobrien2001-10-201-1/+0
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-161-0/+2
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().bde2001-10-162-254/+98
* Commit my old fixes for cosmetic bugs in npxprobe() so that they aren'tbde2001-10-162-26/+16
* Explicitly initialize the fpu when SSE is enabled since this notegge2001-10-152-0/+10
* Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove().tegge2001-10-141-15/+24
* Reduce the number of TLB shootdowns caused by a call to pmap_qenter()tegge2001-10-141-4/+18
* Correct the input/output/clobber specifications for the cpuidjdp2001-10-121-8/+3
OpenPOWER on IntegriCloud