summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2006-08-30Let this compile under "no options COREDUMP".cube
2006-08-28- remove unused bdbtofsb.yamt
2006-08-26PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel optionschristos
2006-08-26Add x86_sfence(), x86_mfence().ad
2006-08-26Don't grab the kernel lock for MPSAFE syscalls.ad
2006-08-26Remove obsolete #options VERIFIED_EXEC, found by grep(1).tsutsui
2006-08-24Tweak i386 version of procfs_machdep to get Linux's /proc/cpuinfo workingmanu
2006-08-19de __P()dsl
2006-08-19Fix the amd64 INSTALL kernel (builds of machdep.c with -Os and -O3).dsl
2006-08-14s/adpater/adapter/skrll
2006-08-12Disable SYSTRACE by default on all kernels (discussed with core)christos
2006-08-07* Do not change struct powernow_pst_s (I added another member in myxtraeme
2006-08-07Correctly free freq_names and cstate.cube
2006-08-06Free freq_names if k[78]pnow_current_state is NULL, pointed outxtraeme
2006-08-06AMD PowerNow!/Cool`n'Quiet driver for NetBSD/amd64,xtraeme
2006-07-31spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIChubertf
2006-07-30Add twa(4) and ld at twabouyer
2006-07-24Add UGEN_BULK_RA_WB, requested by cube@.gdt
2006-07-24get tickle_tc() prototyped unconditionallykardel
2006-07-24revert previous (executable mapping of data needed for secondary CPUdrochner
2006-07-24Set the "NXE" bit (if available) early, before the cpu_info structdrochner
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-07-15add (commented out) fileassoc(9) kernel options on some popular archs.elad
2006-07-13Map kernel stack and "struct cpuinfo" of secondary processors withdrochner
2006-07-10kern/33961: add kgdb support and remove some redundant (and incorrect) registerfvdl
2006-07-09include files.apmchristos
2006-07-05obey VM_PROT_EXECUTE in pmap_kenter_pa (just use protection_codes[])drochner
2006-07-04The declaration of mpacpi_active needs to be unconditional becausehe
2006-07-04Apply fvdl's acpi pci interrupt configuration code.christos
2006-07-01Add commented out it(4) entry, per suggestion in PR kern/33886.xtraeme
2006-06-28Add CARP to GENERIC kernel configs. CARP is not enabled by default.liamjfoy
2006-06-26define PC_ADVANCE to avoid a LHS cast which makes gcc4 unhappy.christos
2006-06-07convert to timecounters (from branch simonb-timecounters)kardel
2006-05-21Put the __insn_barrier() inside the spinloop for the DIAGNOSTIC case, sochristos
2006-05-21initialise a few "off"s to appease gcc4dan
2006-05-15remove bitrotted functions that have never been used, and have beendogcow
2006-05-14integrate kauth.elad
2006-05-13Fix some more comments.skrll
2006-05-10Fix a bunch of cast lvalues.skrll
2006-05-02comment out FPU DNA handling; this cannot be reached tbomkdrochner
2006-04-30Fix comment for cpu_switch().rjs
2006-04-27Add entries for svwsata(4) to amd64 GENERIC and INSTALL kernels,jonathan
2006-04-20Make this compile again.christos
2006-04-19Apply fix from FreeBSD's advisory: fxrstor on AMD FPU's does not restorechristos
2006-04-19adjust comments for the new location of wskbdmap_mfii.c,drochner
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-15The comment says this is the same as the i386 counterpart, so catchsimonb
2006-04-12Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i.martti
2006-04-04Convert existing ath users to new Makefile, except for amd64, which needsgdamore