Raise the size of the /etc MFS to 12MB (for ssh blacklists).
[dragonfly.git] / sys / vm /
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-04-28 Matthew DillonPaging and swapping system fixes.
2008-04-28 Matthew DillonFix a NULL poiner dereference in the statistics collect...
2008-04-28 Matthew DillonMinor code reordering and documentation adjustments.
2008-04-14 Matthew DillonFix a bug in umtx_sleep(). This function sleeps on...
2008-04-14 Matthew DillonDon't free held clean pages when asked to clean.
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-03-20 Matthew DillonRemove calls to pmap_clear_modify() in the swap_pager...
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-23 Nicolas TheryFix build breakage occuring when INVARIANTS not defined...
2008-01-21 Nicolas TheryDon't panic if normal zone destroyed before any call...
2008-01-21 Nicolas TheryAdd zdestroy() function to release all resources owned...
2008-01-21 Nicolas TheryDocument that zones are deprecated and not MP-safe.
2008-01-21 Simon SchubertSet valid bits when updating a fake page.
2008-01-19 Peter AvalosMerge from vendor branch FILE:
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-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-06 Matthew DillonFix a 'panic: vm_page_cache: caching a dirty page'...
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-16 Peter AvalosMerge from vendor branch LESS:
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-10-25 Peter AvalosMerge from vendor branch OPENSSL:
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-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-08-26 Matthew DillonFix a bugaboo in the last commit. Pages are hard-busie...
2007-08-25 Peter AvalosMerge from vendor branch TNFTP:
2007-08-22 Matthew DillonTemporary hack up a fix for msdos which avoids a deadlo...
2007-08-22 Simon SchubertMerge from vendor branch GDB:
2007-08-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-13 Matthew DillonReplace the huge mess that was vnode_pager_generic_getp...
2007-08-07 Peter AvalosMerge from vendor branch TCPDUMP:
2007-08-07 Peter AvalosMerge from vendor branch LIBPCAP:
2007-08-07 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2007-08-07 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2007-08-05 Peter AvalosMerge from vendor branch DIFFUTILS:
2007-08-04 Peter AvalosMerge from vendor branch TNFTP:
2007-07-30 Matthew DillonRate-limit residual I/O warnings from the VM system...
2007-07-24 Simon SchubertMerge from vendor branch BIND:
2007-07-24 Matthew DillonMerge from vendor branch BIND:
2007-07-20 Matthew DillonRemove the requirement that calls to vn_strategy()...
2007-07-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-07-13 Matthew DillonMerge from vendor branch LIBARCHIVE:
2007-07-02 Matthew DillonA virtual kernel can cause a vm_page's hold_count to...
2007-07-02 Matthew DillonThe real-kernel madvise and mcontrol system calls handl...
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-08 Matthew DillonFormalize the object sleep/wakeup code when waiting...
2007-06-07 Matthew DillonEntirely remove exec_map from the kernel. Use the...
2007-06-07 Matthew DillonImplement vm_fault_object_page(). This function return...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-20 Matthew DillonGenerate a warning if a wired page is encountered on...
2007-03-20 Matthew DillonMinor syntax cleanup
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
next