]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
kern: ether_gen_addr: randomize on default hostuuid, too
[FreeBSD/FreeBSD.git] / sys / kern /
2021-06-02 Kyle Evanskern: ether_gen_addr: randomize on default hostuuid...
2021-06-01 Mark Johnstonktrace: Fix an inverted comparison added in commit...
2021-05-31 Konstantin Belousovthread_reap_barrier(): remove unused variable
2021-05-31 Konstantin BelousovAdd thread_reap_barrier()
2021-05-31 Konstantin Belousovquisce_cpus(): add special handling for PDROP
2021-05-31 Konstantin Belousovkern_thread.c: wrap too long lines
2021-05-31 Konstantin Belousovkern linker: do not allow more than one kldload and...
2021-05-30 Konstantin Belousovvinvalbuf: do not panic if we were unable to flush...
2021-05-30 Jason A. HarmeningVFS_QUOTACTL(9): allow implementation to indicate busy...
2021-05-30 Jason A. HarmeningRevert commits 6d3e78ad6c11 and 54256e7954d7
2021-05-29 Mateusz Guzikvfs: retire unused vn_seqc_write_begin_unheld*
2021-05-29 Mateusz Guzikvfs: use the sentinel trick in locked lookup path parsing
2021-05-29 Mateusz Guzikvfs: slightly rework vn_rlimit_fsize
2021-05-29 Mateusz Guzikfd: use PROC_WAIT_UNLOCKED when clearing p_fd/p_pd
2021-05-29 Jason A. HarmeningVFS_QUOTACTL(9): allow implementation to indicate busy...
2021-05-27 Mark Johnstonktrace: Fix a race with fork()
2021-05-27 Mark Johnstonkevent: Prohibit negative change and event list lengths
2021-05-27 Mark Johnstonktrace: Handle negative array sizes in ktrstructarray
2021-05-26 Edward Tomasz Napi... Unstaticize parts of coredumping code
2021-05-25 John BaldwinInclude the trailer in the original dst_iov.
2021-05-25 John BaldwinAssume OCF is the only KTLS software backend.
2021-05-25 John Baldwincrypto: Add a new type of crypto buffer for a single...
2021-05-25 John Baldwinsglist: Add sglist_append_single_mbuf().
2021-05-25 John BaldwinRename m_unmappedtouio() to m_unmapped_uiomove().
2021-05-25 John BaldwinExtend m_copyback() to support unmapped mbufs.
2021-05-25 John BaldwinExtend m_apply() to support unmapped mbufs.
2021-05-25 Edward Tomasz Napi... Clean up some of the core dumping code.
2021-05-25 Konstantin Belousovptrace: add an option to not kill debuggees on debugger...
2021-05-25 Konstantin Belousovsys_process.c: extract ptrace_unsuspend()
2021-05-23 Mateusz Guzikvfs: elide vnode locking when it is only needed for...
2021-05-23 Mark Johnstonktrace: Remove vrele() at the end of ktr_writerequest()
2021-05-23 Mateusz Guziklockprof: move panic check after inspecting the state
2021-05-23 Mateusz Guziklockprof: pass lock type as an argument instead of...
2021-05-23 Hans Petter SelaskyThe old thread priority must be stored as part of the...
2021-05-22 Mateusz Guzikumtx: convert umtxq_lock to a macro
2021-05-22 Mateusz GuzikFix limit testing after 1762f674ccb571e6 ktrace commit.
2021-05-22 Konstantin Belousovktrace: fix a race between writes and close
2021-05-22 Mateusz GuzikFix a braino in previous.
2021-05-22 Mateusz GuzikFix tinderbox build after 1762f674ccb571e6 ktrace commit.
2021-05-22 Mateusz Guziklockprof: add contested-only profiling
2021-05-22 Mateusz Guziklockprof: retire lock_prof_skipcount
2021-05-22 Mateusz Guzikvfs: retire the now unused vnlru_free routine
2021-05-22 Mark Johnstonktrace: Avoid recursion in namei()
2021-05-22 Konstantin BelousovMove mnt_maxsymlinklen into appropriate fs mount data...
2021-05-22 Konstantin Belousovktrace: add a kern.ktrace.filesize_limit_signal knob
2021-05-22 Konstantin Belousovktrace: use the limit of the trace initiator for file...
2021-05-22 Konstantin Belousovktrace: pack all ktrace parameters into allocated struc...
2021-05-22 Konstantin Belousovktrace: do not stop tracing other processes if our...
2021-05-22 Konstantin Belousovaccounting: explicitly mark the exiting thread as doing...
2021-05-22 Konstantin Belousovkern_descrip.c: Style
2021-05-22 Konstantin Belousovvn_need_pageq_flush(): simplify
2021-05-22 Edward Tomasz Napi... Refactor core dumping code a bit
2021-05-21 Mark JohnstonFix handling of errors from pru_send(PRUS_NOTREADY)
2021-05-21 Baptiste Daroussinimport nvi 2.2.0-3bbdfe4
2021-05-21 Hans Petter SelaskyAccessing the epoch structure should happen after the...
2021-05-21 Hans Petter SelaskyProperly define EPOCH(9) function macro.
2021-05-21 Hans Petter SelaskyRework for-loop in EPOCH(9) to reduce indentation level.
2021-05-19 Dmitry Chagintcsh: update to version 6.22.04.
2021-05-18 Lv Yunlongsocket: Release cred reference later in sodealloc()
2021-05-18 Konstantin Belousovttydev_write: prevent stops while terminal is busied
2021-05-18 Mateusz Guzikvfs: refactor vdrop
2021-05-18 Mateusz Guzikvfs: change vn_freevnodes_* prefix to idiomatic vfs_fre...
2021-05-18 Colin PercivalFix buffer overflow in preloaded hostuuid cleaning
2021-05-18 Colin PercivalFix 'hostuuid: preload data malformed' warning
2021-05-17 Kirk McKusickFix handling of embedded symbolic links (and history...
2021-05-14 Mateusz Guzikvfs: add missing atomic conversion to writecount adjustment
2021-05-14 Mateusz Guzikvfs: add more safety against concurrent forced unmount...
2021-05-14 Mateusz Guzikvfs: lockless writecount adjustment in set/unset text
2021-05-14 Mark Johnstonkqueue timer: Remove detached knotes from the process...
2021-05-13 Ed Masteregen syscall files after d51198d63b63
2021-05-13 Mark Johnstonposix timers: Check for overflow when converting to ns
2021-05-13 Mark Johnstonfork: Suspend other threads if both RFPROC and RFMEM...
2021-05-13 Mateusz Guzikvfs: fix vnode use count leak in O_EMPTY_PATH support
2021-05-12 Konstantin Belousovvn_open_cred(): disallow O_CREAT | O_EMPTY_PATH
2021-05-12 Mark JohnstonFix mbuf leaks in various pru_send implementations
2021-05-12 Stefan Eßercontrib/bc: update to version 4.0.2
2021-05-11 Mateusz Guzikcache: fix lockless absolute symlink traversal to non...
2021-05-11 Mark Johnstonvfs: Fix error handling in vn_fullpath_hardlink()
2021-05-10 Konstantin Belousovopenat(2): add O_EMPTY_PATH
2021-05-07 Konstantin BelousovConstify vm_pager-related virtual tables.
2021-05-07 Cy Schubertsqlite3: import sqlite3 3.35.5
2021-05-05 Mark Johnstonrealloc: Fix KASAN(9) shadow map updates
2021-05-05 Warner Loshkern: clarify boot time
2021-05-03 Elliott Mitchellkern/intr: declare interrupt vectors unsigned
2021-05-03 Mark JohnstonVOP_STAT: Provide a default value for va_gen
2021-05-03 Mark Johnstonsmp: Initialize arg->cpus sooner in smp_rendezvous_cpus...
2021-05-03 Konstantin Belousovfilt_timerexpire: do not iterate over the interval
2021-05-03 Konstantin BelousovAdd ptrace(PT_COREDUMP)
2021-05-03 Konstantin Belousovptracestop: mark threads suspended there with the new...
2021-05-03 Konstantin Belousovptrace: do not allow for parallel ptrace requests
2021-05-03 Konstantin Belousovkern_ptrace(): extract code to determine ptrace eligibi...
2021-05-03 Konstantin Belousovkern_ptrace: change type of proctree_locked to bool
2021-05-03 Konstantin BelousovAdd thread_run_flash() helper
2021-05-03 Konstantin BelousovAdd sleepq_remove_nested()
2021-05-03 Konstantin BelousovELF coredump: define several useful flags for the cored...
2021-05-03 Konstantin Belousovimgact_elf: consistently pass flags from coredump down...
2021-05-02 Rick Macklemcopy_file_range(2): improve copying of a large hole...
2021-05-02 Xin LIless: upgrade to v581.2.
2021-04-30 Konstantin BelousovO_PATH: disable kqfilter for fifos
2021-04-29 Mark Johnstonkasan: Use vm_offset_t for the first parameter to kasan...
next