]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-02-04 gshapiroAdd support for the authinfo map
2019-02-04 mavCheck element type before setting LEDs.
2019-02-04 mavUse switch instead of chained if/else to improve readab...
2019-02-03 kibDo not call PHOLD() while owning the allproc_lock sx.
2019-02-03 kibi386: Do not ever store to other-CPU counter64 slot.
2019-02-03 markjAllow vm_page_free_prep() to dequeue pages without...
2019-02-03 markjFix a race in vm_page_dequeue_deferred().
2019-02-03 andrewEnable COVERAGE and KCOV by default on arm64 and amd64.
2019-02-03 glebiusTeach pfil_ioctl() about VIMAGE.
2019-02-03 dfrReduce log spam from rpc.statd
2019-02-03 cynew_kmem_alloc(9) is a Solaris/illumos malloc(9). FreeB...
2019-02-03 cyKernel module shim sources have no business being in...
2019-02-03 cyRemove a reference to HP-UX in a comment.
2019-02-03 cyRemove a redundant ip_compat.h, originally merged from...
2019-02-03 cyipfilter #ifdef cleanup.
2019-02-03 avosifconfig(8): actually, non-11n rates should be divided...
2019-02-03 avosnet80211(4): do not setup Tx parameters for unsupported...
2019-02-03 avosifconfig(8): display management / multicast wlan(4...
2019-02-03 avosnet80211(4): fix rate check when 'roaming' ifconfig...
2019-02-03 avosnet80211(4): do not setup roaming parameters for unsupp...
2019-02-03 avosifconfig(8): interpret VHT rates correctly for 'list...
2019-02-02 vmaffionenetmap: upgrade sync-kloop support
2019-02-02 pkelseyFix interrupt index configuratoin when using MSI interr...
2019-02-02 avosDrop unused M_80211_COM malloc(9) type.
2019-02-02 avosDo not acquire IEEE80211_LOCK twice in cac_timeout...
2019-02-02 avossys/dev/wtap: Check return value from malloc(..., M_NOW...
2019-02-02 avosrun(4): fix allocated memory type for ieee80211_node(4).
2019-02-02 avosrun(4): revert previous commit; there were no compiler...
2019-02-02 avosrun(4): fix allocated memory type and -Wincompatible...
2019-02-02 glebiusReturn PFIL_CONSUMED if packet was consumed. While...
2019-02-02 jhibbitspowerpc/powernv: Add a driver for the POWER9 XIVE inter...
2019-02-02 mavFix integer math overflow in UMA hash_alloc().
2019-02-01 vangyzenrtld: pacify -Wmaybe-uninitialized from gcc6
2019-02-01 vangyzenlibm: squelch -Woverflow from gcc6
2019-02-01 cemqlnxr(4), qlnxe(4): Unbreak gcc build
2019-02-01 emastereadelf: decode FreeBSD note types
2019-02-01 kibDisable boot-time memory test on i386 be default.
2019-02-01 kibx86: correctly limit max memory resource address..
2019-02-01 npcxgbe(4): Improved error reporting and diagnostics.
2019-02-01 emastereadelf: use table-based DT_FLAGS and DT_FLAGS_1 decoding
2019-02-01 bdeFix function keys for syscons in cons25 mode (vidcontro...
2019-02-01 tuexenWhen handling SYN-ACK segments in the SYN-RCVD state...
2019-02-01 glebiusRepair siftr(4): PFIL_IN and PFIL_OUT are defines of...
2019-02-01 glebiusUnbreak call to ipf_check(): it expects the out paramet...
2019-02-01 araujoRevert r343634:
2019-02-01 glebiusHopefully fix compilation by other compilers.
2019-02-01 glebiusFix build without INET6.
2019-01-31 araujoMostly a cosmetic change to replace strlen with strnlen.
2019-01-31 bdreweryShar files may be seen as binary by grep.
2019-01-31 brooksRemove iBCS2: also remove xenix syscall function support.
2019-01-31 glebiusNew pfil(9) KPI together with newborn pfil API and...
2019-01-31 brooksRegen after r342190.
2019-01-31 kibnvdimm: only enumerate present nvdimm devices
2019-01-31 kibnvdimm: enumerate NVDIMM SPA ranges from the root device
2019-01-31 glebiusAdd new m_ext type for data for M_NOFREE mbufs, which...
2019-01-31 markjPrevent some kobj memory allocation failures from panic...
2019-01-31 erjix(4),ixv(4): Fix TSO offloads when TXCSUM is disabled
2019-01-31 erjix(4): Run {mod,msf,mbx,fdir,phy}_task in if_update_adm...
2019-01-31 jhbDon't set IFCAP_TXRTLMT during lagg_clone_create().
2019-01-31 glebiusRevert r316461: Remove "IPFW static rules" rmlock,...
2019-01-31 kibMake iflib a loadable module: add seemingly missed...
2019-01-31 kibMake iflib a loadable module.
2019-01-31 glebiusIn zone_alloc_bucket() max argument was calculated...
2019-01-31 emastereadelf: dump elf note data
2019-01-31 emasteelfdump: use designated array initialization for note...
2019-01-31 emasteelfdump: fix build after r343610
2019-01-31 emasteelfdump: include note type names
2019-01-31 emasteelfdump: whitespace fixup in advance of other changes
2019-01-31 emasteregen src.conf.5 after r343606
2019-01-31 kibReserve a bit in the FreeBSD feature control note for...
2019-01-31 emasteEnable lld as the system linker by default on i386
2019-01-31 avosbwn(4): reuse ieee80211_tx_complete function.
2019-01-31 avosipw(4): reuse ieee80211_tx_complete function
2019-01-31 kevansinstall(1): Fix relative path calculation with partial...
2019-01-31 cyDocument the instance context pointer.
2019-01-31 kevanslibc/tests: Add test case for jemalloc/libthr bug fixed...
2019-01-31 davidcsAdd RDMA (iWARP and RoCEv1) support
2019-01-30 emastereadelf: fix i386 build
2019-01-30 emastereadelf: decode flag bits in DT_FLAGS/DT_FLAGS_1
2019-01-30 cyDo not obtain an already held read lock. This causes...
2019-01-30 cyWhen copying a NAT rule struct to userland for save...
2019-01-30 emastefreebsd-update: regenerate man page database after...
2019-01-30 mavRemove stale now comment, forgotten in r343582.
2019-01-30 brooksAdd a simple port filter to SIFTR.
2019-01-30 mavRemove BIO_ORDERED flag from BIO_FLUSH sent by ZFS.
2019-01-30 mavOnly sort requests of types that have concept of offset.
2019-01-30 hselaskyExport vendor specific USB MIDI device list to PnP...
2019-01-30 rpokalaRemove unecessary "All rights reserved" from files...
2019-01-30 mavRelax BIO_FLUSH ordering in da(4), respecting BIO_ORDERED.
2019-01-30 kibRemove duplicate declarations.
2019-01-30 kibRename rtld-elf/malloc.c to rtld-elf/rtld_malloc.c.
2019-01-30 vmaffionenetmap: fix lock order reversal related to kqueue usage
2019-01-30 marius- Stop iflib(4) from leaking MSI messages on detachment...
2019-01-30 avosrsu(4): add support for ifconfig(8) 'maxretry' option.
2019-01-30 avosndiscvt(8): abort if no IDs were found during conversion.
2019-01-30 avosFix compilation with 'option NDISAPI + device ndis...
2019-01-30 roygerxen: introduce a new way to setup event channel upcall
2019-01-30 hselaskyAdd support for Audio Sink and Audio Source profiles...
2019-01-30 npcxgbe/iw_cxgbe: Fix an address calculation in the memor...
2019-01-30 kibi386: Merge PAE and non-PAE pmaps into same kernel.
next