aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add missing #include <machine/segments.h> for ISPL and SEL_UPL macrosAndrey A. Chernov1997-03-011-1/+2
* Print function args in the current radix instead of always in hex.Bruce Evans1997-02-281-8/+13
* Fixed the gcc ellipsis change to work with gcc-1.x.Bruce Evans1997-02-281-3/+5
* Typo police.Alexander Langer1997-02-241-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2266-66/+66
* Replaced START_ENTRY by _START_ENTRY. -current hasn't got my cleanupBruce Evans1997-02-171-6/+6
* Select between the generic math functions and the i387-specific onesBruce Evans1997-02-161-0/+77
* Moved definition of FUNCTION_ALIGNMENT to a machine-dependent place.Bruce Evans1997-02-131-1/+9
* Align text to 16-byte boundaries if profiling is enabled. This willBruce Evans1997-02-131-0/+4
* Restored changes from rev.1.58-1.60 which were blown away by theBruce Evans1997-02-111-14/+17
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-109-56/+38
* I have no idea what this is all about, but it works and Bruce hasn'tPoul-Henning Kamp1997-02-071-1/+6
* Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.KATO Takenori1997-02-021-1/+0
* Removed PG_N from here, too. Some machines don't like it and it's unnecessary.David Greenman1997-01-302-2/+2
* Removed unnecessary PG_N flag from device memory mappings. This is handledDavid Greenman1997-01-301-1/+1
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().Bruce Evans1997-01-292-20/+42
* Disabled logging of masked exceptions on exit. Keep the side effect ofBruce Evans1997-01-292-4/+12
* Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (withBruce Evans1997-01-252-2/+0
* Fixed some formatting bugs (mostly regressions in rev.1.48). ReplacedBruce Evans1997-01-242-48/+58
* Initialize CR0_MP in setregs() in case npx0 is disabled or not configured.Bruce Evans1997-01-241-4/+25
* KNF style police.David E. O'Brien1997-01-241-6/+8
* Remove some dead code from trapwrite.John Dyson1997-01-231-3/+1
* Fix I386 copyout support. The new page-table management code willJohn Dyson1997-01-222-28/+76
* Add bits to identify AMD K5 and K6 cpu's.David E. O'Brien1997-01-191-6/+18
* Adjust ex0 entries properly after talking with Javier.Jordan K. Hubbard1997-01-171-1/+1
* Guard against the i8254 timer being uninitialzed if DELAY() isBruce Evans1997-01-162-10/+44
* Add the ex driver (Intel EtherExpress Pro/10).Jordan K. Hubbard1997-01-161-0/+1
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedBruce Evans1997-01-161-0/+15
* Fix bug related to map entry allocations where a sleep might be attemptedDavid Greenman1997-01-151-9/+8
* Fixed longstanding annoying warning about a type mismatch. pmap doesn'tBruce Evans1997-01-151-7/+8
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1466-66/+66
* When we changed pmap_protect to support adding the writeableJohn Dyson1997-01-111-8/+13
* Moved pccard_configure() to the end of the configure() list. ThisNate Williams1997-01-111-6/+6
* Prepare better for multi-platform by eliminating another requiredJohn Dyson1997-01-111-47/+4
* Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, andKATO Takenori1997-01-101-4/+1
* Make the code more consistant by using the INTR*MASK macros througout theNate Williams1997-01-082-4/+4
* Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.Nate Williams1997-01-081-2/+2
* Reenabled i586_optimized_copyin/out yet again.Bruce Evans1997-01-042-6/+2
* Fixed context switching of FPU state after a fault inBruce Evans1997-01-042-6/+40
* Fixed botched tables:Bruce Evans1997-01-041-128/+147
* Add code to copy the LDT, if required.Stefan Eßer1997-01-021-1/+16
* Let the VM system know that on certain arch's that VM_PROT_READJohn Dyson1996-12-301-1/+3
* Superficial clean-up of useracc calls. (The useracc usage ofJohn Dyson1996-12-291-3/+3
* Allow pmap_protect to increase permissions. This mod can eliminateJohn Dyson1996-12-291-5/+7
* Disabled i586-optimized copyin and copyout again. The fault handlerBruce Evans1996-12-282-2/+6
* Give MFS_ROOT priority over NFS as root filesystem.Poul-Henning Kamp1996-12-211-9/+10
* Mention amd driver in comment regarding PCI drivers.Stefan Eßer1996-12-211-4/+4
* Only handle copyin/out/etc faults when not in an interrupt handler.Bruce Evans1996-12-181-8/+9
* Fixed formatting of KERN_DUMPDEV.Bruce Evans1996-12-181-2/+2
* Moved the printing of the BIOS geometries from cpu_startup() intoBruce Evans1996-12-182-34/+36