summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops, these already included sys/lock.h, they just did so afterjhb2001-10-111-1/+0
* Add missing includes of sys/ktr.h.jhb2001-10-113-0/+3
* Add missing includes of sys/lock.h.jhb2001-10-112-0/+2
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-095-6/+2
* Remove an unneeded variable declaration and statement.robert2001-10-092-4/+0
* Allow atomic ops to be somewhat safely used in userland. We always usejhb2001-10-081-3/+7
* Export interrupt statistics via sysctl.luigi2001-10-072-0/+12
* Rewrite the pc98 bus_space stuff.nyan2001-10-074-14/+36
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.nyan2001-10-064-1374/+4
* Fix a warning. (unused p if not INVARIANTS)peter2001-10-061-2/+1
* In in_cksumdata, len must be a signed type.dfr2001-10-051-1/+1
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-021-1/+1
* Disable the check in icu_setup() to see if a handler was already used asjhb2001-09-272-0/+4
* Return EINVAL if the passed intr is out of bounds.jlemon2001-09-272-0/+2
* o Modify i386_set_ioperm() to use securelevel_gt() instead ofrwatson2001-09-261-2/+2
* o Modify device open access control for /dev/mem and friends to userwatson2001-09-261-4/+8
* The faith(4) device is no longer a count device so don't specify a count.brooks2001-09-251-1/+1
* + Fix misplacement of `txp'obrien2001-09-241-5/+5
* Update NFS_ROOT comments to reflect the NFSCLIENT optionjedgar2001-09-221-1/+1
* Introduce a new option, KVA_SPACE, which can be used to reconfigurepeter2001-09-211-4/+13
* Reserve an extra 16 bytes in case we have to grow the trapframe intopeter2001-09-191-1/+2
* Fix a mistake I made with the pcb movement relative to the stack in thepeter2001-09-192-4/+4
* Cleanup and split of nfs client and server code.peter2001-09-184-23/+23
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-181-14/+14
* Whitespace fixes.jhb2001-09-182-6/+6
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-151-0/+2
* s/thread'/thread's/imp2001-09-142-2/+2
* KSE Milestone 2julian2001-09-1233-527/+825
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-26/+0
* gcc-3 has objections about the bluetrap6 and bluetrap13 inline asmpeter2001-09-101-19/+19
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-4/+2
* Now that this code is MD, we don't need the i386 ifdefs.msmith2001-09-071-6/+9
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-5/+4
* Remove superfluous statement.jlemon2001-09-051-1/+0
OpenPOWER on IntegriCloud