Age | Commit message (Expand) | Author |
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 |
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 |