aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Silence clang analyzer false positive.Alexander Kabaev2017-12-231-1/+2
* Do not pass NULL pointer to copyout in if_clone_list.Alexander Kabaev2017-12-231-1/+1
* Remove dead initialization of the inode pointer.Alexander Kabaev2017-12-231-1/+1
* Remove some trailing whitespace.Alexander Kabaev2017-12-231-2/+2
* Do not double free the memory in if_clone.Alexander Kabaev2017-12-231-6/+2
* Move syscon into extres frameworkKyle Evans2017-12-235-3/+3
* syscon: Introduce kobj and split out fdt bitsKyle Evans2017-12-235-11/+309
* Fix cut-and-paste error s/pccard/isa/Warner Losh2017-12-231-1/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-2320-19/+34
* Expand cryptic comment with inforation I've learned in the mean timeWarner Losh2017-12-231-4/+12
* These drivers have a sentinel at the end of the device list. ExcludeWarner Losh2017-12-232-2/+2
* fopen.1: document truncationEitan Adler2017-12-231-1/+1
* The device tables end with a sentinel in iflib. Don't include theWarner Losh2017-12-231-1/+1
* Remove mips MD atomic_load_64 and atomic_store_64.Konstantin Belousov2017-12-223-89/+4
* Drop the NetBSD rcs tag introduced in r326868.Sevan Janiyan2017-12-221-1/+0
* Fix typos from last commit, these should have been #.Warner Losh2017-12-223-3/+3
* Add AHCI/XHCI device IDs found on AMD Ryzen+B350 system.Alexander Motin2017-12-222-0/+5
* cxgbe(4): Do not forward interrupts to queues with freelists. ThisNavdeep Parhar2017-12-225-321/+204
* Use '#' rather than some made up name for fields we want to ignore.Warner Losh2017-12-227-7/+7
* Update HISTORY section for the atomic(9) page.Konstantin Belousov2017-12-221-15/+29
* SPDX: Reverse License ID tags from the lmc driver.Pedro F. Giffuni2017-12-222-4/+0
* Need to NULL terminate this list. It worked before by accidental dataWarner Losh2017-12-221-0/+1
* PC Card PNP tables are terminated by a NULL sentinel. This shouldn'tWarner Losh2017-12-221-1/+1
* Add soft float abi caching form armv7, it would allow people with oldKevin Lo2017-12-221-1/+1
* Fix mips build after introduction of MD definitions of atomic_load_64Konstantin Belousov2017-12-212-14/+15
* Fix build for LP64 arches with gcc.Konstantin Belousov2017-12-211-0/+4
* Fix build for kernels with SCHED_4BSD.Konstantin Belousov2017-12-211-1/+1
* When -v is specified with -p dev, print the same verbose output asWarner Losh2017-12-212-26/+41
* Fix markup and bump .Dd.Warner Losh2017-12-211-4/+6
* Implement "-p dev" to print the path to the given device back to theWarner Losh2017-12-212-7/+48
* Recognize a pending virtual interrupt while emulating the halt instruction.Tycho Nightingale2017-12-211-4/+24
* patch: further cleanup to git-style diffs.Pedro F. Giffuni2017-12-211-2/+4
* patch: rejname[] is also -r option buffer, and should be PATH_MAX.Pedro F. Giffuni2017-12-211-1/+1
* cxgbe(4): Read the MFG diags version from the VPD and make it availableNavdeep Parhar2017-12-213-24/+50
* [boot/efi] scan all display modes rather than sequential try-fail wayMichael Zhilin2017-12-211-2/+2
* Make truss work for CloudABI executables on i386.Ed Schouten2017-12-212-0/+99
* Use resume_cpus() instead of restart_cpus() to resume from ACPI suspension.Bruce Evans2017-12-214-11/+30
* Provide a nda man page. Add cross referneces. Bump dates.Warner Losh2017-12-216-5/+97
* Bump number that's an insane number of devices from 1,000 to 10,000. IWarner Losh2017-12-211-1/+1
* Remove MD atomic_load_{32,64,int,long,ptr}(9) obsolete since the additionMarius Strobl2017-12-211-5/+0
* Don't call tcp_lro_rx() unless hardware verified TCP/UDP csumStephen Hurd2017-12-211-1/+4
* ixgbe(4): Fix build error on i386.Eric Joyner2017-12-211-1/+1
* If a temporary mapping is made to support EARLY_PRINTF, undo that mappingIan Lepore2017-12-201-0/+8
* Allow pmap_kremove() to remove 1MB section mappings as well as 4K pages.Ian Lepore2017-12-201-2/+8
* Restore the ability to use EARLY_PRINTF support during most of initarm().Ian Lepore2017-12-201-0/+13
* Remove arm-specific implementations of atomic_load/store_xxx() now thatIan Lepore2017-12-201-27/+0
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-2010-21/+1
* Add nvme wiring exampleWarner Losh2017-12-201-6/+43
* Simplify the code a bit.Warner Losh2017-12-201-4/+1
* Document new pci device hints wiring.Warner Losh2017-12-201-0/+53