]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
hexdump(1): Add EXAMPLES section
[FreeBSD/FreeBSD.git] / sys / sys /
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-26 rmacklemBump the version since r362639 changed the internal...
2020-06-25 dougmEliminate the color field from the RB element struct...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-23 dougmDefine RB_SET_PARENT to do all assignments to rb parent
2020-06-21 tmunrovfs: track sequential reads and writes separately
2020-06-20 delphijBump __FreeBSD_version after making liblzma to use...
2020-06-20 dougmIn concluding RB_REMOVE_COLOR, in the case when the...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 traszAdd linux_madvise(2) instead of having Linux apps call...
2020-06-18 kaktushw.bus.info: rework handler
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-16 rmacklemExpose UID_xxx and GID_xxx definitions to userspace.
2020-06-14 tsoomeMove font related data structured to sys/font.c and...
2020-06-14 rmacklemOops, r362158 committed a duplicate definition of MAXSE...
2020-06-14 rmacklemVersion bump for r362158, since the arguments for vfs_c...
2020-06-14 rmacklemFix export_args ex_flags field so that is 64bits, the...
2020-06-13 dougmLinuxkpi uses the rb-tree structures without using...
2020-06-12 jhbAllow <sys/elf_common.h> to be used in assembly.
2020-06-12 jhbAllow <sys/param.h> to be included from userland assemb...
2020-06-10 dougmFixup r361997 by balancing parens. Duh.
2020-06-10 rmacklemAdd two functions that create M_EXTPG mbufs with anonym...
2020-06-10 dougmRestore an RB_COLOR macro, for the benefit of a bit...
2020-06-09 mjgcred: distribute reference count per thread
2020-06-09 dougmTo reduce the size of an rb_node, drop the color field...
2020-06-08 glebiusMove MPASS() macros to systm.h. They are widely used...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-04 kevansvfs: add restrictions to read(2) of a directory [2/2]
2020-06-03 freqlabstmpfs: Preserve alignment of struct fid fields
2020-06-02 dougmRemove from RB_REMOVE_COLOR some null checks where...
2020-06-02 hselaskyImplement __is_constexpr() function macro in the LinuxKPI.
2020-06-01 mjgRemove ->f_label from struct file
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-30 emasteelf_common.h: define DF_1_PIE
2020-05-30 dougmRB_REMOVE invokes RB_REMOVE_COLOR either when child...
2020-05-29 rmacklemOops two, missed syscall.mk as well.
2020-05-28 rmacklemOops, missed syscall.h and sysproto.h for r361602.
2020-05-25 chsThis commit enables a UFS filesystem to do a forcible...
2020-05-25 jhbAdd support for optional separate output buffers to...
2020-05-25 cemcopystr(9): Move to deprecate (attempt #2)
2020-05-25 mjgproc: refactor clearing credentials into proc_unset_cred
2020-05-24 mjgvfs: scale foffset_lock by using atomics instead of...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-23 manulibkern: Add arc4random_uniform
2020-05-23 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-22 kibImplement Solaris-like link_map l_refname member.
2020-05-22 whuBump __FreeBSD_version after r361275, HyperV socket...
2020-05-21 kibRestore the binary compatibility for link_map l_addr.
2020-05-21 cyMFV r361322:
2020-05-21 markjFix ACCEPT_FILTER_DEFINE to pass the version to MODULE_...
2020-05-21 dougmFor the case when RB_REMOVE requires a nontrivial searc...
2020-05-21 freqlabsDeduplicate fsid comparisons
2020-05-20 sjgMerge bmake-20200517
2020-05-20 kibChange the samantic of struct link_map l_addr member.
2020-05-20 mmMFV r361280:
2020-05-20 jhbRemove copyinfrom() and copyinstrfrom().
2020-05-20 whuHyperV socket implementation for FreeBSD
2020-05-19 markjDefine a module version for accept filter modules.
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-13 kevanskernel: provide panicky version of __unreachable
2020-05-12 cemRevert r360944 and r360946 until reported issues can...
2020-05-11 cemcopystr(9): Move to deprecate [2/2]
2020-05-11 jhbRemove ubsec(4).
2020-05-08 mhorneSync relocation definitions
2020-05-07 manuBump __FreeBSD_version after linuxkpi changes
2020-05-03 glebiusStep 4.2: start divorce of M_EXT and M_EXTPG
2020-05-03 glebiusMechanically rename MBUF_EXT_PGS_ASSERT() to M_ASSERTEX...
2020-05-03 glebiusStep 4.1: mechanically rename M_NOMAP to M_EXTPG
2020-05-03 glebiusStep 3: anonymize struct mbuf_ext_pgs and move all...
2020-05-03 glebiusMake MBUF_EXT_PGS_ASSERT_SANITY() a macro, so that...
2020-05-02 glebiusStep 2.3: Rename mbuf_ext_pg_len() to m_epg_pagelen...
2020-05-02 glebiusStep 2.2:
2020-05-02 glebiusStep 2.1: Build TLS workqueue from mbufs, not struct...
2020-05-02 glebiusGet rid of the mbuf self-pointing pointer.
2020-05-02 glebiusStart moving into EPG_/epg_ namespace. There is only...
2020-05-02 glebiusContinuation of multi page mbuf redesign from r359919.
2020-04-28 jhbBump __FreeBSD_version for KTLS RX support.
2020-04-27 jhbInitial support for kernel offload of TLS receive.
2020-04-27 jhbAdd the initial sequence number to the TLS enable socke...
2020-04-27 jhbExtend support in sysctls for supporting multiple nativ...
2020-04-27 mjgpwd: unbreak repeated calls to set_rootvnode
2020-04-26 markjUse a single VM object for kernel stacks.
2020-04-26 vangyzenFix handling of NMIs from unknown sources (BMC, hypervisor)
2020-04-24 kevanssysent: re-roll after 360236 (AUE_CLOSERANGE used)
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-21 markjHandle PCATCH in blockcount_sleep() so it can be interr...
2020-04-21 kevanskevent32: fix the split of data into data1/data2
2020-04-19 mhorneConvert arm's physmem interface to MI code
2020-04-18 kpethersubr: Make the mac address generation more robust
2020-04-18 sjgDefine enum for so_qstate outside of struct.
2020-04-17 kevanstty: convert tty_lock_assert to tty_assert_locked to...
2020-04-16 brooksConvert canary, execpathp, and pagesizes to pointers.
2020-04-15 brooksExport argc, argv, envc, envv, and ps_strings in auxargs.
2020-04-15 brooksMake ps_strings in struct image_params into a pointer.
2020-04-15 brooksIntroduce an AUXARGS_ENTRY_PTR() macro.
next