aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64Andriy Gapon2014-02-1410-5/+39
* update taskqueue(9) manual pageAndriy Gapon2014-02-142-2/+78
* In sgetpwnam(), save and free pw_class like all other char membersChristian Brueffer2014-02-141-0/+2
* Correct the order of arguments to mtx_init().Christian Brueffer2014-02-143-3/+3
* Whenever flowtable lookup fails, we do route lookup and then try toGleb Smirnoff2014-02-143-19/+41
* Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-145-54/+81
* Bump __FreeBSD_version after the libc++ 3.4 ABI compatibility fix inDimitry Andric2014-02-141-1/+1
* Reword.Adrian Chadd2014-02-141-1/+1
* Fix minor logical error in the XHCI driver. Set correct SETUP packetHans Petter Selasky2014-02-142-1/+3
* Enable use of the PCIe connected wifi on the DB120 (AR9344) board.Adrian Chadd2014-02-144-0/+20
* Disable this check for now; it fails on the AR9344 PCI fixup code.Adrian Chadd2014-02-141-0/+2
* Add the ath0 EEPROM hints required to detect the on-chip wifi.Adrian Chadd2014-02-141-0/+10
* Fix-up r254141: in the process of making a failing vm_page_rename()Attilio Rao2014-02-141-2/+4
* Add urtwn_start_locked() to avoid unlocking during TX.Rui Paulo2014-02-141-10/+15
* check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment inDavid C Somayajulu2014-02-142-5/+1
* Don't insert a flowtable entry if the lle isn't yet valid.Adrian Chadd2014-02-143-0/+11
* Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(),Christian Brueffer2014-02-131-1/+1
* Allow the kernel to be loaded at any 1MiB address. This requirement isAndrew Turner2014-02-131-11/+30
* Remove a couple obsolete function declarations.Ian Lepore2014-02-131-3/+0
* Further simplify nd6_output_lle.Alexander V. Chernikov2014-02-131-72/+127
* Make the gpioled(4) work out of the box on BBB.Luiz Otavio O Souza2014-02-132-0/+25
* Allow the use of the OFW GPIO bus for ti_gpio and bcm2835_gpio. With thisLuiz Otavio O Souza2014-02-132-0/+23
* Allow the use of OFW I2C bus together with iicbb(4) on OFW-based systems.Luiz Otavio O Souza2014-02-132-0/+26
* Add OFW support to the in tree gpio compatible devices: gpioiic(4) andLuiz Otavio O Souza2014-02-134-3/+258
* Add an OFW GPIO compatible bus. This allows the use of the DTS files toLuiz Otavio O Souza2014-02-134-14/+362
* Honor the disabled status by only grabbing resources and returningWarner Losh2014-02-132-0/+18
* Add a deprecation notice to nve.4 and Xref nfe.4.Christian Brueffer2014-02-131-1/+10
* Fix board ID too...Warner Losh2014-02-131-1/+1
* Fix board name.Warner Losh2014-02-131-1/+1
* Drop packets to multicast address whose scop field contains theAndrey V. Elsukov2014-02-131-1/+12
* Bump .Dd forgotten in r261832.Niclas Zeising2014-02-132-2/+2
* Add commas (,) to the list in the SEE ALSO section, to match most otherNiclas Zeising2014-02-131-3/+3
* Add cross references between rc.conf(5) and jail.conf(5).Niclas Zeising2014-02-132-0/+2
* - Remove not needed definitions from driver.Hans Petter Selasky2014-02-131-271/+44
* Add function for configuring PLL4 (Audio) clock frequency output.Ruslan Bukin2014-02-132-4/+34
* Remove unused FL_NOAUTO.Gleb Smirnoff2014-02-132-2/+1
* libutil/pw_util.3: Fix two prototypes.Eitan Adler2014-02-131-2/+2
* o Axe non-pcpu flowtable implementation. It wasn't enabled or used,Gleb Smirnoff2014-02-132-423/+194
* Validate the header of a new dtb before using it. Remove the commentIan Lepore2014-02-131-2/+7
* Enable both sdcard slots, but not the sdio-based wifi that we don't yetIan Lepore2014-02-133-6/+6
* Add handling of standard "non-removable" property, and also some workaroundIan Lepore2014-02-131-0/+23
* Add standard non-removable and cd-gpios properties to the usdhc devices.Ian Lepore2014-02-131-52/+72
* Write translation code for the SDHCI_PRESENT_STATE register. FreescaleIan Lepore2014-02-131-7/+43
* Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, andIan Lepore2014-02-121-2/+3
* Fix function name in KASSERT().Gleb Smirnoff2014-02-121-2/+1
* Use the same logic as the x86 platforms to avoid trying perform fault fixupIan Lepore2014-02-121-0/+5
* Use the right symbols for determining arm architecture. Include theIan Lepore2014-02-122-2/+5
* Add kvm_getncpus() to obtain mp_ncpus.Gleb Smirnoff2014-02-123-1/+18
* Provide additional information in some panic strings.Navdeep Parhar2014-02-121-3/+3
* On armv6 and later, use the WriteNotRead bit of the fault status registerIan Lepore2014-02-121-10/+10