Get rid of pbgetvp() and pbrelvp(). Instead fold the B_PAGING flag directly
[dragonfly.git] / sys / kern /
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonRemove non-existant variable from debugging message.
2006-04-28 Matthew DillonGet rid of the remaining buffer background bitmap code...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-28 Matthew DillonFix a bug in the POSIX locking code. The system could...
2006-04-27 Matthew DillonMove most references to the buffer cache array (buf...
2006-04-26 Matthew DillonFix the range checking for all read and write system...
2006-04-26 Matthew DillonAdd the preadv() and pwritev() systems and regenerate.
2006-04-25 Matthew DillonGet rid of the weird FSMID update path in the vnode...
2006-04-25 Matthew DillonGenerate unique identifiers for simulated FSMIDs so...
2006-04-24 Matthew Dillonvfsync() is not in the business of removing buffers...
2006-04-24 Matthew DillonIf softupdates or some other entity re-dirties a buffer...
2006-04-23 Matthew DillonThe nticks calculation is still broken. Sometimes...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-23 Matthew DillonRemove all remaining support for LK_DRAIN lockmgr locks...
2006-04-23 Matthew DillonGet rid of LK_DRAIN in dounmount(). LK_DRAIN locks...
2006-04-23 Matthew DillonRemove unused code label.
2006-04-14 Matthew DillonConditionalize a lwkt_send_ipiq2() to fix the UP build.
2006-04-14 Matthew DillonFix an edge case where objects can be returned to a...
2006-04-14 Matthew DillonFix a livelock in the objcache blocking code. PCATCH...
2006-04-14 Matthew DillonSupply version of wakeup() which only operate on thread...
2006-04-14 Matthew DillonIf a process forks while being scanned, a non-zero...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-12 Matthew DillonNote: the previous rev's CVS comment was messed up...
2006-04-12 Matthew Dillon/dev/random was almost always returning 0 bytes. This...
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-04-03 Matthew DillonBecause multiple opens of /dev/tty only issue one actua...
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-04-01 Matthew DillonRequire that *ALL* vnode-based buffer cache ops be...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-30 Matthew DillonFix a race condition between nlookup and vnode reclamat...
2006-03-29 Matthew DillonA VM object is now required for vnode-based buffer...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-27 Joerg SonnenbergerBe more jail friendly:
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-26 Sascha Wildnerstruct buf's b_bcount field has been changed from long...
2006-03-25 Sascha WildnerKTR_VERBOSE's logging was being done outside 'if (ktr_b...
2006-03-25 Matthew DillonUndo the last commit. At the moment we require access...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-24 Matthew DillonAdd missing commit for the VM load heuristic and page...
2006-03-24 Matthew DillonBackout the rest of 1.29. There are a number of issues...
2006-03-23 David RhodusHold MP lock for getppid(). As noted by Dillon getppid...
2006-03-23 David RhodusMerge from FreeBSD.
2006-03-23 David RhodusMark a few more system calls MPSAFE.
2006-03-23 David RhodusProperly copy in userland scheduler name via copyinstr.
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-21 Matthew DillonMake a slight adjustment to the last commit. Change...
2006-03-19 Matthew DillonFix a serious bug in the olddelta microseconds calculat...
2006-03-15 Matthew Dilloncache_fromdvp() uses a recursive algorithm to resolve...
2006-03-10 Matthew Dilloncluster_read() was very dangerously issuing a blind...
2006-03-09 David XuIf we got a SIGKILL signal in kern_sigtimedwait, call...
2006-03-07 Simon SchubertSwitch to building a libgdb and both gdb and kgdb.
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-03-02 Matthew Dillonvfs_bio_awrite() was unconditionally locking a buffer...
2006-03-02 Matthew Dillonbuftimespinlock is utterly useless since the spinlock...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-03-01 Matthew DillonA thread may be freed from a different cpu then it...
2006-02-21 Matthew Dillonbioops.io_start() was being called in a situation where...
2006-02-21 Matthew DillonReformulate some code which was #if 0'd out in the...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-26 Matthew DillonAdd a missing #include <sys/lock.h> to fix a UP kernel...
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2006-01-21 Matthew DillonSwitch the type and how argument declarations around...
2006-01-19 Simon SchubertProperly refcount module dependencies loaded by loader
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-10 Simon SchubertFix a refcount bug which would appear when you kldunloa...
2006-01-04 Matthew DillonClean up unmount() by removing the vnode resolution...
2005-12-28 Matthew DillonMake wait*() behave the same as it did before we moved...
2005-12-27 Matthew DillonAfter much hair pulling the problem with dual BGE inter...
2005-12-23 Sascha WildnerFix parameter order in livelock message.
2005-12-23 Matthew DillonCleanup minor typeos.
2005-12-20 Matthew DillonClean up some minor typos in comments.
2005-12-12 Matthew DillonMove tsc_offsets[] to a new home to unbreak kernel...
2005-12-10 Matthew DillonAdd a feature and a sysctl (debug.ktr.testipicnt) to...
2005-12-10 Matthew DillonFix another interesting bug. td_threadq is shared...
2005-12-10 Matthew DillonAdd KTR logging for tsleep entry/exit and wakeup entry...
2005-12-10 Matthew DillonMake the KTR test logging work for UP as well as SMP.
2005-12-10 Matthew DillonFix UP build issues. Move tsc_offsets[] from mp_machde...
2005-12-10 Matthew DillonBeef up error reporting for a particular assertion...
2005-12-07 Matthew DillonAdd additional KTR lines to allow us to characterize...
2005-12-07 Matthew DillonAdd KTR_TESTLOG and debug.ktr.testlogcnt, which issues...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-12-06 Sepherosa Ziehauminor style change
2005-12-06 Sepherosa Ziehauremove duplicated `use'
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-12-02 Matthew DillonFix a process exit/wait race. The wait*() code was...
2005-12-02 Matthew DillonFix a bug in the big tsleep/wakeup cleanup commit....
2005-12-02 Matthew Dilloncred may be NULL due to a prior error code. crhold...
2005-12-01 Matthew DillonFor MPSAFE syscall operation, CURSIG->__cursig->issigna...
2005-12-01 Matthew DillonThe primary mbuf cluster management code needs to be...
2005-12-01 Matthew Dillontsleep_interlock() must be called prior to testing...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-26 Sepherosa ZiehauIn unregister_int():
2005-11-25 Matthew DillonFix a mbuf statistics bug.
next