]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
In ext2fs, BA_CLRBUF is used in ext2_balloc() not UFS_BALLOC().
[FreeBSD/FreeBSD.git] / sys / kern /
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
2020-11-17 Kyle Evansumtx_op: reduce redundancy required for compat32
2020-11-17 Kyle Evans_umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATE
2020-11-17 Konstantin Belousovvmem: trivial warning and style fixes.
2020-11-17 Mateusz Guzikcpuset: refcount-clean
2020-11-16 Mateusz Guzikmalloc: make malloc_large closer to standalone
2020-11-16 Mateusz Guzikselect: call seltdfini on process and thread exit
2020-11-16 Mateusz Guzikselect: replace reference counting with memory barriers...
2020-11-15 Mateusz Guziksched: fix an incorrect comparison in sched_lend_user_p...
2020-11-14 Mateusz Guzikthread: batch credential freeing
2020-11-14 Mateusz Guzikthread: batch resource limit free calls
2020-11-14 Mateusz Guzikthread: rework tid batch to use helpers
2020-11-14 Mateusz Guzikthread: pad tid lock
2020-11-13 Jung-uk KimMFV: r367652
2020-11-13 Mateusz Guzikmalloc: retire MALLOC_PROFILE
2020-11-13 Konstantin BelousovAllow some VOPs to return ERELOOKUP to indicate VFS...
2020-11-13 Konstantin BelousovImplement vn_lock_pair().
2020-11-12 Mateusz Guzikmalloc: retire malloc_last_fail
2020-11-12 Mateusz Guzikthread: move nthread management out of tid_alloc
2020-11-11 Kyle Evansumtx: drop incorrect timespec32 definition
2020-11-11 Mateusz Guzikthread: batch tid_free calls in thread_reap
2020-11-11 Mateusz Guzikthread: lockless zombie list manipulation
2020-11-11 Mark JohnstonFix a pair of races in SIGIO registration
2020-11-11 Mateusz Guzikthread: add more fine-grained tidhash locking
2020-11-11 Mateusz Guzikthread: rework tidhash vs proc lock interaction
2020-11-11 Mateusz Guzikthread: fix thread0 tid allocation
next