]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Fix armv{6,7} build after r364088
[FreeBSD/FreeBSD.git] / sys / sys /
2020-08-11 Mateusz Guzikvfs: stricter validation for flags passed to namei...
2020-08-11 Rick MacklemAdd an argument to newnfs_connect() that indicates...
2020-08-10 Mateusz Guzikvfs: garbage collect unused ISUNICODE namei flag
2020-08-07 Mateusz Guzikvfs: add VOP_STAT
2020-08-07 Bjoern A. ZeebIPV6_PKTINFO support for v4-mapped IPv6 sockets
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-05 Andrey V. ElsukovAdd m__getjcl SDT probe.
2020-08-05 Mateusz GuzikBump __FreeBSD_version after vaccess() change
2020-08-05 Mateusz Guzikvfs: remove the obsolete privused argument from vaccess
2020-08-05 Mateusz Guzikvfs: prefill nameidata with garbage on debug kernels
2020-08-04 Mateusz Guzikvfs: support lockless dotdot lookup
2020-08-04 Mateusz Guzikcache: add cache_purge_vgone
2020-08-04 Mateusz Guzikmtx: add mtx_wait_unlocked
2020-08-04 Mateusz Guzikvfs: add vfs_op_thread_enter/exit _crit variants
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 Mark JohnstonRemove free_domain() and uma_zfree_domain().
2020-08-03 Konstantin BelousovAdd SOL_LOCAL symbolic constant for unix socket option...
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-08-02 Mateusz GuzikBump __FreeBSD_version after vnode layout changes
2020-08-02 Mateusz Guzikvfs: shorten v_iflag and v_vflag
2020-08-02 Mateusz Guzikvfs: move namecache initialisation into cache_vnode_init
2020-08-01 Mateusz GuzikBump __FreeBSD_version after making rights mandatory...
2020-08-01 Mateusz Guzikvfs: inline NDINIT_ALL
2020-08-01 Mateusz Guzikvfs: convert ni_rigthsneeded to a pointer
2020-08-01 Mateusz Guzikvfs: make rights mandatory for NDINIT_ALL
2020-08-01 Mateusz Guzikcapsicum: move global caps to caprights.h
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-30 Peter GrehanDefinition for the 'removable media flag' from word...
2020-07-30 Mateusz Guzikfd: predict in fdrop
2020-07-30 Mateusz Guzikvfs: inline vops if there are no pre/post associated...
2020-07-30 Mateusz Guzikvfs: short-circuit the common case NDFREE calls
2020-07-27 Alan SomersRestrict definition of CTL_P1003_1B_MAXID to the kernel
2020-07-26 Mateusz GuzikBump __FreeBSD_version after introduction of lockless...
2020-07-25 Doug MooreFix an overflow bug in the blist allocator that needles...
2020-07-25 Alexander MotinAllow swi_sched() to be called from NMI context.
2020-07-25 Mateusz Guzikvfs: lockless lookup
2020-07-25 Mateusz Guzikvfs: add the infrastructure for lockless lookup
2020-07-25 Mateusz Guzikvfs: introduce vnode sequence counters
2020-07-25 Mateusz Guzikseqc: add a sleepable variant and convert some routines...
2020-07-25 Mateusz GuzikRemove duplicated content from _eventhandler.h
2020-07-25 Mateusz GuzikRemove leftover macros for long gone vmsize mtx
2020-07-24 Conrad MeyerAdd unlocked/SMR fast path to getblk()
2020-07-24 Conrad MeyerUse SMR to provide safe unlocked lookup for pctries...
2020-07-23 John BaldwinAdd support for KTLS RX via software decryption.
2020-07-23 Mateusz Guziklocks: fix a long standing bug for primitives with...
2020-07-23 Doug MooreRank balanced (RB) trees are a class of balanced trees...
2020-07-22 Mateusz Guziklockmgr: add adaptive spinning
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-21 Mateusz Guziklockmgr: denote recursion with a bit in lock value
2020-07-21 Mateusz Guziklockmgr: add a helper for reading the lock value
2020-07-21 Ruslan BukinMove sys/iommu.h to dev/iommu/ as a part of generic...
2020-07-19 Adrian Chadd[net80211] missing from last commit, le whoops
2020-07-18 Ruslan Bukino Move iommu_test_boundary() to sys/iommu.h
2020-07-18 Jung-uk KimMFV: r363292
2020-07-15 Gregory Neil ShapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-15 Mateusz Guzikfd: remove fd_lastfile
2020-07-14 Konstantin BelousovMake CLOCK_REALTIME and TIMER_ABSTIME available for...
2020-07-14 Kirk McKusickUpdate to D25266, bin/ps: Make the rtprio option actual...
2020-07-14 Ruslan BukinStart splitting-out the Intel DMAR busdma backend to...
2020-07-14 Jung-uk KimMFV: r362513
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-10 Hans Petter SelaskyImplement the array_size() function in the LinuxKPI...
2020-07-10 Kyle Evansshm_open2: Implement SHM_GROW_ON_WRITE
2020-07-10 Kyle Evansshmfd: make shm_size a vm_ooffset_t
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-07-06 Pawel Biernackikern.tty_info_kstacks: add a compact format
2020-07-05 Andrew TurnerRerun kernel ifunc resolvers after all CPUs have started
2020-07-04 Mateusz GuzikAdd char and short types to kcsan
2020-07-01 Mateusz Guzikvfs: protect vnodes with smr
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-26 Rick MacklemBump the version since r362639 changed the internal...
2020-06-25 Doug MooreEliminate the color field from the RB element struct...
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 Cy SchubertMFV r362565:
2020-06-23 Doug MooreDefine RB_SET_PARENT to do all assignments to rb parent
2020-06-21 Thomas Munrovfs: track sequential reads and writes separately
2020-06-20 Xin LIBump __FreeBSD_version after making liblzma to use...
2020-06-20 Doug MooreIn concluding RB_REMOVE_COLOR, in the case when the...
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 Edward Tomasz Napi... Add linux_madvise(2) instead of having Linux apps call...
2020-06-18 Pawel Biernackihw.bus.info: rework handler
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
2020-06-17 Xin LIMFV r362254: file 5.39.
2020-06-16 Andrew TurnerRe-add opencsd as a vendor import from the dist directory
2020-06-16 Rick MacklemExpose UID_xxx and GID_xxx definitions to userspace.
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...
next