summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFCattilio2013-01-09445-18475/+9627
|\
| * Change function argument type instead of casting.hselasky2013-01-091-3/+3
| * Fix compile warning when using GCC:hselasky2013-01-091-1/+1
| * Add a "pause" to busy wait loops in the cpu reset path.neel2013-01-091-3/+7
| * Define IPI_IRQ_START and IPI_IRQ_END.cognet2013-01-091-0/+4
| * Use get_pcpu() instead of using pcpup, as it's wrong for SMP.cognet2013-01-091-2/+2
| * The in6_setscope() function determines the scope zone id of an addressae2013-01-091-14/+15
| * Remove old declarations.cognet2013-01-081-7/+0
| * Fix format size.adrian2013-01-081-1/+1
| * Add support for triggering spectral scan upon a channel reset/change.adrian2013-01-082-2/+54
| * Use calloc() to get zeroed memory.delphij2013-01-081-3/+2
| * If spectral scan is enabled, ensure radar report PHY errors are alsoadrian2013-01-081-0/+7
| * ISO 9660 specification allows only "d-characters" and "a-characters" in thehrs2013-01-086-10/+10
| * Shave off another register write to save some morehselasky2013-01-081-12/+17
| * Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".obrien2013-01-084-6/+22
| * Fix -iface and -interface modifiers.hrs2013-01-081-14/+14
| * Add support for IO_APPEND flag in fusebapt2013-01-081-3/+5
| * Add in the missing radiotap definitions from the sipsolutions.netadrian2013-01-081-1/+12
| * Bring in some userboot changes from the bhyve branch to reduce diffs.grehan2013-01-083-4/+12
| * Switch default cache type for ARMv6/ARMv7 from write-through togonzo2013-01-081-1/+1
| * Fix cache-related issue with pmap for ARMv6/ARMv7:gonzo2013-01-081-10/+35
| * Nuke ARM_WANT_TP_ADDRESS, it's not used anymore.cognet2013-01-071-3/+3
| * - Identify more devices for OMAP4 SoC (up to OMAP4470)gonzo2013-01-072-30/+90
| * Revert r244549.jimharris2013-01-071-2/+2
| * Implement barriers for AMRv6 and ARMv7gonzo2013-01-071-3/+19
| * - Add dashes before copyright notices.glebius2013-01-071-18/+8
| * Only assign the environ in the startup code when environ is NULL.kib2013-01-078-29/+16
| * Optimise the XHCI interrupt handling.hselasky2013-01-071-2/+6
| * ext2fs: cleanup de dinode structure.pfg2013-01-071-20/+19
| * Release version check for erratum 727915 workaround ingonzo2013-01-071-6/+2
| * Update copyright following last commit.dteske2013-01-071-1/+1
| * Add nonInteractive support to f_dialog_yesno/noyes().dteske2013-01-071-0/+7
| * tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-064-312/+538
| * pw: free group returned by gr_addmjg2013-01-061-0/+1
| * lockmgr: unlock interlock (if requested) when dealing with upgrade/downgrademjg2013-01-061-0/+2
| * Mips Atheros AR71XX: make PCI base slot configurable through hints.monthadar2013-01-061-2/+15
| * Not using the full domain was a really bad idea.peter2013-01-061-1/+1
| * Update copyrights and dates following last commit.dteske2013-01-063-4/+4
| * Protect the p->p_pgrp dereference with the process lock.kib2013-01-061-0/+2
| * Juggle some internal symbols from our antique zlib (that originally camepeter2013-01-062-2/+9
| * Set the correct relocation type for R_ARM_TARGET2 to R_ARM_GOT_PREL. Theandrew2013-01-062-0/+2
| * Handle ps-poll data frame if_transmit() failure.adrian2013-01-061-1/+15
| * Handle HWMP if_transmit() failure gracefully.adrian2013-01-061-1/+13
| * Fix a signed/unsigned comparison when wchar_t is unsigned by casting theandrew2013-01-061-1/+1
| * When WCHAR_MIN == 0 the check if a wchar_t value will always be true. Inandrew2013-01-061-1/+4
| * Fix the build:andrew2013-01-061-11/+11
| * Silence a clang warning by telling it we are only interested in leftandrew2013-01-061-1/+1
| * Only work around errata when we are on a part where the erratum applies.andrew2013-01-062-19/+32
| * Export board serial and board revision obtained from FDT blobgonzo2013-01-051-0/+19
| * Add hw.board.serial and hw.board.revision for exporting board-specific infogonzo2013-01-052-2/+34
OpenPOWER on IntegriCloud