aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-2013-24/+32
* Fix "fdt addr" to accept literal addresses rather than va offsets.Tim Kientzle2013-02-201-18/+40
* ip_savecontrol() style fixes. No functional changes.Sergey Kandaurov2013-02-201-17/+17
* Allow '.' components in manifest paths. They are always the firstBrooks Davis2013-02-201-6/+6
* Fix the -N option in manifest mode by using pwcache(3). This alsoBrooks Davis2013-02-201-10/+8
* Add a -D flag that causes duplicate entries in an mtree manifest to beBrooks Davis2013-02-204-4/+18
* Fix several new & old style issues.Alexander V. Chernikov2013-02-203-14/+12
* Add interface name filtering via 'match' cmd.Alexander V. Chernikov2013-02-203-25/+162
* Reduce excessive nesting.Dag-Erling Smørgrav2013-02-201-18/+16
* Check if the -sec option is given without an argument.Sergey Kandaurov2013-02-201-1/+1
* Configure larger TX FIFO default and maximum level values.Adrian Chadd2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableAdrian Chadd2013-02-201-0/+2
* A couple of quick tidyups:Adrian Chadd2013-02-201-6/+1
* Enable TX FIFO underrun interrupts. This allows the TX FIFO thresholdAdrian Chadd2013-02-201-0/+1
* oops, tab!Adrian Chadd2013-02-201-1/+1
* Post interrupts in the ath alq trace.Adrian Chadd2013-02-201-0/+4
* CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather thanAdrian Chadd2013-02-201-6/+13
* Add a sample program that shows how a custom comparison function andGiorgos Keramidas2013-02-191-1/+47
* sh: Fix a crash with the stackmark code.Jilles Tjoelker2013-02-191-0/+2
* add support for AES and PCLMULQDQ instructions to binutils...John-Mark Gurney2013-02-194-13/+128
* Add support to mxge for IPv6 TX csum offload & IPv6 TSO.Andrew Gallatin2013-02-193-53/+227
* Spelling fixesOleksandr Tymoshenko2013-02-191-2/+2
* Roll back change of frequency for initialization sequence since itOleksandr Tymoshenko2013-02-191-7/+6
* MFcalloutng:Alexander Motin2013-02-191-8/+13
* dtc: fix bootstrapping from 8.2-STABLEUlrich Spörlein2013-02-191-0/+4
* MFcalloutng:Alexander Motin2013-02-191-6/+12
* Pull in r175360 from upstream llvm trunk:Dimitry Andric2013-02-191-0/+4
* Import change 6d783560e4aad1e680097d11e89755647a5aba87 from upstreamDimitry Andric2013-02-191-1/+1
* Fix includes for use in libstand.Tim Kientzle2013-02-191-3/+1
* Fixup r246916 in case gcc is used to build.Davide Italiano2013-02-191-0/+2
* Fix a few typos.John Baldwin2013-02-191-2/+2
* WARNS=6 compliancePhilippe Charnier2013-02-191-1/+3
* WARNS=6 compliancePhilippe Charnier2013-02-196-11/+10
* Remove old-style function definitionPhilippe Charnier2013-02-191-1/+1
* Fix typoUlrich Spörlein2013-02-191-2/+2
* Print out the RTS/CTS rate in the TX descriptor.Adrian Chadd2013-02-191-0/+2
* - Make sure to set an error code when trying to obtain a data descriptor forMark Johnston2013-02-192-3/+24
* kgdb enhancements!Adrian Chadd2013-02-192-10/+13
* Define gpio constants rather than using enum.Ganbold Tsagaankhuu2013-02-191-11/+7
* More white-space cleanups.Pawel Jakub Dawidek2013-02-181-2/+2
* Add mem_load_raw() for loading data from another location in memory.Tim Kientzle2013-02-182-0/+39
* setbuf(3): Restore a BUGS section about setbuf().Jilles Tjoelker2013-02-181-1/+4
* Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be heldMark Johnston2013-02-181-6/+6
* mdoc: sort sections.Joel Dahl2013-02-181-11/+11
* Clarify an error message. The addresses here areTim Kientzle2013-02-181-1/+1
* Merge sendmail 8.14.6 errata issueGregory Neil Shapiro2013-02-181-1/+1
|\
| * Fix regression in sendmail 8.14.6 release based on errata published at:Gregory Neil Shapiro2013-02-181-1/+1
* | Fix an incorrect sizeof()Adrian Chadd2013-02-181-1/+1
* | Fix bad EEPROM parsing code.Hans Petter Selasky2013-02-182-5/+31
* | * Add initial debugging of the interrupt status entryAdrian Chadd2013-02-184-1/+181