]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
sctp: don't keep being locked on a stream which is removed
[FreeBSD/FreeBSD.git] / sys / kern /
2022-02-21 Mark Johnstonsleepqueue: Annotate sleepq_max_depth as static
2022-02-21 Edward Tomasz Napi... linux: Add additional ptracestop only if the debugger...
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_EVENT_EXEC
2022-02-21 Konstantin BelousovRemove PT_GET_SC_ARGS_ALL
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_GET_SYSCALL_INFO
2022-02-14 Edward Tomasz Napi... Implement unprivileged chroot
2022-02-16 Mark JohnstonFix the build after commit 5fa005e91560785dad5183db0802...
2022-02-16 John BaldwinUse vmspace->vm_stacktop in place of sv_usrstack in...
2022-02-16 Mark Johnstonexec: Reimplement stack address randomization
2022-02-16 Mark Johnstonktls: Disallow transmitting empty frames outside of...
2022-02-16 Mark Johnstonfile: Make fget*() and getvnode*() consistent about...
2022-02-14 Justin HibbitsFix gzip compressed core dumps on big endian architectures
2022-02-11 Dimitry Andrictty_info: Avoid warning by using logical instead of...
2022-02-11 Colin Percivalx86: Speed up clock calibration
2022-02-10 Kyle Evanssched: separate out schedinit_ap()
2022-02-10 Kyle Evansexecve: disallow argc == 0
2022-02-10 Hans Petter Selaskymbuf(9): Assert receive mbufs don't carry a send tag.
2022-02-09 Gordon Berglingkern_racct: Fix a typo in a source code comment
2022-02-09 Gordon Berglingkern_fflock: Fix a typo in a source code comment
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-02-07 Konstantin BelousovAdd GB_NOWITNESS flag
2022-02-07 Konstantin Belousovsyncer VOP_FSYNC(): unlock syncer vnode around call...
2022-02-07 Konstantin Belousovbuf_alloc(): lock the buffer with LK_NOWAIT
2022-02-07 Konstantin BelousovUse dedicated lock name for pbufs
2022-02-02 Alexander MotinReduce bufdaemon/bufspacedaemon shutdown time.
2022-01-31 Mark Johnstonexec: Remove the stack gap implementation
2022-01-31 Mark Johnstonsysent: Add a sv_psstringssz field to struct sysentvec
2022-01-31 Mark Johnstonexec: Introduce the PROC_PS_STRINGS() macro
2022-01-29 Konstantin BelousovAdd security.bsd.allow_ptrace sysctl
2022-01-29 Konstantin Belousovp_candebug(), p_cansee(): always allow for curproc
2022-01-24 Jessica Clarkeintrng: Use less confusing return value for intr_pic_ad...
2022-01-24 Jessica ClarkeFix buffer overread in preloaded hostuuid parsing
2022-01-24 Mark JohnstonRevert "kern_exec: Add kern.stacktop sysctl."
2022-01-24 Mark Johnstonsetrlimit: Remove special handling for RLIMIT_STACK...
2022-01-24 Mark Johnstonposixshm: Report output buffer truncation from kern...
2022-01-24 Alexander MotinReduce minimum idle hardclock rate from 2Hz to 1Hz.
2022-01-23 Alexander MotinFix inverse sleep logic in buf_daemon().
2022-01-20 Michal Melounintrng: remove now redundant shadow variable.
2022-01-20 Michal Melounintrng: Releasing interrupt source should clear interru...
2022-01-16 Mark Johnstonfd: Avoid truncating output buffers for KERN_PROC_...
2022-01-15 Konstantin BelousovIgnore debugger-injected signals left after detaching
2022-01-14 Konstantin BelousovAdd vfs_remount_ro()
2022-01-14 Stefan Eßersys/kern/sched_4bsd.c: fix typo introduced in previous...
2022-01-14 Stefan EßerRestore variable aliasing in the context of cpu set...
2022-01-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-14 Konstantin BelousovRegen
2022-01-14 Konstantin BelousovAdd sched_getcpu()
2022-01-14 Mark Johnstonexec: Simplify sv_copyout_strings implementations a bit
2022-01-12 Colin Percivalvfs_mountroot: Check for root dev before waiting
2022-01-12 Colin Percivalvfs_mountroot: Wait for GEOM idle post root holds
2022-01-12 Colin Percivalvfs_mountroot: Skip 'Root mount waiting' < 1 s
2022-01-10 Alexander Motinkern: Remove CTLFLAG_NEEDGIANT from some more sysctls.
2022-01-09 Alexander Motinkern: Remove CTLFLAG_NEEDGIANT from some sysctls.
2022-01-07 Hans Petter SelaskyRemove dead code.
2022-01-04 Alexander MotinMake CPU children explicitly share parent unit numbers.
2022-01-04 Alexander Motinbus: Cleanup device_probe_child()
2022-01-04 Warner Loshbus: Fix LINT / BUS_DEBUG build
2022-01-04 Warner Loshbus: retire DF_REBID
2022-01-02 Konstantin BelousovAdd kern.elf{32,64}.vdso knobs to enable/disable vdso...
2022-01-02 Konstantin Belousovvdso for ia32 on amd64
2022-01-02 Justin HibbitsFix assert check for SV_DSO_SIG in exec_sysvec_init_sec...
2022-01-02 Konstantin BelousovPass vdso address to userspace
2022-01-02 Konstantin Belousovamd64: wrap 64bit sigtramp into vdso
2022-01-02 Dmitry ChaginRemove bogus cast from exec_sysvec_init().
2022-01-02 Dmitry ChaginModify exec_sysvec_init() to allow non-native abi to...
2022-01-02 Konstantin Belousovitimers: strip unused bits from struct itimer and struc...
2022-01-02 Konstantin Belousovitimers_alloc: no need to initialize its_timers array
2021-12-31 Mark Johnstonfd: Initialize more export_fd_buf fields in kern_proc_c...
2021-12-31 Mark Johnstonunix: Increase the default datagram recv buffer size
2021-12-30 Bjoern A. Zeebmodules: increase MAXMODNAME and provide backward compat
2021-12-30 Dawid Goreckikern_exec: Add kern.stacktop sysctl.
2021-12-30 Dawid Goreckisetrlimit: Take stack gap into account.
2021-12-29 Colin PercivalAdd _sleep to TSLOG
2021-12-29 Colin PercivalMFC loader+userland TSLOG support
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...
next