]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Allow clock_getcpuclockid() on the CPU-time clock for zombie process.
[FreeBSD/FreeBSD.git] / sys / i386 /
2015-01-10 baptInstall the liblzma pkg-config file
2015-01-08 jkimMerge OpenSSL 1.0.1k.
2015-01-08 dimUpdate compiler-rt to trunk r224034. This brings a...
2015-01-08 impNeed to include opt_cpu.h to access CPU_DISABLE_SSE...
2015-01-08 impDon't call the SSE routines when they aren't enabled...
2015-01-07 delphijMFV r276761: tcpdump 4.6.2.
2015-01-07 markjFactor out duplicated code from dumpsys() on each archi...
2015-01-06 delphijMFV r276759: libpcap 1.6.2.
2015-01-06 jhbRemove "New" label from NFSCL/NFSD now that they are...
2015-01-05 jhbOn some Intel CPUs with a P-state but not C-state invar...
2015-01-05 mariusExclude drivers which build but don't actually work...
2015-01-03 desUpgrade to Unbound 1.5.1. Almost all our local changes...
2015-01-02 delphijMFV r276568:
2015-01-02 scottlGarbage collect the asr driver. Hardware for it has...
2015-01-01 dchaginRegen after r276508, r276509.
2015-01-01 dchaginCorrect an argument status of wait4 syscall for Linuxul...
2014-12-30 dimMerge ^/head r274961 through r276418.
2014-12-29 marius- No longer exclude malo(4) and mwl(4), they have been...
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-24 emasteUpdate elftoolchain to upstream rev 3130
2014-12-24 emasteCopy elftoolchain top-level directory from vendor at...
2014-12-23 markjRestore the trap type argument to the DTrace trap hook...
2014-12-21 impWhere appropriate, use the modern terms for the one...
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-08 markjMFV r272851:
2014-12-06 delphijMFV r260710 + 275532:
2014-12-04 dimMerge ^/head r275387 through r275477.
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-02 gnnThis configuration file removes several debugging optio...
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 emasteThere is no Python in the FreeBSD base system
2014-11-26 emasteUpdate LLDB snapshot to upstream r216948 (git 50f7fe44)
2014-11-25 dimr274961 through r275075
2014-11-25 jhbMFamd64: Check for invalid flags in the machine context...
2014-11-25 emasteRevert r274772: it is not valid on MIPS
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.
next