]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_zone.c
Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().
[FreeBSD/FreeBSD.git] / sys / vm / vm_zone.c
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-11 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-21 Brian SomersMFMP: Make ppp multilink capable.
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-02 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-04-29 Andreas KlemmThis commit was generated by cvs2svn to compensate...
1998-04-28 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1998-04-25 John DysonCorrect copyright.
1998-04-15 Bruce EvansSupport compiling with `gcc -ansi'.
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-10 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-09 John BirrellThis commit was generated by cvs2svn to compensate...
1998-03-07 John BirrellThis commit was generated by cvs2svn to compensate...
1998-03-01 John PolstraThis commit was generated by cvs2svn to compensate...
1998-02-28 Steve PriceThis commit was generated by cvs2svn to compensate...
1998-02-23 John DysonTry to dynamically size the VM_KMEM_SIZE (but is still...
1998-02-09 Eivind EklundStaticize.
1998-02-06 Eivind EklundBack out DIAGNOSTIC changes.
1998-02-04 Eivind EklundTurn DIAGNOSTIC into a new-style option.
1998-02-02 Chris TimmonsThis commit was generated by cvs2svn to compensate...
1998-01-30 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-01-26 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-01-22 John DysonVM level code cleanups.
1998-01-04 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1997-12-22 John DysonImprove my copyright.
1997-12-15 Chris TimmonsThis commit was generated by cvs2svn to compensate...
1997-12-15 John DysonFix a recursive kernel_map lock problem in vm_zone...
1997-12-14 John DysonSlight improvement to the vm_zone stats output. Also...
1997-12-05 Bruce EvansDon't include <sys/lock.h> in headers when only `struct...
1997-11-27 Paul TrainaThis commit was generated by cvs2svn to compensate...
1997-11-16 Peter WemmThis commit was generated by cvs2svn to compensate...
1997-11-16 Peter WemmThis commit was generated by cvs2svn to compensate...
1997-11-10 Peter WemmThis commit was generated by cvs2svn to compensate...
1997-11-06 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1997-10-30 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1997-10-29 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1997-10-25 Garrett WollmanThis commit was generated by cvs2svn to compensate...
1997-10-18 Peter WemmThis commit was generated by cvs2svn to compensate...
1997-10-14 James RaynardThis commit was generated by cvs2svn to compensate...
1997-10-12 Poul-Henning KampLast major round (Unless Bruce thinks of somthing ...
1997-10-11 Poul-Henning KampDistribute and statizice a lot of the malloc M_* types.
1997-10-01 Poul-Henning KampThis commit was generated by cvs2svn to compensate...
1997-09-29 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1997-09-29 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1997-09-23 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1997-09-21 Peter WemmFix some style(9) and formatting problems. tabsize...
1997-09-21 John DysonChange the M_NAMEI allocations to use the zone allocato...
1997-09-07 Joerg WunschThis commit was generated by cvs2svn to compensate...
1997-09-04 Mark MurrayThis commit was generated by cvs2svn to compensate...
1997-09-01 Bruce EvansRemoved unused #includes.
1997-08-29 Peter WemmThis commit was generated by cvs2svn to compensate...
1997-08-18 Steve PasseAdded includes of smp.h for SMP.
1997-08-16 Chris TimmonsThis commit was generated by cvs2svn to compensate...
1997-08-07 John DysonMore vm_zone cleanup. The sysctl now accounts for...
1997-08-06 John DysonAdd exposure of some vm_zone allocation stats by sysctl...
1997-08-05 John DysonAnother attempt at cleaning up the new memory allocator.
1997-08-05 John DysonA very simple zone allocator.