]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix initialization of top_fsn.
[FreeBSD/FreeBSD.git] / sys /
2019-09-01 tuexenFix initialization of top_fsn.
2019-09-01 tuexenImprove the handling of state cookie parameters in...
2019-09-01 jkimAdd support for TP-Link Archer T2U Nano.
2019-09-01 mjgnullfs: reduce areas protected by vnode interlock in...
2019-09-01 kevansposixshm: switch to OBJT_SWAP in advance of other changes
2019-08-31 rayARM kernel can get RAM regions three ways:
2019-08-31 mjgzfs: fix snapshot dir destruction after introducion...
2019-08-31 tuexenImprove function definition.
2019-08-31 tuexenImprove the handling of illegal sequence number combina...
2019-08-30 mjgvfs: add a missing VNODE_REFCOUNT_FENCE_REL to v_incr_u...
2019-08-30 mjorasWrap a vlan's parent's if_output in a separate function.
2019-08-30 emaxavoid holding PCB mutex during copyin/copyout()
2019-08-30 markjProperly check for an interrupted cv_wait_sig().
2019-08-30 mjgvfs: tidy up assertions in vfs_subr
2019-08-30 emastexdma: avoid NULL deref in error case
2019-08-30 emasteqlxgbe: avoid NULL deref in error case
2019-08-30 emasteexynos5: avoid NULL deref in error case
2019-08-30 emasteexynos5: avoid NULL deref in error case
2019-08-30 mjgnullfs: use VOP_NEED_INACTIVE
2019-08-30 glebiusUse mbuf queue instead of ifqueue in USB network drivers.
2019-08-30 glebiusAllow mbuf queues to be unlimited.
2019-08-29 markjRemove unused VM page locking macros.
2019-08-29 jhbSimplify bhyve vlapic ESR logic.
2019-08-29 mavTake proper lock in ses_setphyspath_callback().
2019-08-29 yuripvichsmb: defer smbus attach until interrupts are available
2019-08-29 emastevnic: avoid NULL deref in error case
2019-08-29 avgscsi_cd: whitespace cleanup
2019-08-29 avgscsi_cd: ifdef out cdsize()
2019-08-29 avgscsi_cd: make the media check asynchronous
2019-08-29 kibRework v_object lifecycle for vnodes.
2019-08-29 kibUFS: stop reusing the vnode for reallocated inode.
2019-08-29 traszFix qmath(3) build problems with GCC 8.
2019-08-29 kibRemove useless redefinition of NSFBUFS in i386/vm_machd...
2019-08-29 kibCentralize __pcpu definitions.
2019-08-29 avgzfs_ioc_snapshot: check user-prop permissions on snapsh...
2019-08-28 jhbUse get_pcpu() to fetch the current CPU's pcpu pointer.
2019-08-28 npcxgbe/t4_tom: Use the correct value of sndbuf in AIO Tx.
2019-08-28 mavFix AHCI Enclosure Management, broken by r351356.
2019-08-28 mjgtmpfs: use VOP_NEED_INACTIVE
2019-08-28 mjgvfs: add VOP_NEED_INACTIVE
2019-08-28 mjgamd64: clean up cpu_switch.S
2019-08-28 mjgvm: only lock tmpfs vnode shared in vm_object_deallocate
2019-08-28 markjAvoid direct accesses of the vm_page wire_count field.
2019-08-28 mjgproc: eliminate the zombproc list
2019-08-28 markjWire pages in vm_page_grab() when appropriate.
2019-08-28 cyDocument ipf_nat_hashtab_add() return codes.
2019-08-28 cyDestroy the mutex in case of error.
2019-08-28 cyFixup typo in comment.
2019-08-28 asomersfusefs: Fix some bugs regarding the size of the LISTXAT...
2019-08-28 mjgproc: remove zpfind
2019-08-27 jhbOnly define the 'tls' member of sfio in KERN_TLS is...
2019-08-27 jhbAdjust the deprecated warnings for /dev/crypto to be...
2019-08-27 mjgunionfs: stop passing LK_INTERLOCK to VOP_UNLOCK
2019-08-27 mjgvfs: stop passing LK_INTERLOCK to VOP_UNLOCK
2019-08-27 manuarm64: rk3399: pinctrl: Add gpio banks and fix iomux
2019-08-27 manuarm64: rk3328: pinctrl: Add gpio banks and fix iomux
2019-08-27 mavAlways check cam_periph_error() status for ERESTART.
2019-08-27 markjRemove an extraneous + 1 in _domainset_create().
2019-08-27 markjFix several logic issues in domainset_empty_vm().
2019-08-27 jhibbitsRevert a part of r350883 that should never have gone in
2019-08-27 traszIntroduce <sys/qmath.h>, a fixed-point math library...
2019-08-27 mmelAdd support for RK3288 into existing RockChip drivers.
2019-08-27 kibvn_vget_ino_gen(): relock the lower vnode on error.
2019-08-27 npcxgbe/t4_tom: Initialize all TOE connection parameters...
2019-08-27 npcxgbe/t4_tom: Limit work requests with immediate payloa...
2019-08-27 jhbAdd kernel-side support for in-kernel TLS.
2019-08-26 markjFix a few nits in vm_pqbatch_process_page().
2019-08-26 mavAnnounce PCI Segment Groups supported to PCI host _OSC.
2019-08-26 mavDon't consider PCIe hot-plug command timeout fatal.
2019-08-26 jhbStop using des_cblock * for arguments to DES functions.
2019-08-26 tuexenDon't hold the rs_mtx lock while calling malloc().
2019-08-26 tuexenIdentify eMAG CPU used in Ampere Computing systems.
2019-08-26 delphijMFV r351500: Fix CLEAR_HASH macro to be usable as...
2019-08-25 mjgvfs: swap vop_unlock_post and vop_unlock_pre definition...
2019-08-25 impReplace -Werror with ${WERROR} in module builds
2019-08-25 markjHandle UMA_ANYDOMAIN in kstack_import().
2019-08-25 kibamd64: loose constraints on the APs dpcpu and nmi/dbg...
2019-08-25 kibamd64: If domain-local page for pcpu cannot be allocate...
2019-08-25 vmaffionenetmap: remove obsolete file
2019-08-25 jhibbitspowerpc/booke: Clean up pmap a little for 64-bit
2019-08-25 jhibbitspowerpc/booke: Use the DMAP if possible in pmap_map()
2019-08-25 impFix bogusly declared WERRORs in kernel build
2019-08-25 hrsAdd MODULE_PNP_INFO() to vmci(4). This allows devd...
2019-08-25 delphijRemove zlib 1.0.4 from kernel.
2019-08-25 kibMove OBJT_VNODE specific code from vm_object_terminate...
2019-08-25 delphijGZIO: Update to use zlib 1.2.11.
2019-08-25 dougmvm_map_simplify_entry considers merging an entry with...
2019-08-25 mjgnullfs: reduce areas protected by vnode interlock
2019-08-25 mjgvfs: add vholdnz (for already held vnodes)
2019-08-24 kibamd64: rework PCPU allocation
2019-08-24 kibDo not constrain allocations for doublefault, boot...
2019-08-24 kibStyle.
2019-08-24 kibRemove unecessary VM_ALLOC_ZERO from allocation of...
2019-08-24 kibMake stack grow use the same gap as stack create.
2019-08-24 ganbolddtso: allwinner: Add an overlay for H3 thermal node
2019-08-24 mjgRemove the obsolete pcpu_zone_ptr zone.
2019-08-23 impIt turns out the duplication is only mostly harmless.
2019-08-23 npcxgbe/t4_tom: Any invalid scaling factor in the hardwar...
2019-08-23 npwhitespace nit.
2019-08-23 npcxgbe(4): Use the same buffer size for TOE rx queues...
next