]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-04-29 avosnet80211 + drivers: hide size of 'bands' array behind...
2016-04-29 pfgsys/kern: spelling fixes.
2016-04-29 jmcneillSet txbuf_map array size to TX_DESC_COUNT instead of...
2016-04-29 avoswpi: remove unused variable.
2016-04-29 asomersFix a use-after-free when "zpool import" fails
2016-04-29 pfgsys/netgraph: spelling fixes in comments.
2016-04-29 avosnet80211: provide a set of ieee80211_add_channel*(...
2016-04-29 asomersAutomate the subr_unit test.
2016-04-29 pfgsys/cam: spelling fixes in comments.
2016-04-29 pfgsys/cam: spelling fixes.
2016-04-29 pfgsys/geom: spelling fixes in comments.
2016-04-29 pfgsys/ddb: spelling fixes in comments.
2016-04-29 pfgsys/fs: spelling fixes in comments.
2016-04-29 pfgfs/ext2fs: spelling fixes on comment.
2016-04-29 pfgUFS: spelling fixes on comments.
2016-04-29 tuexenDon't assign, just compare...
2016-04-29 gonzoAdd driver for AM33xx SoC touchscreen
2016-04-29 pfgx86bios_alloc(): Unsign a counter.
2016-04-29 tuexenAdd support for handling ICMP and ICMP6 messages sent...
2016-04-29 tuexenUse correct order of source and destination address...
2016-04-29 jhbExpose soaio_enqueue().
2016-04-29 jhbIntroduce a new protocol hook pru_aio_queue.
2016-04-29 dchaginThe iwm_nic_error() defined if IWM_DEBUG is defined.
2016-04-29 adrian[ath] initialise do_ldpc to 0.
2016-04-29 cemPRINT_BUF_FLAGS: Remove removed DIRTY/PERSIST flags
2016-04-29 jhbDon't require write locks on the VM object for vm_page_...
2016-04-29 pfgbufs: make B_DIRTY and B_PERSISTENT flags available
2016-04-29 pfgNFS: spelling fixes on comments.
2016-04-29 avgadd invpcid instruction to i386 dtrace disassembler...
2016-04-29 asomersRefactor vdev_geom_attach and friends to reduce code...
2016-04-29 baptAdd a savecore_enable variable support for the savecore...
2016-04-29 hselaskyRegenerate usb.conf .
2016-04-29 hselaskyCorrect some error codes to native FreeBSD ones.
2016-04-29 hselaskyAdd function to detect the presence of a port module...
2016-04-29 sephetcp/syncache: Set flowid and hash type properly for...
2016-04-29 gjbFix including Kyuafile in packaged base system.
2016-04-29 adrian[ath] Add LDPC transmit support.
2016-04-29 adrian[ath] turn the BA hardware bug back into a printf().
2016-04-29 adrian[ath] Add counters for STBC TX and LDPC TX.
2016-04-28 wblockClarify build(7) instructions for alternate object...
2016-04-28 ngieRemove logically impossible test in scsidoinquiry(..)
2016-04-28 adrian[net80211] fix indenting.
2016-04-28 adrian[net80211] handle action frames in adhoc mode from...
2016-04-28 pfgsys/geom: spelling fixes.
2016-04-28 jhbOnly count CPU devices that are using the ACPI CPU...
2016-04-28 ngieFix va_list handling
2016-04-28 jhbAdd some notes about the implicit resource mapping...
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.
next