summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
AgeCommit message (Expand)Author
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-08Patch from Gordon Klock to update AMD PowerNow K8 support on i386,Uwe Stuehler
2006-03-07It does not make sense to check for IA64 CPUID flag here.Jonathan Gray
2006-03-01from mickey, like on i386:Theo de Raadt
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-02-05remove useless comment about macros being different from i386Martin Reindl
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-12Drop clause 3/4 as per i386 version this was based on.Jonathan Gray
2005-11-28- consistently use x86_round_pdr() allowing us to remove the superfluousMartin Reindl
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-13untested kgdb support for amd64. prolly needs more work whenFederico G. Schwindt
2005-11-05Add bus_space_alloc and _free.Marco Peereboom
2005-10-26goodbye more Mach macrosMartin Reindl
2005-10-21use the MI trunc_page() and round_page() macros instead of rolling or ownMartin Reindl
2005-10-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-20unbreak tree, how did you do that miodTheo de Raadt
2005-09-20Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-19floppy support; form@openbsd.ruTheo de Raadt
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-08-20Check for and report the presense of SSE3. This has started to appearJonathan Gray
2005-08-01kernal->kernel;Jason McIntyre
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-26Instead of juggling around with cr4 and enabling parts of it sometimes,Artur Grabowski
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-12fix comment, describe the VA hole correcltyHans-Joerg Hoexer
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
2005-06-01as Jason requested, be gone vtophys().Brad Smith
2005-05-31Lock the apic with a mutex, not a SIMPLE_LOCK.Artur Grabowski
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-27Stop pretending that amd64 is i386. We're insulting the cpu by not evenArtur Grabowski
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-25comment typoJason Wright
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2005-04-08add rcs idsJolan Luff
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray