aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix DTrace's panic() action.Mark Johnston2015-04-247-477/+4
* Make vpanic() externally visible so that it can be called as part of theMark Johnston2015-04-242-2/+2
* Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used toAndrew Turner2015-04-238-54/+13
* Reduce the diff between files.imx51 and files.imx53Andrew Turner2015-04-232-5/+5
* Pull out the common parts of the ODROIDC1 and VSATV102 kernels to a newAndrew Turner2015-04-233-244/+149
* Remove the need for board specific std files on aml8726 by moving theAndrew Turner2015-04-234-16/+6
* Move KERNVIRTADDR to the common std.aml8726.Andrew Turner2015-04-233-18/+9
* - Move files selected in files.smp to files.aml8726 and remove it.Andrew Turner2015-04-234-7/+2
* Update the ODROIDC1 and VSATV102 to reduce the diff to the other armv6Andrew Turner2015-04-232-96/+116
* Revert r281889, it broke keyboard inputEd Maste2015-04-231-5/+0
* Now that we have an U-Boot for RPI2, do not use the static DTB compiledLuiz Otavio O Souza2015-04-231-2/+2
* Fix the gpio-leds node to match the LEDs on RPI2.Luiz Otavio O Souza2015-04-232-15/+11
* Enable the watchdog on RPI2.Luiz Otavio O Souza2015-04-231-0/+6
* Plug memory leaks in kbdmux(4)Pedro F. Giffuni2015-04-231-0/+5
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-2310-10/+10
* Reduce diffs between the three copies of libstand's MakefileEd Maste2015-04-232-37/+38
* Don't propagate SIOCSIFCAPS from a vlan(4) to its parent. This leads toGleb Smirnoff2015-04-231-21/+0
* Handle incorrect ELF images specifying size for PT_GNU_STACK not beingKonstantin Belousov2015-04-231-1/+1
* Simplify linux_getcwd(), removing code that was longer used.Edward Tomasz Napierala2015-04-231-395/+18
* Disable multi process interrupts, because the current code doesn't useHans Petter Selasky2015-04-231-9/+7
* Missing break in switch case.Marcelo Araujo2015-04-231-0/+1
* Add another variant of BCM5708S controller to IBM HS21 workaroundPyun YongHyeon2015-04-231-10/+18
* Update the pci_cfg_save/restore routines to operate on bridge devicesJohn Baldwin2015-04-225-96/+113
* Don't explicitly manage power states for PCI-PCI bridge devices in theJohn Baldwin2015-04-221-19/+2
* Fix some incorrect #if conditions around older workarounds for busJohn Baldwin2015-04-221-2/+2
* The minimim grant and maximum latency PCI config registers are only validJohn Baldwin2015-04-221-3/+10
* Cosmetic change: use PCIR_SECLAT_2 rather than PCIR_SECLAT_1.John Baldwin2015-04-221-2/+2
* Fetch the SDHCI frequency from videocore (our prefered source) and only ifLuiz Otavio O Souza2015-04-221-7/+6
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-1/+1
* Add definition for the argument_with_type_tag attribute.Pedro F. Giffuni2015-04-221-0/+7
* Make AIO to not allocate pbufs for unmapped I/O like r281825.Alexander Motin2015-04-221-101/+105
* Fix the SDHCI clock frequency for RPI2, the default clock (for the newerLuiz Otavio O Souza2015-04-221-1/+1
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-2214-18/+16
* Move some common code from sys/amd64/amd64/machdep.c andKonstantin Belousov2015-04-228-790/+538
* Add the null implementation of stack_save and stack_save_td.Andrew Turner2015-04-221-2/+9
* Remove the calls to panic from pmap_object_init_pt and pmap_clear_modify.Andrew Turner2015-04-221-2/+5
* Support file verification in MAC.Craig Rodrigues2015-04-223-0/+12
* Quiet compiler warnings in mbuf.hCraig Rodrigues2015-04-221-4/+4
* Extend DA_Q_NO_RC16 to MXUB3* devices.Xin LI2015-04-211-1/+1
* Improve carp(4) locking:Gleb Smirnoff2015-04-211-62/+39
* For igb(4), when we are doing multiqueue, we are all setup to have full 32bitHiren Panchasara2015-04-211-38/+47
* Modify kern___getcwd() to take max pathlen limit as an additionalEdward Tomasz Napierala2015-04-214-8/+13
* Fix numerous issues in iic(4) and iicbus(4):Jason A. Harmening2015-04-214-204/+309
* Rewrite physio() to not allocate pbufs for unmapped I/O.Alexander Motin2015-04-211-61/+93
* Make IFMEDIA_DEBUG a kernel option.Gleb Smirnoff2015-04-213-0/+4
* Instead of storing mii_media_table array index in ifm_data, determineGleb Smirnoff2015-04-214-77/+120
* The comment on BMCR data in if_media entry is wrong. The ifm_data storesGleb Smirnoff2015-04-211-20/+2
* Since xmphy doesn't call mii_phy_setmedia(), there is no reason to set ifm_data.Gleb Smirnoff2015-04-211-5/+4
* Since brgphy doesn't call mii_phy_setmedia(), there is no reason toGleb Smirnoff2015-04-211-9/+14
* Don't print uninitialized variables.Hans Petter Selasky2015-04-211-2/+1