]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Reorder ffs_verify_dinode_ckhash() so that it checks the inode check-hash
[FreeBSD/FreeBSD.git] / sys / kern /
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.
2018-11-24 markjPlug some kernel memory disclosures via kevent(2).
2018-11-24 markjEnsure that knotes do not get registered when KQ_CLOSIN...
2018-11-24 markjLock the knlist before releasing the in-flux state...
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-23 kibParse FreeBSD Feature Control note on the ELF image...
2018-11-23 kibGeneralize ELF parse_notes().
2018-11-23 kibTrivial reduction of the code duplication, reuse the...
2018-11-23 markjHonour the waitok parameter in kevent_expand().
2018-11-23 kibProvide storage for the process feature control flags...
2018-11-23 markjEnsure that directory entry padding bytes are zeroed.
2018-11-23 mjgRevert "fork: fix use-after-free with vfork"
2018-11-22 mjgAnnotate TDP_RFPPWAIT as unlikely.
2018-11-22 mjgfork: remove avoidable proc lock/unlock pair
2018-11-22 mjgfork: fix use-after-free with vfork
2018-11-22 markjPlug some networking sysctl leaks.
2018-11-21 mjguipc_usrreq: fix inode number assignment
2018-11-21 mjgproc: update list manipulation comment on process exit
2018-11-21 mjguipc_shm: use unr64 for inode numbers
2018-11-21 mjgproc: convert pfind & friends to use pidhash locks...
2018-11-21 mjgproc: implement pid hash locks and an iterator
2018-11-21 markjAvoid unsynchronized updates to kn_status.
2018-11-21 markjRemove KN_HASKQLOCK.
2018-11-21 markjAdd a taskqueue_quiesce(9) KPI.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-20 markjClear pad bytes in the struct exported by kern.ntp_pll...
2018-11-20 mjgpipe: use unr64
2018-11-20 mjgImplement unr64
2018-11-19 bwidawskacpi: fix acpi_ec_probe to only check EC devices
2018-11-19 hselaskyMinor code factoring. No functional change.
2018-11-19 hselaskyBe more verbose when a sysctl fails to unregister.
2018-11-19 kbowlingRetire sbsndptr() KPI
2018-11-16 mjgproc: always store parent pid in p_oppid
2018-11-15 markjRemove mostly-useless proc provider probes.
2018-11-15 impDo proper conversion to/from sbt.
2018-11-14 glebiusInitialize compatibility epoch tracker for thread0...
2018-11-14 dimMerge ^/head r340368 through r340426.
next