summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert the loop by gotos into a for loop to improve readability. Iimp2014-02-031-124/+122
* Fix a bug introduced in r261437 that failed to honor "optionalimp2014-02-031-5/+6
* Slight cleanup to the error messaging to compress code vertically...imp2014-02-031-57/+38
* OpenSSH been updated to 6.5p1.skreuzer2014-02-031-0/+9
* Better error messages when EOF is hit in the middle of a phrase.imp2014-02-031-18/+6
* Fix a logic error. Because of this inflateReset() wasn't being called andloos2014-02-031-1/+1
* Remove some unnecessary code. The offsets read from the first block areloos2014-02-031-10/+4
* Move the check for standard keyword + optional inclusion specifier toimp2014-02-031-6/+6
* Don't believe we have a requirement until after we've checked all theimp2014-02-031-1/+1
* In the 17 years since r30796, the mandatory keyword has never been usedimp2014-02-031-16/+4
* Slightly deobfuscate read_file() and likely pessimize the runtimeimp2014-02-031-57/+49
* Fix the definition of hg_cmd.rpaulo2014-02-031-1/+1
* Apply patch for CVE-2013-6393 [1] to fix heap-based buffer overflow whenbapt2014-02-032-9/+61
* dhclient: change the pidfile's permissions to 644eadler2014-02-031-1/+1
* Sort the list.ian2014-02-031-3/+4
* Add the imx sdhci controller.ian2014-02-031-0/+1
* Make gas accept any PowerPC instruction by default. This is a local change,jhibbits2014-02-031-1/+1
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksjhibbits2014-02-033-0/+666
* Add missing file to Makefile.jhibbits2014-02-031-1/+1
* Only use the CPU ID register if SMP is defined. Some non-MPCore armv6 cpu,cognet2014-02-022-3/+6
* Invalidate cachelines for bounce pages on PREREAD too, there may still becognet2014-02-021-0/+11
* Add missing semicolon.ian2014-02-021-1/+1
* o Add prototype for tcon_bypass() used by dcu4br2014-02-022-1/+4
* Change the way pcpu and curthread are stored per-core:cognet2014-02-0211-37/+69
* Don't call device_set_ivars() for the mmchs, it doesn't seem to be used,cognet2014-02-021-1/+0
* Add driver for Display Control Unit (DCU4).br2014-02-024-0/+505
* Make prefaulting more aggressive on hard faults. Previously, we would onlyalc2014-02-021-24/+32
* Add support for Colibri VF50 Evaluation Board.br2014-02-022-0/+99
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-02119-0/+393
* Split kernel configuration to chip common and board specific parts.br2014-02-022-115/+140
* Assert input arguments to buf_send() and buf_recv().pjd2014-02-021-0/+7
* Fix sending empty nvlist.pjd2014-02-021-2/+2
* o Expand device tree informationbr2014-02-024-35/+583
* Be more robust with malformed interrupt config data. Instead of crashingian2014-02-021-5/+17
* Fix one remnant endian flaw here. The back-and-forth endian conversions arenwhitehorn2014-02-021-1/+1
* Add a set of helpers (ofw_bus_get_status() and ofw_bus_status_okay()) tonwhitehorn2014-02-023-0/+32
* Add back reference to buf(9) removed in r32223 as buf(9) was addedbdrewery2014-02-021-2/+2
* Fix newsyslog(8) to use the size of the file instead of the blocks itbdrewery2014-02-021-1/+1
* Take exclusive lock only when lle isn't NULL. We don't need write accessae2014-02-021-1/+1
* Fix missing offset.nwhitehorn2014-02-021-1/+2
* Allow nesting of simplebuses.nwhitehorn2014-02-021-0/+1
* Fix typo. Sorry for breakage!nwhitehorn2014-02-021-1/+1
* Use m_defrag() instead of m_collapse() to compact a long mbuf chainbryanv2014-02-022-14/+16
* Do not place the sglist used for Rx/Tx on the stackbryanv2014-02-022-38/+65
* Update all arm code that manipulates the PSR registers to use modern syntax.ian2014-02-0212-57/+57
* Switch default Book-E scheduler to ULE, which works now, and enablenwhitehorn2014-02-012-1/+9
* ULE works on Book-E since r258002, so remove statements to the contrary.nwhitehorn2014-02-011-4/+0
* Avoid spurious compiler warning about an uninitialized variable.nwhitehorn2014-02-011-1/+1
* Fix typo.nwhitehorn2014-02-011-1/+1
* In _pthread_kill(), if passed pthread is current thread, do not sendkib2014-02-011-5/+8
OpenPOWER on IntegriCloud