vt(4): Recompute the drawable area when the resolution changes
[freebsd.git] / sys / kern /
2014-08-27 dumbbellvt(4): Add cngrab() and cnungrab() callbacks
2014-08-26 glebius- Remove socket file operations declaration from sys...
2014-08-26 mjgFix up races with f_seqcount handling.
2014-08-24 kibRevert the handling of all siginfo sa_flags except...
2014-08-24 mjgPlug a memory leak in case of failed lookups in capabil...
2014-08-24 mjgUse refcount_init in sigacts_alloc.
2014-08-24 mjgFix getppid for traced processes.
2014-08-24 mjgProperly reparent traced processes when the tracer...
2014-08-23 mavRestore pre-r239157 handling of sched_yield(), when...
2014-08-22 kibIn do_lock_pi(), do not override error from umtxq_sleep...
2014-08-22 kibEnsure that sigaction flags for signal, which dispositi...
2014-08-22 kibCheck the validity of struct sigaction sa_flags value...
2014-08-22 hrsFix a panic which occurs in a VIMAGE-enabled kernel...
2014-08-18 marcelFor vendors like Juniper, extensibility for sockets...
2014-08-18 impExpand the elf brandelf infrastructure to give access...
2014-08-17 traszBring in the new automounter, similar to what's provide...
2014-08-15 markjCorrect the order of arguments passed to LIST_INSERT_AF...
2014-08-14 delphijAdd a new loader tunable, vm.kmem_zmax which allows...
2014-08-14 delphijRe-instate UMA cached backend for 4K - 64K allocations...
2014-08-13 kibIf vm_page_grab() allocates a new page, the page is...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-11 glebiusMove KASSERT into locked region.
2014-08-11 glebiusUse M_WAITOK in sf_buf_init().
2014-08-11 glebiusProvide sf_buf_ref() to optimize refcounting of already...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-07 bzSplit up sys_ktimer_getoverrun() into a sys_ and a...
2014-08-07 aeTemporary revert r269661, it looks like the patch isn...
2014-08-07 aeUse cpuset_setithread() to apply cpu mask to taskq...
2014-08-07 kibCorrect the problems with the ptrace(2) making the...
2014-08-05 glebiusMerge all MD sf_buf allocators into one MI, residing...
2014-08-04 mckusickAdd support for multi-threading of soft updates.
2014-08-04 davideFix an overflow in getsockopt(). optval isn't big enoug...
2014-08-03 peterPartial revert of r262867.
2014-08-03 pluknetvn_path_to_global_path: update comment.
2014-08-03 impMake the witness lock limit an option.
2014-08-03 kibRemove Giant acquisition from the mount and unmount...
2014-08-01 rpauloIn the shm_open() and shm_unlink() syscalls, export...
2014-07-29 kibRemove one-time use macros which check for the vnode...
2014-07-29 kibSimplify the expression, by removing redundand calculation.
2014-07-28 kibFor md(4), posix shm(3) and tmpfs(5), free swap space...
2014-07-28 gahrUnbreak the ABI by reverting r268494 until the compat...
2014-07-26 marcelThe accept filter code is not specific to the FreeBSD...
2014-07-26 marcelDon't return ERESTART when the device is gone. In ttyde...
2014-07-25 gavinAdd error return to dumpsys(), and use it in doadump().
2014-07-25 deischenInsert new threads at the end of the thread list in...
2014-07-23 mjgPrepare fget_unlocked for reading fd table only once.
2014-07-23 mjgCosmetic changes to unp_internalize
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 glebiusUse assignment instead of bcopy.
2014-07-18 baptExtend kqueue's EVFILT_TIMER by adding precision unit...
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-17 kevloDeprecate m_act. Use m_nextpkt always.
2014-07-16 truckmanNuke the never-used RF_TIMESHARE feature, reducing...
2014-07-16 kibCheck for the cross-device cross-link attempt in the...
2014-07-15 kibFollowup to r268466.
2014-07-15 kibChange the calculation of the kinfo_vmentry field kve_p...
2014-07-14 mjgPlug p_pptr null test in do_execve. It is always true.
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...
next