]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
[rcorder] [crunch] Fix C function declarations to include void
[FreeBSD/FreeBSD.git] / sys /
2020-09-21 mhorneHide tunable definitions behind _KERNEL
2020-09-21 kibamd64 pmap: only calculate page table page when needed.
2020-09-21 mhorneUse getenv_is_true() in init_static_kenv()
2020-09-21 dabAdd an ioctl to get an NVMe device's maximum transfer...
2020-09-21 mhorneAdd getenv(9) boolean parsing functions
2020-09-21 avgaw_usbphy: add support for device mode operation
2020-09-21 tsoomeloader: zfs should support bootonce an nextboot
2020-09-20 jrtc27atomic_common.h: Fix the volatile qualifier placement...
2020-09-20 kibamd64 pmap: handle cases where pml4 page table page...
2020-09-20 melifaroRemove unused nhop_ref_any() function.
2020-09-20 mmelAdjust DMA alignment for USB stack.
2020-09-20 manuarm: allwinner: aw_nmi: Fix wrong logic when we disable...
2020-09-20 mmelAdd missing assignment forgotten in r365899
2020-09-20 melifaroFix gw updates / flag updates during route changes.
2020-09-19 hselaskyFix for use of the XHCI driver on Cortex-A72 by adding...
2020-09-19 markjFix some nits in 1G page support in the amd64 pmap.
2020-09-19 mmelImplement workaround for broken access to configuration...
2020-09-19 mmelAdd NetBSD compatible bus_space_peek_N() and bus_space_...
2020-09-18 rmacklemFix a LOR between the NFS server and server side krpc.
2020-09-18 mmacyMFV 2.0-rc2
2020-09-18 vangyzenamd64 pmap_pkru_same: prev_ppr was always NULL
2020-09-18 emasteys/contrib/dev/ath: remove unintentional double semicolon
2020-09-18 vangyzenvm_ooffset_t is now unsigned
2020-09-18 mhorneInitialize some local variables earlier
2020-09-18 markjAssert we are not traversing through superpages in...
2020-09-18 markjEnsure that a protection key is selected in pmap_enter_...
2020-09-18 npcxgbe(4): add the firmware binaries instead of the...
2020-09-18 npcxgbe(4): add support for stateless offloads for VXLAN...
2020-09-18 npif_vxlan(4): add support for hardware assisted checksum...
2020-09-18 npAdd a knob to allow zero UDP checksums for UDP/IPv6...
2020-09-18 npAdd two new ifnet capabilities for hw checksumming...
2020-09-18 npmbuf checksum flags and fields to support tunneling...
2020-09-17 kibState kgssapi dependency on xdr.
2020-09-17 npcxgbe(4): Update T4/5/6 firmwares to 1.25.0.0.
2020-09-17 impMove to a more robust and conservative alloation scheme...
2020-09-17 markjIncrease the default vm.max_user_wired value.
2020-09-17 mhorneAdd dtb/sifive module
2020-09-17 traszReduce code duplication by introducing linux_copyout_so...
2020-09-17 traszAdd support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes...
2020-09-17 traszGet rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-17 eugengeom_part: make it possible recovering broken GPT after...
2020-09-17 kibPut calls to check_pgrp_jobc() in fixjobc_kill() under...
2020-09-16 kibAdd check_pgrp_jobc() calls into process exit path.
2020-09-16 kibFix fixjobc+orhpanage.
2020-09-16 kibAssert that P_TREE_GRPEXITED is set only once.
2020-09-16 kibproc_realparent: if p_oppid does not match pid of the...
2020-09-16 kibImprove ddb 'show pgrpdump' command.
2020-09-16 kibtmpfs: restore atime updates for reads from page cache.
2020-09-16 kibStyle.
2020-09-16 mhorneif_media: definitions for 40GE LM4 ethernet media type
2020-09-16 markjMove PLTs to the beginning of amd64 kernel modules.
2020-09-16 impUse standard bool type, instead of non-standard boolean_t
2020-09-16 rmacklemFix a LOR between the NFS server and server side krpc.
2020-09-15 markjFix locking in uipc_accept().
2020-09-15 kibAdd tmpfs page cache read support.
2020-09-15 kibMicrooptimize tmpfs node ref/unref by using atomics.
2020-09-15 kibConvert page cache read to VOP.
2020-09-15 kibvfs_subr.c: export io_hold_cnt and vn_read_from_obj().
2020-09-15 kibDo not copy vp into f_data for DTYPE_VNODE files.
2020-09-15 erje1000: Properly retain promisc flag
2020-09-15 emastebhyve: do not permit write access to VMCB / VMCS
2020-09-15 erjigb(4): Fix define and includes with RSS option enabled
2020-09-15 bdragon[PowerPC64LE] Use correct in_masks table on LE to fix...
2020-09-15 bdragon[PowerPC64LE] Set up the powernv partition table correctly.
2020-09-15 kibbhyve: intercept AMD SVM instructions.
2020-09-15 markjFix locking in uipc_accept().
2020-09-15 markjSimplify unix socket connection peer locking.
2020-09-15 markjAvoid an unnecessary malloc() when connecting dgram...
2020-09-15 markjSimplify unp_disconnect() callers.
2020-09-15 markjRename unp_pcb_lock2().
2020-09-15 markjImprove unix socket PCB refcounting.
2020-09-15 markjUpdate unix domain socket locking comments.
2020-09-15 traszMove SV_ABI_ERRNO translation into linux-specific code...
2020-09-15 impInclude sys/types.h here
2020-09-15 andrewUse ATTR_DEFAULT in the arm64 locore.S
2020-09-14 impWe don't need the sc_ekeys_lock in standalone environment.
2020-09-14 impDon't do the busy dance in icee_open/close
2020-09-14 impTweak what's visible in the standalone environment...
2020-09-14 npcxgbe(4): Get the count of FCS errors from the MAC...
2020-09-14 ianAdd product ID strings for a couple Microchip usb hubs...
2020-09-14 andrewUse MACHINE_CPUARCH when checking for arm64
2020-09-14 bdragon[PowerPC] Make cpu frequency detection endian-independent
2020-09-14 gordonPartially revert r346018 and use the if/then construct...
2020-09-14 hselaskyPoll statistics more frequently in mlx5en(4).
2020-09-14 traszMove td_softdep_cleanup() from userret() to ast();...
2020-09-14 traszMove TDP_GEOM check from userret() to ast(); this code...
2020-09-14 traszMove racct/rctl throttling from userret() to ast()...
2020-09-14 andrewAllow for interrupts on pl061 children
2020-09-14 scottlRefine the busdma template interface. Provide tools...
2020-09-14 kevans__FreeBSD_version bump for r365605 (crunchgen producing...
2020-09-14 rmacklemFix a case where the NFSv4.0 server might crash if...
2020-09-13 bdragon[PowerPC] bus_space cleanup part 2: Convert to c99...
2020-09-13 bdragon[PowerPC] bus_space cleanup part 1 - rename bs_be ...
2020-09-13 bdragon[PowerPC64LE] Bus space prep for LE
2020-09-13 bdragon[PowerPC64LE] Ensure nvram is built on powerpc64le.
2020-09-13 bdragon[PowerPC64LE] Adjust ELF definitions for LE.
2020-09-13 bdragon[PowerPC] Implement pmap_mincore() for moea
2020-09-13 bdragon[PowerPC64] Implement pmap_mincore() for moea64
2020-09-13 tuexenExport the name of the congestion control. This will...
2020-09-12 bdragon[PowerPC] Add PVO_PADDR macro to mmu_oea.c to match...
next