]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge compiler-rt trunk r351319, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / kern /
2019-01-22 Dimitry AndricMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 Dimitry AndricMerge libc++ trunk r351319, and resolve conflicts.
2019-01-20 Dimitry AndricMerge lldb trunk r351319, resolve conflicts, and update...
2019-01-20 Dimitry AndricMerge lld trunk r351319, resolve conflicts, and update...
2019-01-20 Dimitry AndricMerge clang trunk r351319, resolve conflicts, and updat...
2019-01-20 Dimitry AndricMerge llvm trunk r351319, resolve conflicts, and update...
2019-01-17 Konstantin BelousovRe-wrap long line after r341827.
2019-01-16 Gleb SmirnoffFix mistake in r343030: move nswbuf calculation back to
2019-01-16 Konstantin BelousovImplement shmat(2) flag SHM_REMAP.
2019-01-16 Marcin WojtasSuppress excessive error prints in ENA TX hotpath
2019-01-15 Xin LIUse TD_IS_IDLETHREAD instead of unrolled version.
2019-01-15 Gleb SmirnoffAllocate pager bufs from UMA instead of 80-ish mutex...
2019-01-15 Gleb SmirnoffAdd flag LK_NEW for lockinit() that is converted to...
2019-01-14 Konstantin BelousovHandle overflow in calculating max kmem size.
2019-01-13 Jason A. HarmeningHandle SIGIO for listening sockets
2019-01-13 Olivier HouchardInstead of using an incomplete list of platforms that...
2019-01-12 Andrew TurnerFix the check for the offset of td_frame and td_emuldat...
2019-01-12 Andrew TurnerAdd support for the Clang Coverage Sanitizer in the...
2019-01-11 Emmanuel VadotImport DTS from Linux 4.20
2019-01-11 Emmanuel VadotImport DTS includes from 4.19
2019-01-10 Ed MasteUpdate to ELF Tool Chain r3668
2019-01-10 Gleb SmirnoffSimplify sosetopt() so that function has single return...
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...
next