]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
[led] propagate error from set_led() to the caller
[FreeBSD/FreeBSD.git] / sys / kern /
2019-01-15 glebiusAdd flag LK_NEW for lockinit() that is converted to...
2019-01-14 kibHandle overflow in calculating max kmem size.
2019-01-13 jahHandle SIGIO for listening sockets
2019-01-13 cognetInstead of using an incomplete list of platforms that...
2019-01-12 andrewFix the check for the offset of td_frame and td_emuldat...
2019-01-12 andrewAdd support for the Clang Coverage Sanitizer in the...
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-10 glebiusSimplify sosetopt() so that function has single return...
2019-01-09 brooksstyle(9): fix the indent of a return.
2019-01-08 tuexenAvoid overfow in vtruncbuf()
2019-01-04 kpRemove unneeded NULL check for td_ucred
2019-01-04 cemExpose threads-per-core and physical core count information
2019-01-04 markjSupport MSG_DONTWAIT in send*(2).
2018-12-29 kpSimplify jail ID printing on process exit
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-29 kibFor hw.{physmem,realmem,usermem} MIBs, clamp instead...
2018-12-29 kpMake kernel print jail ID when logging a process exit
2018-12-28 jillespfind, pfind_any: Correct zombie logic
2018-12-27 mckusickWhen loading an inode from disk, verify that its mode...
2018-12-24 mavIncrease MTX_POOL_SLEEP_SIZE from 128 to 1024.
2018-12-23 kibProperly test for vmio buffer in bnoreuselist().
2018-12-22 bdeOops, rounddown() for the start was misspelled roundup...
2018-12-21 bdeFix rounding in vop_stdadvise() for POSIX_FADV_NOREUSE...
2018-12-21 mckusickSome filesystems (like cd9660 and ext3) require that...
2018-12-19 mjgCheck for probes enabled in priv_check_cred before...
2018-12-19 mjgRemove iBCS2, part2: general kernel
2018-12-19 mjgMicrooptimize corner case of ID bitmap handling.
2018-12-19 mjgDeinline vfork handling out of the syscall return path.
2018-12-19 markjFix DDB's "show malloc" after r338899.
2018-12-18 brooksconst poison the `new` pointer of __sysctl.
2018-12-18 cyMFV r342175:
2018-12-17 avgadd support for marking interrupt handlers as suspended
2018-12-15 mckusickClarify panic in set_rootvnode().
2018-12-15 mckusickUnder UFS/FFS the VFS_ROOT() function will return an...
2018-12-14 mjgvfs: mostly depessimize NDINIT_ALL
2018-12-11 mjgRemove unused argument to priv_check_cred.
2018-12-11 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-12-11 mjgfd: dedup code in sys_getdtablesize
2018-12-11 mjgMake lim_cur inline if possible.
2018-12-11 mjgfd: tidy up closing a fd
2018-12-11 mjgfd: stop looking for exact freefile after allocation
2018-12-11 dimMerge ^/head r341764 through r341812.
2018-12-11 kibFree bootstacks after AP startup.
2018-12-11 kibRemove special case handling for getfhat(fd, NULL,...
2018-12-10 jhbDon't report stale signal information for non-signal...
2018-12-09 alcblst_leaf_alloc updates bighint for a leaf when an...
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-08 mjgumtx: avoid umtxshm locking on object termination if...
2018-12-08 mjgRemove proctree acquire from note_procstat_proc
2018-12-08 mjgFix a corner case in ID bitmap management.
2018-12-08 mjgproc: postpone proc unlock until after reporting with...
2018-12-08 mjgproc: handle sdt exit probe before taking the proc...
2018-12-08 mjgProvide SDT_PROBES_ENABLED macro.
2018-12-07 kibSimplify kern_readlink_vp().
2018-12-07 kibFix expression evaluation.
2018-12-07 mjgfd: use racct_set_unlocked
2018-12-07 mjgracct: add RACCT_ENABLED macro and racct_set_unlocked
2018-12-07 mjgfd: try do less work with the lock in dup
2018-12-07 mjgReplace hand-rolled unrefs if > 1 with refcount_release...
2018-12-07 kibRegen.
2018-12-07 kibAdd new file handle system calls.
2018-12-07 mjgproc: when exiting move to zombproc before taking proctree
2018-12-07 mjgManage process-related IDs with bitmaps
2018-12-07 mjgAnnotate Giant drop/pickup macros with __predict_false
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-06 markjLet kern.trap_enotcap be set as a tunable.
2018-12-05 brooksFurther simplify arguments to init.
2018-12-05 alcTerminate a blist_alloc search when a blst_meta_alloc...
2018-12-05 brooksRemove never enabled support for "fastboot".
2018-12-05 brooksRemove ifdef BOOTCDROM option to start init.
2018-12-05 mjgsx: retire SX_NOADAPTIVE
2018-12-04 brooksRemove NOARGS from oaccept.
2018-12-04 brooksRegen after r341474: Normalize COMPAT_43 syscall declar...
2018-12-04 brooksNormalize COMPAT_43 syscall declarations.
2018-12-04 brooksRemove a needlessly clever hack to start init with...
2018-12-03 markjAdd a missing definition for the !COMPAT_FREEBSD32...
2018-12-03 markjPlug memory disclosures via ptrace(2).
2018-12-02 kibCorrect accuracy of the barrier writes accounting.
2018-11-30 vangyzenInclude path for tmpfs objects in vm.objects sysctl
2018-11-29 brooksAdd helper functions to copy strings into struct image_...
2018-11-29 kibIf BENEATH is specified, always latch the topping direc...
2018-11-29 mjgvfs: fix i386 build after r341220
2018-11-29 mjgcache: retire cache_enter compat schim
2018-11-29 mjgvfs: drop spurious memcpy in stat
2018-11-29 mjgfd: unify fd range check across the routines
2018-11-29 mjgConvert racct_enable to bool and annotate as __read_fre...
2018-11-29 mjgDeinline racct throttling out of syscall exit path.
2018-11-29 mjgAnnotate td_cowgen check as unlikely.
2018-11-29 mjgTidy up hardclock.
2018-11-29 mjgproc: create a dedicated lock for zombproc to ligthen...
2018-11-27 kibImprove sigonstack().
2018-11-27 jamieIn hardened systems, where the security.bsd.unprivilege...
2018-11-26 vangyzenRemove superfluous bzero in getcontext/swapcontext...
2018-11-26 asomersvfs_aio.c: rename "physio" symbols to "bio".
2018-11-25 dimMerge ^/head r340869 through r340917.
2018-11-24 alcblist_meta_alloc assumes that mask=scan->bm_bitmap...
2018-11-24 markjPass malloc flags directly through kevent(2) subroutines.
next