Age | Commit message (Expand) | Author |
2005-06-29 | on the vax, start mmap BRKSIZ (8MB) into data seg; ok tdeval | Theo de Raadt |
2005-06-01 | use vm_dused for rlimit. much happier with mmap. tested by several | Ted Unangst |
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst |
2005-05-03 | repair file mmapings above 4g; found by chefren; art@ ok | Michael Shalayeff |
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff |
2005-04-04 | Nuke pmap_bootstrap_alloc(), not used anymore. | Miod Vallat |
2005-03-26 | encrypt swap by default. cheap, and why not. can be disabled by people | Theo de Raadt |
2005-03-01 | only use MAX_KMAPENT 2000 on i386 amd64 sparc64 and revert to 1000 on all | Henning Brauer |
2005-02-19 | double default MAX_KMAPENT to 2000, theo ok | Henning Brauer |
2005-01-15 | In uvm_mmap(), check for size wrap to 0, and return ENOMEM in that | Otto Moerbeek |
2004-12-30 | Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem sc... | Niklas Hallqvist |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-29 | ansi + some knf, no binary change | Hans-Joerg Hoexer |
2004-09-23 | vput on all paths after vget (currently unused code). from patrick latifi | Ted Unangst |
2004-08-24 | change physmem divisor to 256. divide by page size was wrong. this does | Ted Unangst |
2004-08-24 | adapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@ | Ted Unangst |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries |
2004-07-21 | Yet another victim of inline masturbation. | Artur Grabowski |
2004-07-13 | #define __HAVE_PMAP_DIRECT and use it. requested by art | Ted Unangst |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | rename POOLPAGE macros to pmap_map_direct | Ted Unangst |
2004-06-06 | In printf %p doesn't need extra ``0x'' | Alexander Yurchenko |
2004-05-31 | explanatory comments for the uvm_km_page functions. | Ted Unangst |
2004-05-30 | only free pages if we have write permission and they are not COW. | Ted Unangst |
2004-05-27 | change uvm_km_getpage to take waitok argument and sleep if appropriate. | Ted Unangst |
2004-05-17 | typo | Pedro Martelletto |
2004-05-07 | align to __LDPGSZ for anon mmap. this allows userland to be compiled | Ted Unangst |
2004-05-03 | protecing with NONE means we must drop the wired count. | Ted Unangst |
2004-04-28 | remove mb_object*; ok tedu | Markus Friedl |
2004-04-20 | set uvm_km_pages_lowat to 128; unbreaks mbuf allocation; | Markus Friedl |
2004-04-19 | introduce a new km_page allocator that gets pages from kernel_map using | Ted Unangst |
2004-02-23 | sync of pmap_update() calls with NetBSD. pmap_update is defined away on | Dale Rahn |
2004-01-29 | fix prototype of pmap_update(), ok miod@ | Dale Rahn |
2003-12-26 | - use 1/2 space for rijndael context in ipsec | Markus Friedl |
2003-12-10 | dstkva is not a pointer, so comparison with NULL is inappropriate. | Jun-ichiro itojun Hagino |
2003-12-08 | remove unneeded uvmfault_unlockmaps; form netbsd via Julien Bordet <zejames@g... | Michael Shalayeff |
2003-12-02 | do not deref null ptr in uvm_markbad() returned from swapdrum_getsdp() as oth... | Michael Shalayeff |
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 |