]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, and lldb
[FreeBSD/FreeBSD.git] / sys / kern /
2019-01-09 Brooks Davisstyle(9): fix the indent of a return.
2019-01-09 Jung-uk KimMFV: r342867
2019-01-08 Michael TuexenAvoid overfow in vtruncbuf()
2019-01-04 Kristof ProvostRemove unneeded NULL check for td_ucred
2019-01-04 Conrad MeyerExpose threads-per-core and physical core count information
2019-01-04 Mark JohnstonSupport MSG_DONTWAIT in send*(2).
2018-12-31 Philip PaepsImport tzdata 2018i
2018-12-30 Philip PaepsImport tzdata 2018h
2018-12-29 Kristof ProvostSimplify jail ID printing on process exit
2018-12-29 Conrad MeyerUpdate to Zstandard 1.3.8
2018-12-29 Konstantin BelousovFor hw.{physmem,realmem,usermem} MIBs, clamp instead...
2018-12-29 Kristof ProvostMake kernel print jail ID when logging a process exit
2018-12-28 Jilles Tjoelkerpfind, pfind_any: Correct zombie logic
2018-12-27 Kirk McKusickWhen loading an inode from disk, verify that its mode...
2018-12-26 Andriy GaponMFV r342532: 5882 Temporary pool names
2018-12-26 Andriy GaponMFV r342469: 9630 add lzc_rename and lzc_destroy to...
2018-12-24 Alexander MotinIncrease MTX_POOL_SLEEP_SIZE from 128 to 1024.
2018-12-23 Konstantin BelousovProperly test for vmio buffer in bnoreuselist().
2018-12-23 Simon J. GerratyMerge bmake-20181221
2018-12-22 Bruce EvansOops, rounddown() for the start was misspelled roundup...
2018-12-21 Bruce EvansFix rounding in vop_stdadvise() for POSIX_FADV_NOREUSE...
2018-12-21 Kirk McKusickSome filesystems (like cd9660 and ext3) require that...
2018-12-19 Mateusz GuzikCheck for probes enabled in priv_check_cred before...
2018-12-19 Mateusz GuzikRemove iBCS2, part2: general kernel
2018-12-19 Mateusz GuzikMicrooptimize corner case of ID bitmap handling.
2018-12-19 Mateusz GuzikDeinline vfork handling out of the syscall return path.
2018-12-19 Mark JohnstonFix DDB's "show malloc" after r338899.
2018-12-18 Brooks Davisconst poison the `new` pointer of __sysctl.
2018-12-18 Cy SchubertMFV r342175:
2018-12-17 Andriy Gaponadd support for marking interrupt handlers as suspended
2018-12-15 Kirk McKusickClarify panic in set_rootvnode().
2018-12-15 Kirk McKusickUnder UFS/FFS the VFS_ROOT() function will return an...
2018-12-15 Dimitry AndricUpdate clang, llvm, lld, lldb, compiler-rt and libc...
2018-12-14 Mateusz Guzikvfs: mostly depessimize NDINIT_ALL
2018-12-14 Jung-uk KimMFV: r342049
2018-12-13 Martin MatuskaMFV r341771,342040,342041:
2018-12-11 Mateusz GuzikRemove unused argument to priv_check_cred.
2018-12-11 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-12-11 Mateusz Guzikfd: dedup code in sys_getdtablesize
2018-12-11 Mateusz GuzikMake lim_cur inline if possible.
2018-12-11 Mateusz Guzikfd: tidy up closing a fd
2018-12-11 Mateusz Guzikfd: stop looking for exact freefile after allocation
2018-12-11 Dimitry AndricMerge ^/head r341764 through r341812.
2018-12-11 Konstantin BelousovFree bootstacks after AP startup.
2018-12-11 Konstantin BelousovRemove special case handling for getfhat(fd, NULL,...
2018-12-10 John BaldwinDon't report stale signal information for non-signal...
2018-12-09 Alan Coxblst_leaf_alloc updates bighint for a leaf when an...
2018-12-09 Dimitry AndricMerge ^/head r340918 through r341763.
2018-12-09 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-12-09 Cy SchubertMFV r341618:
2018-12-08 Mateusz Guzikumtx: avoid umtxshm locking on object termination if...
2018-12-08 Mateusz GuzikRemove proctree acquire from note_procstat_proc
2018-12-08 Mateusz GuzikFix a corner case in ID bitmap management.
2018-12-08 Mateusz Guzikproc: postpone proc unlock until after reporting with...
2018-12-08 Mateusz Guzikproc: handle sdt exit probe before taking the proc...
2018-12-08 Mateusz GuzikProvide SDT_PROBES_ENABLED macro.
2018-12-07 Konstantin BelousovSimplify kern_readlink_vp().
2018-12-07 Konstantin BelousovFix expression evaluation.
2018-12-07 Mateusz Guzikfd: use racct_set_unlocked
2018-12-07 Mateusz Guzikracct: add RACCT_ENABLED macro and racct_set_unlocked
2018-12-07 Mateusz Guzikfd: try do less work with the lock in dup
2018-12-07 Mateusz GuzikReplace hand-rolled unrefs if > 1 with refcount_release...
2018-12-07 Konstantin BelousovRegen.
2018-12-07 Konstantin BelousovAdd new file handle system calls.
2018-12-07 Mateusz Guzikproc: when exiting move to zombproc before taking proctree
2018-12-07 Mateusz GuzikManage process-related IDs with bitmaps
2018-12-07 Mateusz GuzikAnnotate Giant drop/pickup macros with __predict_false
2018-12-06 Simon J. GerratyUpdate bmake to version 20180919
2018-12-06 Mark JohnstonLet kern.trap_enotcap be set as a tunable.
2018-12-05 Brooks DavisFurther simplify arguments to init.
2018-12-05 Alan CoxTerminate a blist_alloc search when a blst_meta_alloc...
2018-12-05 Brooks DavisRemove never enabled support for "fastboot".
2018-12-05 Brooks DavisRemove ifdef BOOTCDROM option to start init.
2018-12-05 Mateusz Guziksx: retire SX_NOADAPTIVE
2018-12-04 Brooks DavisRemove NOARGS from oaccept.
2018-12-04 Brooks DavisRegen after r341474: Normalize COMPAT_43 syscall declar...
2018-12-04 Brooks DavisNormalize COMPAT_43 syscall declarations.
2018-12-04 Brooks DavisRemove a needlessly clever hack to start init with...
2018-12-03 Mark JohnstonAdd a missing definition for the !COMPAT_FREEBSD32...
2018-12-03 Mark JohnstonPlug memory disclosures via ptrace(2).
2018-12-02 Konstantin BelousovCorrect accuracy of the barrier writes accounting.
2018-11-30 Eric van GyzenInclude path for tmpfs objects in vm.objects sysctl
2018-11-29 Brooks DavisAdd helper functions to copy strings into struct image_...
2018-11-29 Konstantin BelousovIf BENEATH is specified, always latch the topping direc...
2018-11-29 Mateusz Guzikvfs: fix i386 build after r341220
2018-11-29 Mateusz Guzikcache: retire cache_enter compat schim
2018-11-29 Mateusz Guzikvfs: drop spurious memcpy in stat
2018-11-29 Mateusz Guzikfd: unify fd range check across the routines
2018-11-29 Mateusz GuzikConvert racct_enable to bool and annotate as __read_fre...
2018-11-29 Mateusz GuzikDeinline racct throttling out of syscall exit path.
2018-11-29 Mateusz GuzikAnnotate td_cowgen check as unlikely.
2018-11-29 Mateusz GuzikTidy up hardclock.
2018-11-29 Mateusz Guzikproc: create a dedicated lock for zombproc to ligthen...
2018-11-27 Konstantin BelousovImprove sigonstack().
2018-11-27 Jamie GrittonIn hardened systems, where the security.bsd.unprivilege...
2018-11-27 Marius StroblImport CK as of 21d3e319407d19dece16ee317c757ffc54a452b...
2018-11-26 Eric van GyzenRemove superfluous bzero in getcontext/swapcontext...
2018-11-26 Alan Somersvfs_aio.c: rename "physio" symbols to "bio".
2018-11-26 Martin MatuskaMFV r340938:
2018-11-25 Dimitry AndricMerge ^/head r340869 through r340917.
next