summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add a tc_ prefix to struct timecounter members.phk1998-06-092-12/+12
* Pass lists of possible root devices and their names up to thebde1998-06-091-44/+48
* Fix more of my DDB breakage.dfr1998-06-081-3/+3
* Make DDB work again after I broke it :-(.dfr1998-06-081-2/+2
* Add a member function more to the timecounters, this one is for usephk1998-06-072-2/+6
* This commit fixes various 64bit portability problems required fordfr1998-06-074-25/+25
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-072-10/+10
* Add the DPT driver here. It's kinda ironic that it got enabled in -stablejkh1998-06-031-1/+8
* Ifdefed the netisr support.bde1998-06-031-2/+21
* If vm86 services are available, use these to perform the APM BIOSmsmith1998-06-032-2/+6
* Make this ${.OBJDIR} and ${.CURDIR} aware.steve1998-05-311-8/+13
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-313-99/+22
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-289-26/+27
* Use switch instead of if/else chain for 686 model identification.des1998-05-221-8/+41
* Add CPU_PII to the list.des1998-05-221-1/+2
* Correctly identify the precise CPU model within the 686 family: insteaddes1998-05-211-2/+16
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-1/+4
* And entries for ThunderLAN driver.wpaul1998-05-211-1/+2
* Remove option for SCHED_FIFO. With this optional, SCHED_FIFOdufault1998-05-192-12/+2
* Missing parens caused cpu features not to be printed for cyrix >= M2/MX.peter1998-05-191-4/+9
* Change a data type internal to the timecounters, and remove the "delta"phk1998-05-192-36/+18
* Make the size of the msgbuf (dmesg) a "normal" option.phk1998-05-192-8/+19
* Back out part of revision 1.198 commit (clearing kernel stack pages).tegge1998-05-191-5/+2
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-193-10/+51
* Change simple lock handling to not depend upon having a local apictegge1998-05-172-4/+4
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-177-36/+295
* Use a higher priority interrupt vector for 8254 timer interrupts.tegge1998-05-172-4/+10
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.tegge1998-05-177-12/+57
* Clear kernel stack pages before usage.tegge1998-05-171-3/+6
* s/nanoruntime/nanouptime/gphk1998-05-172-4/+4
* Some of newer PC-98 may cause "Windows Protection Fault" when bootingkato1998-05-161-3/+5
* Disable local APIC in UP kernel. Intel specification update describeskato1998-05-161-1/+22
* Disable the auto-Write Combining setup for the pmap code. Thisdyson1998-05-151-1/+2
* Some temporary fixes to SMP to make it more scheduling and signal friendly.dyson1998-05-122-6/+26
* Fix alot of silly LINT that I left in the code.dyson1998-05-121-2/+2
* Backed out previous commit. It is invalid to call d_ioctl() onbde1998-05-121-5/+2
* Change some tests from CPU_CLASS686 to CPU_686 as appropriate, anddyson1998-05-111-8/+18
* Support better performance with P6 architectures and in SMPdyson1998-05-114-15/+132
* Attempt to set write combining mode for graphics devices.dyson1998-05-115-179/+116
* Add dump support to the DEVFS/slice code.julian1998-05-061-2/+5
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-065-61/+196
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+5
* Cast return values to the appropriate fp_*_t. Note that the man pagedes1998-04-271-9/+9
* Add the PAT cpuid feature.dyson1998-04-261-2/+2
* Mask the interrupt before setting the corresponding bit in ipending iftegge1998-04-221-6/+7
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-221-1/+2
* Remove an LFS clause, now that it is in the history,julian1998-04-201-19/+1
* Make the devfs SLICE option a standard type option.julian1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-1/+30
* Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-04-191-84/+85
OpenPOWER on IntegriCloud