]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Add ELF flag to disable ASLR stack gap.
[FreeBSD/FreeBSD.git] / sys / sys /
2020-10-13 andrewBump __FreeBSD_version for the fix to arm64 write-only...
2020-10-12 impsystm.h: forward declare ucred for _STANDALONE too
2020-10-10 cemrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-10 cemarc4random(9): Integrate with RANDOM_FENESTRASX push...
2020-10-10 mjgvfs: support lockless dirfd lookups
2020-10-09 bdreweryUse unlocked page lookup for inmem() to avoid object...
2020-10-08 mhorneAdd a routine to dump boot metadata
2020-10-07 impMove kernel env global variables, etc to sys/kenv.h
2020-10-06 mhorneRemove unused function cpu_boot()
2020-10-06 jhbStore the send tag type in the common send tag header.
2020-10-05 freqlabsEnable iterating all sysctls, even ones with CTLFLAG_SKIP
2020-10-05 mjgcache: fix pwd use-after-free in setting up fallback
2020-10-04 hselaskyPopulate the acquire context field of a ww_mutex in...
2020-10-04 kibAdd sig_intr(9).
2020-10-04 kibRefactor sleepq_catch_signals().
2020-10-03 melifaroIntroduce scalable route multipath.
2020-10-02 manuBump __FreeBSD_version after latest linuxkpi changes
2020-10-02 manuAdd backlight subsystem
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-29 impStandalone SX shims
2020-09-28 emasteadd SIOCGIFDATA ioctl
2020-09-27 traszShrink struct sysent from 48 to 32 bytes (on LP64;...
2020-09-25 impAdjustments to includes for openzfs in _STANDALONE
2020-09-25 impDont let kernel and standalone both be defined at the...
2020-09-25 traszRegen after r366145.
2020-09-24 impCreate a standalone version of sys/malloc.h
2020-09-23 kibDo not leak oldvmspace if image activation failed
2020-09-23 mjgBump __FreeBSD_version after cache_purgevfs change
2020-09-23 mjgcache: drop the force flag from purgevfs
2020-09-23 bdragon__FreeBSD_version bump for introduction of the powerpc6...
2020-09-22 kibAdd O_RESOLVE_BENEATH and AT_RESOLVE_BENEATH to mimic...
2020-09-22 kibAdd NIRES_STRICTREL.
2020-09-21 scottphbitset: expand bit index type to `long`
2020-09-21 mhorneHide tunable definitions behind _KERNEL
2020-09-21 mhorneAdd getenv(9) boolean parsing functions
2020-09-20 jrtc27atomic_common.h: Fix the volatile qualifier placement...
2020-09-19 mmelAdd NetBSD compatible bus_space_peek_N() and bus_space_...
2020-09-18 mmacyMFV 2.0-rc2
2020-09-18 npmbuf checksum flags and fields to support tunneling...
2020-09-17 traszGet rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-16 impUse standard bool type, instead of non-standard boolean_t
2020-09-15 kibConvert page cache read to VOP.
2020-09-15 kibvfs_subr.c: export io_hold_cnt and vn_read_from_obj().
2020-09-15 kibDo not copy vp into f_data for DTYPE_VNODE files.
2020-09-15 markjSimplify unix socket connection peer locking.
2020-09-15 markjUpdate unix domain socket locking comments.
2020-09-14 impTweak what's visible in the standalone environment...
2020-09-14 scottlRefine the busdma template interface. Provide tools...
2020-09-14 kevans__FreeBSD_version bump for r365605 (crunchgen producing...
2020-09-12 jahamd64: prevent KCSan false positives on LAPIC mapping
2020-09-09 kibSupport for userspace non-transparent superpages (large...
2020-09-09 kibMove MAP_32BIT_MAX_ADDR definition to sys/mman.h.
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-08 kibAdd kern_mmap_racct_check(), a helper to verify limits...
2020-09-08 mhornearm64: fix incorrect HWCAP definitions
2020-09-07 bdragonFix vdso compat32 timekeeping on !=x86.
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-02 mjgvfs: retire vholdl as a symbol
2020-09-02 markjInclude the psind in data returned by mincore(2).
2020-09-02 markjAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-01 mjgsys: clean up empty lines in .c and .h files
2020-08-29 jamieAdd __BEGIN_DECLS to jail.h to keep C++ happy.
2020-08-29 wulfLinuxKPI: Implement ksize() function.
2020-08-29 impRetire devctl_notify_f()
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-28 impTreat the boot loader as the same as the kernel for...
2020-08-28 impAllow the pseudo-errnos to be returned as well in boot...
2020-08-28 impRemove splclock(). It's not useful to keep.
2020-08-28 impremove splbio and splcam
2020-08-27 gjbMFH
2020-08-26 rmacklemAdd MNT_EXTLSxxx flags that will be used for NFS over...
2020-08-26 scottphbitset: add BIT_FFS_AT() for finding the first bit...
2020-08-25 mjgvfs: respect PRIV_VFS_LOOKUP in vaccess_smr
2020-08-25 dimAdd atomic and bswap functions to libcompiler_rt
2020-08-25 mmacyBump __FreeBSD_version for OpenZFS switchover
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-24 mjgcache: drop the always curthread argument from reverse...
2020-08-23 mjgvfs: validate ndp state after the lookup
2020-08-23 mjgvfs: convert nameiop into an enum
2020-08-23 kibPass pointers to info parsed from notes, to brandinfo...
2020-08-23 kibReserve FreeBSD ELF feature control bit LA48 to control...
2020-08-23 kibkern_sharedpage.c: Add exec_sysvec_init_secondary(...
2020-08-22 kibFix several issues with process group orphanage.
2020-08-22 rmacklemr364475 changed the internal API between the kernel...
2020-08-20 impMove devctl_notify* to devctl.h.
2020-08-20 impMake devctl_queue_data_f and devctl_queue_data private.
2020-08-20 mjgcache: add cache_rename, a dedicated helper to use...
2020-08-19 rmacklemAdd the MSG_TLSAPPDATA flag to indicate "return ENXIO...
2020-08-19 impMove the mount name to bit mapping into sys/mount.h...
2020-08-19 mjgvfs: drop the error parameter from vn_isdisk, introduce...
2020-08-18 rmacklemBump __FreeBSD_version for r364330, since it changed...
2020-08-17 cemgpart(8): Recognize apple-zfs and solaris-reserved...
2020-08-16 kibVMIO read
2020-08-16 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-16 mjgvfs: retire vrefl as a symbol
2020-08-16 mjgvfs: restore sorted order of unused nameidata flags
2020-08-16 dimMerge ^/head r364264 through r364278.
next