]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Import compiler-rt r160957.
[FreeBSD/FreeBSD.git] / sys / i386 /
2012-08-08 Andrew TurnerImport compiler-rt r160957.
2012-08-01 Konstantin BelousovAdd lfence().
2012-07-30 Martin MatuskaPartial MFV (illumos-gate 13753:2aba784c276b)
2012-07-30 John BaldwinRegen.
2012-07-30 John BaldwinThe linux_lstat() system call accepts a pointer to...
2012-07-30 Konstantin BelousovChange (unused) prototype for stmxcsr() to match reality.
2012-07-28 Martin MatuskaUpdate libarchive to 3.0.4
2012-07-26 Ruslan ErmilovPull up vendor changes to mdoc(7).
2012-07-26 Konstantin BelousovMFamd64 r238623:
2012-07-24 Doug BartonHeavy DNSSEC Validation Load Can Cause a "Bad Cache...
2012-07-24 Warner LoshUpdate to latest git version of dtc to get new dtsv2...
2012-07-24 Xin LIMFV: less v451.
2012-07-21 Konstantin BelousovMFCamd64 r238598:
2012-07-21 Konstantin BelousovMFamd64 r238668:
2012-07-21 Konstantin BelousovMFamd64 r238597:
2012-07-21 Konstantin BelousovMFamd64 r238669:
2012-07-17 Pedro F. GiffuniDtrace: improve handling of library paths.
2012-07-14 Pedro F. GiffuniMerge illumos commit 13455:7205f7794835
2012-07-13 Martin MatuskaMerge illumos commit 13749:df4cd82e2b60
2012-07-12 Jung-uk KimMerge OpenSSL 1.0.1c.
2012-07-11 Jung-uk KimMerge ACPICA 20120711.
2012-07-09 John BaldwinAdd a clts() wrapper around the 'clts' instruction...
2012-07-09 John BaldwinPartially revert r217515 so that the mem_range_softc...
2012-07-02 Christian BruefferFix XEN build, broken in r237924.
2012-07-01 Christian BruefferReplace an unreachable panic() in vm86_getptr (been...
2012-07-01 Pedro F. GiffuniImport the dtrace llquantize test files from the vendor...
2012-06-27 Jung-uk KimMerge OpenSSL 0.9.8x.
2012-06-27 Jung-uk KimMFV: r237650
2012-06-27 Alan CoxAdd new pmap layer locks to the predefined lock order...
2012-06-26 Xin LIMFV: less v449.
2012-06-25 Xin LIMFV (r237567):
2012-06-22 Konstantin BelousovCommit changes missed from r237435. Properly calculate...
2012-06-22 Konstantin BelousovEnable shared page on i386, now it has a use for vdso_t...
2012-06-22 Konstantin BelousovImplement mechanism to export some kernel timekeeping...
2012-06-22 Konstantin BelousovReserve AT_TIMEKEEP auxv entry for providing usermode...
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-19 Navdeep Parhar- Updated TOE support in the kernel.
2012-06-16 Alan CoxThe page flag PGA_WRITEABLE is set and cleared exclusiv...
2012-06-15 Adrian ChaddOops - use the actual 11n enable option.
2012-06-15 Adrian ChaddOk, ok. 802.11n can be on by default in GENERIC in...
2012-06-13 Jung-uk Kim- Fix resumectx() prototypes to reflect reality.
2012-06-12 Mitsuru IWASAKIShare IPI init and startup code of mp_machdep.c with...
2012-06-10 Mitsuru IWASAKISome fixes for r236772.
2012-06-09 Mitsuru IWASAKIAdd x86/acpica/acpi_wakeup.c for amd64 and i386. Diffe...
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-06-04 Alan CoxVarious small changes to PV entry management:
2012-06-03 Andriy Gaponfree wdog_kern_pat calls in post-panic paths from under...
2012-06-02 Alan CoxIsolate the global pv list lock from data and other...
2012-06-02 Konstantin BelousovUse plain store for atomic_store_rel on x86, instead...
2012-06-01 Jung-uk KimConsistently use ACPI_SUCCESS() and ACPI_FAILURE()...
2012-06-01 Jung-uk KimTidy up code clutter in SMP case a bit. No functional...
2012-06-01 Jung-uk KimCall AcpiSetFirmwareWakingVector() with interrupt disab...
2012-06-01 Jung-uk KimImprove style(9) in the previous commit.
2012-06-01 Mitsuru IWASAKICall AcpiLeaveSleepStatePrep() in interrupt disabled...
2012-06-01 Alan CoxEliminate code duplication in free_pv_entry() and pmap_...
2012-05-30 Alan CoxEliminate some purely stylistic differences among the...
2012-05-29 Alan CoxMFi386 pmap r233433
2012-05-29 Alan CoxRename pmap_collect() to pmap_pv_reclaim() and rewrite...
2012-05-29 Kevin LoMake sure that each va_start has one and only one match...
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-28 Alan CoxUpdate a comment in get_pv_entry() to reflect the chang...
2012-05-27 Alan CoxReplace all uses of the vm page queues lock by a r...
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-26 Alan CoxRename pmap_collect() to pmap_pv_reclaim() and rewrite...
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-24 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-24 Alan CoxMF amd64 r233097, r233122
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-23 Konstantin BelousovEnable drm2 modules build.
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-20 Mitsuru IWASAKIRemove cpususpend IDT vector for XEN.
2012-05-19 Mitsuru IWASAKIRevert the previous commit on wakecode address verbose...
2012-05-18 Mitsuru IWASAKIAdd SMP/i386 suspend/resume support.
2012-05-17 John BaldwinCentralize declaration of the debug.acpi sysctl node.
2012-05-17 Xin LIMerge tcpdump 4.2.1.
2012-05-14 Xin LIMerge from vendor branch: update libpcap to 1.2.1.
2012-05-13 Andriy Gaponi386 bootinfo: re-arrange EFI fields for natural alignm...
2012-05-12 George V. Neville... Import dtracetoolkit into cddl/contrib
2012-05-10 Alexander MotinAdd `options GEOM_RAID` into i386 and amd64 GENERIC...
2012-05-09 Brooks DavisThe DDB_CTF has little or nothing to do with the debugg...
2012-05-05 Alexander Leidinger- >500 static DTrace probes for the linuxulator
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-03 Attilio RaoRevert part of r234723 by re-enabling the SMP protectio...
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-04-29 Dimitry AndricAdd a convenience macro for the returns_twice attribute...
2012-04-26 Attilio RaoClean up the intr* MD KPI from the SMP dependency,...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
2012-04-20 Brooks DavisEnable DTrace hooks in GENERIC.
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-16 Jung-uk KimRegen for r234359.
2012-04-16 Jung-uk KimCorrect an argument type of iopl syscall for Linuxulato...
2012-04-16 Jung-uk KimRegen for r234357.
2012-04-16 Jung-uk KimCorrect arguments of stat64, fstat64 and lstat64 syscal...
2012-04-16 Jung-uk KimRegen for r234352.
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 Jung-uk Kim- Implement pipe2 syscall for Linuxulator. This syscal...
next