]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86
Use a non-tricky approach for building and installing zfsboot sharing
[FreeBSD/FreeBSD.git] / sys / x86 /
2012-05-03 attilioRevert part of r234723 by re-enabling the SMP protectio...
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-04-26 attilioClean up the intr* MD KPI from the SMP dependency,...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-17 grehanAdd x2apic MSR definitions
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-11 jhbTrim stray blank line.
2012-04-09 jhbRecognize the RDRAND instruction feature.
2012-04-06 gibbsFix interrupt load balancing regression, introduced...
2012-04-02 jhbFurther tweak the changes made in r233709. The kernel...
2012-04-02 jhbMake machine check exception logging more readable...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-30 jhbAttempt to make machine check handling a bit more robust:
2012-03-30 jhbMove the legacy(4) driver to x86.
2012-03-29 dimFix an issue introduced in sys/x86/include/endian.h...
2012-03-29 dimRevert sys/x86/include/endian.h to what it was before...
2012-03-29 jhbUse a more proper fix for enabling HT MSI mapping windo...
2012-03-29 jhbRestore proper use of bounce buffers for ISA DMA. ...
2012-03-28 jhbAllocate the ioapics[] array dynamically since it is...
2012-03-28 jhbMove the DTrace return IDT vector back up from 0x20...
2012-03-24 dimFix the following clang warning in sys/dev/dcons/dcons...
2012-03-22 jhbMark the 'lapics' and 'ioapics' arrays here static...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-19 tijlCopy amd64 sysarch.h to x86 and merge with i386 sysarch...
2012-03-19 tijlCopy i386 specialreg.h to x86 and merge with amd64...
2012-03-19 tijlCopy i386 psl.h to x86 and replace amd64/i386/pc98...
2012-03-19 tijlMove userland bits (and some common kernel bits) from...
2012-03-18 tijlEliminate ia32_reg.h by moving its contents to x86...
2012-03-18 tijlCopy i386 reg.h to x86 and merge with amd64 reg.h....
2012-03-16 tijlMove userland bits of i386 npx.h and amd64 fpu.h to...
2012-03-16 jhbRevert the PCIe 4GB boundary issue workaround now that...
2012-03-16 nyan- Fix to build a native i386 kernel without the SMP...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 jhbMove i386's intr_machdep.c to the x86 tree and share...
2012-03-09 dimAdd casts to __uint16_t to the __bswap16() macros on...
2012-03-09 tijlCast the expression in __bswap16(x) to __uint16_t becau...
2012-03-09 tijlClean up x86 endian.h:
2012-03-04 tijlCopy amd64 ptrace.h to x86 and merge with i386 ptrace...
2012-03-04 tijlDo not use INT64_C and UINT64_C to define 64 bit intege...
2012-03-04 tijlCopy amd64 trap.h to x86 and replace amd64/i386/pc98...
2012-03-04 tijlCopy amd64 float.h to x86 and merge with i386 float...
2012-03-01 jhb- Change contigmalloc() to use the vm_paddr_t type...
2012-02-28 tijlCopy amd64 stdarg.h to x86 and replace amd64/i386/pc98...
2012-02-28 tijlCopy amd64 setjmp.h to x86 and replace amd64/i386/pc98...
2012-02-28 emasteWorkaround for PCIe 4GB boundary issue
2012-02-28 tijlCopy amd64 endian.h to x86 and merge with i386 endian...
2012-02-28 tijlCopy amd64 _stdint.h to x86 and merge with i386 _stdint...
2012-02-28 tijlCopy amd64 _limits.h to x86 and merge with i386 _limits...
2012-02-28 tijlCopy amd64 _types.h to x86 and merge with i386 _types...
2012-02-27 jhb- Panic up front if a kernel does not include 'device...
2012-02-26 kanFix apparent logic reversal in setting the 'auto_mode...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-03 jhbFix a few bugs in the SRAT parsing code:
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-05 edGet rid of kludgy per-descriptor state handling in...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 marius- There's no need to overwrite the default device metho...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-05 jhbIgnore SRAT memory entries if the memory range does...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-25 attilioFix a deficiency in the selinfo interface:
2011-08-22 silbyDisable TSC usage inside SMP VM environments. On my...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 jhbFix build when NEW_PCIB is not defined.
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-15 jhbRespect the BIOS/firmware's notion of acceptable addres...
2011-07-14 jkimIf TSC stops ticking in C3, disable deep sleep when...
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-22 jhbMove {amd64,i386}/pci/pci_bus.c and {amd64,i386}/includ...
2011-06-22 jkimSet negative quality to TSC timecounter when C3 state...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-17 jkimTeach the compiler how to shift TSC value efficiently...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 hrsMerge from HEAD@222975.
2011-06-08 jkimTidy up r222866.
2011-06-08 jkimIncrease quality of TSC (or TSC-low) timecounter to...
2011-06-08 jkimIntroduce low-resolution TSC timecounter "TSC-low"...
2011-06-08 jkimRemove a redundant assignment since r221703.
next