Change forgotten getinoquota to ext2_getinoquota to fix building
[dragonfly.git] / sys / vm /
2006-04-01 Matthew DillonRequire that *ALL* vnode-based buffer cache ops be...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-15 Matthew DillonImplement a VM load heuristic. sysctl vm.vm_load will...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-09 Simon SchubertAdd missing \n to printf
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-08 Matthew DillonTurn around the spinlock code to reduce the chance...
2005-10-24 Matthew DillonAvoid a recursive kernel fault and subsequent double...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-21 Jeffrey HsuMake zalloc() and zfree() non-blocking for ZONE_INTERRU...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-27 Matthew DillonOnly include thread2.h for kernel builds (its macros...
2005-08-10 Hiten PandyaWrap 'pqtype' variable with INVARIANTS so annoying...
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-08 Hiten PandyaRemove stale comment about vm_mem_init's arguments.
2005-08-08 Hiten PandyaMove the bswlist symbol into vm/vm_pager.c because...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-03 Hiten PandyaBUF/BIO cleanup 2/99:
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-27 Matthew DillonAdd a missing crit_exit().
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Hiten PandyaAdd code comments to improve object type documentation.
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-14 Matthew DillonAdd additional sanity checks, remove unused arguments...
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-03 Matthew Dillonvm_contig_pg_free() must busy the page before freeing...
2005-06-02 Matthew DillonAfter some thought, replace the splhigh()/spl0() combin...
2005-06-02 Matthew DillonConditionalize thread2.h so /usr/src/usr.bin/fstat...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2005-06-02 Sascha Wildner<sys/vmmeter.h> need not be included twice.
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-05 Sascha WildnerRemove DEC Alpha support.
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-02 Joerg SonnenbergerMove the processing of flags out of the loop. The excep...
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Joerg SonnenbergerSeparate M_NULLOK from M_RNOWAIT.
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-13 Eirik NygaardThere is no need to set *entry on each entry traversed...
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-22 Matthew DillonImprove the contigmalloc() memory allocator. Fix a...
next