]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-09-29 Conrad Meyernetsmb: Fix buggy/racy smb_strdupin()
2017-09-29 Baptiste Daroussinman(1): silent the output of mandoc when testing
2017-09-29 Wojciech MacekCompile loader as Little-Endian on PPC64/POWER8
2017-09-29 Andrey V. ElsukovSome mbuf related fixes in icmp_error()
2017-09-29 Scott LongConvert sysctl sbuf usage to use a fully dynaic sbuf...
2017-09-29 Kevin LoAdd ThinkPad USB 3.0 Ethernet Adapter.
2017-09-28 Rick MacklemAdd the NFS client state flag that enables Flexible...
2017-09-28 Rick MacklemChange nfsv4_getipaddr() and nfsrpc_fillsa() to not...
2017-09-28 Nick HibmaMake this compile if NO_SYSCTL_DESCR is defined.
2017-09-28 Nick HibmaMake this compile with DEVICE_POLLING set.
2017-09-28 Alan CoxOptimize vm_object_page_remove() by eliminating pointle...
2017-09-28 Alexander MotinAlike to ZFS disable cache flush after first ENOTSUP...
2017-09-28 Nick HibmaTypo in filename in comment.
2017-09-28 Eugene GrosbeinCorrection after r323873: #include <sys/lock.h> in...
2017-09-28 Konstantin... A different fix for the issue from r323722.
2017-09-28 Konstantin... Restore a part of r323722.
2017-09-28 Konstantin... Revert r323722. A better fix will be committed shortly...
2017-09-28 Sepherosa Ziehauhyperv/hn: Unbreak i386 building.
2017-09-28 Warner LoshTweak performance of nda completions
2017-09-27 Rick MacklemFix a memory leak that occurred in the pNFS client.
2017-09-27 John BaldwinUse UMA_ALIGNOF() for name cache UMA zones.
2017-09-27 John BaldwinAdd UMA_ALIGNOF().
2017-09-27 Landon J. Fullerbhnd: Add support for supplying bus I/O callbacks when...
2017-09-27 Landon J. Fullerbhnd: Implement bhnd(4) platform device registration.
2017-09-27 Warner LoshSince the human readable name is actually ignored,...
2017-09-27 Warner LoshImprove description of the PNP string a bit.
2017-09-27 Conrad MeyerUnrevert r324059
2017-09-27 Mark JohnstonUse C99 initializers for DTrace provider methods.
2017-09-27 David C SomayajuluTx Ring Shadow Consumer Index Register needs to be...
2017-09-27 Fedor UporovAdd check to avoid raw inode iblocks fields overflow...
2017-09-27 Conrad MeyerRemove PNP metadata from drm2 drivers until kldxref...
2017-09-27 Michael TuexenRemove unused function.
2017-09-27 Emmanuel Vadotvfs_export: Simplify vfs_export_lookup
2017-09-27 Sepherosa Ziehaukernel: Bump __FreeBSD_version for the removal of M_HAS...
2017-09-27 Sepherosa Ziehaumbuf: Remove UDP_IPV4_EX, which was never defined.
2017-09-27 Sepherosa Ziehauixl: Fix mbuf hash type settings.
2017-09-27 Sepherosa Ziehautcp: Don't "negotiate" MSS.
2017-09-27 Sepherosa Ziehauhyperv/hn: Fix UDP checksum offload issue in Azure.
2017-09-27 Sepherosa Ziehauhyperv/hn: Set tcp header offset for CSUM/LSO offloading.
2017-09-27 Mateusz Guziksysctl: remove target buffer read/write checks prior...
2017-09-27 Mateusz GuzikAnnotate sysctlmemlock with __exclusive_cache_line.
2017-09-27 Mateusz GuzikRemove manpage entries about crshared(9)
2017-09-27 Mateusz GuzikWhack procctl(8)
2017-09-27 Mateusz Guzikmtx: drop the tid argument from _mtx_lock_sleep
2017-09-26 Rick MacklemAdd major and minor version arguments to nfscl_reqstart().
2017-09-26 John BaldwinDon't defer wakeup()s for completed journal workitems.
2017-09-26 Conrad MeyerAdd PNP metadata to more drivers
2017-09-26 Conrad Meyeraesni(4): Add support for x86 SHA intrinsics
2017-09-26 Gleb SmirnoffFix regression from r323855. The EXIT trap now isn...
2017-09-26 David C SomayajuluFix delete all multicast addresses
2017-09-26 Emmanuel Vadota10_gpio: Enable all needed clocks
2017-09-26 Emmanuel Vadota10_ehci: Enable all clocks and reset
2017-09-26 Emmanuel Vadotaw_usbphy: Only reroute OTG for phy0
2017-09-26 Emmanuel Vadotaw_usbphy: Fix write of unknown register
2017-09-26 Conrad Meyeropencrypto: Use C99 initializers for auth_hash instances
2017-09-26 Conrad Meyeropencrypto: Loosen restriction on HMAC key sizes
2017-09-26 Andriy Gaponfix r324011, MFV of r323535, 8585 improve batching...
2017-09-26 Emmanuel Vadotmountd: Avoid memory leak by freeing dp_dirp
2017-09-26 Baptiste Daroussincalendar: replace strcpy/strcat with asprintf
2017-09-26 Emmanuel Vadotmountd: Remove unneeded cast
2017-09-26 Andriy GaponMFV r323535: 8585 improve batching done in zil_commit()
2017-09-26 Emmanuel Vadotmountd: Replace malloc+strcpy to strdup
2017-09-26 Baptiste DaroussinRemove empty lines for consistency with other entries
2017-09-26 Baptiste DaroussinDo not actually install uneeded alias for man
2017-09-26 Baptiste DaroussinRemove unneeded locales and alias man directories
2017-09-26 Baptiste DaroussinDo not print error when running make delete-old on...
2017-09-26 Conrad Meyercrypto(9): Use a more specific error code when a capabl...
2017-09-25 Ian LeporeFix the return value from _Unwind_Backtrace() on arm.
2017-09-25 Ian LeporeFix handling of uncaught exceptions in a std::terminate...
2017-09-25 Baptiste DaroussinRemove the cat pages directory now that catman(1) is...
2017-09-25 Alan SomersClose a memory leak when using zpool_read_all_labels
2017-09-25 John BaldwinLog signal number passed to PT_STEP requests in KTR_PTR...
2017-09-25 John BaldwinUse tmpfs_print for tmpfs FIFOs.
2017-09-25 Toomas Soomelibefi: efipart_floppy() will should not pass acpi...
2017-09-25 Conrad Meyercapsicum_helpers: Add SEEK to default stdio rights set
2017-09-25 Ian LeporeUse nstosbt() instead of multiplying by SBT_1NS to...
2017-09-25 Marcin WojtasFix gcc compilation issues in the mvneta driver
2017-09-24 Alan CoxChange vm_page_try_to_free() to require a managed page...
2017-09-24 Alan CoxModernize the use of vm_page_unwire(). Since r288122...
2017-09-24 Pedro F. GiffuniSmall style(9) issue: spaces vs TAB.
2017-09-24 Rick MacklemChange a panic to an error return.
2017-09-24 Conrad Meyerg_resize_provider_event: Do not invoke orphan method...
2017-09-24 Rick MacklemRemove 0 filling from nfsm_uiombuflist().
2017-09-24 Alan CoxOptimize vm_page_try_to_free(). Specifically, the...
2017-09-24 Fedor UporovAdd myself to the calendar.freebsd
2017-09-24 Warner LoshFix packages with interactive post install scripts.
2017-09-24 Andrew TurnerRemove the VIRT kernel config, it's now useable through...
2017-09-24 Scott LongAdd the ability to report and set debug flags as text...
2017-09-24 Andrew TurnerAdd i.MX6 and Xilinx to GENERIC.
2017-09-24 Ilya BakulinRename sdhci_cam_start_slot() into sdhci_start_slot()
2017-09-24 Warner LoshDon't display empty error context.
2017-09-24 Warner LoshFix %c for floating values that become 0 when coerced...
2017-09-24 Warner LoshFix uninitialized variable
2017-09-24 Cy SchubertFix typo from r323945.
2017-09-24 Alan CoxSince the page "frame" doesn't belong to a vm object...
2017-09-24 Enji CooperConvert some idioms over to py3k-compatible idioms
2017-09-23 Fedor UporovAdd myself as src committer.
2017-09-23 Conrad Meyerddb(4): Add 'show badstacks' command to show witness...
2017-09-23 Stephen Hurdbnxt: Choose better HW LRO defaults for performance
2017-09-23 Stephen HurdHave ifmp_ring_enqueue() abdicate instead of switch...
next