summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ipdivert: Remove unnecessary and incorrectly typed variable.pfg2016-04-281-5/+1
* sys/devfs: unsign an index to prevent signed integer overflow.pfg2016-04-281-1/+1
* ndis(4): unsign some indexes to prevent overflows.pfg2016-04-281-5/+5
* tcp/lro: Fix more typosephe2016-04-281-1/+1
* Trim redundant message.jhb2016-04-271-1/+1
* Adjust prototypes for NUMA-related functions to match the style of thejhb2016-04-271-3/+3
* Add support for the Non-maskable interrupt driver found in the Allwinner A20 ...manu2016-04-272-0/+397
* Fix build without ACPI_DEBUG.jkim2016-04-271-0/+1
* Fix build for systems without PCI_RES_BUS.jhb2016-04-271-1/+1
* Sort SUBDIR.jkim2016-04-271-3/+3
*-------. Merge ACPICA 20160422.jkim2016-04-27341-12824/+19147
|\ \ \ \ \
| | | | | * Import ACPICA 20160422.jkim2016-04-2574-524/+1249
| | | | |/
| | | | * Import ACPICA 20160318.jkim2016-03-18105-1749/+2656
| | | |/
| | | * Import ACPICA 20160212.jkim2016-02-1283-847/+2822
| | | * Import ACPICA 20160108.jkim2016-01-11395-431/+549
| | | * Import ACPICA 20151218.jkim2015-12-1867-782/+1738
| | |/ | |/|
| * | Import ACPICA 20151124.jkim2015-11-25276-8021/+9519
| |/
| * Import ACPICA 20150930.jkim2015-09-3047-2342/+3047
| * Import ACPICA 20150818.jkim2015-08-2580-771/+1388
* | Don't use the control argument after calling sctp_add_to_readq().tuexen2016-04-271-25/+30
* | Add a bus_null_rescan() method that always fails with an error.jhb2016-04-276-4/+18
* | Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-278-35/+34
* | Fix PCI bus detach to delete child devices.jhb2016-04-271-9/+8
* | Add 'devctl delete' that calls device_delete_child().jhb2016-04-277-4/+113
* | Implement a PCI bus rescan method.jhb2016-04-276-0/+103
* | Add a new rescan method to the bus interface.jhb2016-04-2710-3/+121
* | cam: unsign some types to match their definitions and avoid overflows.pfg2016-04-272-10/+10
* | Make create_object callback optional and return EOPNOTSUPP when it isn'tae2016-04-272-13/+10
* | geom: unsign some types to match their definitions and avoid overflows.pfg2016-04-275-10/+10
* | tcp/lro: Fix typo.sephe2016-04-271-1/+1
* | MFV r298691:delphij2016-04-27185-1242/+4539
|\ \
| * | Vendor import of ntp-4.2.8p7.delphij2016-04-27193-2023/+6062
* | | hyperv/hn: Add stat for # of chimney sending triessephe2016-04-272-0/+6
* | | hyperv/vmbus: Mark sysctls MPSAFEsephe2016-04-272-9/+9
* | | hyperv/hn: Mark sysctls MPSAFEsephe2016-04-271-26/+30
* | | hyperv/hn: Remove unapplied comment.sephe2016-04-271-2/+0
* | | hyperv/hn: Restart sending earlier once we gathered some free TX descssephe2016-04-272-3/+20
* | | For pointers use NULL instead of 0.araujo2016-04-272-24/+24
* | | Use MIN() macro from sys/param.h.araujo2016-04-271-1/+1
* | | Use MIN() macro from sys/param.h.araujo2016-04-271-1/+1
* | | Use macro MIN() from sys/param.h.araujo2016-04-271-1/+1
* | | Delay revmoing the last jail reference in prison_proc_free, and insteadjamie2016-04-272-12/+35
* | | Use MIN() macro from sys/param.h.araujo2016-04-271-2/+2
* | | Use macro MIN() from sys/param.h.araujo2016-04-271-2/+2
* | | fsck_ffs: Revert partially the unsigned changes.pfg2016-04-271-1/+1
* | | fsck_ffs: Revert partially the unsigned changes.pfg2016-04-271-3/+3
* | | posix4_mib: Don't overrun facility_initialized arraycem2016-04-271-3/+3
* | | subr_mbpool: Don't free bogus pointer in error pathscem2016-04-261-4/+1
* | | netipsec: Don't leak memory when deep copy failscem2016-04-261-0/+1
* | | in_lltable_alloc and in6 copy: Don't leak LLE in error pathcem2016-04-262-8/+30
OpenPOWER on IntegriCloud