]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Fix initialization of top_fsn.
[FreeBSD/FreeBSD.git] / sys / sys /
2019-08-30 glebiusAllow mbuf queues to be unlimited.
2019-08-29 traszFix qmath(3) build problems with GCC 8.
2019-08-29 kibCentralize __pcpu definitions.
2019-08-28 mjgvfs: add VOP_NEED_INACTIVE
2019-08-28 mjgproc: eliminate the zombproc list
2019-08-28 mjgproc: remove zpfind
2019-08-27 traszIntroduce <sys/qmath.h>, a fixed-point math library...
2019-08-27 jhbAdd kernel-side support for in-kernel TLS.
2019-08-25 mjgvfs: swap vop_unlock_post and vop_unlock_pre definition...
2019-08-25 delphijRemove zlib 1.0.4 from kernel.
2019-08-25 mjgvfs: add vholdnz (for already held vnodes)
2019-08-23 mjgvfs: assert the lock held in MNT_REF/MNT_REL
2019-08-23 kibDe-commision the MNTK_NOINSMNTQ kernel mount flag.
2019-08-22 cyMFV r346563:
2019-08-21 markjAdd lockmgr(9) probes to the lockstat DTrace provider.
2019-08-21 mjgseqc: predict false for _in_modify and type fixes for...
2019-08-19 cemlibkern: Implement strchrnul(3)
2019-08-18 kibFix an issue with executing tmpfs binary.
2019-08-18 jeffAdd a blocking wait bit to refcount. This allows refs...
2019-08-16 delphijDelete sys/dir.h which was deprecated since 1997.
2019-08-16 brooksmd(4): remove the unused and unusable MDIOCLIST ioctl.
2019-08-13 cemRemove deprecated GEOM classes
2019-08-13 jeffMove scheduler state into the per-cpu area where it...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 cemsbuf(9): Add sbuf_nl_terminate() API
2019-08-07 cemsbuf(9): Add NOWAIT dynamic buffer extension mode
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 jeffCache kernel stacks in UMA. This gives us NUMA support...
2019-08-05 oshogboproc: introduce the proc_add_orphan function
2019-08-04 jhibbitsAdd necessary bits for Linux KPI to work correctly...
2019-08-01 delphijAllow Kernel to link in both legacy libkern/zlib and...
2019-07-31 kibMake randomized stack gap between strings and pointers...
2019-07-30 markjUse VNASSERT() in checked VOP wrappers.
2019-07-30 asomersBump __FreeBSD_version
2019-07-30 asomersMFHead @350453
2019-07-30 markjHandle refcount(9) wraparound.
2019-07-30 delphijBump __FreeBSD_version after removal of gzip'ed a.out...
2019-07-30 delphijRemove gzip'ed a.out support.
2019-07-30 asomersMFHead @350426
2019-07-29 oshogboseqc: add man page
2019-07-29 oshogboproc: make clear_orphan an public API
2019-07-28 mavDecode some more IDENTIFY DEVICE bits.
2019-07-28 asomersMFHead @r350386
2019-07-28 asomersAdd v_inval_buf_range, like vtruncbuf but for a range...
2019-07-25 mavMake `camcontrol sanitize` support also ATA devices.
2019-07-25 rmacklemr350320 committed the wrong version of generated syscal...
2019-07-25 rmacklemUpdate the generated syscall.mk for copy_file_range(2).
2019-07-25 rmacklemUpdate the generated syscall files for copy_file_range...
2019-07-25 rmacklemAdd kernel support for a Linux compatible copy_file_ran...
2019-07-24 markjFix the turnstile_lock() KPI.
2019-07-24 markjRemove cap_random(3).
2019-07-21 kibSwitch the rest of the refcount(9) functions to bool...
2019-07-21 kibFix userspace build after r350199.
2019-07-21 kibCheck and avoid overflow when incrementing fp->f_count in
2019-07-19 mavAdd Accessible Max Address Configuration support to...
2019-07-18 asomersfusefs: add a intr/nointr mount option
2019-07-17 asomersfusefs: multiple interruptility improvements
2019-07-15 jhbAdd ptrace op PT_GET_SC_RET.
2019-07-15 jhbAlways set td_errno to the error value of a system...
2019-07-13 ianAdd arm_sync_icache() and arm_drain_writebuf() sysarch...
2019-07-10 rrsThis commit updates rack to what is basically being...
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 markjRemove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.
2019-07-02 kibControl implicit PROT_MAX() using procctl(2) and the...
2019-07-01 mckusickAdd a new "untrusted" option to the mount command....
2019-07-01 rmacklemFactor out the code that does a VOP_SETATTR(size) from...
2019-07-01 avgupgrade the warning printf-s in bus accessors to KASSER...
2019-06-29 jhbAdd support for using unmapped mbufs with sendfile(2).
2019-06-29 jhbAdd an external mbuf buffer type that holds multiple...
2019-06-28 mmMFV r349454:
2019-06-28 hselaskyImplement API for draining EPOCH(9) callbacks.
2019-06-28 mhorneAdd some missing RISC-V ELF defines
2019-06-27 asomersMFHead @349476
2019-06-27 rmacklemAdd non-blocking trylock variants for the rangelock...
2019-06-27 avgrevert r349460, printf -> KASSERT in bus.h, until I...
2019-06-27 avgupgrade the warning printf-s in bus accessors to KASSERT-s
2019-06-25 julianFix annoying whitespace issue.
2019-06-25 luporl[PowerPC64] Don't mark module data as static
2019-06-25 impRemove NAND and NANDFS support
2019-06-24 impMove to using a common kernel path between the boot...
2019-06-21 asomersReduce namespace pollution from r349233
2019-06-21 johalunLinuxKPI: Additions to rcu list.
2019-06-21 cemsys: Remove DEV_RANDOM device option
2019-06-20 asomersfcntl: fix overflow when setting F_READAHEAD
2019-06-20 brooksExtend mmap/mprotect API to specify the max page protec...
2019-06-20 asomersMFHead @349234
2019-06-20 asomers#include <sys/types.h> from sys/filio.h
2019-06-20 asomersAdd FIOBMAP2 ioctl
2019-06-20 mavAdd wakeup_any(), cheaper wakeup_one() for taskqueue(9).
2019-06-18 mavOptimize kern.geom.conf* sysctls.
2019-06-18 emasteRemove sys/capability.h for the third time
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 mmMFV r349134:
2019-06-15 ianMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-12 shurdSome devices take undesired actions when RTS and DTR are
2019-06-11 jhbMake the warning intervals for deprecated crypto algori...
2019-06-11 jhbAdd M_NOFREE to M_FLAG_BITS.
2019-06-10 dougmChange the check for 'size' wrapping around to zero...
2019-06-10 dchaginUse C11 anonymous unions.
next