aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't use the control argument after calling sctp_add_to_readq().Michael Tuexen2016-04-271-25/+30
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-276-4/+18
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-278-35/+34
* Fix PCI bus detach to delete child devices.John Baldwin2016-04-271-9/+8
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-277-4/+113
* Implement a PCI bus rescan method.John Baldwin2016-04-276-0/+103
* Add a new rescan method to the bus interface.John Baldwin2016-04-2710-3/+121
* cam: unsign some types to match their definitions and avoid overflows.Pedro F. Giffuni2016-04-272-10/+10
* Make create_object callback optional and return EOPNOTSUPP when it isn'tAndrey V. Elsukov2016-04-272-13/+10
* geom: unsign some types to match their definitions and avoid overflows.Pedro F. Giffuni2016-04-275-10/+10
* tcp/lro: Fix typo.Sepherosa Ziehau2016-04-271-1/+1
* MFV r298691:Xin LI2016-04-27185-1241/+4538
|\
| * Vendor import of ntp-4.2.8p7.vendor/ntp/4.2.8p7Xin LI2016-04-27193-2020/+6059
* | hyperv/hn: Add stat for # of chimney sending triesSepherosa Ziehau2016-04-272-0/+6
* | hyperv/vmbus: Mark sysctls MPSAFESepherosa Ziehau2016-04-272-9/+9
* | hyperv/hn: Mark sysctls MPSAFESepherosa Ziehau2016-04-271-26/+30
* | hyperv/hn: Remove unapplied comment.Sepherosa Ziehau2016-04-271-2/+0
* | hyperv/hn: Restart sending earlier once we gathered some free TX descsSepherosa Ziehau2016-04-272-3/+20
* | For pointers use NULL instead of 0.Marcelo Araujo2016-04-272-24/+24
* | Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-271-1/+1
* | Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-271-1/+1
* | Use macro MIN() from sys/param.h.Marcelo Araujo2016-04-271-1/+1
* | Delay revmoing the last jail reference in prison_proc_free, and insteadJamie Gritton2016-04-272-12/+35
* | Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-271-2/+2
* | Use macro MIN() from sys/param.h.Marcelo Araujo2016-04-271-2/+2
* | fsck_ffs: Revert partially the unsigned changes.Pedro F. Giffuni2016-04-271-1/+1
* | fsck_ffs: Revert partially the unsigned changes.Pedro F. Giffuni2016-04-271-3/+3
* | posix4_mib: Don't overrun facility_initialized arrayConrad Meyer2016-04-271-3/+3
* | subr_mbpool: Don't free bogus pointer in error pathsConrad Meyer2016-04-261-4/+1
* | netipsec: Don't leak memory when deep copy failsConrad Meyer2016-04-261-0/+1
* | in_lltable_alloc and in6 copy: Don't leak LLE in error pathConrad Meyer2016-04-262-8/+30
* | Refactor DTS files for Zynq-based SoCsOleksandr Tymoshenko2016-04-264-387/+322
* | tcp_usrreq: Free allocated buffer in relock caseConrad Meyer2016-04-261-2/+5
* | g_part_bsd64: Delete duplicate/dead codeConrad Meyer2016-04-261-2/+0
* | g_part_bsd64: Check for valid on-disk npartitions valueConrad Meyer2016-04-261-1/+2
* | ciss(4): Fix overrun of arrayConrad Meyer2016-04-261-2/+2
* | iscsi_initiator(4): Fix use-after-free, double-freeConrad Meyer2016-04-261-2/+0
* | Use crcopysafe in jail_attach.Jamie Gritton2016-04-261-7/+5
* | Add dtb/zynq to the list of extra modules required by ZedboardOleksandr Tymoshenko2016-04-261-0/+2
* | Add dtb/zynq to generate dtb files for Zynq-based boardsOleksandr Tymoshenko2016-04-261-0/+7
* | aacraid(4): Fix some mostly trivial buffer overrunsConrad Meyer2016-04-261-3/+5
* | msdosfs: Prevent buffer overflow when expanding win95 namesKristof Provost2016-04-262-9/+23
* | radix_mpath: Don't derefence a NULL pointer in for loop iterationConrad Meyer2016-04-261-1/+1
* | PCI Enhanced Allocation: Annotate an intentional switch fallthroughConrad Meyer2016-04-261-0/+1
* | osd(9): Change array pointer to array pointer type from void*Conrad Meyer2016-04-267-19/+20
* | Fix up r298368Enji Cooper2016-04-261-1/+1
* | iwm(4): Don't dereference potentially NULL pointer before NULL checkConrad Meyer2016-04-261-1/+1
* | Remove redundant word.Bjoern Heidotting2016-04-261-1/+1
* | emu10kx: Don't iterate beyond array boundsConrad Meyer2016-04-261-1/+1
* | Redo the changes to the SYSV IPC sysctl functions from r298585, so theyJamie Gritton2016-04-263-83/+50