]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove code related to PACKET_TAG_IPSEC_IN_CRYPTO_DONE mbuf tag.
[FreeBSD/FreeBSD.git] / sys / kern /
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-09 kibDo not call VFS_SYNC() before VFS_UNMOUNT() for forced...
2014-12-09 kibApply chunk forgotten in r275620. Remove local variabl...
2014-12-08 kibAdd functions syncer_suspend() and syncer_resume()...
2014-12-08 kibWhen getnewbuf_reuse_bp() is called to reclaim some...
2014-12-08 kibDo some refactoring and minor cleanups of the thread_si...
2014-12-08 kibThread waiting for the vfork(2)-ed child to exec or...
2014-12-08 kibWhen process is exiting, check for suspension regardless of
2014-12-08 markjMFV r272851:
2014-12-07 avgremove opensolaris cyclic code, replace with high-preci...
2014-12-06 delphijMFV r260710 + 275532:
2014-12-03 impConst poison in a few places to ensure we don't modify...
2014-12-03 jhbRevert device_getenv_int() for now as it duplicates...
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-01 kibDisable recursion for the process spinlock.
2014-11-30 gibbsRemove trailing whitespace.
2014-11-30 glebiusMerge from projects/sendfile:
2014-11-30 glebiusMerge from projects/sendfile: extend protocols API...
2014-11-30 glebiusMerge from projects/sendfile:
2014-11-30 glebius- Move sbcheck() declaration under SOCKBUF_DEBUG.
2014-11-30 glebiusMake sballoc() and sbfree() functions. Ideally, they...
2014-11-29 impThe current limit of 100k for the linker hints file...
2014-11-29 kibRemove lock recursion for the pipe pair mutex, and...
2014-11-29 baptUpdate libucl to latest version
2014-11-28 kibAssert the state of the process lock and sigact mutex in
2014-11-28 hselaskyStyle changes:
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 alfredMake igb and ixgbe check tunables at probe time.
2014-11-26 kibThe process spin lock currently has the following disti...
2014-11-26 kibFix SA_SIGINFO | SA_RESETHAND handling. The sysent...
2014-11-24 jhbAdd a bus_get_domain() wrapper around BUS_GET_DOMAIN...
2014-11-24 jhbProperly initialize the capability rights for vnodes...
2014-11-23 glebiusMerge from projects/sendfile:
2014-11-23 mjgifdef RACCT ui_racct_foreach and struct uidinfo's ui_racct
2014-11-23 mjgfiledesc: plug a test for impossible condition in fgetv...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 kibThe size value should be asserted when it is known.
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().
next