]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
ibcore: Use inline function to validate port
[FreeBSD/FreeBSD.git] / sys / kern /
2021-07-25 Mateusz Guzikcache: add cache_enter_time_flags
2021-07-23 Mark Johnstoncallout: Make cc_cpu local to kern_timeout.c
2021-07-21 Konstantin BelousovDo not call FreeBSD-ABI specific code for all ABIs
2021-07-21 Konstantin BelousovMove sv_onexit() sysentvec hook slightly later
2021-07-21 Konstantin BelousovAdd sv_onexec_old() sysent hook for exec event
2021-07-18 Konstantin Belousovprocctl(PROC_ASLR_STATUS): fix vmspace leak
2021-07-17 Alexander MotinUse sleepq_signal(SLEEPQ_DROP) in cv_signal().
2021-07-13 Randall Stewarttcp: HPTS performance enhancements
2021-07-12 Warner Loshconfig_intrhook: provide config_intrhook_drain
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-07-09 Alexander MotinAllow sleepq_signal() to drop the lock.
2021-07-07 Moritz Buhlkern: fail getgroup and setgroup with negative int
2021-07-07 Konstantin Belousovnamei: add NDPREINIT() macro
2021-07-05 Mateusz Guzikktls: switch bare zone_mbuf use to m_free_raw
2021-07-05 Mateusz Guzikmbuf: add m_free_raw to be used instead of directly...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-22 Konstantin BelousovAdd a knob to disable dequeueing SIGCHLD on waiting...
2021-06-22 Konstantin BelousovAdd a knob to not drop signal with default ignored...
2021-06-22 Konstantin Belousovsigwait: add comment explaining EINTR/ERESTART details
2021-06-22 Konstantin Belousovsigwait(2) and sigtimedwait(2) must not be restarted.
2021-06-21 Mark JohnstonConsistently use the SOCKBUF_MTX() and SOCK_MTX() macros
2021-06-21 Mark JohnstonConsistently use the SOLISTENING() macro
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-14 Mark JohnstonFix handling of D_GIANTOK
2021-06-14 Mark JohnstonSuppress D_NEEDGIANT warnings for some drivers
2021-06-13 Andrew TurnerCreate VM_MEMATTR_DEVICE on all architectures
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-13 Mateusz Guzikvfs: slightly rework vn_rlimit_fsize
2021-06-13 Mark Johnstonktrace: Remove vrele() at the end of ktr_writerequest()
2021-06-13 Konstantin Belousovktrace: fix a race between writes and close
2021-06-13 Mateusz GuzikFix limit testing after 1762f674ccb571e6 ktrace commit.
2021-06-13 Mateusz GuzikFix a braino in previous.
2021-06-13 Mateusz GuzikFix tinderbox build after 1762f674ccb571e6 ktrace commit.
2021-06-13 Konstantin Belousovktrace: add a kern.ktrace.filesize_limit_signal knob
2021-06-13 Konstantin Belousovktrace: use the limit of the trace initiator for file...
2021-06-13 Konstantin Belousovktrace: pack all ktrace parameters into allocated struc...
2021-06-13 Konstantin Belousovktrace: do not stop tracing other processes if our...
2021-06-13 Konstantin Belousovaccounting: explicitly mark the exiting thread as doing...
2021-06-13 Konstantin Belousovsysent: allow ABI to disable setid on exec.
2021-06-13 Konstantin Belousovkern_exec.c: Add execve_nosetid() helper
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-07 Konstantin BelousovAdd thread_reap_barrier()
2021-06-07 Konstantin Belousovquisce_cpus(): add special handling for PDROP
2021-06-07 Konstantin Belousovkern_thread.c: wrap too long lines
2021-06-07 Konstantin Belousovkern linker: do not allow more than one kldload and...
2021-06-07 Mateusz Guzikkqueue: replace kq_ncallouts loop with atomic_fetchadd
2021-06-07 Mateusz Guzikvfs: use the sentinel trick in locked lookup path parsing
2021-06-07 Mateusz Guzikfd: use PROC_WAIT_UNLOCKED when clearing p_fd/p_pd
2021-06-07 Mateusz Guzikvfs: retire unused vn_seqc_write_begin_unheld*
2021-06-07 Mateusz Guzikvfs: elide vnode locking when it is only needed for...
2021-06-07 Mateusz Guzikumtx: convert umtxq_lock to a macro
2021-06-07 Rich Ercolanivfs: fix MNT_SYNCHRONOUS check in vn_write
2021-06-06 Konstantin Belousovvinvalbuf: do not panic if we were unable to flush...
2021-06-04 Mark JohnstonFix handling of errors from pru_send(PRUS_NOTREADY)
2021-06-03 Mark Johnstonktrace: Handle negative array sizes in ktrstructarray
2021-06-02 Mateusz Guziklockprof: move panic check after inspecting the state
2021-06-02 Mateusz Guziklockprof: pass lock type as an argument instead of...
2021-06-02 Mateusz Guziklockprof: add contested-only profiling
2021-06-02 Mateusz Guziklockprof: retire lock_prof_skipcount
2021-06-02 Hans Petter SelaskyThe old thread priority must be stored as part of the...
2021-06-02 Hans Petter SelaskyProperly define EPOCH(9) function macro.
2021-06-02 Hans Petter SelaskyMake sure all tasklets are drained before unloading...
2021-06-02 Hans Petter SelaskyAccessing the epoch structure should happen after the...
2021-06-02 Hans Petter SelaskyRework for-loop in EPOCH(9) to reduce indentation level.
2021-06-01 Konstantin Belousovptrace: add an option to not kill debuggees on debugger...
2021-06-01 Konstantin Belousovsys_process.c: extract ptrace_unsuspend()
2021-05-31 Konstantin BelousovMove mnt_maxsymlinklen into appropriate fs mount data...
2021-05-31 Kirk McKusickFix handling of embedded symbolic links (and history...
2021-05-29 Konstantin Belousovvn_need_pageq_flush(): simplify
2021-05-26 Mark JohnstonFix mbuf leaks in various pru_send implementations
2021-05-25 Lv Yunlongsocket: Release cred reference later in sodealloc()
2021-05-25 Konstantin Belousovkern_descrip.c: Style
2021-05-25 Konstantin Belousovttydev_write: prevent stops while terminal is busied
2021-05-22 Mark Johnstonvfs: Fix error handling in vn_fullpath_hardlink()
2021-05-22 Mateusz Guzikvfs: refactor vdrop
2021-05-22 Mateusz Guzikvfs: change vn_freevnodes_* prefix to idiomatic vfs_fre...
2021-05-22 Mateusz Guzikvfs: add missing atomic conversion to writecount adjustment
2021-05-22 Mateusz Guzikvfs: add more safety against concurrent forced unmount...
2021-05-22 Mateusz Guzikvfs: lockless writecount adjustment in set/unset text
2021-05-22 Mateusz Guzikcache: remove incomplete lockless lockout support durin...
2021-05-22 Mateusz Guzikcache: extend mismatch vnode assert print to include...
2021-05-22 Ryan LibbyClose races in vm object chain traversal for unlock
2021-05-22 Konstantin BelousovConstify vm_pager-related virtual tables.
2021-05-21 Mark Johnstonkqueue timer: Remove detached knotes from the process...
2021-05-21 Colin PercivalMFC fixes to hostuuid handling
2021-05-20 Mark Johnstonfork: Suspend other threads if both RFPROC and RFMEM...
2021-05-20 Mark Johnstonposix timers: Check for overflow when converting to ns
2021-05-20 Ed Masteregen syscall files after 0bd5d81f1edf
2021-05-19 Mateusz Guzikcache: fix lockless absolute symlink traversal to non...
2021-05-19 Konstantin Belousovvn_open_cred(): disallow O_CREAT | O_EMPTY_PATH
2021-05-19 Konstantin Belousovopenat(2): add O_EMPTY_PATH
2021-05-18 Mateusz Guzikvfs: fix vnode use count leak in O_EMPTY_PATH support
2021-05-16 Rick Macklemcopy_file_range(2): improve copying of a large hole...
2021-05-10 Elliott Mitchellkern/intr: declare interrupt vectors unsigned
2021-05-10 Mark Johnstonsmp: Initialize arg->cpus sooner in smp_rendezvous_cpus...
2021-05-10 Konstantin BelousovAdd ptrace(PT_COREDUMP)
2021-05-10 Konstantin Belousovptracestop: mark threads suspended there with the new...
next