]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
qat: Address -Wunused-but-set-variable warnings
[FreeBSD/FreeBSD.git] / sys / kern /
2021-12-20 Konstantin BelousovRegen
2021-12-20 Konstantin Belousovswapoff: add one more variant of the syscall
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-19 Florian WalpenAdd idle priority scheduling privilege group to MAC...
2021-12-19 Florian WalpenAdd PRIV_SCHED_IDPRIO
2021-12-19 Konstantin Belousovexec_elf: use intermediate u_long variable to correct...
2021-12-19 Konstantin Belousovimgact_elf: avoid mapsz overflow
2021-12-19 Konstantin Belousovimgact_elf: check that the alignment of PT_LOAD segment...
2021-12-19 Konstantin Belousovimgact_elf: exclude invalid alignment requests
2021-12-19 Konstantin Belousovrnd_elf: add comment explaining the interface
2021-12-19 Konstantin Belousovelf image activator: convert asserts into errors
2021-12-19 Konstantin Belousovexec_elf: assert that the image vnode is still locked...
2021-12-19 Konstantin BelousovStyle
2021-12-18 Rick Macklemvfs: Add "ioflag" and "cred" arguments to VOP_ALLOCATE
2021-12-18 Alexander MotinMake msgbuf_peekbytes() not return leading zeroes.
2021-12-17 Andriy Gaponkern_tc: unify timecounter to bintime delta conversion
2021-12-15 Konstantin BelousovKernel linkers: add emergency sysctl to restore old...
2021-12-15 Konstantin Belousovkernel linker: do not read debug symbol tables for...
2021-12-15 Konstantin Belousovlinker_debug_symbol_values(): use proper linker interfa...
2021-12-13 Konstantin BelousovStyle
2021-12-13 Konstantin Belousovfcntl(2): add F_KINFO operation
2021-12-13 Konstantin BelousovAdd declaration for static export_file_to_kinfo()
2021-12-10 Konstantin Belousovimgact_aout.c: some style
2021-12-10 Konstantin Belousovimgact_aout.c: We do not expect the aout support to...
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
next