]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Move arm back to having one LINT
[FreeBSD/FreeBSD.git] / sys / sys /
2020-02-01 mjgcache: replace kern___getcwd with vn_getcwd
2020-02-01 mjgvfs: consistently use size_t for buflen around VOP_VPTOCNP
2020-02-01 mjgvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-02-01 mjgvfs: add vrefactn
2020-01-31 jeffAdd two missing fences with comments describing them...
2020-01-31 markjReimplement stack capture of running threads on i386...
2020-01-31 mjgAdd rms_try_rlock and rms_wowned.
2020-01-31 jeffDon't use "All rights reserved" in new copyrights.
2020-01-31 jeffImplement a safe memory reclamation feature that is...
2020-01-30 mjgvfs: remove the never set VDESC_NOMAP_VPP flag
2020-01-29 mjgvfs: add VNPASS macro and augment VNASSERT to print...
2020-01-27 dougmCorrect the use of RB_AUGMENT in the RB_TREE macros...
2020-01-25 jahImplement cycle-detecting garbage collector for AF_UNIX...
2020-01-24 traszAdd kern_unmount() and use in Linuxulator. No function...
2020-01-23 emasteadd MIPS-specific PT header ELF definitions
2020-01-23 glebiusEnter the network epoch for interrupt handlers of INTR_...
2020-01-23 glebiusAdd ie_hflags to struct intr_event, which accumulates...
2020-01-22 cemcpufreq(4): Add support for Intel Speed Shift
2020-01-22 glebiusRemove struct callout_handle. Should have gone with...
2020-01-19 jeffProvide an API for interlocked refcount sleeps.
2020-01-17 mjgvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 glebiusChange argument order of epoch_call() to more natural...
2020-01-15 glebiusIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 glebius- Move global network epoch definition to epoch.h,...
2020-01-13 mjgvfs: per-cpu batched requeuing of free vnodes
2020-01-13 mjgvfs: rework vnode list management
2020-01-13 mjgvfs: add per-mount vnode lazy list and use it for defer...
2020-01-12 cemgetrandom(2): Add Linux GRND_INSECURE API flag
2020-01-12 traszdd kern_getpriority(), make Linuxulator use it.
2020-01-12 traszAdd kern_setpriority(), use it in Linuxulator.
2020-01-12 mjgAdd "panicked" boolean which can be tested instead...
2020-01-12 mjgAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-12 mjgsysctl: add missing CLTFLAG_MPSAFE annotation to CONST_...
2020-01-11 mjgvfs: prealloc vnodes in getnewvnode_reserve
2020-01-11 mjgvfs: incomplete pass at converting more ints to u_long
2020-01-11 pfgUpdate ELFOSABI_* constants with OpenVOS.
2020-01-09 melifaroAdd fibnum, family and vnet pointer to each rib head.
2020-01-08 kevansBump __FreeBSD_version after r356510
2020-01-08 kevansposix_fallocate: push vnop implementation into the...
2020-01-07 mjgvfs: reimplement deferred inactive to use a dedicated...
2020-01-07 mjgvfs: eliminate v_tag from struct vnode
2020-01-06 hselaskyAdd own counter for cancelled USB transfers.
2020-01-05 mjglocks: add default delay struct
2020-01-05 mjglocks: convert delay times to u_short
2020-01-05 kevansshm: correct KPI mistake introduced around memfd_create
2020-01-05 mjgvfs: drop thread argument from vinactive
2020-01-05 mjgvfs: predict VN_IS_DOOMED as false
2020-01-04 kevanskern_mmap: add a variant that allows caller to inspect fp
2020-01-04 mjgvfs: remove CTASSERT from VOP_UNLOCK_FLAGS
2020-01-03 mjgvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 mjgvfs: add VOP_UNLOCK_FLAGS
2020-01-02 bdragon[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2020-01-02 kibRename umtxq_check_susp() to thread_check_susp()
2020-01-02 impRemove arm/arm as a valid target.
2020-01-01 cemvmgenid(4): Integrate as a random(4) source
2019-12-31 melifaroSplit gigantic rtsock route_output() into smaller funct...
2019-12-31 gjbHappy New Year 2020!
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-29 markjAdd ARMv8 static relocation types used for control...
2019-12-29 mavRemove GEOM_SCHED class and gsched tool.
2019-12-28 pfgSPDX: update some tags with two licenses.
2019-12-27 hselaskyMake USB statistics per device instead of per bus.
2019-12-27 mjgAdd read-mostly sleepable locks
2019-12-27 jhibbitsEliminate the last MI difference in AT_* definitions...
2019-12-26 cemrandom(9): Deprecate random(9), remove meaningless...
2019-12-26 cemrandom(4): Simplify RANDOM_LOADABLE
2019-12-26 cemgone_in(9): Trivial string grammar and style cleanups
2019-12-24 bdragonUnbreak build. It seems that mips and amd64 still pull...
2019-12-24 cemsleep(9), sleepqueue(9): const'ify wchan pointers
2019-12-24 bdragon[PowerPC] Implement Secure-PLT jump table processing...
2019-12-24 scottlBump __FreeBSD_version for the addition of busdma templ...
2019-12-24 scottlIntroduce the concept of busdma tag templates. A templa...
2019-12-23 kibFix undefined behavior: left-shifting into the sign...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-21 rlibbyDeclare packed struct ata_params as 2-byte-aligned
2019-12-21 rlibbygcc: quiet Wattribute for no_sanitize("address")
2019-12-19 bdragon[PowerPC] Only move linker sets to .data on ELFv1
2019-12-18 jhbAdd a structure for the AAD used in TLS 1.3.
2019-12-17 mjgConvert zpcpu_* inlines to macros and add zpcpu_replace.
2019-12-17 impAdd BIO_SPEEDUP
2019-12-16 pfgDouble the size of ARG_MAX on LP64 platforms.
2019-12-16 lwhsuFix gcc build after r355790
2019-12-16 kevanskbd: remove kbdsw, store pointer to driver in each...
2019-12-16 markjRemove a declaration of sched_clock() redundant after...
2019-12-16 mjgvfs: flatten vop vectors
2019-12-15 jeffschedlock 4/4
2019-12-15 jeffschedlock 2/4
2019-12-15 ianRewrite arm kernel stack unwind code to work when unwin...
2019-12-15 jeffschedlock 1/4
2019-12-15 cemRevert r355760, r355759
2019-12-15 pfgcdefs: use more accurate GCC version for the deprecated...
2019-12-14 cemcdefs: Add __deprecated(message) function attribute...
2019-12-14 mjgRemove the useless return value from proc_set_cred
2019-12-13 jhbRemove the deprecated timeout(9) interface.
2019-12-13 impCreate new wrapper function: bus_delayed_attach_children()
2019-12-13 jhbUse callout(9) instead of deprecated timeout(9) for...
2019-12-13 traszAdd kern_kill() and use it in Linuxulator. It's just...
next