]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Import Intel Processor Trace decoder library from
[FreeBSD/FreeBSD.git] / sys /
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-19 jhbFix a typo.
2018-03-19 lstewartAdd support for the experimental Internet-Draft "TCP...
2018-03-19 manusys/dts: Remove arm64 from subdir as it no longer exists.
2018-03-19 emastelinux*_sysvec.c: rationalize whitespace and comments
2018-03-19 hselaskyRemove redundant integer cast in ibcore. The "ref_count...
2018-03-18 ianAdd the device/chip type to the disk d_descr field...
2018-03-18 ianAdd support for 4K and 32K erase block sizes. Many...
2018-03-18 ianMake all internal routines return an int error status...
2018-03-18 ianAdd sc_parent to the softc and use it in place of devic...
2018-03-18 markjFix an access of an uninitialized variable in dtrace_pr...
2018-03-18 ianBugfix: wait for writes/erases to complete after starti...
2018-03-18 markjAvoid dequeuing the fault page during a soft fault.
2018-03-18 markjHave vm_page_{deactivate,launder}() requeue already...
2018-03-18 ianEliminate some unneeded intermediate variables. Elimin...
2018-03-18 markjHave vm_page_replace() assert that the new page is...
2018-03-18 ianRemove a pointless KASSERT and reword a comment a bit...
2018-03-18 ianDo not overwrite the contents of BIO_WRITE buffers...
2018-03-18 oshogboRemove unneeded variable which was introduced in r328472.
2018-03-18 cemlib(private)zstd: Fix riscv build
2018-03-17 mjglocks: slightly depessimize lockstat
2018-03-17 jeffMove the dirty queues inside the per-domain structure...
2018-03-17 asomersaudit(4): fix a typo in a comment
2018-03-17 impUse kern.opts.mk instead of bsd.own.mk (which includes...
2018-03-17 impUse FreeBSD-current conventions for building options...
2018-03-17 impRemove commented out code to generate opt_inet*.h....
2018-03-17 impAdd EFI to kernel options.
2018-03-17 melifaroFix outgoing TCP/UDP packet drop on arp/ndp entry expir...
2018-03-17 impOnly take out the periph lock when we're modifying...
2018-03-17 emasteMove assym.s to DPSRCS in vmbus module
2018-03-17 emasteRevert r313780 (UFS_ prefix)
2018-03-17 emastePrefix UFS symbols with UFS_ to reduce namespace pollution
2018-03-17 emasteANSIfy sys/x86
2018-03-16 brooksAdd _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
2018-03-16 cemrandom(4): Poll for signals during large reads
2018-03-16 ianUse EFI RTC capabilities info when registering, add...
2018-03-16 ianAdd the header file needed for the recently-added call...
2018-03-16 tuexenSet the inp_vflag consistently for accepted TCP/IPv6...
2018-03-16 emastelinux_errno.c: add newer errno values
2018-03-16 emasteShare a single bsd-linux errno table across MD consumers
2018-03-16 emasteMove assym.s to DPSRC in sgx module
2018-03-16 emasteANSIfy i386/vm86.c
2018-03-16 cemGarbage collect unused chacha20 code
2018-03-16 cemFix GCC build: Remove redundant pagedaemon_wakeup decla...
2018-03-16 impTry polling the qpairs on timeout.
2018-03-16 ianAdd required interface header.
2018-03-16 avosrtwn(4): de-hardcode ('h/w rate index' - 'corresponding...
2018-03-16 avosurtw(4), zyd(4): reduce code verbosity.
2018-03-16 avosurtw(4): provide names for some commonly used rate...
2018-03-15 avosCorrect comment for IFM_IEEE80211_VHT media variant.
2018-03-15 brooksAdd a request structure and make the implementation...
2018-03-15 jeffEliminate pageout wakeup races. Take another step...
2018-03-15 brooksMove implementation of ioctls into kern_*() functions.
2018-03-15 traszFix iSCSI target crash on session reinstation.
2018-03-15 brooksRestore the behavior of returning the total number...
2018-03-15 cemaesni(4): Stylistic/comment enhancements
2018-03-15 avgg_access: deal with races created by geoms that drop...
2018-03-15 avgMFV r330973: 9164 assert: newds == os->os_dsl_dataset
2018-03-15 wmaReverting r330925 for now
2018-03-15 mavIncrease ABOUT FIRMWARE command timeout to 5s.
2018-03-15 emasteRemove KERNEL_RETPOLINE from BROKEN_OPTIONS on i386
2018-03-14 jkimMerge ACPICA 20180313.
2018-03-14 jkimRemove local definitions for _STA method in favor of...
2018-03-14 impFix error messages in cut and pasted code.
2018-03-14 impWhen tearing down a queue pair, also delete the queue...
2018-03-14 impDon't make the namespace devices eternal.
2018-03-14 cemvfs_bio.c: Apply cleanups motivated by Coverity analysis
2018-03-14 smhFix mps deadlock when handling panic
2018-03-14 smhPrevent ZFS TRIM breaking VTOC8 partitions
2018-03-14 brooksFix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.
2018-03-14 jhbFix the check for an empty send socket buffer on a...
2018-03-14 jhbRemove TLS-related inlines from t4_tom.h to fix iw_cxgb...
2018-03-14 brooksAdd opt_compat.h to isp(4) as required by r330876.
2018-03-14 hselaskyFix compliancy of the kstrtoXXX() functions in the...
2018-03-14 traszFix typo in a warning message.
2018-03-14 nwhitehornFix fat-fingering ("optional standard") and move all...
2018-03-14 impCreate a sysctl kern.cam.{,a,n}da.X.invalidate
2018-03-14 impThis should have been += so clean builds work.
2018-03-14 impFix inverted logic that counted all completions as...
2018-03-14 impImplement trim collapsing in nda
2018-03-14 impAllow NULL ccb to cam_iosched_bio_complete
2018-03-14 nwhitehornThe expression (aim | fdt) is always true on PowerPC...
2018-03-14 emasteRemove stray ; at end of linux_vdso_deinstall()
2018-03-14 wmaPowerNV: Fix I2C to compile if FDT is disabled
2018-03-14 cemUpdate to Zstandard 1.3.3
2018-03-13 impWe need opt_compat.h after r330819 and 330820.
2018-03-13 jhbSupport for TLS offload of TOE connections on T6 adapters.
2018-03-13 jhbSimplify error handling in t4_tom.ko module loading.
2018-03-13 brooksmd_pad is used by MDIOCLIST and not available for futur...
2018-03-13 brooksDon't overflow the kernel struct mdio in the MDIOCLIST...
2018-03-13 brooksFix ISP_FC_LIP and ISP_RESCAN on big-endian 64-bit...
2018-03-13 kibRevert the chunk from r330410 in vm_page_reclaim_run().
2018-03-13 nwhitehornRestore missing temporary variable, deleted by accident...
2018-03-13 kevansEFIRT: SetVirtualAddressMap with 1:1 mapping after...
2018-03-13 emasteUse C99 boolean type for translate_osrel
2018-03-13 nwhitehornExecute PowerPC64/AIM kernel from direct map region...
2018-03-13 kevansCorrect minor typo in comment, efi_dmcap -> efi_tmcap
2018-03-13 kevansefirtc: Pass a dummy tmcap pointer to efi_get_time_locked
2018-03-13 emasteUse C99 designated initializers for struct execsw
2018-03-13 roygerat_rtc: check in ACPI FADT boot flags if the RTC is...
next