]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Non-functional changes due to upstream cleanup.
[FreeBSD/FreeBSD.git] / sys / kern /
2020-06-10 Mark JohnstonRemove the FIRMWARE_MAX limit.
2020-06-10 Konstantin BelousovRemove double-calls to tc_get_timecount() to warm timec...
2020-06-10 Ed MasteFix arm64 kernel build with DEBUG on
2020-06-10 Rick MacklemAdd two functions that create M_EXTPG mbufs with anonym...
2020-06-09 Mateusz Guzikcred: distribute reference count per thread
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 John BaldwinRefactor ptrace() ABI compatibility.
2020-06-09 Mateusz GuzikAssert on pg_jobc state.
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-06 Chuck SilversFix hang due to missing unbusy in sendfile when an...
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-04 Kyle Evansvfs: add restrictions to read(2) of a directory [2/2]
2020-06-04 Kyle Evansvfs: add restrictions to read(2) of a directory [1/2]
2020-06-02 Jason A. Harmeningvt(4): reset scrollback and cursor position after clear...
2020-06-02 Rick MacklemFix build issue introduced by r361699.
2020-06-01 Ryan MoellerAssign default security flavor when converting old...
2020-06-01 Dimitry AndricUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 Dimitry AndricUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-06-01 Peter WemmClarify which hints file is the source of an error...
2020-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-29 Andriy Gaponcorefile_open_last: don't keep a locked vnode while...
2020-05-29 John BaldwinPermit SO_NO_DDP and SO_NO_OFFLOAD to be read via getso...
2020-05-28 Rick MacklemUpdate the files created from the new syscalls.master...
2020-05-28 Jung-uk KimMFV: r361597
2020-05-28 Rick MacklemAdd a syscall for the nfs-over-tls daemons to use.
2020-05-27 Rick MacklemFix sosend() for the case where mbufs are passed in...
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
2020-05-26 Hans Petter SelaskyFix build issue after r360292 when using both RSS and...
2020-05-25 Chuck SilversThis commit enables a UFS filesystem to do a forcible...
2020-05-25 John BaldwinAdd support for optional separate output buffers to...
2020-05-25 Conrad Meyercopystr(9): Move to deprecate (attempt #2)
2020-05-25 Mateusz Guzikproc: refactor clearing credentials into proc_unset_cred
2020-05-25 Mateusz Guzikvfs: use atomic_{store,load}_long to manage f_offset
2020-05-25 Mateusz Guzikvfs: restore mtx-protected foffset locking for 32 bit...
2020-05-24 Mateusz Guzikvfs: scale foffset_lock by using atomics instead of...
2020-05-23 Conrad MeyerUpdate to Zstandard 1.4.5
2020-05-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-21 Cy SchubertMFV r361322:
2020-05-21 Ryan MoellerDeduplicate fsid comparisons
2020-05-20 Simon J. GerratyMerge bmake-20200517
2020-05-20 Martin MatuskaMFV r361280:
2020-05-20 John BaldwinRemove copyinfrom() and copyinstrfrom().
2020-05-19 Mark JohnstonUse the symbolic name for "modmetadata_set".
2020-05-16 Christian S.J. PeronAdd BSM record conversion for a number of syscalls:
2020-05-15 Konstantin BelousovImprove comment for compat32 handling of sysctl hw...
2020-05-15 Konstantin BelousovRevert r361077 to recommit with proper message.
2020-05-15 Konstantin BelousovImplement RTLD_DEEPBIND.
2020-05-15 Hans Petter SelaskyAssign process group of the TTY under the "proctree_lock".
2020-05-14 Konstantin BelousovFix r361037.
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-14 Konstantin BelousovFix spurious ENOTCONN from closed unix domain socket...
2020-05-14 Conrad Meyervfs_extattr: Allow extattr names up to the full max
2020-05-12 Conrad MeyerRevert r360944 and r360946 until reported issues can...
2020-05-11 Conrad Meyercopystr(9): Move to deprecate [2/2]
2020-05-11 Konstantin Belousovsigfastblock: fix delivery of the pending signals in...
2020-05-11 Ryan Moellervfs_exports: Tighten bounds and assert consistency...
2020-05-09 Ed Masteremove %n support from printf(9)
2020-05-09 Konstantin BelousovAvoid spurious ENOMEMs from sysctl hw.pagesizes.
2020-05-07 Brandon Bergren[PowerPC] kernel ifunc support for powerpc*, fix ppc64...
2020-05-07 Brandon Bergren[PowerPC] Fix powerpcspe build failure after r360569
2020-05-03 Gleb SmirnoffStep 4.2: start divorce of M_EXT and M_EXTPG
2020-05-03 Gleb SmirnoffMechanically rename MBUF_EXT_PGS_ASSERT() to M_ASSERTEX...
2020-05-03 Gleb SmirnoffStep 4.1: mechanically rename M_NOMAP to M_EXTPG
2020-05-03 Gleb SmirnoffStep 3: anonymize struct mbuf_ext_pgs and move all...
2020-05-03 Gleb SmirnoffStep 2.5: Stop using 'struct mbuf_ext_pgs' in the kerne...
2020-05-03 Gleb SmirnoffMake MBUF_EXT_PGS_ASSERT_SANITY() a macro, so that...
2020-05-02 Gleb SmirnoffStep 2.3: Rename mbuf_ext_pg_len() to m_epg_pagelen...
2020-05-02 Gleb SmirnoffStep 2.2:
2020-05-02 Gleb SmirnoffStep 2.1: Build TLS workqueue from mbufs, not struct...
2020-05-02 Gleb SmirnoffGet rid of the mbuf self-pointing pointer.
2020-05-02 Gleb SmirnoffStart moving into EPG_/epg_ namespace. There is only...
2020-05-02 Gleb SmirnoffIn mb_unmapped_compress() we don't need mbuf structure...
2020-05-02 Gleb SmirnoffContinuation of multi page mbuf redesign from r359919.
2020-05-02 Conrad Meyerkern_exec.c: Produce valid code ifndef SYS_PROTO_H
2020-05-01 Ed Mastecorrect procctl(PROC_PROTMAX_STATUS _NOFORCE return
2020-05-01 Jung-uk KimMFV: r360512
2020-04-29 Michal MelounDon't try to set frequendcy for enumerated but newer...
2020-04-28 Mark JohnstonMake sendfile(SF_SYNC)'s CV wait interruptible.
2020-04-27 Rick MacklemFix sosend_generic() so that it can handle a list of...
2020-04-27 John BaldwinInitial support for kernel offload of TLS receive.
2020-04-27 John BaldwinAdd the initial sequence number to the TLS enable socke...
2020-04-27 John BaldwinImprove MACHINE_ARCH handling for hard vs soft-float...
2020-04-27 John BaldwinExtend support in sysctls for supporting multiple nativ...
2020-04-27 Mark JohnstonFix handling of EV_EOF for named pipes.
2020-04-27 Mark JohnstonCall pipeselwakeup() after toggling PIPE_EOF.
2020-04-27 Mark JohnstonAvoid returning POLLIN if the pipe descriptor is not...
2020-04-27 Mateusz Guzikpwd: unbreak repeated calls to set_rootvnode
2020-04-26 Mark JohnstonFix up i386 thread structure layout assertions after...
2020-04-26 Mark JohnstonUse a single VM object for kernel stacks.
2020-04-26 Eric van GyzenFix handling of NMIs from unknown sources (BMC, hypervisor)
2020-04-25 Alexander V. ChernikovFix LINT build #2 after r360292.
2020-04-25 Alexander V. ChernikovConvert route caching to nexthop caching.
2020-04-24 Philip PaepsImport tzdata 2020a
2020-04-24 Kyle Evanssysent: re-roll after 360236 (AUE_CLOSERANGE used)
2020-04-24 Kyle Evansclose_range(2): use newly assigned AUE_CLOSERANGE
2020-04-23 Cy SchubertMFV r360158:
2020-04-21 Jung-uk KimMerge OpenSSL 1.1.1g.
next