aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Gracefully handle truncation failures when trying to shrink directories.Jeff Roberson2014-03-061-3/+6
* The route code used to mtx_destroy() a locked mutex before rtentry free. Now,Gleb Smirnoff2014-03-052-1/+13
* - Temporary fix for race in RUN driver which canHans Petter Selasky2014-03-051-5/+12
* Remove custom bus scanner code and fix use of CAM's default scanner.Alexander Motin2014-03-051-86/+1
* Add efifb driver. Driver uses the data passed by UEFI compatible loader/BIOS andAleksandr Rybalko2014-03-051-0/+143
* Fix missing unlock in persistent reservations code, which resulted in panicsEdward Tomasz Napierala2014-03-051-0/+1
* Populate the GPIO pins and GPIOLED configsSean Bruno2014-03-051-3/+72
* Update location of hints and name of the kernel we are building.Sean Bruno2014-03-052-5/+5
* Rename the Dlink 825 configuration file to indicate that this is for theSean Bruno2014-03-052-0/+0
* Fix build.Gleb Smirnoff2014-03-051-0/+1
* Pacify gcc.Gleb Smirnoff2014-03-051-0/+1
* Hide struct rtentry from userland.Gleb Smirnoff2014-03-051-0/+3
* Disable amd64 TLB Context ID (pcid) by default for nowEd Maste2014-03-051-1/+1
* MFV r262756:Xin LI2014-03-0512-46/+343
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-0525-126/+124
* Instead of playing games with casts simply add 3 more members to theGleb Smirnoff2014-03-052-10/+7
* Revert previous commit (262727) and bounce patch back to theGeorge V. Neville-Neil2014-03-042-5/+3
* Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.Jung-uk Kim2014-03-046-16/+14
* Revert accidentally committed changes in 262748.Jung-uk Kim2014-03-042-72/+6
* Properly save and restore CR0.Jung-uk Kim2014-03-043-6/+74
* Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output().Gleb Smirnoff2014-03-041-9/+1
* Remove dead code since r230426, fix a comment, and tidy up.Jung-uk Kim2014-03-041-7/+5
* Do not retry on CAM_FUNC_NOTAVAIL error, but return immediately.Alexander Motin2014-03-041-0/+1
* Use an empty ranges statement for the bus, because all the children on theIan Lepore2014-03-041-1/+1
* Use a full path to the target for make rules which create symlinks @,Mark Johnston2014-03-041-6/+11
* Add new quirk.Hans Petter Selasky2014-03-042-0/+2
* Handle the newer-style bluetooth message format from the (at least)Adrian Chadd2014-03-041-14/+84
* Fix multicast filtering.Hiroki Sato2014-03-041-1/+1
* Naming consistency fix. The routing code definesGeorge V. Neville-Neil2014-03-042-3/+5
* When reading physical memory, make sure to access it using the rightMarcel Moolenaar2014-03-041-51/+58
* Fix syntax errors and warnings emitted by the GPL dtc.Warner Losh2014-03-047-11/+10
* Include kbd(4) when vt(4) is enabled as on other platforms.John Baldwin2014-03-031-1/+1
* Add a missing semicolong, noticed by the gnu dt compiler.Ian Lepore2014-03-031-1/+1
* Use the standard __used macro instead of a bare __attribute__.Ian Lepore2014-03-031-2/+1
* Add EMAC and SRAM controller entries to FDT.Ganbold Tsagaankhuu2014-03-036-0/+36
* Add EMAC 10/100 Ethernet controller driver for A10/A20.Ganbold Tsagaankhuu2014-03-032-0/+1391
* Add Static Random Access Memory controller driver for A10/A20.Ganbold Tsagaankhuu2014-03-032-0/+168
* Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as:Ganbold Tsagaankhuu2014-03-034-2/+76
* Add __attribute__((used)) so that the delay implementation doesn't getIan Lepore2014-03-021-0/+1
* Add a tunable to set the number of active cores, and enable SMP by default.Ian Lepore2014-03-022-3/+11
* Include needed header. I don't know why clang didn't complain about thisIan Lepore2014-03-021-0/+4
* Add a description here.Adrian Chadd2014-03-021-0/+3
* Set all of the ports into the same vlangroup; there's only one vlangroupAdrian Chadd2014-03-021-5/+4
* - Fix BBB's dts compilation with GNU dtcOleksandr Tymoshenko2014-03-021-1/+1
* Add ATU flush support.Adrian Chadd2014-03-023-1/+79
* Add AR8216 era ATU management/configuration register definitions.Adrian Chadd2014-03-021-6/+31
* ufs: small formatting fixes.Pedro F. Giffuni2014-03-0217-196/+196
* Add the USB EHCI flags required for the post-AR71xx devices.Adrian Chadd2014-03-021-2/+3
* All callers of static method load_nvlist() in spa.c handles error case,Xin LI2014-03-021-1/+3
* ext2fs: small formatting fixes.Pedro F. Giffuni2014-03-012-3/+3