summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove #include <machine/asmacros.h> from files that don't need it.ian2014-03-114-4/+1
* Remove the unreferenced DATA() macro. That leaves only GET_CURTHREAD_PTR()ian2014-03-111-26/+8
* Don't try to return a vector to a caller that only cares if a vectortychon2014-03-111-2/+6
* Enhance the mechanism that lets you configure the ubldr boot device byian2014-03-115-81/+304
* Garbage collect the old way of adding the libstdc++ include directoriesdim2014-03-111-8/+0
* Repair recognition of "CC" as an alias for the C++ compiler, since itdim2014-03-111-0/+2
* MFV of 263039, tzdata2014a:edwin2014-03-115-38/+78
* Remove clause 3 (the advertising clause), per the regent's letter.imp2014-03-113-7/+3
* Remove clause 3 (advertising clause), per regent's letter.imp2014-03-111-5/+1
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-1119-128/+916
* Use panic rather than printf to "handle" an arm26 address exceptionian2014-03-111-6/+5
* No functional changes. Rewrite comments, use tabs consistantly, reorderian2014-03-111-159/+141
* Remove some unnecessary indirection and jump right to the handler functions.ian2014-03-111-36/+3
* Support Last-Modified behind proxies which return UTC instead of GMT.bdrewery2014-03-111-0/+6
* xen: add a hook to perform AP startuproyger2014-03-115-6/+105
* xen: changes to hvm code in order to support PVH guestsroyger2014-03-111-5/+42
* xen: add hook for AP bootstrap memory reservationroyger2014-03-112-4/+12
* xen: add an apic_enumerator for PVHroyger2014-03-112-0/+135
* xen: use the same hypercall mechanism for XEN and XENHVMroyger2014-03-114-29/+19
* xen: implement hook to fetch and parse e820 memory maproyger2014-03-114-19/+59
* xen: implement an early timer for Xen PVHroyger2014-03-1115-59/+222
* xen: rework xen timer so it can be used early in boot processroyger2014-03-111-9/+28
* amd64: introduce hook for custom preload metadata parsersroyger2014-03-113-11/+136
* howto_names: unify declarationroyger2014-03-1111-202/+65
* xen: add and enable Xen console for PVH guestsroyger2014-03-117-35/+100
* xen: add macro to detect if running as Dom0royger2014-03-111-0/+7
* xen: add PV/PVH kernel entry pointroyger2014-03-119-0/+240
* amd64/i386: switch IPI handlers to C code.royger2014-03-118-539/+322
* Fixed MSI interrupt allocation and handling.edavis2014-03-111-78/+36
* Revert r262994 for now, it fails to boot on armv5.ian2014-03-111-37/+83
* Pass the actual baudrate to tty_init_console(). This defines the initialmarcel2014-03-111-1/+1
* Now that the PUSHFRAME and PULLFRAME macros are used only in the swiian2014-03-111-83/+37
* allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too...jmg2014-03-112-7/+10
* some minor clean up.. Always _ZERO memory so mtx_init won't panic...jmg2014-03-112-6/+1
* libbsdstat: fix warnings, set WARNSeadler2014-03-112-3/+1
* Correct a typo in nlm_find_host_by_addr(): the intention of thedelphij2014-03-111-1/+1
* MFV r262983:delphij2014-03-111-1/+21
* Export _libc_arm_fpu_present as a private symbol to be used by otherandrew2014-03-111-0/+2
* Arrange for arm fork_trampoline() to return to userland via the standardian2014-03-103-223/+228
* Change the way the asm GET_CURTHREAD_PTR() macro is defined so that codeian2014-03-103-10/+4
* Repair a few minor mismerges from r262261 in the clang-sparc64 projectdim2014-03-104-85/+1
* Remove vestigial global, no-longer used since SVN r262904.dteske2014-03-101-6/+0
* Whitespace.dteske2014-03-101-2/+2
* Move the exception vector table (so-called "page0" data) into exception.Sian2014-03-105-125/+74
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-1026-145/+18
* Pass the size of the top-level table to map when mapping the table insteadjhb2014-03-101-1/+1
* Add the makefile forgotten in previous commitbapt2014-03-101-0/+10
* Add a mailer.conf example to use dmabapt2014-03-104-0/+11
* Update libucl to 2014-03-03bapt2014-03-1010-62/+371
|\
| * Update libucl to 2014-03-02 version which fixes an important bug when parsing...bapt2014-03-1010-62/+371
OpenPOWER on IntegriCloud