]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / kern /
2020-12-19 kevanskern: cpuset: allow jails to modify child jails' roots
2020-12-18 kibAdd ELF flag to disable ASLR stack gap.
2020-12-17 jhbUse a template assembly file for firmware object files.
2020-12-17 kibFix a race in tty_signal_sessleader() with unlocked...
2020-12-17 mjgfd: reimplement close_range to avoid spurious relocking
2020-12-17 mjgaudit: rework AUDIT_SYSCLOSE
2020-12-17 mjgfd: refactor closefp in preparation for close_range...
2020-12-16 mjgfd: remove redundant saturation check from fget_unlocke...
2020-12-13 mjguipc: disable prediction in unp_pcb_lock_peer
2020-12-13 mjgcache: fix ups bad predicts
2020-12-13 mjgvfs: correctly predict last fdrop on failed open
2020-12-13 kibFix TDP_WAKEUP/thr_wake(curthread->td_tid) after r366428.
2020-12-13 kibCorrect indent.
2020-12-13 mjgfd: fix fdrop prediction when closing a fd
2020-12-11 rlibbycache_fplookup: quiet gcc -Wreturn-type
2020-12-10 mjgfd: make serialization in fdescfree_fds conditional...
2020-12-09 markjPlug a race between fd table teardown and several loops
2020-12-09 markjUse refcount_load(9) to load fd table reference counts
2020-12-09 cyMFV r368464:
2020-12-08 kevanscpuset_set{affinity,domain}: do not allow empty masks
2020-12-08 kevanskern: cpuset: resolve race between cpuset_lookup/cpuset_rel
2020-12-08 kevanskern: cpuset: plug a unr leak
2020-12-06 mjgvfs: add cleanup on error missed in r368375
2020-12-06 mjgvfs: factor buffer allocation/copyin out of namei
2020-12-05 mjgvfs: keep bad ops on vnode reclaim
2020-12-04 kibAdd kern_ntp_adjtime(9).
2020-12-04 kevanskern: soclose: don't sleep on SO_LINGER w/ timeout=0
2020-12-03 markjAlways use 64-bit physical addresses for dump_avail...
2020-12-03 gonzoAdd support for hw.physmem tunable for ARM/ARM64/RISC...
2020-12-02 mjgselect: make sure there are no wakeup attempts after...
2020-12-01 kiblio_listio(2): send signal even if number of jobs is...
2020-12-01 kibvfs_aio.c: style.
2020-12-01 kibvfs_aio.c: correct comment.
2020-12-01 markjvmem: Revert r364744
2020-12-01 mmMFV r368207:
2020-11-30 melifaroMove inner loop logic out of sysctl_sysctl_next_ls().
2020-11-30 tsoomevt: if loader did pass the font via metadata, use it
2020-11-30 tsoomeAdd VT driver for VBE framebuffer device
2020-11-29 mmacyImport kernel WireGuard support
2020-11-29 kibbio aio: Destroy ephemeral mapping before unwiring...
2020-11-29 mavRemove alignment requirements for KVA buffer mapping.
2020-11-28 kibMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-28 kevanskern: cpuset: drop the lock to allocate domainsets
2020-11-27 markjcallout(9): Remove some leftover APM BIOS support
2020-11-26 kibvn_read_from_obj(): fix handling of doomed vnodes.
2020-11-26 kibMore careful handling of the mount failure.
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 mjgpipe: follow up cleanup to previous
2020-11-25 mjgpipe: drop spurious pipeunlock/pipelock cycle on write
2020-11-25 kevanskern: cpuset: properly rebase when attaching to a jail
2020-11-25 kevanskern: cpuset: rename _cpuset_create() to cpuset_init()
2020-11-25 kevanskern: cpuset: allow cpuset_create() to take an allocate...
2020-11-25 kevanskern: never restart syscalls calling closefp(), e.g...
2020-11-24 cyFix a typo in a comment.
2020-11-24 mjglocks: push lock_delay_arg_init calls down
2020-11-24 mjgsx: drop spurious volatile keyword
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-23 traszRemove the 'wantparent' variable, unused since r145004.
2020-11-23 kevanscpuset_setproc: use the appropriate parent for new...
2020-11-23 kevansfreebsd32: take the _umtx_op struct definitions back
2020-11-23 kevanskern: dup: do not assume oldfde is valid
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-22 rewfd: free old file descriptor tables when not shared
2020-11-21 kibStop using eventhandlers for itimers subsystem exec...
2020-11-21 kibRemove unused prototype.
2020-11-21 kibStop using eventhandler to invoke umtx_exec hook.
2020-11-20 mckusickOnly attempt a VOP_UNLOCK() when the vn_lock() has...
2020-11-20 mmelAlso pass interrupt binding request to non-root interru...
2020-11-20 sjgMerge bmake-20201117
2020-11-19 mjgpipe: thundering herd problem in pipelock
2020-11-19 markjcallout(9): Fix a race between CPU migration and callou...
2020-11-19 mhorneAdd an option for entering KDB on recursive panics
2020-11-19 mjgthread: numa-aware zombie reaping
2020-11-19 mjgpipe: tidy up pipelock
2020-11-19 mjgpipe: allow for lockless pipe_stat
2020-11-19 mjgcred: fix minor nits in r367695
2020-11-19 mjgsmp: fix smp_rendezvous_cpus_retry usage before smp...
2020-11-19 markjRemove NO_EVENTTIMERS support
2020-11-18 oshogboAdd CTLFLAG_MPSAFE to the suser_enabled sysctl.
2020-11-18 oshogbojail: introduce per jail suser_enabled setting
2020-11-18 oshogboFix style nits.
2020-11-18 jhbFix a few nits in vn_printf().
2020-11-18 kevans_umtx_op: fix robust lists after r367744
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 kevansFix !COMPAT_FREEBSD32 kernel build
2020-11-17 kevansumtx_op: reduce redundancy required for compat32
2020-11-17 kevans_umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATE
2020-11-17 kibvmem: trivial warning and style fixes.
2020-11-17 mjgcpuset: refcount-clean
2020-11-16 mjgmalloc: make malloc_large closer to standalone
2020-11-16 mjgselect: call seltdfini on process and thread exit
2020-11-16 mjgselect: replace reference counting with memory barriers...
next