]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
use c99 initializer
[FreeBSD/FreeBSD.git] / sys / amd64 /
2009-02-18 kibAdapt linux emulation to use cv for vfork wait.
2009-02-15 thompsaAdd uslcom to the build too.
2009-02-15 thompsaSwitch over GENERIC kernels to USB2 by default.
2009-02-14 alcRemove unnecessary page queues locking around vm_page_b...
2009-02-10 marcelAdd option GEOM_PART_EBR by default on amd64 and i386.
2009-02-09 cognetThe bounce zone sees its page number increased if multi...
2009-02-08 impWhen bouncing pages, allow a new option to preserve...
2009-02-08 impCompanion for r188301: fix the prototypes.
2009-02-08 impCorrect parameter types for pcib_{read,write}_config...
2009-02-07 pisoAdd SCTP NAT support.
2009-02-07 wkoszekTidy NOTES a bit:
2009-02-06 wkoszekural(4) is already present in global NOTES, thus there...
2009-02-06 wkoszekFix AGP debugging code:
2009-02-03 jkoshyImprove robustness of NMI handling, for NMIs recognized...
2009-01-31 obrienFix the inconsistent tabbing.
2009-01-31 obrienChange some movl's to mov's. Newer GAS no longer accep...
2009-01-29 jeff - Allocate apic vectors on a per-cpu basis. This...
2009-01-28 jhbUse a different value for the initial control word...
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-22 jkimVIA Nano processor has a special MSR (CENT_HARDWARECTRL...
2009-01-20 kibThe context switch to the 32bit binary does not properl...
2009-01-19 sobomaxTake NTFS option out to match i386 GENERIC.
2009-01-19 sobomaxasr(4) is not amd64-clean, not amr(4).
2009-01-19 sobomaxComment amr(4) out - according to scottl it's not 64...
2009-01-19 sobomaxWhitespace-only: reduce diff to the i386 GENERIC.
2009-01-19 sobomaxAdd asr(4) and stge(4) from i386 GENERIC. Both drivers...
2009-01-14 kibDisable interrupts, if they were enabled, before doing...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-13 thompsaMFH r187125-187188
2009-01-13 thompsaMFp4: //depot/projects/usb@155990
2009-01-13 luigiDocumentation-only change:
2009-01-12 jkimAdd basic amd64 support for VIA Nano processors.
2009-01-05 jkimAdd Centaur/IDT/VIA vendor ID for Nano family, which...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-05 rwatsonAdd commented out options KDTRACE_HOOKS and, for amd64...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-30 rpauloDisable USB bluetooth (needs netgraph built in) and...
2008-12-30 rpauloAdd a kernel config file so that users have less diffic...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 samMFH @ 186335
2008-12-19 samimport netbsd makefs tool
2008-12-17 marcelMake gpart the default partitioning class on all platforms.
2008-12-17 impAT_DEBUG and AT_BRK were OBE like 10 years ago, so...
2008-12-17 impRemove obsolete AT_DEBUG stuff. It never should have...
2008-12-14 jkoshyBug fix: %ebx needs to be preserved in the user callcha...
2008-12-13 jkoshy- Bug fix: prevent a thread from migrating between...
2008-12-12 jkimAdd more CPUID bits from AMD CPUID Specification Rev...
2008-12-12 jkoshyExpose symbol `PMC_FN_USER_CALLCHAIN' to assembler...
2008-12-11 jhbAdd constants for fields in the local APIC error status...
2008-12-06 alcChange the default value for the flag enabling superpag...
2008-12-05 kibImprove db_backtrace() for compat ia32 on amd64. 32bit...
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 edRemove "[KEEP THIS!]" from COMPAT_43TTY. It's not reall...
2008-12-02 ganboldRemove unused variable.
2008-12-02 peterMerge user/peter/kinfo branch as of r185547 into head.
2008-12-01 samSwitch to ath hal source code. Note this removes the...
2008-12-01 samimport ath hal
2008-12-01 kensmithAdjustments to make a tags file a bit more suitable...
2008-11-30 mavAccording to "Intel 64 and IA-32 Architectures Software...
2008-11-29 kibMake linux_sendmsg() and linux_recvmsg() work on linux3...
2008-11-29 kibRegenerate
2008-11-29 kibFix iovec32 for linux32/amd64.
2008-11-27 jkoshy- Add support for PMCs in Intel CPUs of Family 6, model...
2008-11-26 jkimUse newly introduced cpu_vendor_id to make invariant...
2008-11-26 jkimIntroduce cpu_vendor_id and replace a lot of strcmp...
2008-11-22 kibAdd sv_flags field to struct sysentvec with intention...
2008-11-22 kmacy- bump __FreeBSD version to reflect added buf_ring...
2008-11-16 kibIn the robust futexes list head, futex_offset shall...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-12 yongariAdd ale(4), a driver for Atheros AR8121/AR8113/AR8114...
2008-11-11 edSeveral cleanups related to pipe(2).
2008-11-09 jkoshy- Separate PMC class dependent code from other kinds...
2008-11-09 edRegenerate system call tables for r184789.
2008-11-09 edMark uname(), getdomainname() and setdomainname() with...
2008-10-31 kibRevert r184136. Instead, push the check for crashdumpma...
2008-10-27 sobomaxFix r184323 - set stathz to be the same as lapic_timer_...
2008-10-26 sobomaxFix division by zero panic if kern.hz less than 32.
2008-10-22 jkimSimplify AMD64_CPU_MODEL() and AMD64_CPU_FAMILY() macro...
2008-10-22 jkimAdd AMD Family 0Fh, Model 6Bh, Stepping 2 to the list...
2008-10-22 jkimSet kern.timecounter.invariant_tsc to 1 for AMD CPU...
2008-10-21 jkimTurn off CPU frequency change notifiers when the TSC...
2008-10-21 jkimDetect Advanced Power Management Information for AMD...
2008-10-19 kibCorrectly fill siginfo for the signals delivered by...
2008-10-19 lulf- Import the Makefile from HEAD for building csup.
2008-10-19 lulf- Import the HEAD csup code which is the basis for...
2008-10-18 kibSet PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.
2008-10-14 kibMake robust futexes work on linux32/amd64. Use PTRIN...
2008-10-05 davidxuIf the current thread has the trap bit set (i.e. a...
2008-10-03 stas- Add driver for Attansic L2 FastEthernet controller...
2008-10-01 peterCollect N identical (or near identical) mkdumpheader...
2008-10-01 jhbBump MAXCPU to 32 now that 32 CPU x86 systems exist.
2008-09-28 mariusRemove ipi_all() and ipi_self() as the former hasn...
2008-09-27 edReplace all calls to minor() with dev2unit().
2008-09-24 kibChange the static struct sysentvec and struct Elf_Brand...
2008-09-18 stas- Recognize SAVE and OSXSAVE extended processor features.
2008-09-15 jkoshyCorrect a callchain capture bug on the i386.
2008-09-11 jhbAdd a 'hw.pci.mcfg' tunable. It can be set to 0 to...
2008-09-11 jhbUpdate the comments above the 0xcf9 register reset...
2008-09-10 jhbSome K8 chipsets don't expose all of the PCI devices...
next