]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / kern /
2020-12-19 Kyle Evanskern: cpuset: allow jails to modify child jails' roots
2020-12-18 Konstantin BelousovAdd ELF flag to disable ASLR stack gap.
2020-12-18 Xin LIMFV r368746:
2020-12-17 John BaldwinUse a template assembly file for firmware object files.
2020-12-17 Konstantin BelousovFix a race in tty_signal_sessleader() with unlocked...
2020-12-17 Mateusz Guzikfd: reimplement close_range to avoid spurious relocking
2020-12-17 Mateusz Guzikaudit: rework AUDIT_SYSCLOSE
2020-12-17 Mateusz Guzikfd: refactor closefp in preparation for close_range...
2020-12-16 Mateusz Guzikfd: remove redundant saturation check from fget_unlocke...
2020-12-13 Mateusz Guzikuipc: disable prediction in unp_pcb_lock_peer
2020-12-13 Mateusz Guzikcache: fix ups bad predicts
2020-12-13 Mateusz Guzikvfs: correctly predict last fdrop on failed open
2020-12-13 Konstantin BelousovFix TDP_WAKEUP/thr_wake(curthread->td_tid) after r366428.
2020-12-13 Konstantin BelousovCorrect indent.
2020-12-13 Mateusz Guzikfd: fix fdrop prediction when closing a fd
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 Ryan Libbycache_fplookup: quiet gcc -Wreturn-type
2020-12-10 Mateusz Guzikfd: make serialization in fdescfree_fds conditional...
2020-12-09 Mark JohnstonPlug a race between fd table teardown and several loops
2020-12-09 Mark JohnstonUse refcount_load(9) to load fd table reference counts
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-08 Kyle Evanscpuset_set{affinity,domain}: do not allow empty masks
2020-12-08 Kyle Evanskern: cpuset: resolve race between cpuset_lookup/cpuset_rel
2020-12-08 Kyle Evanskern: cpuset: plug a unr leak
2020-12-06 Mateusz Guzikvfs: add cleanup on error missed in r368375
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-06 Mateusz Guzikvfs: factor buffer allocation/copyin out of namei
2020-12-05 Mateusz Guzikvfs: keep bad ops on vnode reclaim
2020-12-04 Konstantin BelousovAdd kern_ntp_adjtime(9).
2020-12-04 Kyle Evanskern: soclose: don't sleep on SO_LINGER w/ timeout=0
2020-12-03 Mark JohnstonAlways use 64-bit physical addresses for dump_avail...
2020-12-03 Oleksandr TymoshenkoAdd support for hw.physmem tunable for ARM/ARM64/RISC...
2020-12-02 Mateusz Guzikselect: make sure there are no wakeup attempts after...
2020-12-01 Konstantin Belousovlio_listio(2): send signal even if number of jobs is...
2020-12-01 Konstantin Belousovvfs_aio.c: style.
2020-12-01 Konstantin Belousovvfs_aio.c: correct comment.
2020-12-01 Mark Johnstonvmem: Revert r364744
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 Alexander V. ChernikovMove inner loop logic out of sysctl_sysctl_next_ls().
2020-11-30 Toomas Soomevt: if loader did pass the font via metadata, use it
2020-11-30 Toomas SoomeAdd VT driver for VBE framebuffer device
2020-11-29 Matt MacyImport kernel WireGuard support
2020-11-29 Konstantin Belousovbio aio: Destroy ephemeral mapping before unwiring...
2020-11-29 Alexander MotinRemove alignment requirements for KVA buffer mapping.
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-28 Kyle Evanskern: cpuset: drop the lock to allocate domainsets
2020-11-27 Mark Johnstoncallout(9): Remove some leftover APM BIOS support
2020-11-26 Konstantin Belousovvn_read_from_obj(): fix handling of doomed vnodes.
2020-11-26 Konstantin BelousovMore careful handling of the mount failure.
2020-11-26 Konstantin BelousovMake max ticks for pause in vn_lock_pair() adjustable...
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-26 Mateusz Guzikthread: staticize thread_reap and move td_allocdomain
2020-11-25 Mateusz Guzikpipe: follow up cleanup to previous
2020-11-25 Mateusz Guzikpipe: drop spurious pipeunlock/pipelock cycle on write
2020-11-25 Kyle Evanskern: cpuset: properly rebase when attaching to a jail
2020-11-25 Kyle Evanskern: cpuset: rename _cpuset_create() to cpuset_init()
2020-11-25 Kyle Evanskern: cpuset: allow cpuset_create() to take an allocate...
2020-11-25 Kyle Evanskern: never restart syscalls calling closefp(), e.g...
2020-11-24 Cy SchubertFix a typo in a comment.
2020-11-24 Mateusz Guziklocks: push lock_delay_arg_init calls down
2020-11-24 Mateusz Guziksx: drop spurious volatile keyword
2020-11-23 Mateusz Guzikdtrace: stop using eventhandlers for the part compiled...
2020-11-23 Mateusz Guzikthread: stash domain id to work around vtophys problems...
2020-11-23 Konstantin BelousovProvide ABI modules hooks for process exec/exit and...
2020-11-23 Edward Tomasz Napi... Remove the 'wantparent' variable, unused since r145004.
2020-11-23 Kyle Evanscpuset_setproc: use the appropriate parent for new...
2020-11-23 Kyle Evansfreebsd32: take the _umtx_op struct definitions back
2020-11-23 Kyle Evanskern: dup: do not assume oldfde is valid
2020-11-22 Kyle Evans[2/2] _umtx_op: introduce 32-bit/i386 flags for operations
2020-11-22 Kyle Evans_umtx_op: move compat32 definitions back in
2020-11-22 Robert Wingfd: free old file descriptor tables when not shared
2020-11-21 Konstantin BelousovStop using eventhandlers for itimers subsystem exec...
2020-11-21 Konstantin BelousovRemove unused prototype.
2020-11-21 Konstantin BelousovStop using eventhandler to invoke umtx_exec hook.
2020-11-20 Kirk McKusickOnly attempt a VOP_UNLOCK() when the vn_lock() has...
2020-11-20 Michal MelounAlso pass interrupt binding request to non-root interru...
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Mateusz Guzikpipe: thundering herd problem in pipelock
2020-11-19 Mark Johnstoncallout(9): Fix a race between CPU migration and callou...
2020-11-19 Mitchell HorneAdd an option for entering KDB on recursive panics
2020-11-19 Mateusz Guzikthread: numa-aware zombie reaping
2020-11-19 Mateusz Guzikpipe: tidy up pipelock
2020-11-19 Mateusz Guzikpipe: allow for lockless pipe_stat
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-19 Mateusz Guzikcred: fix minor nits in r367695
2020-11-19 Mateusz Guziksmp: fix smp_rendezvous_cpus_retry usage before smp...
2020-11-19 Mark JohnstonRemove NO_EVENTTIMERS support
2020-11-18 Mariusz ZaborskiAdd CTLFLAG_MPSAFE to the suser_enabled sysctl.
2020-11-18 Mariusz Zaborskijail: introduce per jail suser_enabled setting
2020-11-18 Mariusz ZaborskiFix style nits.
2020-11-18 John BaldwinFix a few nits in vn_printf().
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-18 Kyle Evans_umtx_op: fix robust lists after r367744
2020-11-17 Conrad Meyerlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 Conrad MeyerSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 Conrad Meyerunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 Conrad Meyerlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 Kyle EvansFix !COMPAT_FREEBSD32 kernel build
next