]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-04-28 jhbDocument RF_PREFETCHABLE.
2016-04-28 ngieUse a better idiom for finding UTC prefixed timezones
2016-04-28 jhbDocument PCI_RES_BUS as a possible resource type.
2016-04-28 jhbRemove a stale reference to the removed RF_TIMESHARE...
2016-04-28 rrsComplete the UDP tunneling of ICMP msgs to those protocols
2016-04-28 pfgSmall typo.
2016-04-28 pfgSmall typos.
2016-04-28 asomersAdd PACKAGE fields to usr.sbin/extattr/tests/Makefile
2016-04-28 rrsThis cleans up the timers code in TCP to start using...
2016-04-28 mmelTEGRA: Add interrupt support for Tegra GPIO controller.
2016-04-28 andrewStop using sbrk(2) with malloc. This helps reduce the...
2016-04-28 mmelARM: Use kernel pmap as intermediate mapping in context...
2016-04-28 mmelINTRNG: Define 'INTR_IRQ_INVALID' constant and use...
2016-04-28 mmelGPIO: Add support for gpio pin interrupts.
2016-04-28 avgfix missing variable in r298736
2016-04-28 avgensure that initial local apic id is sane on AMD 10h...
2016-04-28 arybchiksfxge(4): do not use RxQ index as label
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...
next