Replace the linear search in file descriptor allocation with an O(log N)
[dragonfly.git] / sys / vm /
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...
2005-02-07 Matthew Dillongdb-6 uses /dev/kmem exclusively for kernel addresses...
2005-01-23 Joerg SonnenbergerAdd forward declaration of struct vnode to fix compiler...
2005-01-20 Matthew DillonReplace the cache-point linear search algorithm for...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-21 Jeffrey HsuFix whitespace.
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-12-15 Matthew DillonRemove bool and boolean_t typedefs from header files...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-10 Matthew Dillonvm_page_free_*() now requires the page to be busied...
2004-12-10 Matthew DillonBring in FreeBSD/1.206 by Alan Cox, bde@, and tegge@:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-17 Matthew DillonRemove unused junk from the slab allocator.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-11-10 Matthew DillonThe 'start = 1' change wasn't needed, revert that one...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-10 Matthew DillonFix a very serious bug in contigmalloc() which we inher...
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-10-26 Matthew DillonFix bugs in the vm_map_entry reservation and zalloc...
2004-10-25 Matthew DillonRemove the vfs page replacement optimization and its...
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-04 Matthew DillonOnly include opt_vmpage.h if _KERNEL is defined.
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-18 Joerg SonnenbergerRemove cast of lvalues.
2004-09-17 Matthew DillonFix a number of races. First, retain PG_BUSY through...
2004-09-05 Matthew DillonNULL out p_stats when detaching the underlying thread...
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-15 Joerg SonnenbergerMake the addr parameter to kernacc and useracc const.
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
2004-07-29 Matthew DillonAdd a stack-size argument to the LWKT threading code...
2004-07-28 Matthew Dillon(From Alan):
2004-07-24 Matthew DillonAdjust gd_vme_avail after ensuring that sufficient...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-07-21 Matthew DillonFix a device pager leak for the case where the page...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-16 Hiten PandyaChange all files that I own to use the official DragonF...
2004-07-14 Hiten PandyaBUF/BIO work, for removing the requirement of KVA mappi...
2004-07-07 Hiten PandyaRemove the advertising clause from this file.
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Hiten PandyaZero-out the whole pstats structure and then copy the...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
next