]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add ELF flag to disable ASLR stack gap.
[FreeBSD/FreeBSD.git] / sys / kern /
2020-11-14 mjgthread: batch credential freeing
2020-11-14 mjgthread: batch resource limit free calls
2020-11-14 mjgthread: rework tid batch to use helpers
2020-11-14 mjgthread: pad tid lock
2020-11-13 mjgmalloc: retire MALLOC_PROFILE
2020-11-13 kibAllow some VOPs to return ERELOOKUP to indicate VFS...
2020-11-13 kibImplement vn_lock_pair().
2020-11-12 mjgmalloc: retire malloc_last_fail
2020-11-12 mjgthread: move nthread management out of tid_alloc
2020-11-11 kevansumtx: drop incorrect timespec32 definition
2020-11-11 mjgthread: batch tid_free calls in thread_reap
2020-11-11 mjgthread: lockless zombie list manipulation
2020-11-11 markjFix a pair of races in SIGIO registration
2020-11-11 mjgthread: add more fine-grained tidhash locking
2020-11-11 mjgthread: rework tidhash vs proc lock interaction
2020-11-11 mjgthread: fix thread0 tid allocation
2020-11-10 mjgthread: tidy up r367543
2020-11-10 mjgAllow rtprio_thread to operate on threads of any process
2020-11-10 mjgthread: retire thread_find
2020-11-10 mjgthread: use tdfind in sysctl_kern_proc_kstack
2020-11-10 mjgthreads: remove the unused TID_BUFFER_SIZE macro
2020-11-10 mjgthread: adds newer bits for r367537
2020-11-09 mjgthreads: reimplement tid allocation on top of a bitmap
2020-11-09 mjgthreads: introduce a limit for total number
2020-11-09 mjgvfs: group mount per-cpu vars into one struct
2020-11-09 mjgmalloc: provide 384 byte zone
2020-11-09 mjgmalloc: retire mt_stats_zone in favor of pcpu_zone_64
2020-11-09 mjgAdd more per-cpu zones.
2020-11-09 mjgprocdesc: convert the zone to a malloc type
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 tuexenThe ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE...
2020-11-07 kevansimgact_binmisc: move some calculations out of the exec...
2020-11-07 mjgrms: several cleanups + debug read lockers handling
2020-11-07 kevansimgact_binmisc: reorder members of struct imgact_binmis...
2020-11-07 mmelAdd a method to determine whether given interrupt is...
2020-11-07 traszMove TDB_USERWR check under 'if (traced)'.
2020-11-07 kevansimgact_binmisc: abstract away the list lock (NFC)
2020-11-07 kevansimgact_binmisc: validate flags coming from userland
2020-11-07 kevansepoch: support non-preemptible epochs checking in_epoch()
2020-11-07 kevansimgact_binmisc: minor re-organization of imgact_binmisc...
2020-11-07 mjgmalloc: tweak the version check in r367432 to include...
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 mjgmalloc: add a helper returning size allocated for given...
2020-11-05 mjgRationalize per-cpu zones.
2020-11-05 mjgpoll/select: change selfd_zone into a malloc type
2020-11-05 mjgvfs: change nt_zone into a malloc type
2020-11-05 kevansimgact_binmisc: fix up some minor nits
2020-11-05 mjgfd: make all f_count uses go through refcount_*
2020-11-05 mjgfd: hide _fdrop 0 count check behind INVARIANTS
2020-11-04 mjgpipe: whitespace nit in previous
2020-11-04 mjgpipe: fix POLLHUP handling if no events were specified
2020-11-04 mjgrms: fixup concurrent writer handling and add more...
2020-11-04 markjvmspace: Convert to refcount(9)
2020-11-03 brookssysvshm: pass relevant uap members as arguments
2020-11-03 cemunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-11-02 mjgmalloc: prefix zones with malloc-
2020-11-02 mjgmalloc: export kernel zones instead of relying on them...
2020-10-31 seMake sysctl user.local a tunable that can be written...
2020-10-30 mjgmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 seAdd read only sysctl variable user.localbase
2020-10-30 mjgvfs: change vnode poll to just a malloc type
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 NAMEI_DBG_HADSTARTDIR handling lost in rewrite
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 kibCheck for process group change in tty_wait_background().
2020-10-28 traszAdd local variable to store the sysent pointer. Just...
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-27 mjgvfs: tidy up vnlru_free
2020-10-27 mjgvfs: fix vnode reclaim races against getnwevnode
2020-10-26 mjgcache: add missing NIRES_ABS handling
2020-10-26 mavEnable bioq 'car limit' added at r335066 at 128 bios.
2020-10-24 mavFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 bro Add iommu de-initialization method for MSI interface.
2020-10-24 freqlabssysctl+kern_sysctl: Honor SKIP for descendant nodes
2020-10-24 freqlabskern_sysctl: Misc code cleanup
2020-10-24 kevansaudit: correct reporting of *execve(2) success
2020-10-24 mjgcache: assorted typo fixes
2020-10-24 mjgcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 mjgvfs: fix a race where reclaim vholds freed vnodes
2020-10-24 mjgcache: batch updates to numcache in case of mass removal
2020-10-24 mjgcache: refactor alloc/free
2020-10-24 mjgcache: fold branch prediction into cache_ncp_canuse
2020-10-24 mjgcache: fix some typos
2020-10-24 mjgcache: drop write-only vars
2020-10-23 brMove the iommu stubs to a generic place, so they are...
2020-10-23 mjgcache: reduce memory waste in struct namecache
2020-10-23 mjgvfs: stop taking the interlock in vnode reclaim
2020-10-22 mjgvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 mjgcache: assert the created entry does not point to itself
2020-10-22 kibsysv_sem: semusz depends on semume.
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-21 mjgcache: drop the spurious slash_prefixed argument
2020-10-20 mjgvfs: drop the de facto curthread argument from VOP_INACTIVE
next