| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the loop by gotos into a for loop to improve readability. I | imp | 2014-02-03 | 1 | -124/+122 |
* | Fix a bug introduced in r261437 that failed to honor "optional | imp | 2014-02-03 | 1 | -5/+6 |
* | Slight cleanup to the error messaging to compress code vertically... | imp | 2014-02-03 | 1 | -57/+38 |
* | OpenSSH been updated to 6.5p1. | skreuzer | 2014-02-03 | 1 | -0/+9 |
* | Better error messages when EOF is hit in the middle of a phrase. | imp | 2014-02-03 | 1 | -18/+6 |
* | Fix a logic error. Because of this inflateReset() wasn't being called and | loos | 2014-02-03 | 1 | -1/+1 |
* | Remove some unnecessary code. The offsets read from the first block are | loos | 2014-02-03 | 1 | -10/+4 |
* | Move the check for standard keyword + optional inclusion specifier to | imp | 2014-02-03 | 1 | -6/+6 |
* | Don't believe we have a requirement until after we've checked all the | imp | 2014-02-03 | 1 | -1/+1 |
* | In the 17 years since r30796, the mandatory keyword has never been used | imp | 2014-02-03 | 1 | -16/+4 |
* | Slightly deobfuscate read_file() and likely pessimize the runtime | imp | 2014-02-03 | 1 | -57/+49 |
* | Fix the definition of hg_cmd. | rpaulo | 2014-02-03 | 1 | -1/+1 |
* | Apply patch for CVE-2013-6393 [1] to fix heap-based buffer overflow when | bapt | 2014-02-03 | 2 | -9/+61 |
* | dhclient: change the pidfile's permissions to 644 | eadler | 2014-02-03 | 1 | -1/+1 |
* | Sort the list. | ian | 2014-02-03 | 1 | -3/+4 |
* | Add the imx sdhci controller. | ian | 2014-02-03 | 1 | -0/+1 |
* | Make gas accept any PowerPC instruction by default. This is a local change, | jhibbits | 2014-02-03 | 1 | -1/+1 |
* | Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooks | jhibbits | 2014-02-03 | 3 | -0/+666 |
* | Add missing file to Makefile. | jhibbits | 2014-02-03 | 1 | -1/+1 |
* | Only use the CPU ID register if SMP is defined. Some non-MPCore armv6 cpu, | cognet | 2014-02-02 | 2 | -3/+6 |
* | Invalidate cachelines for bounce pages on PREREAD too, there may still be | cognet | 2014-02-02 | 1 | -0/+11 |
* | Add missing semicolon. | ian | 2014-02-02 | 1 | -1/+1 |
* | o Add prototype for tcon_bypass() used by dcu4 | br | 2014-02-02 | 2 | -1/+4 |
* | Change the way pcpu and curthread are stored per-core: | cognet | 2014-02-02 | 11 | -37/+69 |
* | Don't call device_set_ivars() for the mmchs, it doesn't seem to be used, | cognet | 2014-02-02 | 1 | -1/+0 |
* | Add driver for Display Control Unit (DCU4). | br | 2014-02-02 | 4 | -0/+505 |
* | Make prefaulting more aggressive on hard faults. Previously, we would only | alc | 2014-02-02 | 1 | -24/+32 |
* | Add support for Colibri VF50 Evaluation Board. | br | 2014-02-02 | 2 | -0/+99 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 119 | -0/+393 |
* | Split kernel configuration to chip common and board specific parts. | br | 2014-02-02 | 2 | -115/+140 |
* | Assert input arguments to buf_send() and buf_recv(). | pjd | 2014-02-02 | 1 | -0/+7 |
* | Fix sending empty nvlist. | pjd | 2014-02-02 | 1 | -2/+2 |
* | o Expand device tree information | br | 2014-02-02 | 4 | -35/+583 |
* | Be more robust with malformed interrupt config data. Instead of crashing | ian | 2014-02-02 | 1 | -5/+17 |
* | Fix one remnant endian flaw here. The back-and-forth endian conversions are | nwhitehorn | 2014-02-02 | 1 | -1/+1 |
* | Add a set of helpers (ofw_bus_get_status() and ofw_bus_status_okay()) to | nwhitehorn | 2014-02-02 | 3 | -0/+32 |
* | Add back reference to buf(9) removed in r32223 as buf(9) was added | bdrewery | 2014-02-02 | 1 | -2/+2 |
* | Fix newsyslog(8) to use the size of the file instead of the blocks it | bdrewery | 2014-02-02 | 1 | -1/+1 |
* | Take exclusive lock only when lle isn't NULL. We don't need write access | ae | 2014-02-02 | 1 | -1/+1 |
* | Fix missing offset. | nwhitehorn | 2014-02-02 | 1 | -1/+2 |
* | Allow nesting of simplebuses. | nwhitehorn | 2014-02-02 | 1 | -0/+1 |
* | Fix typo. Sorry for breakage! | nwhitehorn | 2014-02-02 | 1 | -1/+1 |
* | Use m_defrag() instead of m_collapse() to compact a long mbuf chain | bryanv | 2014-02-02 | 2 | -14/+16 |
* | Do not place the sglist used for Rx/Tx on the stack | bryanv | 2014-02-02 | 2 | -38/+65 |
* | Update all arm code that manipulates the PSR registers to use modern syntax. | ian | 2014-02-02 | 12 | -57/+57 |
* | Switch default Book-E scheduler to ULE, which works now, and enable | nwhitehorn | 2014-02-01 | 2 | -1/+9 |
* | ULE works on Book-E since r258002, so remove statements to the contrary. | nwhitehorn | 2014-02-01 | 1 | -4/+0 |
* | Avoid spurious compiler warning about an uninitialized variable. | nwhitehorn | 2014-02-01 | 1 | -1/+1 |
* | Fix typo. | nwhitehorn | 2014-02-01 | 1 | -1/+1 |
* | In _pthread_kill(), if passed pthread is current thread, do not send | kib | 2014-02-01 | 1 | -5/+8 |