aboutsummaryrefslogtreecommitdiff
path: root/sys
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-272-0/+23
* Implement a PCI bus rescan method.John Baldwin2016-04-276-0/+103
* Add a new rescan method to the bus interface.John Baldwin2016-04-273-0/+22
* 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
* 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
* Delay revmoing the last jail reference in prison_proc_free, and insteadJamie Gritton2016-04-272-12/+35
* 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-266-11/+11
* iwm(4): Don't dereference potentially NULL pointer before NULL checkConrad Meyer2016-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
* kgssapi: Don't leak memory in error casesConrad Meyer2016-04-261-3/+9
* [mips] correctly represent memory region allocations >> 2^^31Adrian Chadd2016-04-261-2/+2
* Fix the parameter type according to method declaration.Ruslan Bukin2016-04-261-1/+1
* Build fix. Add howmany() and nitems() macros to bootloader kernel shim.Hans Petter Selasky2016-04-261-0/+2
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-2621-77/+68
* Mark the unused period argument __unused.Bjoern A. Zeeb2016-04-261-1/+2
* Add function needed for linking USB test application.Hans Petter Selasky2016-04-261-0/+6
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-2630-52/+47
* sys/boot: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-263-7/+8
* sys/arm: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-264-4/+4
* sys/powerpc: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-263-4/+4
* Rework the list of all pmaps: embed the list link into pmap.Ruslan Bukin2016-04-262-24/+12