aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add kmupetext(), a function that expands the range of memory coveredBrian Feldman2001-10-301-0/+1
* Move device lnc to isa section, since it no longer uses the compat shims.Warner Losh2001-10-301-3/+2
* Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so thatJohn Baldwin2001-10-302-2/+2
* Don't set CR0_NE in cpu_setregs() for the SMP case, since setting itBruce Evans2001-10-291-0/+2
* - More whitespace and comment cleanups.John Baldwin2001-10-282-70/+92
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-261-0/+335
* Add a per-thread ucred reference for syscalls and synchronous traps fromJohn Baldwin2001-10-261-26/+37
* Currently no code does a CROSSJUMP() to sw1a, so we don't need aJohn Baldwin2001-10-252-4/+0
* Use %ecx instead of %ebx for the scratch register while updating %dr7 sinceJohn Baldwin2001-10-252-10/+6
* - Fix typo in comment from previous revision.John Baldwin2001-10-252-6/+8
* Whitespace, comment, and string fixes.John Baldwin2001-10-252-86/+78
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.Jonathan Lemon2001-10-251-0/+1
* Backout 1.61 -- both intrcnt and intrnames are already exportedLuigi Rizzo2001-10-252-12/+0
* Split the per-process Local Descriptor Table out of the PCB and intoJohn Baldwin2001-10-259-88/+111
* - Clean up the comments slightly here to make them more readable.John Baldwin2001-10-241-3/+7
* Set the code and signal for the F00F hack fault directly instead ofJohn Baldwin2001-10-231-7/+3
* Implement multiple low-level console support.Jonathan Lemon2001-10-231-1/+1
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-212-6/+6
* MFi386:Bruce Evans2001-10-212-0/+4
* MFpc98: fundamental differences. The magic numbers for the i/o portBruce Evans2001-10-212-0/+34
* MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.Bruce Evans2001-10-212-0/+18
* Remove wx.Matt Jacob2001-10-201-1/+0
* Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENTDavid E. O'Brien2001-10-201-1/+0
* Make SCSI changer and SES devices standard in generic kernels.Matt Jacob2001-10-161-0/+2
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().Bruce Evans2001-10-162-254/+98
* Commit my old fixes for cosmetic bugs in npxprobe() so that they aren'tBruce Evans2001-10-162-26/+16
* Explicitly initialize the fpu when SSE is enabled since this noTor Egge2001-10-152-0/+10
* Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove().Tor Egge2001-10-141-15/+24
* Reduce the number of TLB shootdowns caused by a call to pmap_qenter()Tor Egge2001-10-141-4/+18
* Correct the input/output/clobber specifications for the cpuidJohn Polstra2001-10-121-8/+3
* Oops, these already included sys/lock.h, they just did so afterJohn Baldwin2001-10-111-1/+0
* Add missing includes of sys/ktr.h.John Baldwin2001-10-113-0/+3
* Add missing includes of sys/lock.h.John Baldwin2001-10-112-0/+2
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Remove the Xresume* labels from the i386 interrupt handlers; theIan Dowse2001-10-095-6/+2
* Remove an unneeded variable declaration and statement.Robert Drehmel2001-10-092-4/+0
* Allow atomic ops to be somewhat safely used in userland. We always useJohn Baldwin2001-10-081-3/+7
* Export interrupt statistics via sysctl.Luigi Rizzo2001-10-072-0/+12
* Rewrite the pc98 bus_space stuff.Yoshihiro Takahashi2001-10-074-14/+36
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.Yoshihiro Takahashi2001-10-064-1374/+4
* Fix a warning. (unused p if not INVARIANTS)Peter Wemm2001-10-061-2/+1
* In in_cksumdata, len must be a signed type.Doug Rabson2001-10-051-1/+1
* Fix problem where a user buffer outside of the area being testedMatt Jacob2001-10-021-1/+1
* Disable the check in icu_setup() to see if a handler was already used asJohn Baldwin2001-09-272-0/+4
* Return EINVAL if the passed intr is out of bounds.Jonathan Lemon2001-09-272-0/+2
* o Modify i386_set_ioperm() to use securelevel_gt() instead ofRobert Watson2001-09-261-2/+2
* o Modify device open access control for /dev/mem and friends to useRobert Watson2001-09-261-4/+8
* The faith(4) device is no longer a count device so don't specify a count.Brooks Davis2001-09-251-1/+1
* + Fix misplacement of `txp'David E. O'Brien2001-09-241-5/+5
* Update NFS_ROOT comments to reflect the NFSCLIENT optionChris D. Faulhaber2001-09-221-1/+1