]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vfs: add support for !LOCKLEAF to lockless lookup
[FreeBSD/FreeBSD.git] / sys / kern /
2020-05-29 avgcorefile_open_last: don't keep a locked vnode while...
2020-05-29 jhbPermit SO_NO_DDP and SO_NO_OFFLOAD to be read via getso...
2020-05-28 rmacklemUpdate the files created from the new syscalls.master...
2020-05-28 rmacklemAdd a syscall for the nfs-over-tls daemons to use.
2020-05-27 rmacklemFix sosend() for the case where mbufs are passed in...
2020-05-26 hselaskyFix build issue after r360292 when using both RSS and...
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-25 mjgvfs: use atomic_{store,load}_long to manage f_offset
2020-05-25 mjgvfs: restore mtx-protected foffset locking for 32 bit...
2020-05-24 mjgvfs: scale foffset_lock by using atomics instead of...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-21 cyMFV r361322:
2020-05-21 freqlabsDeduplicate fsid comparisons
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-20 jhbRemove copyinfrom() and copyinstrfrom().
2020-05-19 markjUse the symbolic name for "modmetadata_set".
2020-05-16 csjpAdd BSM record conversion for a number of syscalls:
2020-05-15 kibImprove comment for compat32 handling of sysctl hw...
2020-05-15 kibRevert r361077 to recommit with proper message.
2020-05-15 kibImplement RTLD_DEEPBIND.
2020-05-15 hselaskyAssign process group of the TTY under the "proctree_lock".
2020-05-14 kibFix r361037.
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-14 kibFix spurious ENOTCONN from closed unix domain socket...
2020-05-14 cemvfs_extattr: Allow extattr names up to the full max
2020-05-12 cemRevert r360944 and r360946 until reported issues can...
2020-05-11 cemcopystr(9): Move to deprecate [2/2]
2020-05-11 kibsigfastblock: fix delivery of the pending signals in...
2020-05-11 freqlabsvfs_exports: Tighten bounds and assert consistency...
2020-05-09 emasteremove %n support from printf(9)
2020-05-09 kibAvoid spurious ENOMEMs from sysctl hw.pagesizes.
2020-05-07 bdragon[PowerPC] kernel ifunc support for powerpc*, fix ppc64...
2020-05-07 bdragon[PowerPC] Fix powerpcspe build failure after r360569
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 glebiusStep 2.5: Stop using 'struct mbuf_ext_pgs' in the kerne...
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 glebiusIn mb_unmapped_compress() we don't need mbuf structure...
2020-05-02 glebiusContinuation of multi page mbuf redesign from r359919.
2020-05-02 cemkern_exec.c: Produce valid code ifndef SYS_PROTO_H
2020-05-01 emastecorrect procctl(PROC_PROTMAX_STATUS _NOFORCE return
2020-04-29 mmelDon't try to set frequendcy for enumerated but newer...
2020-04-28 markjMake sendfile(SF_SYNC)'s CV wait interruptible.
2020-04-27 rmacklemFix sosend_generic() so that it can handle a list of...
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 jhbImprove MACHINE_ARCH handling for hard vs soft-float...
2020-04-27 jhbExtend support in sysctls for supporting multiple nativ...
2020-04-27 markjFix handling of EV_EOF for named pipes.
2020-04-27 markjCall pipeselwakeup() after toggling PIPE_EOF.
2020-04-27 markjAvoid returning POLLIN if the pipe descriptor is not...
2020-04-27 mjgpwd: unbreak repeated calls to set_rootvnode
2020-04-26 markjFix up i386 thread structure layout assertions after...
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-25 melifaroFix LINT build #2 after r360292.
2020-04-25 melifaroConvert route caching to nexthop caching.
2020-04-24 kevanssysent: re-roll after 360236 (AUE_CLOSERANGE used)
2020-04-24 kevansclose_range(2): use newly assigned AUE_CLOSERANGE
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-21 markjHandle PCATCH in blockcount_sleep() so it can be interr...
2020-04-21 kevanskqueue: fix conversion of timer data to sbintime
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 kibsendfile: When all io finished, assert that sfio->pa...
2020-04-18 kibThe pa argument for sendfile_iodone() is not necessary...
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-16 brooksstyle(9): end continued line with operator.
2020-04-16 kevansPreload hostuuid for early-boot use
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 kevansvalidate_uuid: absorb the rest of parse_uuid with a...
2020-04-15 kaktussysctl_handle_string: Put logical or in parentheses.
2020-04-15 kaktussysctl(9): fix handling string tunables.
2020-04-15 hselaskyCast all ioctl command arguments through uint32_t inter...
2020-04-15 kevanskern uuid: break format validation out into a separate KPI
2020-04-14 brooksRemove bogus use of useracc() in (clock_)nanosleep.
2020-04-14 brooksCentralize compatability translation macros.
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-14 kevanssysent: re-roll after r359930
2020-04-14 kevansMark closefrom(2) COMPAT12, reimplement in libc to...
2020-04-14 jtlMake sonewconn() overflow messages have per-socket...
2020-04-14 jtlPrint more detail as part of the sonewconn() overflow...
2020-04-14 gallatinKTLS: Re-work unmapped mbufs to carry ext_pgs in the...
2020-04-14 kevansposixshm: fix counting of writable mappings
2020-04-13 markjFix sendto() on unconnected SOCK_STREAM/SEQPACKET unix...
2020-04-13 markjRelax restrictions on private mappings of POSIX shm...
2020-04-13 kevansclose_range/closefrom: fix regression from close_range...
next