summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Summary: Two quick edits to the implementation notes as they're noGeorge V. Neville-Neil2014-02-151-2/+2
* | | Increase the wait time for acquiring the bus from 10 to 250ms.Ian Lepore2014-02-151-2/+11
* | | Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout.Ian Lepore2014-02-151-26/+98
* | | Add a driver to provide access to imx6 on-chip one-time-programmble data.Ian Lepore2014-02-155-0/+277
* | | Better build fix.Gleb Smirnoff2014-02-151-6/+7
* | | Rework rctl(8) manpageBryan Drewery2014-02-151-55/+135
* | | Add forgotten rc.conf(5) update with r261931Bryan Drewery2014-02-151-1/+21
* | | Allow overriding rctl.conf(5) file location for /etc/rc.d/rctlBryan Drewery2014-02-152-2/+6
* | | Handle pmap_enter() on already promoted mappings for ARMv6/v7Zbigniew Bodek2014-02-151-2/+8
* | | Remove spurious assertion from pmap_extract_locked() on ARMZbigniew Bodek2014-02-151-4/+0
* | | Avoid redundant superpage promotion attempts on ARMZbigniew Bodek2014-02-151-8/+11
* | | Fix superpage promotion on ARM with respect to RO/RW and wired attributesZbigniew Bodek2014-02-151-3/+12
* | | Ensure proper TLB invalidation on superpage promotion and demotion on ARMZbigniew Bodek2014-02-151-3/+26
* | | Always clear L1 PTE descriptor when removing superpage on ARMZbigniew Bodek2014-02-152-6/+8
* | | In sys/dev/xen/console/console.c, #if 0 an unused static function.Dimitry Andric2014-02-151-0/+2
* | | Under sys/netpfil/ipfw, surround two IPv6-specific static functions withDimitry Andric2014-02-152-0/+4
* | | In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.Dimitry Andric2014-02-151-0/+2
* | | Switch the hardcoded default hash function from MD5 / DES to SHA512.Dag-Erling Smørgrav2014-02-151-5/+1
* | | complete svn 261909 - new netmap version.Luigi Rizzo2014-02-151-90/+193
* | | Make sure that the flowtable flowid is only set to m_flowid if thereAdrian Chadd2014-02-151-1/+1
* | | document _JAIL as a possible option to set a cpuset for a jail..John-Mark Gurney2014-02-151-1/+2
* | | This new version of netmap brings you the following:Luigi Rizzo2014-02-1522-1825/+3082
* | | Fix a typo, C_ALSOLUTE -> C_ABSOLUTE.Ian Lepore2014-02-151-1/+1
* | | In cxgbe, conditionalize the t4_pgprot_wc() function, since it is onlyDimitry Andric2014-02-141-0/+2
* | | Include the CPU id in the per-CPU timer swi thread descriptions.Adrian Chadd2014-02-141-2/+5
* | | Update bhyve(8) man page to describe the usage of the "-s" option to assignNeel Natu2014-02-141-3/+9
* | | Allow PCI devices to be configured on all valid bus numbers from 0 to 255.Neel Natu2014-02-145-107/+270
* | | Disable warning about unused static const variables for sys/pci/ncr.c.Dimitry Andric2014-02-141-1/+2
* | | In r260111, in sys/conf/files, I disabled warning about unused functionsDimitry Andric2014-02-141-2/+2
* | | Preserve one character space for a trailing '\0'.Sergey Kandaurov2014-02-141-1/+1
* | | In chat_UpdateSet(), initialize the input buffer to prevent stale dataChristian Brueffer2014-02-141-0/+5
* | | Similar to r260026, disable warning about unused functions forDimitry Andric2014-02-142-3/+9
* | | Fix build on 32bit arches broken by me in r261882.Gleb Smirnoff2014-02-141-4/+5
* | | MFV: Import atf-0.20.Julio Merino2014-02-1447-3668/+293
|\ \ \
| * | | Import atf-0.20:vendor/atf/atf-0.20Julio Merino2014-02-14125-29860/+160
| * | | Import atf-0.19:vendor/atf/atf-0.19Julio Merino2014-02-14158-4155/+12076
* | | | After r251709, avoid a clang 3.4 warning about an unused static constDimitry Andric2014-02-141-4/+1
* | | | Remove mention of minimum password length and upper/lower case checking,Warren Block2014-02-141-19/+3
* | | | move devd rules for zfs events into a separate file and fix stale event typesAndriy Gapon2014-02-143-32/+78
* | | | zfs.8: fix garbled options in a sample zfs send -R command lineAndriy Gapon2014-02-141-1/+1
* | | | zpool.8: fix typo in option description of labelclear commandAndriy Gapon2014-02-141-1/+1
* | | | provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64Andriy Gapon2014-02-1410-5/+39
* | | | update taskqueue(9) manual pageAndriy Gapon2014-02-142-2/+78
* | | | In sgetpwnam(), save and free pw_class like all other char membersChristian Brueffer2014-02-141-0/+2
* | | | Correct the order of arguments to mtx_init().Christian Brueffer2014-02-143-3/+3
* | | | Whenever flowtable lookup fails, we do route lookup and then try toGleb Smirnoff2014-02-143-19/+41
* | | | Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-145-54/+81
* | | | Bump __FreeBSD_version after the libc++ 3.4 ABI compatibility fix inDimitry Andric2014-02-141-1/+1
* | | | Reword.Adrian Chadd2014-02-141-1/+1
* | | | Fix minor logical error in the XHCI driver. Set correct SETUP packetHans Petter Selasky2014-02-142-1/+3