summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* It turns out a global variable is the only straightforward way toian2014-02-0913-4/+30
* Calculate the kernel's load address from the PC in the elf / gzipian2014-02-091-4/+10
* Don't call vm_fault_prefault() on zero-fill faults. It's a waste of time.alc2014-02-091-1/+4
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedian2014-02-094-14/+14
* Consolidate code related to setting up physical memory configuration intoian2014-02-0814-328/+494
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.ian2014-02-0821-539/+10
* Remove ft_rtalloc and choose rtalloc function at compile time.glebius2014-02-081-17/+6
* Spacing.glebius2014-02-081-30/+30
* Add drivers for:br2014-02-086-0/+732
* Add virtualized XSAVE support to bhyve which permits guests to use XSAVE andjhb2014-02-085-7/+166
* init: Remove code to track line numbers in /etc/ttys.jilles2014-02-081-16/+4
* mdoc: minor paragraph fixes.joel2014-02-0810-33/+2
* Correct example.joel2014-02-081-2/+2
* Revert accidentially leaked changes in r261627.glebius2014-02-081-0/+4
* Remove never set flag FL_OVERWRITE. The only place whereglebius2014-02-082-7/+0
* Add a counter to differentiate between VM-exits due to nested paging faultsneel2014-02-083-3/+6
* MFV r261619:delphij2014-02-081-2/+3
* In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,delphij2014-02-081-0/+1
* Fix a bug in the handling of VM-exits caused by non-maskable interrupts (NMI).neel2014-02-081-15/+36
* Remove FreeBSD 6 supportimp2014-02-082-10/+0
* tests/sys/Makefileasomers2014-02-081-5/+3
* Build a 32-bit libstand under sys/boot/ for ppc64emaste2014-02-074-3/+7
* Fix comment.glebius2014-02-071-1/+1
* Add cross-references to casperd(8) and libcapsicum(3).pjd2014-02-071-1/+3
* Add some context for the "kldload sem" command; minor other improvements.brueffer2014-02-071-3/+7
* Remove unused defines.glebius2014-02-071-7/+0
* Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h filedim2014-02-071-0/+1
* Apply a cleaner solution for the sign warnings that can occur whendim2014-02-071-4/+4
* Mark the I/O ports used by the bhyve console and debug devices as systemjhb2014-02-072-0/+6
* Dynamically generate the page table. This will allow us to detect theandrew2014-02-071-36/+55
* Now that FreeBSD/i386 works as a bhyve guest, allow i386 kernels tojhb2014-02-071-0/+5
* HEAD is not buildable for the past day. Commit a 'quick fix' in order to permiteadler2014-02-071-4/+4
* Don't force efi to a 32-bit build on amd64emaste2014-02-071-8/+1
* Set errno on inet_ntop(3) failure.kevlo2014-02-071-2/+4
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-0712-553/+409
* - Use a callout instead of the deprecated timeout_handle.jhb2014-02-071-12/+10
* The atp USB driver is generic and its manual page should be availablehselasky2014-02-071-5/+2
* Update atp driver manual page.hselasky2014-02-071-52/+1
* Add manual page for wsp driver.hselasky2014-02-071-0/+96
* Remove references to PHYSADDR where it's used only in debugging output,ian2014-02-074-6/+2
* sysctl_handle_counter_u64() doesn't use arg2 argument, thus simplifyglebius2014-02-072-5/+5
* Utilize SYSCTL_UMA_CUR() to export usage of syncache andglebius2014-02-072-28/+5
* Provide macros that allow easily export uma(9) zone limits andglebius2014-02-073-1/+94
* Catch up on r261590.glebius2014-02-071-4/+0
* Make libstand setjmp work for both 64- and 32-bit ABIs.nwhitehorn2014-02-071-27/+106
* Remove identical vnet sysctl handlers, and handle CTLFLAG_VNETglebius2014-02-073-51/+8
* fts: Fix double-free with conflicting concurrent modifications.jilles2014-02-071-4/+8
* Fix the build with DEBUG enabled. Where possible, fix style(9) issues.loos2014-02-072-51/+58
* Implement vd_drawrect and vd_setpixel for vt(9)'s VGA driver.ray2014-02-071-0/+29
* In IPv6 code examples, use the correct v6 socket.brueffer2014-02-071-2/+2
OpenPOWER on IntegriCloud