]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Disable errors for -Wsystem-headers for GCC on aarch64.
[FreeBSD/FreeBSD.git] / sys / sys /
2020-08-04 markjRemove free_domain() and uma_zfree_domain().
2020-08-03 kibAdd SOL_LOCAL symbolic constant for unix socket option...
2020-08-03 seUpgrade to version 3.1.4
2020-08-02 mjgBump __FreeBSD_version after vnode layout changes
2020-08-02 mjgvfs: shorten v_iflag and v_vflag
2020-08-02 mjgvfs: move namecache initialisation into cache_vnode_init
2020-08-01 mjgBump __FreeBSD_version after making rights mandatory...
2020-08-01 mjgvfs: inline NDINIT_ALL
2020-08-01 mjgvfs: convert ni_rigthsneeded to a pointer
2020-08-01 mjgvfs: make rights mandatory for NDINIT_ALL
2020-08-01 mjgcapsicum: move global caps to caprights.h
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-30 grehanDefinition for the 'removable media flag' from word...
2020-07-30 mjgfd: predict in fdrop
2020-07-30 mjgvfs: inline vops if there are no pre/post associated...
2020-07-30 mjgvfs: short-circuit the common case NDFREE calls
2020-07-27 asomersRestrict definition of CTL_P1003_1B_MAXID to the kernel
2020-07-26 mjgBump __FreeBSD_version after introduction of lockless...
2020-07-25 dougmFix an overflow bug in the blist allocator that needles...
2020-07-25 mavAllow swi_sched() to be called from NMI context.
2020-07-25 mjgvfs: lockless lookup
2020-07-25 mjgvfs: add the infrastructure for lockless lookup
2020-07-25 mjgvfs: introduce vnode sequence counters
2020-07-25 mjgseqc: add a sleepable variant and convert some routines...
2020-07-25 mjgRemove duplicated content from _eventhandler.h
2020-07-25 mjgRemove leftover macros for long gone vmsize mtx
2020-07-24 cemAdd unlocked/SMR fast path to getblk()
2020-07-24 cemUse SMR to provide safe unlocked lookup for pctries...
2020-07-23 jhbAdd support for KTLS RX via software decryption.
2020-07-23 mjglocks: fix a long standing bug for primitives with...
2020-07-23 dougmRank balanced (RB) trees are a class of balanced trees...
2020-07-22 mjglockmgr: add adaptive spinning
2020-07-21 mjglockmgr: denote recursion with a bit in lock value
2020-07-21 mjglockmgr: add a helper for reading the lock value
2020-07-21 brMove sys/iommu.h to dev/iommu/ as a part of generic...
2020-07-19 adrian[net80211] missing from last commit, le whoops
2020-07-18 bro Move iommu_test_boundary() to sys/iommu.h
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-15 mjgfd: remove fd_lastfile
2020-07-14 kibMake CLOCK_REALTIME and TIMER_ABSTIME available for...
2020-07-14 mckusickUpdate to D25266, bin/ps: Make the rtprio option actual...
2020-07-14 brStart splitting-out the Intel DMAR busdma backend to...
2020-07-14 jkimMFV: r362513
2020-07-10 hselaskyImplement the array_size() function in the LinuxKPI...
2020-07-10 kevansshm_open2: Implement SHM_GROW_ON_WRITE
2020-07-10 kevansshmfd: make shm_size a vm_ooffset_t
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-06 kaktuskern.tty_info_kstacks: add a compact format
2020-07-05 andrewRerun kernel ifunc resolvers after all CPUs have started
2020-07-04 mjgAdd char and short types to kcsan
2020-07-01 mjgvfs: protect vnodes with smr
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
next