Fix bugs in spin_trylock_wr():
[dragonfly.git] / sys / kern /
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().
2008-04-01 Nicolas TheryMigrate allocation of proc structures from zones to...
2008-03-30 Hasso TepperDecrease the number of reported stray interrupts from...
2008-03-29 Sepherosa ZiehauAdd tunable for polling burst max, which is a significa...
2008-03-21 Matthew DillonWe must hold the lwp we are trying to kill to prevent...
2008-03-20 Matthew DillonA threaded process going into SZOMB may still have...
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-05 Sepherosa ZiehauAdd serializer port backend. Implementation is mainly...
2008-03-05 Sepherosa ZiehauAdd serialize_sleep(), which will atomically release...
2008-03-01 Matthew DillonClean up the token code and implement lwkt_token_is_sta...
2008-02-27 Thomas E. SpanjaardFix the fact that I thought about adding a comment...
2008-02-25 Thomas E. SpanjaardMake sure we tally an interrupt when calling sched_ithd...
2008-02-23 Matthew DillonHAMMER 30C/many: Fix more TID synchronization issues
2008-02-22 Matthew DillonRequire the the core file be owned by the user. Please...
2008-02-17 Nuno AntunesFix typo in comment.
2008-02-16 Matthew DillonFix an issue where the random number generator's random...
2008-02-16 Matthias SchmidtFix two typos
2008-02-14 Sepherosa ZiehauInitialize firmware image tailq
2008-02-12 Simon SchubertUnstaticize some variables so ktrdump will find them.
2008-02-10 Simon SchubertYield after processing a couple of vnodes to avoid...
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-06 Nicolas Therylinker_file_add_dependancy() never fails so change...
2008-02-06 Matthew DillonFix some NFS related bugs which cause the mount point...
2008-02-06 Matthew DillonHAMMER 26/many: More NFS support work, rename fixes
2008-02-05 Matthew Dillon* Implement a mountctl() op for setting export control...
2008-02-03 Nicolas TheryStore some empty magazines in depot at objcache creatio...
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Matthew DillonAddress a potential weakness in IBAA. The generator...
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-28 Nicolas TheryFix spurious "softdep_deallocate_dependencies: dangling...
2008-01-27 Nicolas TheryRemove objcache from allobjcaches when cache destroyed.
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-18 Matthew DillonFix an issue with cache_rename(). This procedure previ...
2008-01-15 Hasso TepperIncrease size of the umsm(4) buffers and tty(4) input...
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-10 Nicolas TheryAdd pselect syscall.
2008-01-10 Sepherosa Ziehau- Add additional parameter to firmware_image_load(...
next