| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Gracefully handle truncation failures when trying to shrink directories. | Jeff Roberson | 2014-03-06 | 1 | -3/+6 |
| * | The route code used to mtx_destroy() a locked mutex before rtentry free. Now, | Gleb Smirnoff | 2014-03-05 | 2 | -1/+13 |
| * | - Temporary fix for race in RUN driver which can | Hans Petter Selasky | 2014-03-05 | 1 | -5/+12 |
| * | Remove custom bus scanner code and fix use of CAM's default scanner. | Alexander Motin | 2014-03-05 | 1 | -86/+1 |
| * | Add efifb driver. Driver uses the data passed by UEFI compatible loader/BIOS and | Aleksandr Rybalko | 2014-03-05 | 1 | -0/+143 |
| * | Fix missing unlock in persistent reservations code, which resulted in panics | Edward Tomasz Napierala | 2014-03-05 | 1 | -0/+1 |
| * | Populate the GPIO pins and GPIOLED configs | Sean Bruno | 2014-03-05 | 1 | -3/+72 |
| * | Update location of hints and name of the kernel we are building. | Sean Bruno | 2014-03-05 | 2 | -5/+5 |
| * | Rename the Dlink 825 configuration file to indicate that this is for the | Sean Bruno | 2014-03-05 | 2 | -0/+0 |
| * | Fix build. | Gleb Smirnoff | 2014-03-05 | 1 | -0/+1 |
| * | Pacify gcc. | Gleb Smirnoff | 2014-03-05 | 1 | -0/+1 |
| * | Hide struct rtentry from userland. | Gleb Smirnoff | 2014-03-05 | 1 | -0/+3 |
| * | Disable amd64 TLB Context ID (pcid) by default for now | Ed Maste | 2014-03-05 | 1 | -1/+1 |
| * | MFV r262756: | Xin LI | 2014-03-05 | 12 | -46/+343 |
| * | - Remove rt_metrics_lite and simply put its members into rtentry. | Gleb Smirnoff | 2014-03-05 | 25 | -126/+124 |
| * | Instead of playing games with casts simply add 3 more members to the | Gleb Smirnoff | 2014-03-05 | 2 | -10/+7 |
| * | Revert previous commit (262727) and bounce patch back to the | George V. Neville-Neil | 2014-03-04 | 2 | -5/+3 |
| * | Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c. | Jung-uk Kim | 2014-03-04 | 6 | -16/+14 |
| * | Revert accidentally committed changes in 262748. | Jung-uk Kim | 2014-03-04 | 2 | -72/+6 |
| * | Properly save and restore CR0. | Jung-uk Kim | 2014-03-04 | 3 | -6/+74 |
| * | Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output(). | Gleb Smirnoff | 2014-03-04 | 1 | -9/+1 |
| * | Remove dead code since r230426, fix a comment, and tidy up. | Jung-uk Kim | 2014-03-04 | 1 | -7/+5 |
| * | Do not retry on CAM_FUNC_NOTAVAIL error, but return immediately. | Alexander Motin | 2014-03-04 | 1 | -0/+1 |
| * | Use an empty ranges statement for the bus, because all the children on the | Ian Lepore | 2014-03-04 | 1 | -1/+1 |
| * | Use a full path to the target for make rules which create symlinks @, | Mark Johnston | 2014-03-04 | 1 | -6/+11 |
| * | Add new quirk. | Hans Petter Selasky | 2014-03-04 | 2 | -0/+2 |
| * | Handle the newer-style bluetooth message format from the (at least) | Adrian Chadd | 2014-03-04 | 1 | -14/+84 |
| * | Fix multicast filtering. | Hiroki Sato | 2014-03-04 | 1 | -1/+1 |
| * | Naming consistency fix. The routing code defines | George V. Neville-Neil | 2014-03-04 | 2 | -3/+5 |
| * | When reading physical memory, make sure to access it using the right | Marcel Moolenaar | 2014-03-04 | 1 | -51/+58 |
| * | Fix syntax errors and warnings emitted by the GPL dtc. | Warner Losh | 2014-03-04 | 7 | -11/+10 |
| * | Include kbd(4) when vt(4) is enabled as on other platforms. | John Baldwin | 2014-03-03 | 1 | -1/+1 |
| * | Add a missing semicolong, noticed by the gnu dt compiler. | Ian Lepore | 2014-03-03 | 1 | -1/+1 |
| * | Use the standard __used macro instead of a bare __attribute__. | Ian Lepore | 2014-03-03 | 1 | -2/+1 |
| * | Add EMAC and SRAM controller entries to FDT. | Ganbold Tsagaankhuu | 2014-03-03 | 6 | -0/+36 |
| * | Add EMAC 10/100 Ethernet controller driver for A10/A20. | Ganbold Tsagaankhuu | 2014-03-03 | 2 | -0/+1391 |
| * | Add Static Random Access Memory controller driver for A10/A20. | Ganbold Tsagaankhuu | 2014-03-03 | 2 | -0/+168 |
| * | Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as: | Ganbold Tsagaankhuu | 2014-03-03 | 4 | -2/+76 |
| * | Add __attribute__((used)) so that the delay implementation doesn't get | Ian Lepore | 2014-03-02 | 1 | -0/+1 |
| * | Add a tunable to set the number of active cores, and enable SMP by default. | Ian Lepore | 2014-03-02 | 2 | -3/+11 |
| * | Include needed header. I don't know why clang didn't complain about this | Ian Lepore | 2014-03-02 | 1 | -0/+4 |
| * | Add a description here. | Adrian Chadd | 2014-03-02 | 1 | -0/+3 |
| * | Set all of the ports into the same vlangroup; there's only one vlangroup | Adrian Chadd | 2014-03-02 | 1 | -5/+4 |
| * | - Fix BBB's dts compilation with GNU dtc | Oleksandr Tymoshenko | 2014-03-02 | 1 | -1/+1 |
| * | Add ATU flush support. | Adrian Chadd | 2014-03-02 | 3 | -1/+79 |
| * | Add AR8216 era ATU management/configuration register definitions. | Adrian Chadd | 2014-03-02 | 1 | -6/+31 |
| * | ufs: small formatting fixes. | Pedro F. Giffuni | 2014-03-02 | 17 | -196/+196 |
| * | Add the USB EHCI flags required for the post-AR71xx devices. | Adrian Chadd | 2014-03-02 | 1 | -2/+3 |
| * | All callers of static method load_nvlist() in spa.c handles error case, | Xin LI | 2014-03-02 | 1 | -1/+3 |
| * | ext2fs: small formatting fixes. | Pedro F. Giffuni | 2014-03-01 | 2 | -3/+3 |