aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"John Polstra1999-02-071-1/+11
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUKATO Takenori1999-02-041-1/+2
* Added a hopefully-machine-independent macro for determining if aBruce Evans1999-02-021-1/+3
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't useMatthew Dillon1999-01-291-2/+2
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatMark Newton1999-01-281-2/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Make more messages conditional on bootverboseJordan K. Hubbard1999-01-201-3/+5
* Silence warnings.Eivind Eklund1999-01-121-3/+3
* Don't put operands in clobber lists, since this is dubious for oldBruce Evans1999-01-091-13/+16
* Fixed some style bugs. Clarified a comment.Bruce Evans1999-01-081-13/+12
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. PartiallyBruce Evans1999-01-081-10/+13
* Moved declarations related to copying and zeroing to the right place.Bruce Evans1999-01-082-3/+14
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Attempt to handle interrupts delivered to all IO APICs by using the firstTor Egge1998-11-261-2/+17
* Staticize.Eivind Eklund1998-11-261-3/+3
* Move the declaration of PPro_vmtrr from the header file to pmap.c,Eivind Eklund1998-11-241-3/+4
* Add the ability to specify where on the at_shutdown queue a handler isMike Smith1998-10-301-2/+1
* A small fragment of new ISA framework: manifest constants for the resourcesGarrett Wollman1998-10-291-0/+43
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.Peter Wemm1998-10-181-1/+3
* mp_machdep.c: Set a vector to boot code (PC-98).KATO Takenori1998-10-101-4/+4
* PC-98 doesn't have CMOS ram.KATO Takenori1998-10-101-2/+8
* BIOS ROM base address is 0xe8000 on PC-98.KATO Takenori1998-10-081-1/+6
* - Implement enabling write allocate on AMD K5/K6/K6-2 cpus.KATO Takenori1998-10-061-1/+6
* Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans1998-09-294-16/+16
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.Peter Wemm1998-09-251-9/+1
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()John Polstra1998-09-142-2/+5
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These giveJohn Polstra1998-09-141-1/+3
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-071-1/+5
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,Tor Egge1998-09-063-30/+129
* - hw.machine_arch returns cpu architecture type.KATO Takenori1998-08-311-12/+1
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-0/+58
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-2/+2
* Presently there is only one `currentldt' variable for all cpusMike Smith1998-08-182-2/+9
* Add macros for accessing device memory.Doug Rabson1998-08-171-1/+9
* Revamp the ELF include files to better support architecture-independentJohn Polstra1998-08-161-1/+6
* pmap.c:Bruce Evans1998-08-161-4/+4
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>Jonathan Lemon1998-07-281-3/+3
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesJonathan Lemon1998-07-281-1/+4
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-9/+8
* Don't pretend to support ix86's with 16-bit ints by using longs just toBruce Evans1998-07-111-11/+10
* Don't pretend to support ix86's with 16-bit ints by using longsBruce Evans1998-07-111-32/+32
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in theBruce Evans1998-07-101-1/+6
* Added a kernel-only typedef (ptrint_t) giving an integral type that isBruce Evans1998-07-101-4/+1
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.Stephen McKay1998-06-211-3/+1
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.David Greenman1998-06-121-3/+3
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-1/+2
* Add CPU_PII to the list.Dag-Erling Smørgrav1998-05-221-1/+2
* Disallow reading the current kernel stack. Only the user structure andTor Egge1998-05-191-1/+5
* Change simple lock handling to not depend upon having a local apicTor Egge1998-05-171-2/+2
* Add forwarding of roundrobin to other cpus. This gives a more regularTor Egge1998-05-172-11/+53