]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Cleanup upstream build infrastructure files that we don't use.
[FreeBSD/FreeBSD.git] / sys / i386 /
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-21 jhbImprove support for XSAVE with debuggers.
2014-11-21 emasteUse canonical __PIC__ flag
2014-11-20 jhbLock spic(4) and mark it MPSAFE:
2014-11-18 impopt_global.h is included automatically in the build...
2014-11-15 alcEnable the use of VM_PHYSSEG_SPARSE on amd64 and i386...
2014-11-13 kibRemove the no-at variants of the kern_xx() syscall...
2014-11-09 melifaroRenove faith(4) and faithd(8) from base. It looks like...
2014-11-03 bryanvAdd VirtIO console to the x86 NOTES and files
2014-11-03 jhbMove all of the XSAVE support under #ifdef I686_CPU...
2014-11-03 jhbFix XEN kernel build.
2014-11-02 jhbMFamd64: Add support for extended FPU states on i386...
2014-11-02 jhbMFamd64: Move extern declaration of _ucodesel and _udat...
2014-11-02 jhbMFamd64: Explicitly initialize the mxcsr during npxinit().
2014-11-02 jhbRemove the FP_SOFTFP flag. It wasn't used but was...
2014-11-02 jhbDon't check for a NULL curthread. curthread hasn't...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-30 jhbSkip the smap sysctl instead of panicing if no kernel...
2014-10-28 jhbRework virtual machine hypervisor detection.
2014-10-28 kibReplace some calls to fuword() by fueword() with proper...
2014-10-28 kibAdd fueword(9) and casueword(9) functions. They are...
2014-10-26 alcBy the time that pmap_init() runs, vm_phys_segs[] has...
2014-10-24 jhbAdd COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to...
2014-10-23 alcUnder PAE ULONG is insufficient for representing the...
2014-10-22 roygerxen: implement the privcmd user-space device
2014-10-21 mjgEliminate unnecessary memory allocation in sys_getgroup...
2014-10-19 neelIFC @r273206
2014-10-16 davideFollow up to r225617. In order to maximize the re-usabi...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-11 kibMFi386 r272761.
2014-10-10 neelIFC @r272887
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-08 markjPass up the error status of minidumpsys() to its callers.
2014-10-08 kibAdd an argument to the x86 pmap_invalidate_cache_range...
2014-10-06 jhbCall initializecpucache() on the BSP for i386 in the...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-05 neelIFC @r272481
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-04 nyanMerge pc98's machdep.c into i386/i386/machdep.c.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-09-30 roygermsi: add Xen MSI implementation
2014-09-27 neelIFC @r272185
2014-09-25 roygerddb: allow specifying the exact address of the symtab...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-20 neelIFC @r271887
2014-09-18 bzRe-gen after r271743 implementing most of
2014-09-18 bzImplement most of timer_{create,settime,gettime,getover...
2014-09-17 kibPresence of any VM_PROT bits in the permission argument...
2014-09-17 neelIFC @r271694
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-10 jhbMFamd64: Use initializecpu() to set various model-speci...
2014-09-10 jhbTo workaround an errata on certain Pentium Pro CPUs...
2014-09-10 jhbMove code to set various MSRs on AMD cpus out of printc...
2014-09-06 jhbCreate a separate structure for per-CPU state saved...
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-05 pfgApply known workarounds for modern MacBooks.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 markjAdd mrsas(4) to GENERIC for i386 and amd64.
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-04 jhbMerge the amd64 and i386 identcpu.c into a single x86...
2014-09-04 jhbRemove a stray blank line from the Intel cache and...
2014-09-04 jhb- Move blacklists of broken TSCs out of the printcpuinf...
2014-09-04 jhbRemove trailing whitespace.
2014-09-04 jhb- Move prototypes for various functions into out of...
2014-09-03 jhbActually save and restore FPU state on APs during suspe...
2014-09-02 neelIFC @r269962
2014-08-30 jhbSave and restore FPU state across suspend and resume...
2014-08-30 pfgMinor space/tab cleanups.
2014-08-29 jhb- Add a new structure type for the ACPI 3.0 SMAP entry...
2014-08-29 jhbMFamd64: Add a machdep.bootmethod sysctl to inform...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-20 jhbFix build of si(4) and enable it in LINT on amd64 and...
2014-08-16 kibComplete r254667, do not destroy pmap lock if KVA alloc...
2014-08-14 gavinUpdate i386/NOTES and amd64/NOTES files to contain...
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-12 jhbCorrect a comment brought over from amd64. i386 doesn...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-11 alcChange {_,}pmap_allocpte() so that they look for the...
2014-08-08 kibChange pmap_enter(9) interface to take flags parameter...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-05 glebiusMerge all MD sf_buf allocators into one MI, residing...
2014-08-03 alcRetire pmap_change_wiring(). We have never used it...
2014-07-24 marius- Copying and zeroing pages via temporary mappings...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-14 markjInvoke the DTrace trap handler before calling trap...
2014-07-08 kibCorrect si_code for the SIGBUS signal generated by...
2014-07-06 alcIntroduce pmap_unwire(). It will replace pmap_change_w...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-07-01 emasteAdd vt(4) devices and options to NOTES
next