Age | Commit message (Expand) | Author |
2008-03-02 | Include sigcode in core dumps. This makes it possible to backtrace | Mark Kettenis |
2008-02-27 | Don't dump duplicate data in stack segments of core dumps when the stack | Mark Kettenis |
2008-02-17 | Add back cast in ptoa() to prevent problems with integer overflow. | Mark Kettenis |
2008-01-09 | Make uvm_page_lookup_freelist() simpler and faster if VM_PHYSSEG_MAX is 1. | Miod Vallat |
2008-01-05 | Mark vadvise(2) as obsolete and remove its implementation, so instead of | Miod Vallat |
2008-01-04 | Only compile in uvm_page_physdump() if option DDB as it's not directly callable | Miod Vallat |
2007-12-18 | Turn the uvm_{lock/unlock}_fpageq() inlines into | Thordur I. Bjornsson |
2007-12-16 | Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problems | Mark Kettenis |
2007-12-15 | export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg | Theo de Raadt |
2007-12-11 | use a mutex for protection of the uvm_km list. ok art | Ted Unangst |
2007-11-29 | use a working mutex for the freepage list. ok art deraadt | Ted Unangst |
2007-11-27 | Shoot old netbsd compat code from almost 20 years ago; ok art | Theo de Raadt |
2007-11-26 | In uvm_aio_aiodone(), kill the variable-sized array on stack, and use a | Miod Vallat |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-17 | instead of inspecting the vnode op's to figure out if | Thordur I. Bjornsson |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-08-31 | simplify uvm_vnp_sync() by removing some simplelock goo. | Thordur I. Bjornsson |
2007-08-03 | Don't let pagedaemon wait for pages here. We could trigger this easily | Artur Grabowski |
2007-07-18 | Indentation nit. | Artur Grabowski |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-06-13 | Remove some statics and inlines (mostly to get a readable profile output). | Artur Grabowski |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | set hiwat mark for some of the more popular pools to reduce bouncing | Ted Unangst |
2007-06-01 | wrong cast checking for VOP_BMAP return value; ok miod | Theo de Raadt |
2007-05-31 | zap the vm_amap am_l simplelock, and amap_{lock/unlock} macros for | Thordur I. Bjornsson |
2007-05-29 | Kill some simplelock goo that annoyed me while reading. | Thordur I. Bjornsson |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-27 | pagemove() is no longer used. | Miod Vallat |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-18 | Instead of checking whichqs directly, add a "sched_is_idle()" macro to | Artur Grabowski |
2007-05-18 | Instead of a silly loop with goto, just use while(1). | Artur Grabowski |
2007-05-09 | Truncate the addresses for the deadbeef values so that they don't need | Artur Grabowski |
2007-04-29 | Change the loop test in uvm_km_kmemalloc from '<' to '!='. Everything | Artur Grabowski |
2007-04-27 | For uvm_map and uvm_unmap, splassert(IPL_NONE) for non-INTRSAFE maps. | Artur Grabowski |
2007-04-27 | Another indentation cleanup without binary changes. | Artur Grabowski |
2007-04-27 | Some ANSI function prototypes and misc cleanups. | Artur Grabowski |
2007-04-27 | Some indentation cleanup. | Artur Grabowski |
2007-04-27 | Use the right size when we're backing out the allocation in | Artur Grabowski |
2007-04-19 | Also show fpu context switches in show uvmexp in ddb. | Artur Grabowski |
2007-04-18 | Reserve a few pg_flags for pmaps that might want to use them. | Artur Grabowski |
2007-04-15 | One more voff_t in the right place. | Artur Grabowski |
2007-04-15 | Use the right types for calculating the object offset. | Artur Grabowski |
2007-04-15 | Clean up prototypes, change vm_map_t to struct vm_map *. | Artur Grabowski |
2007-04-15 | minor indentation. | Artur Grabowski |
2007-04-14 | remove static | Ted Unangst |