summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix 2 bugs in the mpc85xx local bus controller driver.jhibbits2016-03-021-2/+26
* Remove filemon->lock wrappers.bdrewery2016-03-023-45/+18
* Correct a comment.bdrewery2016-03-011-1/+1
* Add support for Allwinner A31/A31s EHCI controller and USB PHY.jmcneill2016-03-015-34/+357
* Use SCHEDULER_STOPPED() in cv_*wait*() instead of checking panicstr.jhb2016-03-011-5/+5
* CCACHE_BUILD+META_MODE: Lookup and canonicalize the default CCACHE_DIR.bdrewery2016-03-011-1/+5
* DIRDEPS_BUILD: Fix mapper files building during dirdeps.bdrewery2016-03-013-6/+4
* - update portsnap(8) to direct users to pkg-versionjgh2016-03-011-3/+5
* Merge OpenSSL 1.0.2g.jkim2016-03-01473-2527/+4616
|\
| * Import OpenSSL 1.0.2g.jkim2016-03-0183-1318/+2668
* | mbtowc(3): set errno to EILSEQ if an incomplete character is passed.pfg2016-03-011-2/+9
* | Refactor the AIO subsystem to permit file-type-specific handling andjhb2016-03-0119-433/+1072
* | Remove taskqueue_enqueue_fast().jhb2016-03-0123-64/+39
* | Restore configuration for RISC-V.br2016-03-011-0/+3
* | OFW_GPIOBUS: Add utility functions for easier handling of OFW GPIO pins.mmel2016-03-012-0/+172
* | Add two comments explaining the fine points of the hashkib2016-03-011-0/+31
* | Regenerate src.conf.5 after r296193 and r296264emaste2016-03-011-17/+7
* | Get memory ranges from FDT if no EFI API is available on ARM64wma2016-03-011-1/+31
* | Make the memory size returned from fdt_get_mem_regions a 64-bit type. Thisandrew2016-03-014-5/+5
* | Fix section numbers for autofs(5), kbdcontrol(1), vidcontrol(1), quota(1),trasz2016-03-014-5/+5
* | Connect pmc.haswellxeon(3) to the build; looks like it was missed in r279829.trasz2016-03-011-0/+1
* | Remove an alternative way for dealing with root interrupt controllerskra2016-03-011-21/+0
* | Mark other parts of interrupt framework as INTR_SOLO option specific.skra2016-03-012-6/+12
* | Stop setting the memory size in the arm EFI and FDT code, we don't use it.andrew2016-03-011-9/+3
* | Make the fdt_get_mem_regions memsize argument optional. It's only used inandrew2016-03-014-7/+5
* | Enable SRE_EL2 on ARM64wma2016-03-012-0/+2
* | Add uart 8250 device to GENERIC arm64 configurationwma2016-03-011-0/+1
* | net80211: eliminate copy-paste nearby ieee80211_check_rxseq()avos2016-03-016-93/+26
* | hyperv/channel: Nuke useless stack variablesephe2016-03-011-3/+0
* | hyperv/hn: Set hash per-packet-info for each packet transmissionsephe2016-03-013-0/+25
* | Add another compatibility check for QorIQ GPIO driver.jhibbits2016-03-011-1/+2
* | Correct the memory rman ranges to be to BUS_SPACE_MAXADDRjhibbits2016-03-016-13/+20
* | cxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.np2016-03-0113-19972/+20671
* | Add VM_MEMATTR_CACHEABLE support for AIM, for parity with Book-E.jhibbits2016-03-012-0/+4
* | Remove UMA_ZONE_REFCNT feature, now unused.glebius2016-03-013-110/+6
* | New way to manage reference counting of mbuf external storage.glebius2016-03-017-182/+121
* | Fix !IEEE80211_DEBUG build.glebius2016-02-291-6/+6
* | Merge byacc 20150711.jkim2016-02-2918-765/+1404
* | net80211: do not enforce promiscuous mode for AP scanavos2016-02-291-3/+0
* | FAST_DEPEND: Prefer .OBJDIR depend files.bdrewery2016-02-292-2/+2
* | net80211: fix scanning after D5145 (PR 197498 related)avos2016-02-291-6/+23
* | Fix some whitespace nits in cxgbetool.c. No functional change.np2016-02-291-12/+12
* | net80211: cleanup ieee80211_scan_sw.cavos2016-02-291-22/+22
* | net80211: refactor scan_signal()avos2016-02-291-26/+28
* | net80211: wakeup scan_start() task when null data frame was actuallyavos2016-02-292-6/+16
* | net80211: split scan_task() (#3) (into scan_start() andavos2016-02-291-92/+111
* | net80211: split scan_task() (#2) (add scan_end() function)avos2016-02-291-2/+15
* | net80211: split scan_task() (#1) (replace 'done' label with scan_done()avos2016-02-291-8/+26
* | net80211: utilize ss_scanend variable from scan_state structureavos2016-02-291-8/+9
* | net80211: reduce code verbosity in scan_task() (ieee80211_scan_sw.c)avos2016-02-291-19/+18
OpenPOWER on IntegriCloud