Age | Commit message (Expand) | Author |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-06 | Initialize the result list in uvm_pglistalloc. | Artur Grabowski |
2002-09-17 | int is small for returned values from uvm_rb_{space,subtree_space}, use | Mike Pechkin |
2002-09-12 | Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa. | Artur Grabowski |
2002-09-12 | Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument | Artur Grabowski |
2002-09-11 | kill annoying trailing spaces (in hope it fixes /0 for me) | Michael Shalayeff |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |
2002-08-30 | __FUNCTION__ -> __func__ that I forgot to commit. | Marc Espie |
2002-08-23 | map the heap without PROT_EXEC. | Artur Grabowski |
2002-08-23 | Fix missing FRELE in mmap(2); ok art | Peter Valchev |
2002-08-20 | print as unsigned for unsigned values, when printing out a map in ddb; art@ ok | Michael Shalayeff |
2002-07-23 | Now that sparc64 implements reverse splassert, it make sense | Artur Grabowski |
2002-07-20 | Only add a pmap_physseg if MD code defines __HAVE_PMAP_PHYSSEG. | Artur Grabowski |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-11 | Allow MD code to define __HAVE_VM_PAGE_MD to add own members into struct vm_p... | Artur Grabowski |
2002-06-11 | Remove a stupid assert that grows the kernel by 40kB. | Artur Grabowski |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-06-05 | DIAGNOSTIC check for duplicate entry into the tree. | Artur Grabowski |
2002-05-30 | spelling errors; moritz@jodeit.org | Theo de Raadt |
2002-05-24 | Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)... | Artur Grabowski |
2002-05-24 | Protect biodone with splbio. | Artur Grabowski |
2002-05-22 | splassert(IPL_BIO) in the b_iodone handlers. | Artur Grabowski |
2002-05-09 | from netbsd; okay art@ | Niels Provos |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-25 | do not map memory for malloc w/ execute perms. | Michael Shalayeff |
2002-04-22 | Uncommit. Since this came out of the blue, without anyone else having | Theo de Raadt |
2002-04-22 | do not map malloced memory executable (do avoid possible i-cache prefetch); a... | Michael Shalayeff |
2002-03-18 | These are macro inlines on vax, so check if they're defined before | Hugh Graham |
2002-03-18 | $OpenBSD$ | Hugh Graham |
2002-03-17 | Don't set LK_RETRY to vn_lock with LK_RECURSEFAIL. | Artur Grabowski |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | Prototype pmap_unwire() only if it's not already defined. ok drahn@. | Daniel Hartmeier |
2002-03-14 | do not proto pmap(de)activate if one was defined | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Don't prototype pmap_copy() if it is a macro | Todd C. Miller |
2002-03-08 | semicolon is not always what it seems, replace w/ a \n in asm labels | Michael Shalayeff |
2002-03-07 | use an augmented red-black tree to keep track of free space in the vm_map. | Niels Provos |
2002-03-06 | Some architectures don't allocate any memory out of the kernel_map space | Artur Grabowski |
2002-02-28 | use red-black tree for lookup_entry. the red-black tree case for | Niels Provos |
2002-02-28 | setting prevlcv to 0 doesnt require additional checks. from chs@ | Niels Provos |
2002-02-25 | back out red-black tree. they are very fast but alpha UVM is broken and | Niels Provos |
2002-02-25 | use a red-black tree to find entries in the vm_map. augment the red-black | Niels Provos |
2002-02-20 | merging ppref could cause negative back reference, fix from niklas@ | Niels Provos |
2002-02-19 | amap_pp_adjref could fragment ppref array; fix by merging adjacent chunks; | Niels Provos |
2002-02-18 | From the UBC branch and NetBSD. | Artur Grabowski |
2002-02-16 | Don't prototype functions if they are really just macros. | Todd C. Miller |
2002-02-14 | Correctly FREF/FRELE in mmap(2). | Artur Grabowski |