]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Check the result of the function, not the pointer to it.
[FreeBSD/FreeBSD.git] / sys / sys /
2020-09-25 Warner LoshAdjustments to includes for openzfs in _STANDALONE
2020-09-25 Warner LoshDont let kernel and standalone both be defined at the...
2020-09-25 Edward Tomasz Napi... Regen after r366145.
2020-09-24 Warner LoshCreate a standalone version of sys/malloc.h
2020-09-23 Konstantin BelousovDo not leak oldvmspace if image activation failed
2020-09-23 Mateusz GuzikBump __FreeBSD_version after cache_purgevfs change
2020-09-23 Mateusz Guzikcache: drop the force flag from purgevfs
2020-09-23 Brandon Bergren__FreeBSD_version bump for introduction of the powerpc6...
2020-09-22 Konstantin BelousovAdd O_RESOLVE_BENEATH and AT_RESOLVE_BENEATH to mimic...
2020-09-22 Konstantin BelousovAdd NIRES_STRICTREL.
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-21 D Scott Phillipsbitset: expand bit index type to `long`
2020-09-21 Mitchell HorneHide tunable definitions behind _KERNEL
2020-09-21 Mitchell HorneAdd getenv(9) boolean parsing functions
2020-09-20 Jessica Clarkeatomic_common.h: Fix the volatile qualifier placement...
2020-09-19 Michal MelounAdd NetBSD compatible bus_space_peek_N() and bus_space_...
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-18 Navdeep Parharmbuf checksum flags and fields to support tunneling...
2020-09-17 Edward Tomasz Napi... Get rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-16 Warner LoshUse standard bool type, instead of non-standard boolean_t
2020-09-15 Konstantin BelousovConvert page cache read to VOP.
2020-09-15 Konstantin Belousovvfs_subr.c: export io_hold_cnt and vn_read_from_obj().
2020-09-15 Konstantin BelousovDo not copy vp into f_data for DTYPE_VNODE files.
2020-09-15 Mark JohnstonSimplify unix socket connection peer locking.
2020-09-15 Mark JohnstonUpdate unix domain socket locking comments.
2020-09-14 Warner LoshTweak what's visible in the standalone environment...
2020-09-14 Scott LongRefine the busdma template interface. Provide tools...
2020-09-14 Kyle Evans__FreeBSD_version bump for r365605 (crunchgen producing...
2020-09-12 Jason A. Harmeningamd64: prevent KCSan false positives on LAPIC mapping
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Konstantin BelousovSupport for userspace non-transparent superpages (large...
2020-09-09 Konstantin BelousovMove MAP_32BIT_MAX_ADDR definition to sys/mman.h.
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-08 Konstantin BelousovAdd kern_mmap_racct_check(), a helper to verify limits...
2020-09-08 Mitchell Hornearm64: fix incorrect HWCAP definitions
2020-09-07 Brandon BergrenFix vdso compat32 timekeeping on !=x86.
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-02 Mateusz Guzikvfs: retire vholdl as a symbol
2020-09-02 Mark JohnstonInclude the psind in data returned by mincore(2).
2020-09-02 Mark JohnstonAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-01 Mateusz Guziksys: clean up empty lines in .c and .h files
2020-08-29 Jamie GrittonAdd __BEGIN_DECLS to jail.h to keep C++ happy.
2020-08-29 Vladimir KondratyevLinuxKPI: Implement ksize() function.
2020-08-29 Warner LoshRetire devctl_notify_f()
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-28 Warner LoshTreat the boot loader as the same as the kernel for...
2020-08-28 Warner LoshAllow the pseudo-errnos to be returned as well in boot...
2020-08-28 Warner LoshRemove splclock(). It's not useful to keep.
2020-08-28 Warner Loshremove splbio and splcam
2020-08-27 Glen BarberMFH
2020-08-26 Rick MacklemAdd MNT_EXTLSxxx flags that will be used for NFS over...
2020-08-26 D Scott Phillipsbitset: add BIT_FFS_AT() for finding the first bit...
2020-08-25 Mateusz Guzikvfs: respect PRIV_VFS_LOOKUP in vaccess_smr
2020-08-25 Dimitry AndricAdd atomic and bswap functions to libcompiler_rt
2020-08-25 Matt MacyBump __FreeBSD_version for OpenZFS switchover
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Mateusz Guzikcache: drop the always curthread argument from reverse...
2020-08-23 Mateusz Guzikvfs: validate ndp state after the lookup
2020-08-23 Mateusz Guzikvfs: convert nameiop into an enum
2020-08-23 Konstantin BelousovPass pointers to info parsed from notes, to brandinfo...
2020-08-23 Konstantin BelousovReserve FreeBSD ELF feature control bit LA48 to control...
2020-08-23 Konstantin Belousovkern_sharedpage.c: Add exec_sysvec_init_secondary(...
2020-08-22 Konstantin BelousovFix several issues with process group orphanage.
2020-08-22 Rick Macklemr364475 changed the internal API between the kernel...
2020-08-20 Warner LoshMove devctl_notify* to devctl.h.
2020-08-20 Warner LoshMake devctl_queue_data_f and devctl_queue_data private.
2020-08-20 Mateusz Guzikcache: add cache_rename, a dedicated helper to use...
2020-08-19 Rick MacklemAdd the MSG_TLSAPPDATA flag to indicate "return ENXIO...
2020-08-19 Warner LoshMove the mount name to bit mapping into sys/mount.h...
2020-08-19 Mateusz Guzikvfs: drop the error parameter from vn_isdisk, introduce...
2020-08-18 Rick MacklemBump __FreeBSD_version for r364330, since it changed...
2020-08-17 Conrad Meyergpart(8): Recognize apple-zfs and solaris-reserved...
2020-08-16 Konstantin BelousovVMIO read
2020-08-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-16 Mateusz Guzikvfs: retire vrefl as a symbol
2020-08-16 Mateusz Guzikvfs: restore sorted order of unused nameidata flags
2020-08-16 Dimitry AndricMerge ^/head r364264 through r364278.
2020-08-16 Mateusz GuzikBump __FreeBSD_version after vget() and HASBUF change
2020-08-16 Mateusz Guzikvfs: mark HASBUF as an internal flag
2020-08-16 Mateusz Guzikvfs: remove the thread argument from vget
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-15 Dimitry AndricMerge ^/head r364082 through r364250.
2020-08-14 Alexander V. ChernikovSimplify dom_<rtattach|rtdetach>.
2020-08-14 Mark JohnstonRename the pipe_map field of struct pipe.
2020-08-14 Emmanuel VadotBump __FreeBSD_version after r364232
2020-08-13 Conrad MeyerAdd prng(9) API
2020-08-12 Glen BarberMFH
2020-08-12 Andrew TurnerAdd support for Cortex-A76/Neoverse-N1 to hwpmc
2020-08-12 Mateusz Guzikvfs: inline vrefcnt
2020-08-12 Mateusz Guzikvfs: garbage collect vrefactn
2020-08-11 Conrad Meyersmp.h: Reconcile definition and declaration of smp_ncpus
2020-08-11 Mateusz Guzikdevfs: rework si_usecount to track opens
2020-08-11 Hans Petter SelaskyNeed to clone the task struct fields related to RCU...
2020-08-11 Mateusz Guzikvfs: stricter validation for flags passed to namei...
next