aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MFH: r281855-r282312Glen Barber2015-05-01781-23564/+50806
|\
| * Add nvlist_flags() function, which returns nvlist's public flags.Mariusz Zaborski2015-05-014-1/+23
| * Use defines to improve clarityBaptiste Daroussin2015-05-011-5/+5
| * col: fixing 25 year old bugBaptiste Daroussin2015-05-011-4/+4
| * Sort MLINKS alphabetically.Mariusz Zaborski2015-05-011-46/+46
| * OptionalObsoleteFiles: don't remove c++filt when using ELF Tool ChainEd Maste2015-05-011-0/+2
| * Remove symlinks to the nvlist_.*[vf] functions.Mariusz Zaborski2015-05-011-0/+59
| * r281630 relaxed the limits on the vectors that can be asserted in the IRRs.Neel Natu2015-05-011-11/+9
| * Add a state transition call to show that we have entered TIME_WAIT.George V. Neville-Neil2015-05-011-0/+7
| * Remove the extra extern which makes gcc complain; I assume it came fromBjoern A. Zeeb2015-05-011-4/+0
| * Unreak DNS usage through libcapsicum, which broke, e.g., ping in r282252Bjoern A. Zeeb2015-05-011-1/+1
| * Fix font issuesBaptiste Daroussin2015-05-011-10/+10
| * Emulate MSR_SYSCFG which is accessed by Linux on AMD cpus when MTRRs areNeel Natu2015-05-011-0/+2
| * Add a -v to tell where each symbol is resolved from.Bryan Drewery2015-05-011-2/+9
| * Fix a commentBryan Drewery2015-05-011-1/+1
| * Fix build by adding ixgbe_x550.c to sys/conf/files for ixgbe.Eric Joyner2015-05-011-0/+2
| * crunchide: Restore local EM_AARCH64 constant for bootstrappingEd Maste2015-04-301-0/+3
| * Include makefiles necessary to make ixgbe build with the new code.Eric Joyner2015-04-302-2/+2
| * Add support for certain Intel X550 devices.Eric Joyner2015-04-3030-400/+4793
| * Actually add c++filt's MakefileEd Maste2015-04-301-0/+17
| * Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.Neel Natu2015-04-3014-20/+4
| * Fix KASSERT introduced in r282155.Alexander V. Chernikov2015-04-301-3/+4
| * Add ELF Tool Chain's c++filt to the buildEd Maste2015-04-303-1/+8
| * When an instruction cannot be decoded just return to userspace so bhyve(8)Neel Natu2015-04-301-2/+6
| * Mark local function as static as a result of removing recursion.Mariusz Zaborski2015-04-302-6/+2
| * Rename macros to use prefix ERRNO. Add macro ERRNO_SET. NowMariusz Zaborski2015-04-303-90/+94
| * Advertise the MTRR feature via CPUID and emulate the minimal set of MTRR MSRs.Neel Natu2015-04-303-3/+38
| * Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).John Baldwin2015-04-303-6/+86
| * Remove leftover from r282269.Jung-uk Kim2015-04-303-16/+5
| * Move the SIFTR DTrace probe out of the writing thread contextGeorge V. Neville-Neil2015-04-301-1/+2
| * Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-3062-10628/+90
| * Update this page to note that XENHVM now works on i386. (It shippedJohn Baldwin2015-04-301-6/+3
| * Remove oldnfs remnants from nfsd(8).Edward Tomasz Napierala2015-04-302-120/+60
| * atkbd: remove usage of x86biosRoger Pau Monné2015-04-301-54/+17
| * Also happened to miss this in r282264.Justin Hibbits2015-04-301-3/+4
| * Missed ofw_machdep.c in r282264.Justin Hibbits2015-04-301-7/+16
| * - Disable usb aggregation mode by default since it boots performanceKevin Lo2015-04-301-7/+7
| * Setting PATH to anything is useless as a bare command. Its only relevantSean Bruno2015-04-301-2/+2
| * Unify booke and AIM machdep.Justin Hibbits2015-04-307-698/+531
| * Phabricator: enable "history.immutable":Eitan Adler2015-04-301-1/+2
| * Fix native-xtools breakage when building a gcc enabled target on a clangSean Bruno2015-04-301-0/+15
| * Re-implement RTC current time calculation to eliminate the possibility ofNeel Natu2015-04-291-21/+32
| * Save errno from close override.Mariusz Zaborski2015-04-292-1/+7
| * Remove the nvlist_.*[fv] functions.Mariusz Zaborski2015-04-296-1233/+59
| * Bump __FreeBSD_version for smb(4) changes in r281985Michael Gmelin2015-04-291-1/+1
| * Obsolute /usr/bin/gperf for non-gcc enabled targets.Sean Bruno2015-04-291-0/+4
| * Remove the use of nvlist_.*[fv] functions from tests.Mariusz Zaborski2015-04-292-48/+24
| * Remove the use of nvlist_.*[vf] functions from casper and replaceMariusz Zaborski2015-04-292-8/+22
| * Remove the use of nvlist_.*[vf] functions from libcapsicum and replaceMariusz Zaborski2015-04-293-20/+59
| * Remove recursion from descriptor-related functions.Mariusz Zaborski2015-04-291-38/+37