]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Manage struct sigacts refcnt with atomics instead of a mutex.
[FreeBSD/FreeBSD.git] / sys / kern /
2014-07-14 mjgManage struct sigacts refcnt with atomics instead of...
2014-07-14 kibExtract the code to put a filesystem into the suspended...
2014-07-14 kibIn kern_linkat(), avoid passing doomed vnode to the...
2014-07-14 kibGeneralize vn_get_ino() to allow filesystems to use...
2014-07-14 kevloMake bind(2) and connect(2) return EAFNOSUPPORT for...
2014-07-12 mjgClear nonblock and async on devctl close instaed of...
2014-07-11 glebiusImprove reference counting of EXT_SFBUF pages attached...
2014-07-11 glebiusFix style bug: rename the refcount field of m_ext to...
2014-07-11 glebiusAll mbuf external free functions never fail, so let...
2014-07-10 mjgEliminate plim and vtmp local vars in exit1.
2014-07-10 mjgDon't make a temporary copy of fixed sysctl strings.
2014-07-10 mjgDon't zero fd_nfiles during fdp destruction.
2014-07-10 mjgAvoid relocking filedesc lock when closing fds during...
2014-07-10 gahrImplement Short/Small String Optimization in SBUF(9...
2014-07-10 kibUnconditionally initialize addr to handle the case...
2014-07-09 kibCurrent code in sysctl proc.vmmap, which intent is...
2014-07-08 delphijDon't leave the padding between the msg header and...
2014-07-08 kibCorrect the problem reported by test16 from
2014-07-07 truckmanDeclaration whitespace changes for style(9).
2014-07-07 mjgDon't call crdup nor uifind under vnode lock.
2014-07-07 marcelRemove ia64.
2014-07-05 hselaskyWhen getting the initial value of numeric tunables...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-03 kibMicro-manage clang to get the expected inlining for...
2014-07-02 marcelDrop KTR records when we're in the debugger so that...
2014-07-02 emasteFix typos in VTY constant names from r268158
2014-07-02 emastePrefer vt(4) for UEFI boot
2014-07-02 mjgPlug gcc warning after r268074 about unitialized newsigacts
2014-07-01 mjgDon't call crcopysafe or uifind unnecessarily in execve.
2014-07-01 delphijMFV r267565:
2014-07-01 mjgPerform a lockless check in sigacts_shared.
2014-06-30 adrianIf we're doing RSS then ensure that the callwheel swi...
2014-06-28 hselaskyCompile fixes:
2014-06-28 mjgCall fdcloseexec right after fdunshare.
2014-06-28 mjgMake fdunshare accept only td parameter.
2014-06-28 mjgMake sure to always clear p_fd for process getting...
2014-06-28 hselaskyFix regression issue after r267961. Handle special...
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 mariusIn order to get vt(4) a bit closer to the feature set...
2014-06-27 emasteAdd CTLFLAG_NOFETCH flag; console vty code runs before...
2014-06-27 emasteUse a common tunable to choose between vt(4)/sc(4)
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-27 mjgCheck lower bound of cmsg_len.
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 pjdRemove duplicated includes.
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-24 attiliosysctl subsystem uses sxlocks so avoid to setup dynamic...
2014-06-23 mjgTidy up fd-related functions called by do_execve
2014-06-22 mjgDon't take filedesc lock in fdunshare().
2014-06-22 melifaroPermit changing cpu mask for cpu set 1 in presence...
2014-06-22 mjgfd: replace fd_nfiles with fd_lastfile where appropriate
2014-06-22 mjgdo_dup: plug redundant adjustment of fd_lastfile
2014-06-17 kibIn msdosfs_setattr(), add a check for result of the...
2014-06-17 dchaginRevert r266925 as it can lead to instant panic at fexec...
2014-06-16 attilio- Modify vm_page_unwire() and vm_page_enqueue() to...
2014-06-15 pfgMFV r266988:
2014-06-15 kibUse vn_io_fault for the writes from core dumping code...
2014-06-12 mavImplement simple direct-mapped cache for popular filesy...
2014-06-11 mavRemove unneeded mountlist_mtx acquisition from sync_fsy...
2014-06-11 mavMove root_mount_hold() functionality to separate mutex.
2014-06-09 kibDevolatile as needed.
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-09 kibChange the nblock mutex, protecting the needsbuffer...
2014-06-09 alcRefresh a comment. The VM_STACK option was eliminated...
2014-06-08 mavRemove extra branching from r267232.
2014-06-08 mavUse atomics to modify numvnodes variable.
2014-06-08 kibRemove write-only local variable.
2014-06-08 kibInitialize the pbuf counter for directio using SYSINIT...
2014-06-06 jillesktrace: Use designated initializers for the data_length...
2014-06-05 davideConvert functions to the new-style format.
2014-06-02 marcelIntroduce a procedural interface to the ifnet structure...
2014-06-01 adrianPin the right thread.
2014-05-31 dchaginTo allow to run the interpreter itself add a new ELF...
2014-05-30 glebiusWhitespace only.
2014-05-29 markjCommit the rest of the changes that were intended to...
2014-05-28 truckmanInitialize r_flags the same way in all cases using...
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-24 adrianAdd a new taskqueue setup method that takes a cpuid...
2014-05-21 bjkCheck for mismatched vref()/vdrop()
2014-05-20 kibWhen exec_new_vmspace() decides that current vmspace...
2014-05-19 truckmanSlightly restructure the final loop in rman_reserve_res...
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-14 traszInitialize loginclass mutex using MTX_SYSINIT instead...
2014-05-12 truckmanBe even more paranoid about overflow.
2014-05-12 truckmanNuke a couple of unnecessary assigments. Nothing uses...
2014-05-11 jillesaccept(),accept4(): Don't set *addrlen = 0 on [ECONNABO...
2014-05-11 cpercivaIn cf_get_method, when we don't already know what clock...
2014-05-10 adrianAdd in support to optionally pin the swi threads.
2014-05-05 truckmanAvoid unsigned integer overflow which can cause
2014-05-02 mjgRequest a non-exiting process in sysctl_kern_proc_...
2014-05-02 bruefferFree resources in an error case.
2014-05-02 rwatsonGarbage collect mtxpool_lockbuilder, the mutex pool...
2014-05-02 mjgIgnore the error from pipespace_new when creating a...
2014-05-01 brooksFix a 2038 bug.
2014-04-29 mariusGiven that as of r258002 the last external user is...
next