aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce spares in the TCP syncache and timewait structuresBjoern A. Zeeb2013-09-212-1/+4
* Address double init of ip_log mutex, fixing a panic after ipfilter isCy Schubert2013-09-211-1/+1
* Enable main ipfilter sysctl MIBs.Cy Schubert2013-09-211-28/+26
* Convert ipfilter from timeout(9) to callout(9).Cy Schubert2013-09-212-4/+14
* Remove additional non-FreeBSD code.Cy Schubert2013-09-211-25/+2
* Optimize the block size used on ZFS cache devices as is already doneJustin T. Gibbs2013-09-211-0/+2
* Put 'device hyperv' back in amd64/GENERIC, incorrectly removed withGlen Barber2013-09-211-0/+3
* Reorder/regroup the vmm ioctl api definitions to allow somePeter Grehan2013-09-211-21/+35
* MFV r254750:Xin LI2013-09-2115-61/+430
|\
* | Fixup cross-device rename checks in ZFS. Add a check for the caseDavide Italiano2013-09-201-4/+7
* | Fix callout_init_rm() in the shared case, allocating storage for 'structDavide Italiano2013-09-201-3/+11
* | Remove local change leftover, this should never have been part ofDavide Italiano2013-09-201-2/+0
* | Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. WithDavide Italiano2013-09-209-47/+79
* | Merge Xen PVHVM support into the GENERIC kernel config for bothJustin T. Gibbs2013-09-2011-109/+71
* | Add some spare fields to structs used by the new iSCSI stack - some justEdward Tomasz Napierala2013-09-202-0/+23
* | Fix GCC build for all ARMs. Revert bug introduced in r255613.Zbigniew Bodek2013-09-201-4/+28
* | Substantial rewrite of bxe(4) to add support for the BCM57712 andDavid Christensen2013-09-2051-108197/+178173
* | Improve grammar and readability.Hiren Panchasara2013-09-201-3/+3
* | Merge the following changes from projects/bhyve_npt_pmap:Neel Natu2013-09-203-7/+24
* | Correct stale comments.John Baldwin2013-09-201-3/+1
* | Fix a range check and a display string.Hiren Panchasara2013-09-201-2/+2
* | Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-2019-122/+420
* | sys/i386/xen/mp_machdep.c:Justin T. Gibbs2013-09-202-3/+9
* | The pmap function pmap_clear_reference() is no longer used. Remove it.Alan Cox2013-09-2013-328/+0
* | Regenerate after addition of WITH_LLDBEd Maste2013-09-201-1/+16
* | Add LLDB bmake infrastructureEd Maste2013-09-2042-10/+1112
* | Disable LLDB OSX ABI pluginEd Maste2013-09-201-6/+0
* | Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion inXin LI2013-09-191-15/+12
* | Fix comments.Mikolaj Golub2013-09-191-3/+2
* | When updating the map of dirty extents, most recently used extents areMikolaj Golub2013-09-192-9/+25
* | - calendar uses cpp internally, this diff removes this usage andDiane Bruce2013-09-196-65/+279
* | Use cv_broadcast() instead of cv_signal() when waking up threadsMikolaj Golub2013-09-192-3/+3
* | Further refinement to bmake bootstrappingEd Maste2013-09-191-5/+5
* | Remove extra 'MAKE_FLAGS' line.Glen Barber2013-09-191-1/+0
* | Minor mdoc improvements.Joel Dahl2013-09-192-5/+7
* | Regen.John Baldwin2013-09-1911-12/+196
* | Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-1924-16/+696
* | 1. Properly clean pid files in the case of the error.Mikolaj Golub2013-09-191-18/+27
* | sys/i386/xen_mp_machdep.c:Justin T. Gibbs2013-09-191-0/+3
* | cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2)Bryan Drewery2013-09-192-7/+7
* | Make svnlite (actually libapr) work correctly on big-endian arches.Dimitry Andric2013-09-191-0/+6
* | Remove an unused variable and fix a memory leak in sctp_connectx().Michael Tuexen2013-09-191-3/+4
* | Reconnect the hyperv drivers back into GENERIC now that thePeter Grehan2013-09-191-0/+3
* | Implement support for the interrupt-on-terminal-count andPeter Grehan2013-09-191-16/+90
* | Add simplistic periodic timer support to mevent using kqueue'sPeter Grehan2013-09-193-8/+104
* | Allow the alarm hours/mins/seconds registers to be read/written,Peter Grehan2013-09-191-0/+30
* | Use correct offset for the high byte of high memory written toPeter Grehan2013-09-191-1/+1
* | Reorder the hypervisor presence test to avoid claiming ATA disksPeter Grehan2013-09-191-28/+38
* | Fix missing SVN properties.Peter Grehan2013-09-190-0/+0
* | Merge lldb man page from r188801 to contrib/llvm/tools/lldb/docs/Ed Maste2013-09-191-0/+119
|\ \