]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/x86bios/x86bios.c
Do not copy stack pointer and flags. These registers are unconditionally
[FreeBSD/FreeBSD.git] / sys / compat / x86bios / x86bios.c
2010-08-05 jkimDo not copy stack pointer and flags. These registers...
2010-08-05 jkimImplement a simple native VM86 backend for X86BIOS...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-06-23 jkimLet x86bios_alloc() pass contigmalloc(9) flags. Use...
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-01 jkimReduce MD code further. At least, it compiles on ia64...
2010-05-01 jkimDo not initialize mutex and return error if it cannot...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-03-25 jkimRevert accidentally committed initial real mode %sp...
2010-03-25 jkimOptimize real mode page table lookup.
2010-03-25 jkimFix stupid typos. Some VESA BIOSes directly call BIOS...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-22 jkimSupport memory wraparound instead of high memory as...
2010-03-22 jkimFix i386 PAE kernel build.
2010-03-19 jkim- Map EBDA if available and add 64KB above 1MB (high...
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-18 jkimDetect illegal access to unmapped memory within real...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-02-28 rajMerge DTC-d75b33af.
2010-01-06 impMerge from head at r201628.
2009-12-15 jkimAdd two new debugging tunables for x86bios instead...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 gonzoMFC @199204
2009-10-19 jkimFix a copy-and-pasto in the previous commit.
2009-10-19 jkimRewrite x86bios and update its dependent drivers.
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-02 gonzo- MFC
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-28 delphijUse a 2 clause BSD-style license instead of stating...
2009-09-25 desSync with head
2009-09-25 jkim- Reduce BIOS memory mapping. We want 1MB of physical...
2009-09-24 jkimDump real mode registers under bootverbose to help...
2009-09-24 jkim- Use FreeBSD function naming convention.
2009-09-23 jkimMove sys/dev/x86bios to sys/compat/x86bios.