]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
kern_exec.c: Add execve_nosetid() helper
[FreeBSD/FreeBSD.git] / sys / kern /
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...
2021-05-10 Konstantin Belousovptrace: do not allow for parallel ptrace requests
2021-05-10 Konstantin Belousovkern_ptrace(): extract code to determine ptrace eligibi...
2021-05-10 Konstantin Belousovkern_ptrace: change type of proctree_locked to bool
2021-05-10 Konstantin BelousovAdd thread_run_flash() helper
2021-05-10 Konstantin BelousovAdd sleepq_remove_nested()
2021-05-10 Konstantin BelousovELF coredump: define several useful flags for the cored...
2021-05-10 Konstantin Belousovimgact_elf: consistently pass flags from coredump down...
2021-05-10 Konstantin Belousovfilt_timerexpire: do not iterate over the interval
2021-05-05 Mark Johnstonpipe: Avoid calling selrecord() on a closing pipe
2021-05-05 Piotr Pawel StefaniakBalance parentheses in sysctl descriptions
2021-05-03 Mark Johnstonimgact_elf: Ensure that the return value in parse_notes...
2021-05-03 Konstantin BelousovO_PATH: disable kqfilter for fifos
2021-04-28 Mark Johnstondomainset: Define additional global policies
2021-04-23 Konstantin Belousovsysctl vm.objects: report backing object and swap use
2021-04-23 Konstantin Belousovsysctl_handle_string: do not malloc when SYSCTL_IN...
2021-04-23 Konstantin Belousovvn_open_vnode(): handle error when fp == NULL
2021-04-23 Konstantin Belousovlinkat(2): check NIRES_EMPTYPATH on the first fd arg
2021-04-23 Konstantin BelousovO_PATH: allow vnode kevent filter on such files
2021-04-23 Konstantin BelousovO_PATH: Allow to open symlink
2021-04-23 Konstantin BelousovMake files opened with O_PATH to not block non-forced...
2021-04-23 Konstantin Belousovopen(2): Implement O_PATH
2021-04-23 Konstantin BelousovAdd AT_EMPTY_PATH for several *at(2) syscalls
2021-04-23 Konstantin Belousovvfs_vnops.c: Make vn_statfile() non-static
2021-04-23 Konstantin BelousovStyle.
2021-04-23 Konstantin Belousovrealtimer_expire: avoid proc lock recursion when called...
2021-04-23 Konstantin Belousovfilt_timerexpire: avoid process lock recursion
2021-04-23 Konstantin BelousovStop arming kqueue timers on knote owner suspend or...
2021-04-23 Konstantin BelousovAdd helper for kqueue timers callout scheduling
2021-04-23 Konstantin BelousovStop arming realtime posix process timers on suspend...
2021-04-23 Konstantin BelousovStop arming periodic process timers on suspend or terminate
2021-04-23 Konstantin Belousovsbuf_uionew(): sbuf_new() takes int as length
2021-04-23 Konstantin Belousovptrace: restructure comments around reparenting on...
2021-04-23 Konstantin Belousovptrace: remove dead call to FIX_SSTEP()
2021-04-19 Mark JohnstonRename struct device to struct _device
2021-04-16 Richard ScheffeneggerMake sbuf_drain safe for external use
2021-04-16 Richard ScheffeneggerExport sbuf_drain to orchestrate lock and drain action
2021-04-16 Mitchell Hornermlock(9): add an RM_DUPOK flag
2021-04-14 Mark JohnstonRemove more remnants of sio(4)
2021-04-10 Mateusz Guzikcache: temporarily drop the assert that dvp != vp when...
2021-04-10 Alex RichardsonUnbreak MSG_CMSG_CLOEXEC
2021-04-10 Mateusz Guzikvfs: replace vfs_smr_quiesce with vfs_smr_synchronize
next