freebsd.git
2016-04-28 pfgndis(4): it's rather unrealistic to expect a size_t...
2016-04-28 pfgipdivert: Remove unnecessary and incorrectly typed...
2016-04-28 pfgsys/devfs: unsign an index to prevent signed integer...
2016-04-28 pfgndis(4): unsign some indexes to prevent overflows.
2016-04-28 sephetcp/lro: Fix more typo
2016-04-27 jhbTrim redundant message.
2016-04-27 jhbAdjust prototypes for NUMA-related functions to match...
2016-04-27 manuAdd support for the Non-maskable interrupt driver found...
2016-04-27 jkimFix build without ACPI_DEBUG.
2016-04-27 jhbFix build for systems without PCI_RES_BUS.
2016-04-27 jkimSort SUBDIR.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 tuexenDon't use the control argument after calling sctp_add_t...
2016-04-27 jhbAdd a bus_null_rescan() method that always fails with...
2016-04-27 jhbAdd a pcib_attach_child() method to manage adding the...
2016-04-27 jhbFix PCI bus detach to delete child devices.
2016-04-27 jhbAdd 'devctl delete' that calls device_delete_child().
2016-04-27 jhbImplement a PCI bus rescan method.
2016-04-27 jhbAdd a new rescan method to the bus interface.
2016-04-27 pfgcam: unsign some types to match their definitions and...
2016-04-27 aeMake create_object callback optional and return EOPNOTS...
2016-04-27 pfggeom: unsign some types to match their definitions...
2016-04-27 sephetcp/lro: Fix typo.
2016-04-27 delphijMFV r298691:
2016-04-27 sephehyperv/hn: Add stat for # of chimney sending tries
2016-04-27 sephehyperv/vmbus: Mark sysctls MPSAFE
2016-04-27 delphijVendor import of ntp-4.2.8p7.
2016-04-27 sephehyperv/hn: Mark sysctls MPSAFE
2016-04-27 sephehyperv/hn: Remove unapplied comment.
2016-04-27 sephehyperv/hn: Restart sending earlier once we gathered...
2016-04-27 araujoFor pointers use NULL instead of 0.
2016-04-27 araujoUse MIN() macro from sys/param.h.
2016-04-27 araujoUse MIN() macro from sys/param.h.
2016-04-27 araujoUse macro MIN() from sys/param.h.
2016-04-27 jamieDelay revmoing the last jail reference in prison_proc_f...
2016-04-27 araujoUse MIN() macro from sys/param.h.
2016-04-27 araujoUse macro MIN() from sys/param.h.
2016-04-27 pfgfsck_ffs: Revert partially the unsigned changes.
2016-04-27 pfgfsck_ffs: Revert partially the unsigned changes.
2016-04-27 cemposix4_mib: Don't overrun facility_initialized array
2016-04-26 cemsubr_mbpool: Don't free bogus pointer in error paths
2016-04-26 cemnetipsec: Don't leak memory when deep copy fails
2016-04-26 cemin_lltable_alloc and in6 copy: Don't leak LLE in error...
2016-04-26 gonzoRefactor DTS files for Zynq-based SoCs
2016-04-26 cemtcp_usrreq: Free allocated buffer in relock case
2016-04-26 cemg_part_bsd64: Delete duplicate/dead code
2016-04-26 cemg_part_bsd64: Check for valid on-disk npartitions value
2016-04-26 cemciss(4): Fix overrun of array
2016-04-26 cemiscsi_initiator(4): Fix use-after-free, double-free
2016-04-26 jamieUse crcopysafe in jail_attach.
2016-04-26 gonzoAdd dtb/zynq to the list of extra modules required...
2016-04-26 gonzoAdd dtb/zynq to generate dtb files for Zynq-based boards
2016-04-26 cemaacraid(4): Fix some mostly trivial buffer overruns
2016-04-26 kpmsdosfs: Prevent buffer overflow when expanding win95...
2016-04-26 cemradix_mpath: Don't derefence a NULL pointer in for...
2016-04-26 cemPCI Enhanced Allocation: Annotate an intentional switch...
2016-04-26 cemosd(9): Change array pointer to array pointer type...
2016-04-26 ngieFix up r298368
2016-04-26 cemiwm(4): Don't dereference potentially NULL pointer...
2016-04-26 bhdRemove redundant word.
2016-04-26 cememu10kx: Don't iterate beyond array bounds
2016-04-26 jamieRedo the changes to the SYSV IPC sysctl functions from...
2016-04-26 cemkgssapi: Don't leak memory in error cases
2016-04-26 bdreweryWITH_META_MODE: Allow buildkernel to create .meta files...
2016-04-26 adrian[mips] correctly represent memory region allocations...
2016-04-26 brFix the parameter type according to method declaration.
2016-04-26 hselaskyBuild fix. Add howmany() and nitems() macros to bootloa...
2016-04-26 pfgsys: extend use of the howmany() macro when available.
2016-04-26 bzMark the unused period argument __unused.
2016-04-26 hselaskyAdd function needed for linking USB test application.
2016-04-26 pfgsys/dev: extend use of the howmany() macro when available.
2016-04-26 pfgsys/boot: make use of the howmany() macro when available.
2016-04-26 asomersAdd GEOM::physpath documentation to devd.conf(5)
2016-04-26 pfgsys/arm: make use of the howmany() macro when available.
2016-04-26 pfgsys/powerpc: make use of the howmany() macro when avail...
2016-04-26 brRework the list of all pmaps: embed the list link into...
2016-04-26 pfged(1): switch two statements so we check the index...
2016-04-26 andrewDisable ACPI on arm64 ad it has only had minimal testin...
2016-04-26 bro Add device tree files and kernel configuration files
2016-04-26 andrewStop including machine/fdt.h from the fdt uart code...
2016-04-26 brAdd the non-standard "IO interrupt" vector used by...
2016-04-26 brAdd the implementation of basic bus_space_read/write...
2016-04-26 jmcneillFix calculation of LCD CH1 SCLK1 output frequency when...
2016-04-26 brAdd the implementation of OF_decode_addr().
2016-04-26 brDo not include fdt.h on RISC-V.
2016-04-26 brAdd support for RISC-V.
2016-04-26 jmcneillAdd support for 8-bit eMMC.
2016-04-26 brMove arm's devmap to some generic place, so it can...
2016-04-26 andrewStop using sbrk in csh. This is a legacy interface...
2016-04-26 manuConvert A10 interrupt controller to INTRNG
2016-04-26 edRemove unportable calls to basename().
2016-04-26 sephehyperv/hn: Change description to "Hyper-V Network Inter...
2016-04-26 sobomaxRelax TOC offsets checking somewhat, allowing offset...
2016-04-26 sephehyperv/stor: Set description properly in probe devmethod
2016-04-26 sephehyperv/channel: Git rid of the sub-channel creation...
2016-04-26 sephehyperv/stor: Avoid sub-channel creation callback.
2016-04-26 sephehyperv/hn: Avoid sub-channel creation callback.
2016-04-26 sephehyperv/stor: Synchronize sub-channel offers
2016-04-26 sephehyperv/stor: Remove the useless hs_open_multi_channel
2016-04-26 adrian[iwm] implement suspend/resume through ieee80211_{suspe...
next