]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix function keys for syscons in cons25 mode (vidcontrol -T cons25).
[FreeBSD/FreeBSD.git] / sys / kern /
2019-01-31 brooksRemove iBCS2: also remove xenix syscall function support.
2019-01-31 brooksRegen after r342190.
2019-01-31 glebiusAdd new m_ext type for data for M_NOFREE mbufs, which...
2019-01-31 markjPrevent some kobj memory allocation failures from panic...
2019-01-30 mavOnly sort requests of types that have concept of offset.
2019-01-29 andrewExtract the coverage sanitizer KPI to a new file.
2019-01-27 avosm_getm2: correct a comment.
2019-01-27 kibBump SPECNAMELEN to MAXNAMLEN.
2019-01-25 mckusickAdd printing of b_ioflags to DDB `show buffer' command.
2019-01-17 kibRe-wrap long line after r341827.
2019-01-16 glebiusFix mistake in r343030: move nswbuf calculation back to
2019-01-16 kibImplement shmat(2) flag SHM_REMAP.
2019-01-15 delphijUse TD_IS_IDLETHREAD instead of unrolled version.
2019-01-15 glebiusAllocate pager bufs from UMA instead of 80-ish mutex...
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
next