summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-06-30Fix the unused fixskrll
2016-06-30Tidy up goto lablesozaki-r
2016-06-30Fix error pathsozaki-r
2016-06-30add a definition for _UC_MACHINE_PC which libasan wants.mrg
2016-06-30Make sure that ifaddr is published after its initialization finishedozaki-r
2016-06-28Add slhci_memtest which is run when SLHCI_DEBUG is defined.skrll
2016-06-28Fix PR/51288 reproducable panic on evbmips64-eb (erlite)skrll
2016-06-28Introduce if_is_deactivatedozaki-r
2016-06-28Add missing NULL checks for m_get_rcvif_psrefozaki-r
2016-06-27CID 1362905: Initialize ifp early, so that we don't if_put garbage in thechristos
2016-06-27CID 1362902: forward nullchristos
2016-06-27Regenpgoyette
2016-06-27Add a couple more devices, from PR kern/40987pgoyette
2016-06-27fix spelling mistake pointed out by roy@n.oknakahara
2016-06-27gif(4) does not need link state changing interruptsknakahara
2016-06-27reduce link state changing softint if it is not requiredknakahara
2016-06-27Add license, copied from the companion file dev/ic/spic.cpgoyette
2016-06-27Fix a bug introduced by me in 1.214 where unmanaged mappings would beskrll
2016-06-27PR/51277: Fix compat32 coredumping that broke with the aux vector notechristos
2016-06-26Create a dedicated thread for the initial scsibus discovery insteadmlelstv
2016-06-26Avoid NULL deref in case no bufq has been set.mlelstv
2016-06-26Add SCSI host adaptor selector to "boot" command of /boot.isaki
2016-06-25Fix buildskrll
2016-06-25Fix my mistake of previous commit.isaki
2016-06-25Unify netboot and boot (into boot).isaki
2016-06-25sun4v: fix previous fix - no need to protect "struct inthand" with "#if defin...palle
2016-06-25Fix typo.isaki
2016-06-25Define BOOT_MAXSIZE instead of magic number.isaki
2016-06-24Simplfy insertion of newly-activated modules into the list. There's nopgoyette
2016-06-24alternate clock.c implementation for loongson2f which supportsmacallan
2016-06-24Add new fileschristos
2016-06-24GSoC 2016 (Hrishikesh Goyal): Htree index support from FreeBSDchristos
2016-06-24diff reduction with openbsd; turn debugging on.christos
2016-06-24fix free memory size.nonaka
2016-06-24Don't define {USB,[EO]HCI,UHUB}_DEBUG when there is no usbskrll
2016-06-24eliminate unused softint for gif(4) Rxknakahara
2016-06-24eliminate gif(4) Tx softintknakahara
2016-06-23sun4v: Fix build issue introduced in previous commit - bus stuff is kernel on...palle
2016-06-23Fix UVMHIST builds for kernels that don't include usbskrll
2016-06-23Fix typo in a commentozaki-r
2016-06-23When importing modules from the boot loader we should check for duplicatepgoyette
2016-06-22sun4v: add cbus driver - from OpenBSDpalle
2016-06-22fix: locking about IFQ_ENQUEUE and ALTQknakahara
2016-06-22Remove unnecessary NULL checks of ifa->ifa_addrozaki-r
2016-06-22KNF . Sort includesskrll
2016-06-22remove unused variable.nonaka
2016-06-21sun4v: vbus_attach() bugfix - use device_private()palle
2016-06-21add sdhc(4) at acpi to i386 and amd64 GENERIC kernel config.nonaka
2016-06-21Add sdhc(4) at acpi supportnonaka
2016-06-21Pass bus_dma(9) tag to allow for porting sdhc(4) at acpi.nonaka