]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / sys /
2020-12-18 kibAdd ELF flag to disable ASLR stack gap.
2020-12-18 kibproc.h: Reformat P_ and P2_ definitions.
2020-12-15 hselaskyImprove handling of alternate settings in the USB stack.
2020-12-13 mjgPatch annotation in sigdeferstop
2020-12-13 mjgfd: fix fdrop prediction when closing a fd
2020-12-12 ianProvide userland notification of gpio pin changes ...
2020-12-09 cyMFV r368464:
2020-12-07 jhbBump __FreeBSD_version for removal of crypto fd's in...
2020-12-07 hselaskyAllow sys/refcount.h to be used by standalone builds.
2020-12-04 kibAdd kern_ntp_adjtime(9).
2020-12-01 kibrtld: bump r_debug.r_version to 1 from current 0.
2020-12-01 jhbAdd a kstack_contains() helper function.
2020-12-01 mmMFV r368207:
2020-11-30 tsoomevt: if loader did pass the font via metadata, use it
2020-11-29 mmacyImport kernel WireGuard support
2020-11-29 kibReduce MAXPHYS back to 128KB on 32bit architectures.
2020-11-28 kibMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-27 markjcallout(9): Remove some leftover APM BIOS support
2020-11-26 kibMake max ticks for pause in vn_lock_pair() adjustable...
2020-11-26 seUpdate to version 3.2.0
2020-11-26 mjgthread: staticize thread_reap and move td_allocdomain
2020-11-25 jhbRemove the cloned file descriptors for /dev/crypto.
2020-11-23 mjgdtrace: stop using eventhandlers for the part compiled...
2020-11-23 mjgthread: stash domain id to work around vtophys problems...
2020-11-23 kibProvide ABI modules hooks for process exec/exit and...
2020-11-22 kevans[2/2] _umtx_op: introduce 32-bit/i386 flags for operations
2020-11-22 kevans_umtx_op: move compat32 definitions back in
2020-11-21 kibStop using eventhandlers for itimers subsystem exec...
2020-11-21 kibStop using eventhandler to invoke umtx_exec hook.
2020-11-20 sjgMerge bmake-20201117
2020-11-19 mjgpipe: thundering herd problem in pipelock
2020-11-19 mjgpipe: allow for lockless pipe_stat
2020-11-19 mjgcred: fix minor nits in r367695
2020-11-18 oshogbojail: introduce per jail suser_enabled setting
2020-11-18 mjgfd: reorder struct file to reduce false sharing
2020-11-17 cemlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 cemSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 cemunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 cemlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 kevanssys/proc.h: improve comment for new TDP2 flag
2020-11-17 kevansumtx_op: reduce redundancy required for compat32
2020-11-17 mjgcpuset: reorder so that cs_mask does not share cachelin...
2020-11-14 mjgcred: annotate credbatch_process argument as unused
2020-11-14 mjgthread: batch credential freeing
2020-11-14 mjgthread: batch resource limit free calls
2020-11-14 mjgcred: reorder cr_audit to be closer to the lock
2020-11-13 kibImplement vn_lock_pair().
2020-11-13 adrian[malloc] quieten -Werror=missing-braces with malloc...
2020-11-12 mjgmalloc: retire malloc_last_fail
2020-11-11 mjgthread: lockless zombie list manipulation
2020-11-11 markjRemove an extraneous parameter from SIGIO_ASSERT_LOCKED()
2020-11-11 markjFix a pair of races in SIGIO registration
2020-11-11 mjgthread: rework tidhash vs proc lock interaction
2020-11-11 mjgthread: fix thread0 tid allocation
2020-11-10 mjgthread: retire thread_find
2020-11-09 mjgvfs: group mount per-cpu vars into one struct
2020-11-09 mjgmalloc: retire mt_stats_zone in favor of pcpu_zone_64
2020-11-09 manuBump __FreeBSD_version after linuxkpi changes
2020-11-09 mjgbufcache: convert bo_numoutput from long to int
2020-11-09 mjgkqueue: save space by using only one func pointer for...
2020-11-08 traszMove syscall_thread_{enter,exit}() into the slow path...
2020-11-08 kevansimgact_binmisc: limit the extent of match on incoming...
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 mjgrms: several cleanups + debug read lockers handling
2020-11-07 mmelAdd a method to determine whether given interrupt is...
2020-11-07 kevansimgact_binmisc: validate flags coming from userland
2020-11-06 mjgmalloc: move malloc_type_internal into malloc_type
2020-11-05 kibSuspend all writeable local filesystems on power suspend.
2020-11-05 luporl[PowerPC] hwpmc: add support for POWER8/9 PMCs
2020-11-05 mjgmalloc: add a helper returning size allocated for given...
2020-11-05 mjgRationalize per-cpu zones.
2020-11-04 mjgBump __FreeBSD_version after rms changes
2020-11-04 mjgrms: fixup concurrent writer handling and add more...
2020-11-04 markjrefcount(9): Add refcount_release_if_last() and refcoun...
2020-11-03 cemunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-10-30 impIntegrate 4.4BSD-Lite2 changes to IOC_* definitions
2020-10-30 mjgmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 seAdd read only sysctl variable user.localbase
2020-10-30 mjgcache: add cache_vop_mkdir and rename cache_rename...
2020-10-29 jhbAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 mjgvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 jhbSupport hardware rate limiting (pacing) with TLS offload.
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-27 mjgrefcount: make it atomic-clean
2020-10-27 impRemove frontstuff
2020-10-24 impcdefs.h: remove intel_compiler support
2020-10-24 impRemove obsolete check for GCC < 3 and support for Intel...
2020-10-24 mavFix asymmetry in devstat(9) calls by GEOM.
2020-10-22 mjgvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 hselaskyImplement mbuf hashing routines for IP over infiniband...
2020-10-21 brooksvmapbuf: don't smuggle address or length in buf
2020-10-20 mjgBump __FreeBSD_version after VOP VPTOCNP and INACTIVE...
2020-10-20 mjgvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-19 brManage MSI iommu pages.
2020-10-17 mjgvfs: annotate mountlist_mtx with __exclusive_cache_line
2020-10-17 delphijBump __FreeBSD_version after ptsname_r addition.
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-15 mjgBump __FreeBSD_version after addition of VOP_EAGAIN
2020-10-15 mjgvfs: add VOP_EAGAIN
2020-10-14 aeImplement SIOCGIFALIAS.
next