]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vfs: assert empty tmp free list on unmount
[FreeBSD/FreeBSD.git] / sys / kern /
2016-10-08 mjgvfs: assert empty tmp free list on unmount
2016-10-08 mjgvfs: clear the tmp free list flag before taking the...
2016-10-07 kibLimit scope of the optimization in r306608 to dounmount...
2016-10-06 bdreweryvrefl: Assert that the interlock is held.
2016-10-06 bdreweryAdd vrecyclel() to vrecycle() a vnode with the interloc...
2016-10-05 cemvfs_bio: Remove a leading space (style)
2016-10-04 bdreweryCorrect some comments after r294299.
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 emasteANSIfy inflate.c
2016-10-04 kibStyle.
2016-10-04 mmMFV r306669:
2016-10-03 mjgcache: ignore purgevfs requests for filesystems with...
2016-10-01 baptImport libucl 20160812
2016-09-30 mjgvfs: batch free vnodes in per-mnt lists
2016-09-30 mjgvfs: remove the __bo_vnode field from struct vnode
2016-09-29 glebiusProvide kern.maxphys sysctl, which returns MAXPHYS...
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-29 allanjudeAllow reading the following sysctl MIBs in capability...
2016-09-29 hselaskyWhile draining a timeout task prevent the taskqueue_enq...
2016-09-26 hirenRevert r306337. dhw@ reproted a panic which seems relat...
2016-09-26 vangyzenMake no assertions about mutex state when the scheduler...
2016-09-26 hirenIn sendit(), if mp->msg_control is present, then in...
2016-09-24 julianGive the user a clue as to which process hit maxfiles.
2016-09-23 kibAdd the foundation copyrights to procctl kernel sources.
2016-09-23 oshogbofd: fix up fget_cap
2016-09-23 mjgfd: fix up fgetvp_rights after r306184
2016-09-23 mjgcache: get rid of the global lock
2016-09-22 glebiusFix regression from r297400, which truncates headers...
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-22 brAdjust the sopt_val pointer on bigendian systems (e...
2016-09-22 oshogbofd: simplify fgetvp_rights by using fget_cap_locked
2016-09-22 oshogbocapsicum: propagate rights on accept(2)
2016-09-22 markjRegenerate syscall provider argument strings.
2016-09-22 markjAnnotate syscall provider pointer arguments with the...
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 kibMake resettodr_lock accessible outside subr_rtc.c....
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-21 kibAdd PROC_TRAPCAP procctl(2) controls and global sysctl...
2016-09-21 traszFix bug introduced with r302388, which could cause...
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-18 sepheFix LINT building.
2016-09-16 hirenMFC r301522 (by bz)
2016-09-15 emasteRenumber license clauses in sys/kern to avoid skipping #3
2016-09-15 kevloRemove the 4.3BSD compatible macro m_copy(), use m_copy...
2016-09-12 oshogbofd: add fget_cap and fget_cap_locked primitives
2016-09-12 jhbMake device_quiet() an attachment property.
2016-09-10 mjgcache: improve scalability by introducing bucket locks
2016-09-10 kibFix build
2016-09-09 jilleswait: Do not copyout uninitialized status/rusage/wrusage.
2016-09-09 mjglocks: add backoff for spin mutexes and thread lock
2016-09-09 emasteANSIfy uipc_syscalls.c
2016-09-08 emasteUpdate capabilities.conf comment
2016-09-08 kevloIn m_devget(), if the data fits in a packet header...
2016-09-07 emasteRegen after r305518: Allow getdtablesize in capability...
2016-09-07 emasteMFC r305140: Allow getdtablesize in capability mode
2016-09-06 brooksModernize the initalization of sigproptbl.
2016-09-06 mjgcv: do a lockless check for no waiters in cv_signal...
2016-09-05 mmMFV r305420:
2016-09-04 mjgcache: defer freeing entries until after the global...
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-04 mjgcache: manage negative entry list with a dedicated...
2016-09-04 mjgcache: put all negative entry management code into...
2016-09-04 markjMicro-optimize sleepq_signal().
2016-09-03 ngieMFhead @ r305314
2016-09-02 brooksMerge from CheriBSD:
2016-09-02 markjMFC r285522:
2016-09-01 kibMFC r304812:
2016-09-01 kibMFC r304808:
2016-09-01 ngieMFhead @ r305170
2016-09-01 emasteallow kern.proc.nfds sysctl in capability mode
2016-09-01 pkelsey_taskqueue_start_threads() now fails if it doesn't...
2016-08-31 markjRename unp_dispose_so() to unp_dispose().
2016-08-31 markjMFC 303855:
2016-08-31 emasteRegnerate after r305140, getdtablesize in capability...
2016-08-31 emasteAllow getdtablesize in capability mode
2016-08-31 allanjudeEliminate unnecessary loop in _cap_check()
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-31 nwhitehornBack out misfired extra file in r305108.
2016-08-31 nwhitehornRefix operation on sparse CPU mappings as in r302372...
2016-08-30 mjgfd: add fdeget_locked and use in kern_descrip
2016-08-30 pfgMFV r302423:
2016-08-30 bdreweryReduce duplicated logic for !SMP
2016-08-30 badgerMFC r304184:
2016-08-30 ngieMFhead @ r305041
2016-08-29 jhbImplement 'devctl clear driver' to undo a previous...
2016-08-29 ngieMFhead @ r305013
2016-08-27 mjgvfs: provide a common exit point in namei for error...
2016-08-27 kibConsistently delimit each vnode description block with...
2016-08-27 kibMFC r303426:
2016-08-27 kibMFC r303425:
2016-08-27 kibMFC r264388 (by davide):
2016-08-25 ngieMFhead @ r304815
2016-08-25 kibIn both do_rw_wrlock() and do_rw_rdlock() after r304808...
2016-08-25 kibPrevent leak of URWLOCK_READ_WAITERS flag for urwlocks.
2016-08-25 bdeLess-quick fix for locking fixes in r172250. r172250...
2016-08-24 cyMFV r304732.
2016-08-24 kibMFC r304286:
2016-08-22 markjMFC r304440, r304487:
2016-08-22 kibMFC r304174:
next