Update comment
[dragonfly.git] / sys / kern /
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(...
2008-01-10 Matthias SchmidtReplace home-grown list iteration with methods from...
2008-01-10 Matthew DillonFix buffer cache deadlocks by splitting dirty buffers...
2008-01-09 Simon SchubertFix lockuninit.
2008-01-07 Matthew Dillonfill_kinfo_proc() may be asked to load information...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Nicolas Therykmalloc(M_WAITOK) never returns NULL.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2008-01-05 Simon SchubertDon't let DS_BUSY buses block attachment of other devices.
2008-01-05 Simon SchubertExport bootverbose as sysctl debug.bootverbose.
2008-01-04 Matthias SchmidtMove the following entries from kern to security
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-12-08 Matthew DillonFix krateprintf(). The frequency was improperly being...
2007-12-06 Matthew DillonAdd missing sys/proc.h
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-06 Simon SchubertFix possible lockup when ptrace()'ing multi-lwp process.
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-20 Matthew DillonAdd vop_helper_create_uid() - roughly taken from UFS...
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
2007-11-20 Matthew DillonAdjust getdirentries() to allow basep to be NULL. ...
2007-11-20 Matthew DillonAdd a helper function vop_helper_setattr_flags() modele...
2007-11-19 Sascha WildnerRemove various references to sysinstall from the system.
2007-11-18 Sepherosa ZiehauAdd a new light weight function to synchronize IPI...
2007-11-16 Peter AvalosMerge from vendor branch LESS:
2007-11-16 Sepherosa ZiehauNuke net/intrq.[ch] and ipintrq related bits; they...
2007-11-14 Sascha Wildner* Remove the remains of the obsolete timeout()/untimeou...
2007-11-11 Sepherosa ZiehauProtect pollctx fields (noticably netmsg used to schedu...
2007-11-07 Matthew DillonSeparate ssb_lock() and ssb_unlock() into its own heade...
2007-11-07 Matthew DillonAdd bio_ops->io_checkread and io_checkwrite - a read...
2007-11-06 Matthew DillonSilence an annoying compiler warning.
2007-11-06 Matthew DillonAdd regetblk() - reacquire a buffer lock. The buffer...
next