Age | Commit message (Expand) | Author |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-18 | Return EINVAL if MAP_FIXED was specified but was not available. ok tedu@ | Dale Rahn |
2003-04-17 | changes to support mquery with 1Gsep on i386. avoid heap on mappings. | Dale Rahn |
2003-04-14 | There are two related changes. | Artur Grabowski |
2003-04-07 | int -> ssize_t. | Mike Pechkin |
2003-03-29 | ubchist is not a fully cooked kadaver and though use the other well formed pd... | Michael Shalayeff |
2003-03-28 | zero'd -> zeroed; | Jason McIntyre |
2003-03-04 | do not treat map entries above the stack as stack; only for the grow-ups | Michael Shalayeff |
2003-02-18 | fix the way stack is written into the core file on the upward growing stack m... | Michael Shalayeff |
2003-01-29 | check the uvm_fault_wire() for failure, just like other calls; art@ ok | Michael Shalayeff |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-12-20 | user-defined stacks check is the same for grownups as for growndowns | Michael Shalayeff |
2002-12-19 | simplify stack grownups (growndowns are not touched) | Michael Shalayeff |
2002-12-09 | Two splasserts in map entry allocation. | Artur Grabowski |
2002-11-19 | Use queue.h macros | Jason Wright |
2002-11-08 | Don't uvm_useracc and then vslock. vslock is better at finding illegal mappings. | Artur Grabowski |
2002-11-06 | Eliminate the use of KERN_SUCCESS outside of uvm/ | Artur Grabowski |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-10-29 | "len = entry->end - entry->start;" then logically "entry->start + len" | Artur Grabowski |
2002-10-17 | - name in uvm_tree_sanity must be const. | Artur Grabowski |
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 |