| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dependencies on the firmware, which allows the loading of the cxgb | kib | 2013-05-16 | 2 | -0/+3 |
* | Fix L2 cache write-back invalidate for Sheeva core. | gber | 2013-05-16 | 1 | -0/+8 |
* | Add tcp header flags ECE and CWR defined in RFC 3168. | hiren | 2013-05-16 | 3 | -2/+6 |
* | Add a kernel config file for the BeableBone Black SoC. | rpaulo | 2013-05-16 | 1 | -0/+127 |
* | Return one-based key so that user can check if the key is ever allocated | davidxu | 2013-05-16 | 1 | -4/+7 |
* | Convert a couple of helper scripts used to test the ip provider to work on | markj | 2013-05-15 | 2 | -11/+20 |
* | Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid shadowing the fcntl.h | jh | 2013-05-15 | 3 | -6/+6 |
* | Constify parameters, no functional or binary change. | delphij | 2013-05-15 | 1 | -6/+6 |
* | Implement my first cut at "correct" node power-save and | adrian | 2013-05-15 | 7 | -72/+504 |
* | sbin/camcontrol/camcontrol.c | asomers | 2013-05-15 | 1 | -2/+6 |
* | Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 for | davidcs | 2013-05-15 | 22 | -0/+11633 |
* | Document WITHOUT_CROSS_COMPILER and WITHOUT_FORMAT_EXTENSIONS. | brooks | 2013-05-15 | 1 | -0/+10 |
* | Add support for an external cross compiler. The cross compiler is | brooks | 2013-05-15 | 3 | -6/+67 |
* | Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to | brooks | 2013-05-15 | 3 | -2/+16 |
* | Fix typo in comment. | des | 2013-05-15 | 1 | -1/+1 |
* | Fix a typo: It should be "strtoll" and not "stroll". | hiren | 2013-05-14 | 1 | -3/+3 |
* | Port the new PV entry allocator from amd64/i386/mips to armv6/v7. | gber | 2013-05-14 | 3 | -79/+471 |
* | Centralize standard getopts arguments, both for convenience and to correct | dteske | 2013-05-14 | 43 | -46/+72 |
* | Add less to rescue build. On amd64, this increases rescue size by about | delphij | 2013-05-13 | 1 | -0/+3 |
* | Improve readability of static assertions for OFFSET_* macros. | ed | 2013-05-13 | 2 | -6/+8 |
* | Rework the way C11 keywords are defined. | ed | 2013-05-13 | 1 | -25/+57 |
* | Add ALQ beacon debugging. | adrian | 2013-05-13 | 3 | -0/+28 |
* | Support sending ATH_ALQ messages with no payload. | adrian | 2013-05-13 | 1 | -3/+5 |
* | etc/rc.d/syslogd | asomers | 2013-05-13 | 1 | -1/+3 |
* | Use an ugly hack to get around bootstrapping problems when building | dim | 2013-05-13 | 1 | -0/+5 |
* | Remove a bogus re-assignment. | jkim | 2013-05-13 | 1 | -2/+0 |
* | Deal correctly with 40G ports that don't have any transceiver plugged | np | 2013-05-13 | 1 | -0/+7 |
* | Fix typo in net.inet.tcp.minmss sysctl description. | jimharris | 2013-05-13 | 1 | -1/+1 |
* | As python3 does not have raw_input(), convert it to input() when we | hiren | 2013-05-13 | 1 | -1/+5 |
* | Improve the debugging output - use the MAC address rather than various | adrian | 2013-05-13 | 2 | -37/+112 |
* | Since the node state is 100% back under the TX lock, just kill the use | adrian | 2013-05-13 | 2 | -17/+10 |
* | Oops, commit the other half of r250606. | adrian | 2013-05-13 | 2 | -27/+135 |
* | This lock only protects the rate control state for now, mention this. | adrian | 2013-05-13 | 1 | -1/+1 |
* | Begin tidying up the reassociation and node sleep/wakeup paths. | adrian | 2013-05-13 | 1 | -22/+37 |
* | Set st_nlink in the stat structure within the inode to 1 as well. | marcel | 2013-05-13 | 1 | -0/+1 |
* | mdoc sweep | joel | 2013-05-13 | 8 | -28/+67 |
* | o Add accessor functions to add and remove pages from a specific | attilio | 2013-05-13 | 4 | -206/+152 |
* | Add a remark to the effect that a manually started relearn will always | markj | 2013-05-13 | 1 | -0/+4 |
* | The HPN patch added a new BUG bit for SSH_BUG_LARGEWINDOW | bdrewery | 2013-05-13 | 1 | -1/+1 |
* | Bandaid for compiling with gcc, which happens to be the default compiler | peter | 2013-05-13 | 1 | -0/+1 |
* | Pull in r181286 from upstream llvm trunk: | dim | 2013-05-13 | 1 | -5/+6 |
* | MFV: less v458. | delphij | 2013-05-13 | 14 | -457/+492 |
* | mdoc sweep. | joel | 2013-05-12 | 15 | -21/+33 |
* | Add support for the eofflag to nfs_readdir() in the new NFS | rmacklem | 2013-05-12 | 1 | -1/+8 |
* | Revert r250565 which causes issues for older CPUs | eadler | 2013-05-12 | 1 | -18/+18 |
* | - pctrie really only requires two byte alignment so that there is a single | jeff | 2013-05-12 | 1 | -1/+5 |
* | Refactor vm_page_alloc()'s interactions with vm_reserv_alloc_page() and | alc | 2013-05-12 | 3 | -25/+63 |
* | Fix several typos | eadler | 2013-05-12 | 11 | -12/+12 |
* | head -n doesn't take negative arguments on FreeBSD, so instead use sed '$d' | markj | 2013-05-12 | 2 | -4/+4 |
* | Bring back part of r249367 by adding DTrace's temporal option, which allows | markj | 2013-05-12 | 17 | -301/+1087 |
|\ |
|