aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-218-0/+28
* If the dhcp server provided an interface-mtu option, transcribe the valueIan Lepore2016-03-212-0/+11
* If the dhcp server delivers an interface-mtu option, parse it and storeIan Lepore2016-03-214-0/+11
* If the dhcp server provides an interface-mtu option, parse the value andIan Lepore2016-03-211-1/+21
* Actually garbage collect the unused code, as mentioned in r297147, whichIan Lepore2016-03-211-57/+0
* Garbage collect the bswap routines from libstand. The declaration wasIan Lepore2016-03-212-6/+1
* Unquote NANO_PACKAGE_LIST so that it actually can be a list and soPoul-Henning Kamp2016-03-211-1/+1
* o "avaliable" -> "available".Maxim Konovalov2016-03-211-1/+1
* hyperv/vmbus: Implement bus_child_pnpinfo_str methodSepherosa Ziehau2016-03-211-0/+18
* hyperv: Factor out snprinf_hv_guid()Sepherosa Ziehau2016-03-213-38/+19
* Lock pshared_lock shared around fork, to ensure that the COW snapshotKonstantin Belousov2016-03-214-2/+22
* Provide more information on failing checks in mutex_assert_is_owned()Konstantin Belousov2016-03-211-4/+16
* From libthr, remove special and strange code to set up session andKonstantin Belousov2016-03-212-22/+2
* Implement process-shared spinlocks.Konstantin Belousov2016-03-211-48/+59
* Fix typo.Konstantin Belousov2016-03-211-1/+1
* Remove from NOTES - it's built as a module now.Adrian Chadd2016-03-211-3/+0
* Use the internal references for ADC, this fixes the ADC readings on uBMC.Luiz Otavio O Souza2016-03-211-9/+5
* Enable multicast addresses on vlan ports. Fixes the reception of broadcastLuiz Otavio O Souza2016-03-212-7/+11
* Remove urtwn/urtwnfw; it's built as a module now.Adrian Chadd2016-03-211-2/+0
* i915: disable GEN6_MBCTL write in gen6_init_clock_gatingEd Maste2016-03-211-0/+30
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-2113-1/+14
* iw_cxgbe/libcxgb4: Pull in many applicable fixes from the upstream LinuxNavdeep Parhar2016-03-2113-125/+271
* It appears nfs_mountroot() will use the env var "boot.netif.mtu" if itIan Lepore2016-03-201-0/+1
* Check bsd_to_linux_statfs() return value. Forgotten in r297070.Dmitry Chagin2016-03-201-3/+7
* Return EOVERFLOW in case when actual statfs values are large enough andDmitry Chagin2016-03-201-1/+15
* Now that urtwn is its own device, and it'll get hotplug loaded byAdrian Chadd2016-03-201-44/+0
* Remove FREEBSD_BOOT_LOADER that already exists in std.armv6 config file.Ian Lepore2016-03-201-1/+0
* Convert a long to rman_res_t, fixing a sign extension bug.Justin Hibbits2016-03-201-1/+1
* Whitespaces, style(9) fixes. No functional changes.Dmitry Chagin2016-03-201-6/+6
* Regen for r297061 (fstatfs64 Linux syscall).Dmitry Chagin2016-03-2010-14/+58
* Implement fstatfs64 system call.Dmitry Chagin2016-03-205-4/+23
* Rework r296543:Dmitry Chagin2016-03-201-18/+19
* [urtwn] migrate urtwn out into sys/dev/urtwn/ .Adrian Chadd2016-03-2011-6/+7
* localedef(1): minor sorting to match Illumos.Pedro F. Giffuni2016-03-201-2/+2
* Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundlesMichael Gmelin2016-03-192-18/+39
* Fix incorrect (fortunately bigger) malloc size.Alexander Motin2016-03-191-1/+1
* Add IDs for Intel Wellsburg USB controllers.Alexander Motin2016-03-192-0/+6
* [net80211] Add VHT Transmit Power Envelope element - 802.11ac-2013 8.4.2.164Adrian Chadd2016-03-191-0/+33
* Allow pci_host_generic to be compiled into ARM kernels, used, e.g., inBjoern A. Zeeb2016-03-181-0/+1
* Count the input and output packets.Luiz Otavio O Souza2016-03-182-0/+6
* Increase the arbitrary limit of TX segments.Luiz Otavio O Souza2016-03-181-1/+1
* Set the destination port in all TX segments.Luiz Otavio O Souza2016-03-181-8/+9
* Update to bmake-20160315Simon J. Gerraty2016-03-1818-49/+115
|\
| * Import bmake-20160315vendor/NetBSD/bmake/20160315Simon J. Gerraty2016-03-1815-39/+104
* | Check IPI status more frequently when waiting.John Baldwin2016-03-181-2/+2
* | Convert the printfs here from %lx to %jx as well after r297000 in orderBjoern A. Zeeb2016-03-181-3/+3
* | aio_qphysio(): Avoid uninitialized pointer read on error.Pedro F. Giffuni2016-03-181-1/+2
* | Move the opt_ files to be included first so their definitions can be usedAndrew Turner2016-03-181-3/+3
* | Rename COUNT_IPI to INTR_IPI_COUNT to reduce the diff with intrng.Andrew Turner2016-03-182-4/+4
* | Reduce the diff with intrng by renaming similar functions. This is a noop,Andrew Turner2016-03-184-13/+15