| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Summary: Two quick edits to the implementation notes as they're no | George V. Neville-Neil | 2014-02-15 | 1 | -2/+2 |
* | | | Increase the wait time for acquiring the bus from 10 to 250ms. | Ian Lepore | 2014-02-15 | 1 | -2/+11 |
* | | | Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout. | Ian Lepore | 2014-02-15 | 1 | -26/+98 |
* | | | Add a driver to provide access to imx6 on-chip one-time-programmble data. | Ian Lepore | 2014-02-15 | 5 | -0/+277 |
* | | | Better build fix. | Gleb Smirnoff | 2014-02-15 | 1 | -6/+7 |
* | | | Rework rctl(8) manpage | Bryan Drewery | 2014-02-15 | 1 | -55/+135 |
* | | | Add forgotten rc.conf(5) update with r261931 | Bryan Drewery | 2014-02-15 | 1 | -1/+21 |
* | | | Allow overriding rctl.conf(5) file location for /etc/rc.d/rctl | Bryan Drewery | 2014-02-15 | 2 | -2/+6 |
* | | | Handle pmap_enter() on already promoted mappings for ARMv6/v7 | Zbigniew Bodek | 2014-02-15 | 1 | -2/+8 |
* | | | Remove spurious assertion from pmap_extract_locked() on ARM | Zbigniew Bodek | 2014-02-15 | 1 | -4/+0 |
* | | | Avoid redundant superpage promotion attempts on ARM | Zbigniew Bodek | 2014-02-15 | 1 | -8/+11 |
* | | | Fix superpage promotion on ARM with respect to RO/RW and wired attributes | Zbigniew Bodek | 2014-02-15 | 1 | -3/+12 |
* | | | Ensure proper TLB invalidation on superpage promotion and demotion on ARM | Zbigniew Bodek | 2014-02-15 | 1 | -3/+26 |
* | | | Always clear L1 PTE descriptor when removing superpage on ARM | Zbigniew Bodek | 2014-02-15 | 2 | -6/+8 |
* | | | In sys/dev/xen/console/console.c, #if 0 an unused static function. | Dimitry Andric | 2014-02-15 | 1 | -0/+2 |
* | | | Under sys/netpfil/ipfw, surround two IPv6-specific static functions with | Dimitry Andric | 2014-02-15 | 2 | -0/+4 |
* | | | In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function. | Dimitry Andric | 2014-02-15 | 1 | -0/+2 |
* | | | Switch the hardcoded default hash function from MD5 / DES to SHA512. | Dag-Erling Smørgrav | 2014-02-15 | 1 | -5/+1 |
* | | | complete svn 261909 - new netmap version. | Luigi Rizzo | 2014-02-15 | 1 | -90/+193 |
* | | | Make sure that the flowtable flowid is only set to m_flowid if there | Adrian Chadd | 2014-02-15 | 1 | -1/+1 |
* | | | document _JAIL as a possible option to set a cpuset for a jail.. | John-Mark Gurney | 2014-02-15 | 1 | -1/+2 |
* | | | This new version of netmap brings you the following: | Luigi Rizzo | 2014-02-15 | 22 | -1825/+3082 |
* | | | Fix a typo, C_ALSOLUTE -> C_ABSOLUTE. | Ian Lepore | 2014-02-15 | 1 | -1/+1 |
* | | | In cxgbe, conditionalize the t4_pgprot_wc() function, since it is only | Dimitry Andric | 2014-02-14 | 1 | -0/+2 |
* | | | Include the CPU id in the per-CPU timer swi thread descriptions. | Adrian Chadd | 2014-02-14 | 1 | -2/+5 |
* | | | Update bhyve(8) man page to describe the usage of the "-s" option to assign | Neel Natu | 2014-02-14 | 1 | -3/+9 |
* | | | Allow PCI devices to be configured on all valid bus numbers from 0 to 255. | Neel Natu | 2014-02-14 | 5 | -107/+270 |
* | | | Disable warning about unused static const variables for sys/pci/ncr.c. | Dimitry Andric | 2014-02-14 | 1 | -1/+2 |
* | | | In r260111, in sys/conf/files, I disabled warning about unused functions | Dimitry Andric | 2014-02-14 | 1 | -2/+2 |
* | | | Preserve one character space for a trailing '\0'. | Sergey Kandaurov | 2014-02-14 | 1 | -1/+1 |
* | | | In chat_UpdateSet(), initialize the input buffer to prevent stale data | Christian Brueffer | 2014-02-14 | 1 | -0/+5 |
* | | | Similar to r260026, disable warning about unused functions for | Dimitry Andric | 2014-02-14 | 2 | -3/+9 |
* | | | Fix build on 32bit arches broken by me in r261882. | Gleb Smirnoff | 2014-02-14 | 1 | -4/+5 |
* | | | MFV: Import atf-0.20. | Julio Merino | 2014-02-14 | 47 | -3668/+293 |
|\ \ \ |
|
| * | | | Import atf-0.20:vendor/atf/atf-0.20 | Julio Merino | 2014-02-14 | 125 | -29860/+160 |
| * | | | Import atf-0.19:vendor/atf/atf-0.19 | Julio Merino | 2014-02-14 | 158 | -4155/+12076 |
* | | | | After r251709, avoid a clang 3.4 warning about an unused static const | Dimitry Andric | 2014-02-14 | 1 | -4/+1 |
* | | | | Remove mention of minimum password length and upper/lower case checking, | Warren Block | 2014-02-14 | 1 | -19/+3 |
* | | | | move devd rules for zfs events into a separate file and fix stale event types | Andriy Gapon | 2014-02-14 | 3 | -32/+78 |
* | | | | zfs.8: fix garbled options in a sample zfs send -R command line | Andriy Gapon | 2014-02-14 | 1 | -1/+1 |
* | | | | zpool.8: fix typo in option description of labelclear command | Andriy Gapon | 2014-02-14 | 1 | -1/+1 |
* | | | | provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64 | Andriy Gapon | 2014-02-14 | 10 | -5/+39 |
* | | | | update taskqueue(9) manual page | Andriy Gapon | 2014-02-14 | 2 | -2/+78 |
* | | | | In sgetpwnam(), save and free pw_class like all other char members | Christian Brueffer | 2014-02-14 | 1 | -0/+2 |
* | | | | Correct the order of arguments to mtx_init(). | Christian Brueffer | 2014-02-14 | 3 | -3/+3 |
* | | | | Whenever flowtable lookup fails, we do route lookup and then try to | Gleb Smirnoff | 2014-02-14 | 3 | -19/+41 |
* | | | | Once pf became not covered by a single mutex, many counters in it became | Gleb Smirnoff | 2014-02-14 | 5 | -54/+81 |
* | | | | Bump __FreeBSD_version after the libc++ 3.4 ABI compatibility fix in | Dimitry Andric | 2014-02-14 | 1 | -1/+1 |
* | | | | Reword. | Adrian Chadd | 2014-02-14 | 1 | -1/+1 |
* | | | | Fix minor logical error in the XHCI driver. Set correct SETUP packet | Hans Petter Selasky | 2014-02-14 | 2 | -1/+3 |