]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove redundant ip6_plen initialization.
[FreeBSD/FreeBSD.git] / sys / kern /
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.
2014-10-20 mjgfiledesc: plug 2 write-only variables
2014-10-20 markjFix a typo from r189544, which replaced unp_global_rwlo...
2014-10-20 mjgProvide vfs suspension support only for filesystems...
2014-10-20 marcelFully support constructors for the purpose of code...
2014-10-19 neelIFC @r273206
2014-10-19 mjgProvide vfs suspension support only for filesystems...
2014-10-19 adrianConvert a missed u_char cpu -> int cpu.
2014-10-18 adrianUpdate the ULE scheduler + thread and kinfo structs...
2014-10-16 davideFollow up to r225617. In order to maximize the re-usabi...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-15 mavRemove setting BIO_DONE flag for BIOs that have done...
2014-10-15 kibImplement FIODTYPE for master ptys.
2014-10-15 mjgDon't take devmtx unnecessarily in vn_isdisk.
2014-10-15 mjgfiledesc: plug 2 assignments to M_ZERO-ed pointers...
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
next