| Commit message (Expand) | Author | Age | Files | Lines |
* | Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem scenarios, instead generating an ENOMEM backfeed, ok tedu@, prodded by many |  niklas | 2004-12-30 | 1 | -5/+6 |
* | bad stuff escaped by accident |  tedu | 2004-05-23 | 1 | -2/+1 |
* | according to fork1(9), retval is optional. make it so. |  tedu | 2004-05-23 | 1 | -1/+2 |
* | make check for too large allocations earlier, instead of fiddling with it. |  tedu | 2003-12-28 | 1 | -3/+3 |
* | remove caddr_t casts. it's just silly to cast something when the function |  tedu | 2003-07-21 | 1 | -4/+4 |
* | addrmask canbe const |  mickey | 2003-06-26 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | uvm_km_suballoc passes the 'min' argument untouched to uvm_map. uvm_map |  art | 2003-06-01 | 1 | -5/+8 |
* | string fixes; tedu ok |  deraadt | 2003-05-03 | 1 | -8/+13 |
* | woah. last commit contained way too much. revert, and apply only the change intended. |  tedu | 2003-04-10 | 1 | -23/+8 |
* | off by one bounds check in diag code. ok art. |  tedu | 2003-04-10 | 1 | -9/+24 |
* | splvm, not splimp |  art | 2002-06-11 | 1 | -3/+3 |
* | malloc_roundup to calculate allocation size malloc will use; from netbsd; |  provos | 2002-02-12 | 1 | -1/+13 |
* | Don't include <sys/map.h> when you don't need what's in it. |  miod | 2002-01-16 | 1 | -2/+1 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -3/+3 |
* | If we assume (just pure speculation) that there will be a pmap sometime in |  art | 2001-12-05 | 1 | -3/+3 |
* | make nkmempages dynamic based on memory. okay art@ from netbsd: |  provos | 2001-12-05 | 1 | -9/+72 |
* | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. |  art | 2001-11-28 | 1 | -3/+3 |
* | zap some typedefs. |  art | 2001-11-28 | 1 | -2/+2 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+1 |
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok |  mickey | 2001-09-19 | 1 | -3/+1 |
* | When this code was imported to NetBSD by Jason Thorpe he did a bunch of |  art | 2001-08-17 | 1 | -7/+1 |
* | Sysctl for finding out how many pages there are in kmem_map. |  art | 2001-08-02 | 1 | -1/+5 |
* | Print "data modified on freelist" sizes in hex. |  art | 2001-07-26 | 1 | -3/+3 |
* | remove old vm |  art | 2001-06-27 | 1 | -28/+2 |
* | KNF |  deraadt | 2001-06-22 | 1 | -17/+16 |
* | Canonicalize panic message |  niklas | 2001-06-21 | 1 | -2/+2 |
* | Panic if we free stuff not in malloc region. (ifdef DIAGNOSTIC) |  niklas | 2001-06-21 | 1 | -1/+7 |
* | Use lockmgr locks for kern.malloc.kmemstat and |  angelos | 2001-05-14 | 1 | -5/+10 |
* | Be more paranoid about zapping trailing comma. |  angelos | 2001-05-14 | 1 | -3/+8 |
* | Use M_SYSCTL, fix a couple of buglets, style. deraadt@ ok |  angelos | 2001-05-14 | 1 | -22/+13 |
* | kmemstats, nselcoll, forkstat, and nchstats structures through |  angelos | 2001-05-11 | 1 | -2/+49 |
* | Remove the cpp magic for finding incorrect MAXALLOCSAVE. |  art | 2001-05-06 | 1 | -12/+2 |
* | Get rid of CLSIZE and all related stuff. |  art | 2001-05-05 | 1 | -8/+8 |
* | Typo in comment (henric@aimnet.com) |  angelos | 2001-04-06 | 1 | -2/+2 |
* | Latest soft updates from FreeBSD/Kirk McKusick |  csapuntz | 2001-02-21 | 1 | -7/+2 |
* | Add M_ZERO option to malloc. Causes malloc to return a zero'ed buffer. |  csapuntz | 2001-02-20 | 1 | -2/+7 |
* | Return a kmembuckets structure, rather than individual items, since they may be |  angelos | 2001-01-04 | 1 | -25/+7 |
* | sysctl_malloc() |  angelos | 2001-01-04 | 1 | -1/+64 |
* | malloc debugging code. Enabled by option MALLOC_DEBUG. |  art | 2000-06-06 | 1 | -1/+22 |
* | Bring in some new UVM code from NetBSD (not current). |  art | 2000-03-16 | 1 | -5/+5 |
* | Use PAGE_SIZE instead of NBPG. |  art | 1999-11-25 | 1 | -8/+8 |
* | use clrnd(round_page(size)) instead of roundup(size, CLBYTES). |  art | 1999-09-10 | 1 | -2/+2 |
* | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t |  art | 1999-07-15 | 1 | -6/+6 |
* | apparently we need to have kmemstats in the kernel even if we don't use it. |  art | 1999-06-23 | 1 | -3/+1 |
* | Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should really only use memname ifdef DIAGNOSTIC but that isn't feasible right now |  millert | 1999-06-03 | 1 | -2/+2 |
* | put a sanity check behind DIAGNOSTIC and give it a better panic message |  art | 1999-05-06 | 1 | -2/+4 |
* | kmem allocation changes for uvm |  art | 1999-02-26 | 1 | -2/+45 |
* | put some more stuff behind #ifdef KMEMSTATS |  art | 1999-01-20 | 1 | -1/+5 |
* | panic prints a newline for you, don't do it in the panic string |  millert | 1999-01-11 | 1 | -2/+2 |