]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vm_fault: Factor out per-object operations into vm_fault_object()
[FreeBSD/FreeBSD.git] / sys / kern /
2021-12-06 Wuyang ChungCorrect the name of the second parameter of biowait...
2021-12-06 Konstantin BelousovExpand comment explaining reasons for automatic swapoff...
2021-12-06 Konstantin Belousovshutdown: unmount filesystems after swapoff
2021-12-05 Gordon Berglingkern: Correct a typo in a sysctl description
2021-12-05 Konstantin Belousovlinker_kldload_busy(): allow recursion
2021-12-03 Gordon Berglingvfs: Fix a typo in a sysctl description
2021-12-03 Mitchell HorneAllow minidumps to be performed on the live system
2021-12-03 Mitchell Horneminidump: Parameterize minidumpsys()
2021-12-02 Mark Johnstonlink_elf_obj: Process global ifunc relocs after other...
2021-11-30 Mark Johnstonmbuf: Only allow extpg mbufs if the system has a direct map
2021-11-29 Mark Johnstonvm: Add a mode to vm_object_page_remove() which skips...
2021-11-29 Justin HibbitsFix segment size in compressing core dumps
2021-11-28 Gordon Berglingsched_ule(4): Fix two typo in source code comments
2021-11-23 John Baldwinktls: Reject some invalid cipher suites.
2021-11-23 John Baldwinktls: Ensure FIFO encryption order for TLS 1.0.
2021-11-23 John Baldwinktls: Reject attempts to enable AES-CBC with TLS 1.3.
2021-11-23 John Baldwinktls: Use COUNTER_U64_DEFINE_EARLY for the ktls_toe_cha...
2021-11-23 John BaldwinAdd Chacha20-Poly1305 as a KTLS cipher suite.
2021-11-23 John BaldwinStop creating socket aio kprocs during boot.
2021-11-23 Mark Johnstonunix: Remove a write-only local variable
2021-11-22 Mark Johnstonclock: Group the "clocks" SYSINIT with the function...
2021-11-22 Mark Johnstontimecounter: Initialize tc_lock earlier
2021-11-21 Konstantin BelousovKernel linkers: some style
2021-11-19 Warner Loshsysbeep: Adjust interface to take a duration as a sbt
2021-11-19 Konstantin BelousovDEBUG_VFS_LOCKS: stop excluding devfs and doomed vnode...
2021-11-19 Konstantin BelousovMake locking assertions for VOP_FSYNC() and VOP_FDATASY...
2021-11-19 Konstantin Belousovfreevnode(): lock the freeing vnode around destroy_vpol...
2021-11-19 Konstantin Belousovgetblk(): do not require devvp vnodes to be locked
2021-11-18 Konstantin Belousovstart_init: use 'p'
2021-11-12 Hans Petter SelaskyFactor out flags preserved during mbuf demote into...
2021-11-06 Konstantin Belousovfexecve(2): allow O_PATH file descriptors opened withou...
2021-11-06 Konstantin Belousovproc_get_binpath(): provide syntaxically correct value...
2021-11-06 Konstantin Belousovproc_get_binpath(): return empty string instead of...
2021-11-06 Konstantin Belousovfexecve(2): restore the attempts to calculate the execu...
2021-11-06 Konstantin BelousovExtract proc_get_binpath() from sysctl_kern_proc_pathname()
2021-11-06 Konstantin Belousovsysctl kern.proc.procname: report right hardlink name
2021-11-06 Konstantin Belousovexec: store parent directory and hardlink name of the...
2021-11-06 Konstantin Belousovexec: provide right hardlink name in AT_EXECPATH
2021-11-06 Konstantin BelousovMake vn_fullpath_hardlink() externally callable
2021-11-06 Konstantin Belousovstruct image_params: use bool type for boolean members
2021-11-06 Konstantin Belousovdo_execve(): switch boolean locals to use bool type
2021-11-06 Konstantin Belousovkern_exec.c: style
2021-11-04 Konstantin BelousovUnmap shared page manually before doing vm_map_remove...
2021-11-04 Sebastian Huberkern_tc.c: Scaling/large delta recalculation
2021-11-03 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-11-03 Mark Johnstonrmslock: Update td_locks during lock and unlock operations
2021-11-02 Mark Johnstonkasan: Use vm_offset_t for the first parameter to kasan...
2021-11-02 Alexander Motinsleepqueue(9): Remove sbinuptime() from sleepq_timeout().
2021-11-01 Mark JohnstonGeneralize sanitizer interceptors for memory and string...
2021-11-01 Mark JohnstonGeneralize bus_space(9) and atomic(9) sanitizer interce...
2021-11-01 Mark JohnstonKASAN: Disable checking before triggering a panic
2021-11-01 Mark JohnstonKASAN: Implement __asan_unregister_globals()
2021-11-01 Mark Johnstonrealloc: Fix KASAN(9) shadow map updates
2021-11-01 Mark Johnstonmalloc: Add state transitions for KASAN
2021-11-01 Mark Johnstonexecve: Mark exec argument buffers
2021-11-01 Mark Johnstonvfs: Add KASAN state transitions for vnodes
2021-11-01 Mark Johnstonamd64: Implement a KASAN shadow map
2021-11-01 Mark JohnstonAdd the KASAN runtime
2021-11-01 Mark Johnstontimecounter: Lock the timecounter list
2021-11-01 Mark Johnstonsignal: Add SIG_FOREACH and refactor issignal()
2021-10-30 Gordon Berglingjail(8): Fix a few common typos in source code comments
2021-10-27 Konstantin Belousovuipc_shm: silent warnings about write-only variables...
2021-10-27 Konstantin Belousovsig_ast_checksusp(): mark the local p as __diagused
2021-10-27 Konstantin Belousovsubr_firmware.c::unloadentry(): remove write-only variable
2021-10-26 Konstantin Belousovprocctl: stop using SA_*LOCKED, define local enum
2021-10-26 Konstantin Belousovkern_procctl: skip zombies for process group operations
2021-10-26 Konstantin Belousovkern_procctl.c: use td->td_proc instead of curproc
2021-10-26 Konstantin Belousovprocctl: actually require debug privileges over target
2021-10-26 Konstantin Belousovprocctl: make it possible to specify that some operatio...
2021-10-26 Konstantin Belousovsys_procctl(): zero the data buffer once, on syscall...
2021-10-26 Konstantin Belousovsys_procctl(): use table data to do copyin/copyout
2021-10-26 Konstantin Belousovkern_procctl_single(): convert to use table data
2021-10-26 Konstantin Belousovprocctl: convert PDEATHSIG_CTL/STATUS to regular kern_p...
2021-10-26 Konstantin Belousovprocctl(2): add consistent shortcut P_ID:0 as curproc
2021-10-26 Konstantin Belousovkern_procctl(): convert the function to be table-driven
2021-10-26 Konstantin Belousovsys_procctl(2): remove sysproto and argused
2021-10-25 Andrew TurnerAdd pmap_change_prot on arm64
2021-10-24 Jessica Clarkeriscv: Implement pmap_mapdev_attr
2021-10-21 Alexander Motinsched_ule(4): Fix possible significance loss.
2021-10-21 Alexander Motinsched_ule(4): Fix hang with steal_thresh < 2.
2021-10-21 Alexander Motinx86: Add NUMA nodes into CPU topology.
2021-10-21 Alexander MotinFix build without SMP.
2021-10-21 Alexander Motinsched_ule(4): Improve long-term load balancer.
2021-10-21 Alexander Motinsbuf(9): Microoptimize sbuf_put_byte()
2021-10-21 John Baldwincrypto: Add a new type of crypto buffer for a single...
2021-10-21 John Baldwinsglist: Add sglist_append_single_mbuf().
2021-10-21 John BaldwinRename m_unmappedtouio() to m_unmapped_uiomove().
2021-10-21 John BaldwinExtend m_copyback() to support unmapped mbufs.
2021-10-21 John BaldwinExtend m_apply() to support unmapped mbufs.
2021-10-20 Mark Johnstonmount: Check for !VDIR mount points before handling...
2021-10-19 John BaldwinDocument kern.log_wakeups_per_second.
2021-10-19 Brooks Davisselsocket: handle sopoll() errors correctly
2021-10-19 Brooks Davismakesyscalls.lua: add a CAPENABLED flag
2021-10-19 Brooks Davismakesyscalls.lua: Add a new syscall type: RESERVED
2021-10-17 Mark Johnstonvfs: Permit unix sockets to be opened with O_PATH
2021-10-16 Mark Johnstontimecounter: Let kern.timecounter.stepwarnings be set...
2021-10-16 Greg VO_PATH: allow vfs_extattr syscalls
2021-10-15 Konstantin BelousovStyle
2021-10-15 Mitchell Horneminidump: De-duplicate the progress bar
2021-10-11 Mateusz Guzikvfs: hoist cn_thread assert in namei
next