]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Correct variable name in two panic messages: num_msi_irq -> num_msi_irqs.
[FreeBSD/FreeBSD.git] / sys /
2018-12-31 John BaldwinCorrect variable name in two panic messages: num_msi_ir...
2018-12-31 Warner LoshAdd NO_RC16 quirk for Chipfancier 16GB USB stick...
2018-12-31 Konstantin BelousovMore references to pmap_cold().
2018-12-31 Konstantin BelousovUpdate comments: paging is initialized in pmap_cold().
2018-12-31 Ian LeporeSupport the SPI mode and bus clock frequency parameters...
2018-12-31 Philip PaepsImport tzdata 2018i
2018-12-31 Ian LeporeWhen allocating a new keyboard at vt_upgrade() time...
2018-12-30 Marius Stroblo Don't allocate resources for SDMA in sdhci(4) if...
2018-12-30 Konstantin BelousovFix 32bit gcc builds after r342625.
2018-12-30 Konstantin BelousovAdd 'v' modifier to the ddb 'show pginfo' command to...
2018-12-30 Konstantin BelousovBump __FreeBSD_version since r342628 changed size of...
2018-12-30 Konstantin BelousovFix linux_destroy_dev() behaviour when there are still...
2018-12-30 Konstantin BelousovImplement zap_vma_ptes() for managed device objects.
2018-12-30 Konstantin BelousovUse IDX_TO_OFF().
2018-12-30 Philip PaepsImport tzdata 2018h
2018-12-30 Kirk McKusickMove ASSERT_VOP_LOCKED to top of ufs_vinit() as it...
2018-12-30 Kirk McKusickFor consistency with FFS2's fifoops2 and both versions...
2018-12-30 Andriy Voskoboinyknet80211: fix duplicate sequence number bump for non...
2018-12-30 Navdeep Parharcxgbe(4): Attach to two T540 variants.
2018-12-29 Kristof ProvostSimplify jail ID printing on process exit
2018-12-29 Conrad MeyerUpdate to Zstandard 1.3.8
2018-12-29 Cy SchubertRemove duplicate include of sys/mbuf.h.
2018-12-29 Konstantin BelousovFor hw.{physmem,realmem,usermem} MIBs, clamp instead...
2018-12-29 Konstantin Belousovi386: Fix allocation of the KVA frame for pmap_quick_en...
2018-12-29 Kristof ProvostMake kernel print jail ID when logging a process exit
2018-12-28 Jilles Tjoelkerpfind, pfind_any: Correct zombie logic
2018-12-27 Alexander MotinFix incorrectly inserted copyright in r342557.
2018-12-27 Alexander MotinSwitch from mutexes to atomics in GEOM_DEV I/O path.
2018-12-27 Alexander MotinReimplement nvd(4) detach handling.
2018-12-27 Andrew TurnerPass VM_PROT_EXECUTE to vm_fault for instruction faults.
2018-12-27 Hans Petter SelaskyAdd USB quirk for SPL Crimson Rev 1.
2018-12-27 Kirk McKusickWhen loading an inode from disk, verify that its mode...
2018-12-27 Cy SchubertRemove another empty #ifdef block. This empty block...
2018-12-26 Alexander MotinAdd descriptions to NVMe interrupts.
2018-12-26 Andriy GaponMFV r342532: 5882 Temporary pool names
2018-12-26 Kashyap D DesaiDriver version upgrade.
2018-12-26 Kashyap D DesaiProblem statement:
2018-12-26 Kashyap D DesaiThis patch will add support for 32 bit atomic request...
2018-12-26 Kashyap D DesaiThis patch will add support for latest generation MegaR...
2018-12-26 Kashyap D DesaiUpdate mpr driver version to v23.00.00.00-fbsd
2018-12-26 Kashyap D DesaiUpdate copyright information
2018-12-26 Kashyap D DesaiOn Aero/Sea A0 cards retry MPT Fusion registers reads...
2018-12-26 Kashyap D DesaiEnable atomic type descriptor support only for Sea...
2018-12-26 Kashyap D DesaiAdd Sea,Aero adapter support
2018-12-26 Kashyap D DesaiAdded support for NVMe Task Management
2018-12-26 Kashyap D DesaiCopy back the Sense data at proper location expected...
2018-12-26 Kashyap D DesaiUpdate MPI header files version to 2.00.52 from 2.00.48
2018-12-26 Andriy GaponMFV r342469: 9630 add lzc_rename and lzc_destroy to...
2018-12-25 Hans Petter SelaskyFix reading of USB sample rate descriptor for SPL Crims...
2018-12-24 Alexander MotinIncrease MTX_POOL_SLEEP_SIZE from 128 to 1024.
2018-12-24 Alexander MotinRemove CAM SIM lock from NVMe SIM.
2018-12-24 Conrad MeyerEnable sys/random.h #include from C++
2018-12-24 Scott LongFurther refactoring for task management commands. ...
2018-12-24 Scott LongCommands for user-initated device resets should come...
2018-12-24 Scott LongFirst step in refactoring and fixing the error recovery...
2018-12-24 Cy SchubertRemove an empty #if block.
2018-12-23 Konstantin Belousovnvdimm SPA geom: Update bio fields needed for devstat_e...
2018-12-23 Konstantin BelousovAllocate v_object for the new snapshot vnode.
2018-12-23 Konstantin BelousovProperly test for vmio buffer in bnoreuselist().
2018-12-23 Cy SchubertRemove NETBSD_PF. NETBSD_PF is a flag that defines...
2018-12-23 Simon J. GerratyMerge bmake-20181221
2018-12-22 Bruce EvansFix devstat on md devices, second attempt. r341765...
2018-12-22 Cy SchubertRemove the last vestiges of HP/UX from a FreeBSD-only...
2018-12-22 Vincenzo Maffionenetmap: fix txsync check in netmap poll
2018-12-22 Vincenzo Maffionenetmap: fix bug in netmap_poll() optimization
2018-12-22 Bruce EvansOops, rounddown() for the start was misspelled roundup...
2018-12-21 Bruce EvansFix clobbering of the fatchain cache for clustered...
2018-12-21 Navdeep ParharRemove unused macros from t4_tom.h.
2018-12-21 Conrad Meyermps(4), mpr(4): remove SATA ID command cancellation...
2018-12-21 Conrad Meyermps(4), mpr(4): Fix lifetime of command buffer for...
2018-12-21 Bruce EvansQuick fix for initialization of mnt_iosize_max. (This...
2018-12-21 Vincenzo Maffionenetmap: move buf_size validation code to its own function
2018-12-21 Vincenzo Maffionenetmap: pipes: make sure both ends use the same number...
2018-12-21 Bruce EvansUse VOP_ADVISE() with POSIX_FADV_DONTNEED instead of...
2018-12-21 Bruce EvansFix rounding in vop_stdadvise() for POSIX_FADV_NOREUSE...
2018-12-21 Kirk McKusickSome filesystems (like cd9660 and ext3) require that...
2018-12-20 Navdeep Parharcxgbe/iw_cxgbe: Remove redundant CTRs from c4iw_alloc...
2018-12-20 Navdeep Parharcxgbe/iw_cxgbe: Do not terminate CTRx messages with \n.
2018-12-20 Rick MacklemFix the NFSv4 server to obey vfs.nfsd.nfs_privport.
2018-12-20 Conrad Meyertpm(4): Fix GCC build after r342084 (TPM 2.0 driver...
2018-12-20 Navdeep Parharcxgbe(4): Make sure the rx queues start off with the...
2018-12-20 Michael TuexenFix a regression in the TCP handling of received segments.
2018-12-20 Warner LoshFix panic message when we can't create thread for one...
2018-12-20 Navdeep Parharcxgbe/iw_cxgbe: Use -ve errno when interfacing with...
2018-12-20 Marcin WojtasFix obtaining RSP address in TPM CRB for non-amd64...
2018-12-20 Navdeep Parharcxgbe/iw_cxgbe: Add a knob for testing that lets iWARP...
2018-12-19 Navdeep Parharcxgbe/iw_cxgbe: Use DSGLs to write to card's memory...
2018-12-19 Mateusz GuzikCheck for probes enabled in priv_check_cred before...
2018-12-19 Warner LoshAdd note to 32-bit mips smp config files documenting...
2018-12-19 Mateusz GuzikProvide SDT_PROBES_ENABLED for kernels without KDTRACE.
2018-12-19 Warner Losh32-bit mips SMP is unsupported
2018-12-19 Warner LoshRemove old config file for SENTRY5
2018-12-19 Warner LoshRemove support for running 32-bit kernels on 64-bit...
2018-12-19 Warner LoshRemove the GXEMUL support.
2018-12-19 Warner LoshRemove support for the now very old SiByte MIPS platfor...
2018-12-19 Marcin WojtasInclude the new TPM 2.0 driver in the TPM module.
2018-12-19 Mateusz Guzikmac: reduce pessimization of sdt probe handling
2018-12-19 Mateusz GuzikRemove iBCS2, part3: the implementation
2018-12-19 Mateusz GuzikRemove iBCS2, part2: general kernel
2018-12-19 Mateusz GuzikMicrooptimize corner case of ID bitmap handling.
next