summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a helper function to read clock frequencies from videocore and use thisandrew2015-03-203-34/+116
* Add missing variable initialization.mav2015-03-201-1/+1
* Add comment explaining existing powerd behavior on SMP systems.mav2015-03-201-0/+6
* Split out the common bcm283x fixes from the bcm2835 specific files.andrew2015-03-203-49/+52
* Remove now unneeded headers from the Broadcom DWC driverandrew2015-03-201-8/+0
* Move the code to set the device power to the bcm2835 mailbox driver so itandrew2015-03-203-75/+89
* Tiny comment fix.glebius2015-03-201-1/+1
* Now, when r272244 introduced counter(9) based counters for all interfaces,glebius2015-03-201-57/+9
* Expand the bitcount* API to support 64-bit integers, plain ints and longsjhb2015-03-204-28/+68
* Allow to override default kernel virtual address assignment on ARMzbb2015-03-202-0/+3
* Permit multiple arguments for the nonnull attribute.pfg2015-03-201-2/+2
* Define BINDIR for some test utilities.hselasky2015-03-192-0/+4
* Fix some style issues.hselasky2015-03-191-2/+4
* Add more known bugs to the USB audio manual page.hselasky2015-03-191-9/+22
* Use VT-d interrupt remapping block (IR) to perform FSB messageskib2015-03-1920-40/+927
* Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-1913-6/+540
* Provide definitions for all descriptors types in the DMAR invalidationkib2015-03-191-6/+21
* Fix syntax error.kib2015-03-191-1/+1
* Fix building ixgbe with gcc, it doesn't like nested extern declarations.andrew2015-03-191-1/+2
* Add camcontrol subcommands to control APM and AAM levels.mav2015-03-192-3/+99
* Use the dsb macro to use the correct instruction when building for ARMv7.andrew2015-03-191-1/+1
* Fix the label search routine in geom_map to not trip up on '\0' bytes.adrian2015-03-191-1/+9
* Fix the root cause of the "vm_reserv_populate: reserv <address> is alreadyalc2015-03-191-0/+9
* Add connection flow type to siftr(4).hiren2015-03-192-3/+17
* To avoid a possible race, release the reference to ifa after returnae2015-03-191-1/+1
* Remove a non-required unsafe condition added in the previous commitallanjude2015-03-181-4/+0
* Fix the handbook install option in bsdinstallallanjude2015-03-181-1/+8
* Add connection flowid to siftr(4).hiren2015-03-182-4/+16
* Cosmetics:kib2015-03-181-33/+24
* Improve the mt(1) rblim display.ken2015-03-181-3/+10
* Fix a couple of problems in the sa(4) media type reports.ken2015-03-182-3/+3
* Fix i386 LINT build issues, and remove unused variable.jfv2015-03-182-5/+4
* Correct the ixgbe entries in mips and powerpc, and add the modulejfv2015-03-183-2/+6
* Clear an mbuf's external storage flags in m_extaddref(). They are clearedjhb2015-03-181-0/+1
* Update ucom(4) with information about the new PPS capture abilities.ian2015-03-181-4/+27
* Allowus to exclude a.out support from ldd and use it with arm64 as it won'tandrew2015-03-181-1/+10
* We won't support a.out on arm64/aarch64. As such there will be no need toandrew2015-03-181-0/+3
* xlint: add arm64 #defineemaste2015-03-181-0/+3
* Add missing void pointer argument to SYSINIT() functions.hselasky2015-03-181-2/+2
* Fix problems about 32-bit ticks wraparound and unsigned longhselasky2015-03-182-33/+70
* Declare missing symbol and inline macro which is only used once.hselasky2015-03-181-7/+5
* Implement pax -O option to permit limiting a PAX archive to a single volume.eadler2015-03-185-16/+32
* Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel.adrian2015-03-183-11/+18
* Fix ixgbe(4) - add ix_txrx to compile in the kernel.adrian2015-03-181-0/+2
* Correctly const-ify things.adrian2015-03-181-2/+2
* Resolve a few build issues, add module directories back into Makefile,jfv2015-03-174-1/+12
* When initial placement of the new entry crosses the boundary,kib2015-03-171-2/+4
* When inserting new entry into the address map, ensure that not onlykib2015-03-171-1/+2
* Fix fdt_platform_fixups() mem region handling. It turns out u-boot putsian2015-03-172-11/+9
* The minimum sbuf buffer size is 2 bytes (a byte plus a nulterm), assert that.ian2015-03-171-2/+4
OpenPOWER on IntegriCloud