summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses because == has higher precedence than &.steve1997-08-131-7/+7
* Back out a part of the disk scheduling "improvements" :-(. Let me knowdyson1997-08-121-2/+2
* Oops, fix breakage to UP kernel.fsmp1997-08-102-2/+18
* Added trap specific lock calls: get_fpu_lock, etc.fsmp1997-08-103-108/+71
* Cheap fix for kern/4255.fsmp1997-08-103-12/+30
* Some fixes towards making "default configs" work again.fsmp1997-08-093-39/+45
* Minor conditionalization of XXX_MPLOCK on PEND_INTS.fsmp1997-08-092-2/+8
* Added 'lock' instruction before 3 places that update ipending.fsmp1997-08-091-1/+4
* Modify the scheduling policy to take into account disk I/O waitsdyson1997-08-091-1/+14
* A couple of missing doscmd header files. Messed up again. Now candyson1997-08-091-0/+46
* VM86 kernel support.dyson1997-08-0921-135/+502
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-072-12/+28
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-071-2/+2
* printf does not understand %hd in the kernelpeter1997-08-061-5/+7
* Another attempt at cleaning up the new memory allocator.dyson1997-08-051-126/+35
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-051-35/+126
* memcmp -> bmcpmsmith1997-08-051-2/+2
* Modify pmap to use our new memory allocator.dyson1997-08-051-126/+35
* Slightly reorder some operations so that the main processor gets globaldyson1997-08-051-32/+34
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.dyson1997-08-052-24/+2
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-051-1/+3
* Eliminate frequent silo overflows by restoring the TEST_LOPRIO code.fsmp1997-08-043-4/+24
* Nuke the nonexistend pad bytes from the end of the DMI header structure.msmith1997-08-041-2/+1
* Correctly checksum the DMI signature structure. Format the BSD revisionmsmith1997-08-041-3/+4
* Support functions for working with x86 PC-architecture BIOS.msmith1997-08-011-0/+231
* Support for PC BIOS functions.msmith1997-08-011-0/+113
* Fixed imen declaration.fsmp1997-07-311-2/+2
* Converted the TEST_LOPRIO code to default.fsmp1997-07-317-34/+54
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-38/+5
* Converted the TEST_LOPRIO code to default.fsmp1997-07-312-6/+4
* Return to using disable/enable_intr() for guarding DMA register access.msmith1997-07-291-7/+10
* Pedant attack! Use variable names consistent with discourse inmsmith1997-07-281-7/+6
* Use disable_intr() / read/write_eflags() to ensure that interruptmsmith1997-07-281-4/+6
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-285-15/+75
* mpapic.c & mp_machdep:fsmp1997-07-263-39/+6
* clock.c:fsmp1997-07-263-142/+72
* param.h:fsmp1997-07-241-2/+2
* Treat 6x86MX CPU as 686-class CPU instead of 586-class CPU.kato1997-07-242-7/+7
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-241-1/+81
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.fsmp1997-07-243-15/+3
* New simple_lock code in asm:fsmp1997-07-236-46/+162
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-231-2/+3
* Coded simple_lock and friends in asm.fsmp1997-07-231-1/+7
* Last commit didn't take, operator error???fsmp1997-07-225-107/+57
* Hid the existance of imen via a dump routine.fsmp1997-07-221-6/+2
* Well, consensus seems very split on this so I talked it over with DGjkh1997-07-221-5/+3
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-211-3/+1
* Disabled 2 static inlines:fsmp1997-07-211-1/+4
* Made the SMP case ignore the possibility of an INT13 interface.fsmp1997-07-212-128/+86
* Fix a crash that has manifest itself while running X after the 4MBdyson1997-07-211-2/+2
OpenPOWER on IntegriCloud