Age | Commit message (Expand) | Author |
2002-06-11 | splvm, not splimp | Artur Grabowski |
2002-02-12 | malloc_roundup to calculate allocation size malloc will use; from netbsd; | Niels Provos |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-05 | If we assume (just pure speculation) that there will be a pmap sometime in | Artur Grabowski |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-08-17 | When this code was imported to NetBSD by Jason Thorpe he did a bunch of | Artur Grabowski |
2001-08-02 | Sysctl for finding out how many pages there are in kmem_map. | Artur Grabowski |
2001-07-26 | Print "data modified on freelist" sizes in hex. | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-06-21 | Canonicalize panic message | Niklas Hallqvist |
2001-06-21 | Panic if we free stuff not in malloc region. (ifdef DIAGNOSTIC) | Niklas Hallqvist |
2001-05-14 | Use lockmgr locks for kern.malloc.kmemstat and | Angelos D. Keromytis |
2001-05-14 | Be more paranoid about zapping trailing comma. | Angelos D. Keromytis |
2001-05-14 | Use M_SYSCTL, fix a couple of buglets, style. deraadt@ ok | Angelos D. Keromytis |
2001-05-11 | kmemstats, nselcoll, forkstat, and nchstats structures through | Angelos D. Keromytis |
2001-05-06 | Remove the cpp magic for finding incorrect MAXALLOCSAVE. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-04-06 | Typo in comment (henric@aimnet.com) | Angelos D. Keromytis |
2001-02-21 | Latest soft updates from FreeBSD/Kirk McKusick | Constantine Sapuntzakis |
2001-02-20 | Add M_ZERO option to malloc. Causes malloc to return a zero'ed buffer. | Constantine Sapuntzakis |
2001-01-04 | Return a kmembuckets structure, rather than individual items, since they may be | Angelos D. Keromytis |
2001-01-04 | sysctl_malloc() | Angelos D. Keromytis |
2000-06-06 | malloc debugging code. Enabled by option MALLOC_DEBUG. | Artur Grabowski |
2000-03-16 | Bring in some new UVM code from NetBSD (not current). | Artur Grabowski |
1999-11-25 | Use PAGE_SIZE instead of NBPG. | Artur Grabowski |
1999-09-10 | use clrnd(round_page(size)) instead of roundup(size, CLBYTES). | Artur Grabowski |
1999-07-15 | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t | Artur Grabowski |
1999-06-23 | apparently we need to have kmemstats in the kernel even if we don't use it. | Artur Grabowski |
1999-06-03 | Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should re... | Todd C. Miller |
1999-05-06 | put a sanity check behind DIAGNOSTIC and give it a better panic message | Artur Grabowski |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski |
1999-01-20 | put some more stuff behind #ifdef KMEMSTATS | Artur Grabowski |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-02-20 | Please GCC 2.8 -Wall | Niklas Hallqvist |
1997-12-12 | Fixed spelling in a comment. | gene |
1997-03-01 | prevent warning about unused variable when NO_KMEMSTATS is in effect | kstailey |
1996-06-20 | kern_malloc() can fail in canwait case if no more map space; return NULL in | Theo de Raadt |
1996-06-10 | data structure handling fix | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |