]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
o add sys/endian.h now required by ehcivar.h
[FreeBSD/FreeBSD.git] / sys / i386 /
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-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 kibRestore memory clobber, to cause mb on the compiler...
2008-12-05 kibUnconditionally use locked addition of zero to tip...
2008-12-04 kmacy Integrate 185578 from dfr
2008-12-04 kmacy fix initialization for case of normal kernbase
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 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-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-27 jkoshy- Add support for PMCs in Intel CPUs of Family 6, model...
2008-11-26 jkimRemove an unused variable.
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-26 sobomaxAdd Pentium D cores into the list that can't handle...
2008-11-25 ganboldRemove unused variable.
2008-11-25 takawataCore i7 supports invaliant TSC and the presense is...
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-14 kmacyrepair config file from spamming
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-11-03 scottlMove the CAM passthrough code into a true module so...
2008-11-02 impMFp4:
2008-10-31 kibThe file was inadvertently excluded from r184499.
2008-10-31 kibRevert r184136. Instead, push the check for crashdumpma...
2008-10-28 impstyle(9) nit: remove unnecessary {} pair.
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-25 kmacyonly call hardclock on cpu0
2008-10-25 kmacyhandle case where eflags represents actual flags value...
2008-10-24 kmacyFix general issues with IPI support
2008-10-24 n_hibmaRemove the entry from the i386 specific NOTES as it...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-23 kmacyFix IPI support
2008-10-22 jkimReally fix i386 test this time.
2008-10-22 jkimAdd AMD Family 0Fh, Model 6Bh, Stepping 2 to the list...
2008-10-22 acheFix compiler error with missing/unneded ')'
2008-10-22 jkimSet kern.timecounter.invariant_tsc to 1 for AMD CPU...
2008-10-21 kmacyHook in ipi handlers
2008-10-21 kmacyremove gratuitous XEN define
2008-10-21 kmacydon't globally define ipi_bitmap_handler on xen
2008-10-21 kmacyImplement infrastructure for gluing i386 ipi functions...
2008-10-21 kmacyAdd routine for initializing AP clock
2008-10-21 kmacyHeader cleanups and addition of IPI declarations for xen
2008-10-21 jkimFix 'kern.timeconter.invariant_tsc' tunable and back...
2008-10-21 jkimDo not use PowerNow! if FID or VID is missing.
2008-10-21 jkimUse power management information for AMD CPUs from...
2008-10-21 jkimTurn off CPU frequency change notifiers when the TSC...
2008-10-21 jkimDetect Advanced Power Management Information for AMD...
2008-10-20 kmacyImport interrupt management defines from latest xenlinux
2008-10-19 kibCorrectly fill siginfo for the signals delivered by...
2008-10-19 kmacyGC gratuitous XEN defines
2008-10-19 kmacy- move gdt, ldt allocation to before KPT allocation
2008-10-19 kmacyGC unused values
2008-10-14 kibMake robust futexes work on linux32/amd64. Use PTRIN...
2008-10-09 n_hibmaSay hello to the u3g driver, implementing support for...
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 kibFrames created by the Xcpustop, Xrendezvous, Xipi_intr_...
2008-09-27 edReplace all calls to minor() with dev2unit().
2008-09-26 edRemove unit2minor() use from kernel code.
2008-09-26 kmacymove ipi_pcpu to evtchn.c
2008-09-26 kmacyUpdate xen/interface includes to the latest in mercurial
2008-09-25 kmacyadd initial ipi definitions
2008-09-25 kmacyadd ipi mapping
2008-09-25 kmacyadd NPGPTD_SHIFT for the nkpt calculation
2008-09-25 kmacyMake nkpt dependent on the size of the initial memory...
2008-09-24 jhbAdd multiple include guards.
2008-09-24 kibChange the static struct sysentvec and struct Elf_Brand...
2008-09-23 obrienThe kernel implemented 'memcmp' is an alias for 'bcmp...
2008-09-20 alcMFamd64 SVN rev 179749 CVS rev 1.620
2008-09-19 alcMFamd64 SVN rev 179471 CVS rev 1.619
2008-09-18 stas- Recognize SAVE and OSXSAVE extended processor features.
2008-09-18 kmacyDon't do round robin assignment of interrupts on xen
2008-09-18 kmacyChange order of pcpu initialization so the pc_prvspace...
2008-09-18 kmacyfix initial page directory setup for APs to work when...
2008-09-17 jhbMFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT...
2008-09-17 kmacySome people have very strange notions of how large...
2008-09-16 jhbAdd 'device acpi' to GENERIC on i386. Most newer i386...
2008-09-15 jkoshyCorrect a callchain capture bug on the i386.
2008-09-12 kibWhen doing rfork(0), i.e. separating curproc VM from...
next