]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Make iSCSI frontend less chatty while waiting for tasks termination.
[FreeBSD/FreeBSD.git] / sys / kern /
2014-11-21 jhbImprove support for XSAVE with debuggers.
2014-11-19 glebiusDo not allocate zero-length mbuf in sosend_generic().
2014-11-19 zbbStop using early_putc immediately after configuring...
2014-11-18 impopt_global.h is included automatically in the build...
2014-11-16 jmgprevent doing filter ops locking for staticly compiled...
2014-11-14 glebius- Use NULL to compare a pointer.
2014-11-14 glebiusMerge from projects/sendfile:
2014-11-14 kibIn vfs_write_suspend_umnt(), if suspension cannot be...
2014-11-14 glebiusThere should not be zero length mbufs in socket buffers...
2014-11-13 jkimCorrect a typo to fix chown(2). It was broken since...
2014-11-13 mjgfiledesc: fixup fdinit to lock fdp and preapare files...
2014-11-13 kibFix assertion, &uc->uc_busy is never zero, the intent...
2014-11-13 kibRemove the no-at variants of the kern_xx() syscall...
2014-11-13 kibDo not try to dereference thread pointer when the value...
2014-11-13 kibRemove fossil. It has been present in 4.4Lite2, but...
2014-11-13 dchaginRegen for r274462.
2014-11-13 dchaginAdd the ppoll() system call.
2014-11-12 kibFor posix_fallocate(2) and posix_fadvise(2), return...
2014-11-12 glebiusMerge from projects/sendfile:
2014-11-12 glebiusIn preparation of merging projects/sendfile, transform...
2014-11-11 glebiusFix build.
2014-11-11 glebiusRemove SF_KQUEUE code. This code was developed at...
2014-11-11 pjdAdd missing privilege check when setting the dump devic...
2014-11-10 kibWhen sleeping waiting for the profiling stop, always...
2014-11-06 melifaroFinish r274118#2: commit forgotten uipc_debug.c
2014-11-06 bzAfter the changes in r274118 make NOIP kernels compile...
2014-11-06 mjgAdd sysctl kern.proc.cwd
2014-11-06 mjgfiledesc: avoid taking fdesc_mtx when not necessary...
2014-11-06 mjgfiledesc: just free old tables without altering the...
2014-11-05 mjgExtend struct ucred with group table.
2014-11-05 melifaroRemove old hack abusing domattach from NFS code.
2014-11-04 des[SA-14:25] Fix kernel stack disclosure in setlogin...
2014-11-04 jhbAdd a new thread state "spinning" to schedgraph and...
2014-11-04 hselaskySimplify logic a bit. Ensure data buffer is properly...
2014-11-04 dumbbellEnable vt(4) by default
2014-11-03 kibClean up confusing comment. Move it to the place of...
2014-11-03 kibWhen other end of the pipe closed during the write...
2014-11-03 mjgProvide an on-stack temporary buffer for small ioctl...
2014-11-03 mjgfiledesc: plus sys/kdb.h include which crept in with...
2014-11-03 mjgfiledesc: plug unnecessary fdp NULL checks in fdescfree...
2014-11-03 mjgfiledesc: create a dedicated zone for struct filedesc0
2014-11-02 kibFollowup to r273966. Fix the build with ADAPTIVE_LOCKM...
2014-11-02 mjgfiledesc: move freeing old tables to fdescfree
2014-11-02 mjgfiledesc: factor out some code out of fdescfree
2014-11-02 kibFix two issues with lockmgr(9) LK_CAN_SHARE() test...
2014-11-02 mjgfiledesc: tidy up fdcheckstd
2014-11-02 mjgfiledesc: lock filedesc lock in fdcloseexec only when...
2014-11-01 mjgFix up module unload for syscall_module_handler consumers.
2014-11-01 dumbbellvt(4): Adjust the cursor position after changing the...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-31 kibAdd type qualifier volatile to the base (userspace...
2014-10-31 mjgfiledesc: drop retval argument from do_dup
2014-10-31 mjgfiledesc: fix missed comments about fdsetugidsafety
2014-10-31 mjgfiledesc: make fdinit return with source filedesc locke...
2014-10-31 mjgfiledesc: iterate over fd table only once in fdcopy
2014-10-31 mjgfiledesc: tidy up fdfree
2014-10-31 mjgfiledesc: tidy up fdcopy a little bit
2014-10-30 markmThis is the much-discussed major upgrade to the random...
2014-10-30 mjgfiledesc: make sure to force table reload in fget_unloc...
2014-10-30 mjgfiledesc: microoptimize fget_unlocked by retrying obtai...
2014-10-30 mjgfiledesc: get rid of atomic_load_acq_int from fget_unlocked
2014-10-28 jhbRework virtual machine hypervisor detection.
2014-10-28 kibConvert kern_umtx.c to use fueword() and casueword().
2014-10-28 kibReplace some calls to fuword() by fueword() with proper...
2014-10-28 kibAdd fueword(9) and casueword(9) functions. They are...
2014-10-28 hselaskyThe SYSCTL data pointers can come from userspace and...
2014-10-28 mjgSimplify sys_getloginclass.
2014-10-28 mjgChange loginclass mutex to an rwlock.
2014-10-27 mjgTidy up functions related to uidinfo management.
2014-10-27 mjgDe-k&r-ify function definitions in kern/kern_resource.c
2014-10-26 mjgAvoid dynamic syscall overhead for statically compiled...
2014-10-26 mjgFix up an assertion in kern_setgroups, it should compar...
2014-10-26 mjgTidy up sys_setgroups and kern_setgroups.
2014-10-26 mjgUse a temporary buffer in sys_setgroups for requests...
2014-10-26 mjgNow that sysctl_root is only called with sysctl lock...
2014-10-25 jhbUse correct type in __DEVOLATILE().
2014-10-25 mavRevert somewhat hackish geom_disk optimization, committ...
2014-10-25 mjgrlimit: plug duplicate assertion
2014-10-25 delphijFix build.
2014-10-24 jhbThe current POSIX semaphore implementation stores the...
2014-10-23 desIn all cases except CTLTYPE_STRING, penv is NULL here...
2014-10-23 mjgIn selfdfree re-evaulate sf_si after takin the lock.
2014-10-23 delphijTest if 'env' is NULL before doing memset() and strlen(),
2014-10-23 mjgAvoid taking the lock in selfdfree when not needed.
2014-10-22 cpercivaAvoid leaking data from the kernel environment: When...
2014-10-22 mjgfiledesc assert that table size is at least 3 in fdsetu...
2014-10-22 mjgPlug unnecessary PRS_NEW check in kern_procctl.
2014-10-22 mjgReduce nesting in vn_access.
2014-10-22 mjgAvoid crdup when possible in kern_accessat.
2014-10-22 mjgfiledesc: cleanup setugidsafety a little
2014-10-21 mjgEliminate unnecessary memory allocation in sys_getgroup...
2014-10-21 mjgTake the lock shared in linker_search_symbol_name.
2014-10-21 mjgMark some more sysctl stuff shared-locked and MPSAFE.
2014-10-21 mjgMake sysctl name2oid shared-locked as well.
2014-10-21 mjgImplement shared locking for sysctl.
2014-10-21 mjgRename sysctl_lock and _unlock to sysctl_xlock and...
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelMerge projects/bhyve_svm into HEAD.
2014-10-21 neelIFC @r273338
2014-10-20 mjgPlug unnecessary binvp NULL initialization and test.
next