]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix error value returned by ofw_bus_gen_get_node().
[FreeBSD/FreeBSD.git] / sys / kern /
2021-06-23 Konstantin Belousovnamei: add NDPREINIT() macro
2021-06-23 Warner Loshnewbus: Move from bus_child_{pnpinfo,location}_src...
2021-06-22 Warner LoshMerge tag 'vendor/NetBSD/vis/20210621' into vis
2021-06-21 Edward Tomasz Napi... imgact_elf: compute auxv buffer size instead of using...
2021-06-21 Colin Percivalkern_tslog: Include tslog data from loader
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@c4c162c1e (master) into main
2021-06-19 Dimitry AndricMerge llvm-project 12.0.1 rc2
2021-06-17 Warner LoshMove mips and arm to 1000Hz by default.
2021-06-16 John Baldwinktls: Don't mark existing received mbufs notready for...
2021-06-15 Konstantin BelousovAdd a knob to disable dequeueing SIGCHLD on waiting...
2021-06-15 Konstantin BelousovAdd a knob to not drop signal with default ignored...
2021-06-15 Konstantin Belousovsigwait: add comment explaining EINTR/ERESTART details
2021-06-15 Konstantin Belousovsigwait(2) and sigtimedwait(2) must not be restarted.
2021-06-14 Mark JohnstonConsistently use the SOCKBUF_MTX() and SOCK_MTX() macros
2021-06-14 Mark JohnstonConsistently use the SOLISTENING() macro
2021-06-14 Andrew Gallatinktls: Fix interaction with RATELIMIT
2021-06-13 Dimitry AndricMerge llvm-project 12.0.0 release
2021-06-13 Dimitry AndricMerge llvm-project main llvmorg-12-init-17869-g8e464dd76bef
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@afa7b3484 (master) into main
2021-06-10 Dmitry ChaginSplit kern_poll() on two counterparts.
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@75b4cbf62 (master) into main
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (master) to main
2021-06-08 Dmitry ChaginFix copyright, remove "all rights reserved".
2021-06-07 Mark JohnstonFix handling of D_GIANTOK
2021-06-06 Mark JohnstonSuppress D_NEEDGIANT warnings for some drivers
2021-06-06 Konstantin Belousovsysent: allow ABI to disable setid on exec.
2021-06-06 Konstantin Belousovkern_exec.c: Add execve_nosetid() helper
2021-06-06 Jason A. HarmeningAdd a generic mechanism for preventing forced unmount
2021-06-03 wiklamCorrecting comment about "sched_interact_score".
2021-06-02 Warner Loshregen after tweaks to getgroups and setgroups
2021-06-02 Moritz Buhlkern: fail getgroup and setgroup with negative int
2021-06-02 Mateusz Guzikkqueue: replace kq_ncallouts loop with atomic_fetchadd
2021-06-02 Rich Ercolanivfs: fix MNT_SYNCHRONOUS check in vn_write
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...
next