]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
netmap: vtnet: fix races in vtnet_netmap_reg()
[FreeBSD/FreeBSD.git] / sys / sys /
2020-06-14 Toomas SoomeMove font related data structured to sys/font.c and...
2020-06-14 Rick MacklemOops, r362158 committed a duplicate definition of MAXSE...
2020-06-14 Rick MacklemVersion bump for r362158, since the arguments for vfs_c...
2020-06-14 Rick MacklemFix export_args ex_flags field so that is 64bits, the...
2020-06-13 Cy SchubertMFV r362143:
2020-06-13 Doug MooreLinuxkpi uses the rb-tree structures without using...
2020-06-12 John BaldwinAllow <sys/elf_common.h> to be used in assembly.
2020-06-12 John BaldwinAllow <sys/param.h> to be included from userland assemb...
2020-06-12 Cy SchubertMFV r362082:
2020-06-10 Doug MooreFixup r361997 by balancing parens. Duh.
2020-06-10 Rick MacklemAdd two functions that create M_EXTPG mbufs with anonym...
2020-06-10 Doug MooreRestore an RB_COLOR macro, for the benefit of a bit...
2020-06-09 Mateusz Guzikcred: distribute reference count per thread
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Doug MooreTo reduce the size of an rb_node, drop the color field...
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-08 Gleb SmirnoffMove MPASS() macros to systm.h. They are widely used...
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-03 Ryan Moellertmpfs: Preserve alignment of struct fid fields
2020-06-02 Doug MooreRemove from RB_REMOVE_COLOR some null checks where...
2020-06-02 Hans Petter SelaskyImplement __is_constexpr() function macro in the LinuxKPI.
2020-06-01 Mateusz GuzikRemove ->f_label from struct file
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-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-30 Ed Masteelf_common.h: define DF_1_PIE
2020-05-30 Doug MooreRB_REMOVE invokes RB_REMOVE_COLOR either when child...
2020-05-29 Rick MacklemOops two, missed syscall.mk as well.
2020-05-28 Rick MacklemOops, missed syscall.h and sysproto.h for r361602.
2020-05-28 Jung-uk KimMFV: r361597
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
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-24 Mateusz Guzikvfs: scale foffset_lock by using atomics instead of...
2020-05-23 Conrad MeyerUpdate to Zstandard 1.4.5
2020-05-23 Emmanuel Vadotlibkern: Add arc4random_uniform
2020-05-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-22 Konstantin BelousovImplement Solaris-like link_map l_refname member.
2020-05-22 Wei HuBump __FreeBSD_version after r361275, HyperV socket...
2020-05-21 Konstantin BelousovRestore the binary compatibility for link_map l_addr.
2020-05-21 Cy SchubertMFV r361322:
2020-05-21 Mark JohnstonFix ACCEPT_FILTER_DEFINE to pass the version to MODULE_...
2020-05-21 Doug MooreFor the case when RB_REMOVE requires a nontrivial searc...
2020-05-21 Ryan MoellerDeduplicate fsid comparisons
2020-05-20 Simon J. GerratyMerge bmake-20200517
2020-05-20 Konstantin BelousovChange the samantic of struct link_map l_addr member.
2020-05-20 Martin MatuskaMFV r361280:
2020-05-20 John BaldwinRemove copyinfrom() and copyinstrfrom().
2020-05-20 Wei HuHyperV socket implementation for FreeBSD
2020-05-19 Mark JohnstonDefine a module version for accept filter modules.
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-13 Kyle Evanskernel: provide panicky version of __unreachable
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 John BaldwinRemove ubsec(4).
2020-05-08 Mitchell HorneSync relocation definitions
2020-05-07 Emmanuel VadotBump __FreeBSD_version after linuxkpi changes
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 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 SmirnoffContinuation of multi page mbuf redesign from r359919.
2020-05-01 Jung-uk KimMFV: r360512
2020-04-28 John BaldwinBump __FreeBSD_version for KTLS RX support.
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 BaldwinExtend support in sysctls for supporting multiple nativ...
2020-04-27 Mateusz Guzikpwd: unbreak repeated calls to set_rootvnode
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-24 Philip PaepsImport tzdata 2020a
2020-04-24 Kyle Evanssysent: re-roll after 360236 (AUE_CLOSERANGE used)
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 Evanskevent32: fix the split of data into data1/data2
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 Simon J. GerratyDefine enum for so_qstate outside of struct.
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-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 Brooks DavisIntroduce an AUXARGS_ENTRY_PTR() macro.
2020-04-15 Kyle Evansvalidate_uuid: absorb the rest of parse_uuid with a...
2020-04-15 Kyle Evanssys/types.h: adjust #endif comment to match reality
2020-04-15 Kyle Evanskern uuid: break format validation out into a separate KPI
2020-04-14 Brooks DavisCentralize compatability translation macros.
next