]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/x86bios
First cut to port bhyve, vmmctl, and libvmmapi to HEAD.
[FreeBSD/FreeBSD.git] / sys / compat / x86bios /
2011-05-15 jhbFirst cut to port bhyve, vmmctl, and libvmmapi to HEAD.
2011-05-14 jhbFirst cut at porting the kernel portions of 221828...
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-09 jkimRemove custom interrupt dispatcher. This is a pointles...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-01 dimMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 dimMerge ^vendor/binutils/dist@214082 into contrib/binutils.
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-05 jkimPrefer pmap_unmapbios() over pmap_unmapdev(). The...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-16 jkimMerge ACPICA 20100915.
2010-08-25 jkimAdd x86bios_set_intr() to set interrupt vectors for...
2010-08-25 jkimCheck opcode for short jump as well. Some option ROMs...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-10 jkimPlace spinlock_enter() and spinlock_exit() just around...
2010-08-10 jkimTidy up locking and memory allocation for the real...
2010-08-09 jkimTidy up printf() calls for debugging.
2010-08-09 jkimInitialize a variable just before its use.
2010-08-09 jkimReduce diffs between VM86 and X86EMU wrappers for x86bi...
2010-08-07 jkimDo not block any I/O port on amd64.
2010-08-07 jkimOptimize interrupt vector lookup. There is no need...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 jkimConsistently use architecture specific macros.
2010-08-06 jkimFix allocation of multiple pages, which forgot to incre...
2010-08-05 jkimRe-add flag register for output. Some BIOS calls actua...
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-31 jkimMFC: r205297, r205347, r205452, r205455, r205649, r205650
2010-03-29 jkimMFC: r205647
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-03-02 delphijMFC x86emu/x86bios emulator and make previously i386...
2010-02-28 rajMerge DTC-d75b33af.
2010-01-11 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
next