Age | Commit message (Expand) | Author |
2003-11-20 | Sync comments with NetBSD. | Alexander Yurchenko |
2003-11-20 | Check for round_page() overflow in uvm_vslock()/uvm_vsunlock(). | Alexander Yurchenko |
2003-11-18 | faster pools. split pagelist into full, partial, and empty so we find what | Ted Unangst |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-08 | Avoid a race condition while swapping in a process. | Thomas Nordin |
2003-10-08 | randomize return from uvm_map_hint. the random increment is limited | Ted Unangst |
2003-09-03 | m68k at least doesn't like random mappings. disable for now. | Ted Unangst |
2003-09-02 | add a random offset to uvm_map_hint. this has the primary effect of | Ted Unangst |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-10 | Remove uvm_useracc(): misleading, gives a false sentiment of security, and | Miod Vallat |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-21 | enforce restrictions on prot and flags to mprotect and mmap. invalid or | Ted Unangst |
2003-07-01 | add MAP_TRYFIXED, mostly to help emulate other systems. | Ted Unangst |
2003-07-01 | remove sys_omquery. it was only used for two weeks, and you can't | Ted Unangst |
2003-06-29 | quell a "not a pointer" warning by using 0x%lx instead of %p for a vaddr_t | Anil Madhavapeddy |
2003-06-12 | Fix compile with NFS but not FIFO. | Henric Jungheim |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | Typo in panic message. | Miod Vallat |
2003-05-17 | Typos; from Julien Bordet <zejames@greyhats.org> | Alexander Yurchenko |
2003-05-05 | Move exec base to 0x1c000000, exe/data gap to 512MB. Allows better | Dale Rahn |
2003-05-01 | typos; | Jason McIntyre |
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn |
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 |