Constify second parameter of timeval{add,sub}()
[dragonfly.git] / sys / kern /
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...
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-03 Sascha WildnerRemove unused tunables.
2007-11-02 Matthew DillonBreak-out the standard UNIX uid/gid tests for VOP_ACCES...
2007-11-02 Matthew DillonModify struct vattr:
2007-11-02 Matthew DillonAdd a PHOLD/PRELE sequence around a sysctl_out to fix...
2007-11-01 Matthew DillonCorrect a bug in the lockf code. F_NOEND was not being...
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-24 Matthew DillonReactivate a vnode after associated it with deadfs...
2007-10-21 Matthew DillonFix more NULL structural dereferences that can occur...
2007-10-20 Sepherosa Ziehau- m_tag_get() expects MB_DONTWAIT not M_NOWAIT
2007-10-20 Sepherosa ZiehauM_WAITOK -> MB_WAIT
2007-10-17 Matthew DillonFix a race between exit and kinfo_proc. proc->p_pgrp...
2007-10-16 Sepherosa ZiehauFix possible races between calling systimer callback...
2007-10-14 Sepherosa ZiehauMove assertion to the proper place, since the target...
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-10-02 Hasso TepperHardware sensors framework originally developed in...
2007-10-01 Sepherosa Ziehau- Move polling disablement, i.e. deregistering all...
2007-10-01 Sepherosa ZiehauMove poll_each_burst adjustment out of hot code path.
2007-10-01 Sepherosa Ziehau- Move poll_burst_max adjustment out of hot code path.
2007-10-01 Sepherosa Ziehau- poll_burst and residual_burst are dynamicly adjusted...
next