]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add rib subscription API.
[FreeBSD/FreeBSD.git] / sys / kern /
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.
2020-04-21 Mark JohnstonHandle PCATCH in blockcount_sleep() so it can be interr...
2020-04-21 Kyle Evanskqueue: fix conversion of timer data to sbintime
2020-04-19 Mitchell HorneConvert arm's physmem interface to MI code
2020-04-18 Kristof Provostethersubr: Make the mac address generation more robust
2020-04-18 Konstantin Belousovsendfile: When all io finished, assert that sfio->pa...
2020-04-18 Konstantin BelousovThe pa argument for sendfile_iodone() is not necessary...
2020-04-17 Kyle Evanstty: convert tty_lock_assert to tty_assert_locked to...
2020-04-16 Brooks DavisConvert canary, execpathp, and pagesizes to pointers.
2020-04-16 Brooks Davisstyle(9): end continued line with operator.
2020-04-16 Kyle EvansPreload hostuuid for early-boot use
2020-04-15 Brooks DavisExport argc, argv, envc, envv, and ps_strings in auxargs.
2020-04-15 Brooks DavisMake ps_strings in struct image_params into a pointer.
2020-04-15 Kyle Evansvalidate_uuid: absorb the rest of parse_uuid with a...
2020-04-15 Pawel Biernackisysctl_handle_string: Put logical or in parentheses.
2020-04-15 Pawel Biernackisysctl(9): fix handling string tunables.
2020-04-15 Hans Petter SelaskyCast all ioctl command arguments through uint32_t inter...
2020-04-15 Kyle Evanskern uuid: break format validation out into a separate KPI
2020-04-14 Brooks DavisRemove bogus use of useracc() in (clock_)nanosleep.
next