MFC r1.3 r1.13 r1.8 (HEAD):
[dragonfly.git] / sys / kern /
2008-08-02 Matthew DillonMFC 1.117 - fix desiredvnodes calculation for machines...
2008-07-26 Sepherosa ZiehauMFC rev 1.89:
2008-07-19 Matthew DillonMFC 1.25: O_CREAT was being allowed to leak through...
2008-07-18 Matthew DillonMFC 1.113 - buffer cache adjustments for handling write...
2008-07-17 Matthew DillonMFC 1.21: Give krateprintf() a burst capability.
2008-07-14 Matthew DillonMFC 1.36: Fix a bug in the mount scan.
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-12 Matthew DillonCorrect a bug in the last commit.
2008-07-12 Matthew DillonAdd a vclean_unlocked() call that allows HAMMER to...
2008-07-10 Aggelos EconomopoulosFix sockopt syscalls for the Nth time.
2008-07-08 Matthew DillonCleanup - move a warning so it doesn't spam the screen...
2008-07-07 Matthew DillonUFS+softupdates can build up thousands of dirty 1K...
2008-07-07 Aggelos EconomopoulosDo copy{in,out} early in the {g,s}etsockopt system...
2008-07-06 Nicolas TheryChange soopt_mcopyin() and soopt_mcopyout() to not...
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-30 Matthew DillonFix a low-memory deadlock in the VM system which can...
2008-06-30 Matthew DillonAdd a new helper function, kmalloc_limit(). This funct...
2008-06-30 Matthew DillonFix a buf_daemon performance issue when running on...
2008-06-28 Matthew DillonFix hopefully all possible deadlocks that can occur...
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-23 Matthew DillonSupport S_IFDIR mknod() calls for HAMMER. This is...
2008-06-20 Matthew DillonFix a bug in cluster_read(). An error returned by...
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-06-19 YONETANI TomokazuRemove KKASSERT() from the code block where not all...
2008-06-19 Aggelos Economopoulosupdate unix domain socket option retrieval
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-16 Matthew DillonWe must process incoming IPI messages when spinning...
2008-06-14 Matthew DillonChange the namecache lock warning delay from 1 to 5...
2008-06-12 Matthew DillonReimplement B_AGE. Have it cycle the buffer in the...
2008-06-12 Matthew DillonAdd missing LWPHOLD/LWPRELE in kinfo code.
2008-06-10 Matthew DillonChange bwillwrite() to smooth out performance under...
2008-06-09 Matthew DillonFix a SMP race in signotify_remote(). LWPHOLD() the...
2008-06-07 Michael NeumannUse NULL instead of 0.
2008-06-07 Michael NeumannCorrect typos.
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-06-04 Nicolas TheryFix bugs in spin_trylock_wr():
2008-06-03 Matthew DillonDo not update f_offset on EINVAL.
2008-06-02 Matthew DillonDisallow negative seek positions for regular files...
2008-06-02 Matthew DillonEven using the objcache we need a one-per-cpu free...
2008-06-01 Matthew DillonImplement a new system call: getvfsstat(). This system...
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-25 Matthew DillonAdd vop_helper_chmod() and vop_helper_chown(). These...
2008-05-24 Matthew DillonFix a very old bug where the root mount was not getting...
2008-05-24 Sepherosa ZiehauUse "pause" in spin loop.
2008-05-19 Simon SchubertDon't #include <sys/select.h> from sys/types.h, to...
2008-05-18 Matthew DillonHAMMER 46B/Many: Stabilization pass
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-05-18 Nicolas TheryAllocate struct lwp instances with kmalloc() instead...
2008-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2008-05-18 Matthew DillonChange cluster_read() to not block on read-ahead buffer...
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-10 Matthew DillonFix feature logic so changing kern.pipe.dwrite_enable...
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-09 Matthew DillonFix fork/vfork statistics. forks and vforks were being...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2008-05-08 Matthew DillonFix some lock ordering issues in the pipe code.
2008-05-08 Matthew DillonRecode the resource limit core (struct plimit) to fix...
2008-05-06 Matthew DillonKeep track of the number of buffers undgoing IO, and...
2008-05-05 Matthew DillonOnly call bwillwrite() for regular file write()s, inste...
2008-05-05 Sepherosa Ziehau- Add lwkt_serialize_adaptive_enter(9), it is same...
2008-05-05 Sepherosa ZiehauUse mask instead of modulo, since bo->backoff is always...
2008-05-04 Matthew DillonThe direct-write pipe code has a bug in it somewhere...
2008-05-04 Sepherosa Ziehau- Randomize spinlock exponential backoff value, which...
2008-05-02 Sepherosa Ziehau- Put exit ktr in proper place
2008-05-02 Sepherosa ZiehauWhite space
2008-05-02 Simon SchubertProperly yield to userland processes.
2008-05-01 Sepherosa Ziehauktr the end of various ipiq sending operation.
2008-05-01 Sepherosa Ziehauktr cpu_send_ipiq
2008-05-01 Sepherosa Ziehau- Promote em(4) polling begin/end ktr into polling(4)
2008-04-30 Matthew DillonHave vfsync() call buf_checkwrite() on buffers with...
2008-04-30 Sepherosa ZiehauAdd tunable for each_burst.
2008-04-30 Matthew DillonChange the SMP wakeup() code to send an IPI to the...
2008-04-30 Matthew DillonAdd some assertions when a buffer is reused
2008-04-29 Sepherosa ZiehauKTR various serializer operation
2008-04-29 Sepherosa ZiehauThree int arguments are used in IPIQ_STRING
2008-04-28 Matthew DillonMinor code reordering and documentation adjustments.
2008-04-23 Matthew DillonFix two A-list corruption cases.
2008-04-22 Matthew DillonFix some IO sequencing performance issues and reformula...
2008-04-21 Matthew DillonPass the current LWP to sigexit() instead of the curren...
2008-04-21 Matthew DillonDive the scheduler to implement the yield function...
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-14 Matthew DillonFix a bug in umtx_sleep(). This function sleeps on...
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-03 Sepherosa ZiehauAdd counters for serializer enter/try
2008-04-02 Sepherosa ZiehauConstify second parameter of timeval{add,sub}()
2008-04-02 Sepherosa Ziehau- Add two fields in lwkt_serialize to profile serialize...
2008-04-01 Nicolas TheryUse M_ZERO instead of bzero().
next