summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pull in r264335 from upstream llvm trunk:dim2016-03-241-0/+1
* Polish wbwd(4) driver and add more supported chips.mav2016-03-244-143/+298
* elfcopy: overhaul of LMA handlingemaste2016-03-242-89/+184
* Space and style(9) corrections for recent mbuf changes.glebius2016-03-242-6/+8
* libc: stop exporting curbrk and minbrk in the private namespaceemaste2016-03-249-18/+0
* Add 4k enabled cam quirks for Samsung SM863 Series SSDssbruno2016-03-242-0/+16
* Speed up lookups in autofs(5) by using red-black trees instead of lineartrasz2016-03-244-24/+40
* arm64: Fixing user space boudary checking in copyinout.Swma2016-03-241-3/+5
* Fix compile errors after r297225:bz2016-03-244-4/+4
* Unify ignoring EEXIST from zvol_create_minor().mav2016-03-241-1/+2
* Handle the driver KPI change from r292373. Ensure that managed devicekib2016-03-242-28/+23
* Generalize IPI support for ARM intrng and use it for interruptskra2016-03-248-108/+147
* Add more UHCI PCI IDs.hselasky2016-03-241-0/+6
* Move mbuf provider under SDT to indicate that it is FreeBSD specificgnn2016-03-242-28/+24
* Install a usable mailer.conf for dragonfly mailer agent if sendmail is disabledbapt2016-03-241-0/+7
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-2413-41/+160
* Pass the expected struct radix_node_head * to vfs_free_netcred.bdrewery2016-03-241-1/+1
* Fix M_RTABLE memory leak from r274118 (11/2014).bdrewery2016-03-241-1/+1
* hyperv/vmbus: Create per-cpu fast taskqueue for msg handlingsephe2016-03-242-3/+13
* hyperv/utils: Allow hint to disable individual utilitysephe2016-03-244-0/+16
* hyperv/vmbus: use a better retry method in hv_vmbus_post_message()sephe2016-03-242-18/+23
* Enable interrupts on the BSP once all PICs are initialized.jhb2016-03-243-14/+15
* fix incorrect usage of hid_set_data() which causes crashemax2016-03-231-17/+13
* Fix support for fixed factor clocks.jmcneill2016-03-231-4/+11
* clk_parse_ofw_out_names is supposed to return a list of indices when thejmcneill2016-03-232-4/+4
* Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, givingjmcneill2016-03-231-1/+1
* For C++, expose long long types and functions (lldiv_t, llabs, lldiv,dim2016-03-231-1/+1
* Remove disconnected casperd, missed in r296047.bdrewery2016-03-231-23/+0
* ARM64 copyinout improvementswma2016-03-231-22/+106
* Add const to several constants. Thanks to Nicholas Nethercote fortuexen2016-03-236-15/+15
* Make the autofs(5) -hosts map more robust, primarily to make it correctlytrasz2016-03-233-8/+39
* Fix locking mistake in softdep_waitidle(). The surrounding codekib2016-03-231-1/+1
* Implement suggestion by jhb@ to have _PATH_FIRMWARE instead of hardimp2016-03-232-1/+2
* Handle copyin failures.bdrewery2016-03-222-22/+48
* Remove unused done argument to copyinstr(9).bdrewery2016-03-221-9/+5
* Return any log write failure encountered when closing the filemon fd.bdrewery2016-03-223-3/+32
* Follow-up r297156: Close the log in filemon_dtr rather than in the last refer...bdrewery2016-03-221-19/+34
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-2232-70/+70
* [net80211] add missing static declarations.adrian2016-03-221-3/+3
* Spell out 'system calls'.bdrewery2016-03-221-2/+2
* cxgbe(4): Be consistent and call ETHER_BPF_MTAP before writing anythingnp2016-03-221-1/+1
* to_flags is currently a 64-bit integer; however, we only use 7 bits.jtl2016-03-222-2/+2
* Mfp4 @180378:bz2016-03-225-38/+33
* Correct comment.bz2016-03-221-1/+1
* Wait for root mount tokens before showing the root mount prompt.trasz2016-03-221-0/+3
* Add an mbuf provider to DTrace.gnn2016-03-225-11/+318
* Support checksum offloading for TCP/IPV6 and UDP/IPV6.tuexen2016-03-222-7/+53
* Adding pci_host_generic unconditionally breaks ARM boards with a PCI(e) inter...bz2016-03-221-1/+1
* Apparently there are some popular programs around which assume that itkib2016-03-222-2/+61
* Use the saved program state register to detect when an exception frame isandrew2016-03-221-2/+2
OpenPOWER on IntegriCloud