Age | Commit message (Expand) | Author |
2015-09-06 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-01 | size for free(), and make allocation side look similar | Theo de Raadt |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-27 | After more than a decade it seems safe to conclude that amap_clean works. | Mark Kettenis |
2015-08-27 | delete a comment about gcc -Wuninitialized | Theo de Raadt |
2015-08-25 | In sys_kbind(), pages from uvm_map_extract() must be written to with kcopy() | Philip Guenther |
2015-08-23 | "XXXMRG: consider making it an inline or macro" | Theo de Raadt |
2015-08-21 | Remove the unused loan_count field and the related uvm logic. Most of | Visa Hankala |
2015-08-19 | Make uvm_pmr_isfree() work correctly when RB_NFIND() returns | Visa Hankala |
2015-08-19 | Sync page_flagbits with reality. | Visa Hankala |
2015-07-20 | Actually return a value from sys_kbind() in the non-ld.so case, or the | Miod Vallat |
2015-07-20 | include sys/user.h to unbreak the build on at least arm after rev 1.110 | Jonathan Gray |
2015-07-20 | Add kbind, a syscall for ld.so to use to securely and efficiently update | Philip Guenther |
2015-07-19 | Fix backward test that broke the cache | Bob Beck |
2015-07-19 | Change uvm_page[re]alloc_multi to actually use the flags passed in, and return | Bob Beck |
2015-07-17 | Release the kernel lock while tearing down the uvm map in the reaper. Speeds | Mark Kettenis |
2015-06-27 | uvm_pmr_get1page() should return psize_t, not int; dhill@ | Miod Vallat |
2015-06-20 | Fix a bug that causes uvm_pmr_get1page() to fail for allocations that | Mark Kettenis |
2015-05-07 | Pass a thread pointer instead of its file descriptor table to getvnode(9). | Martin Pieuchot |
2015-05-07 | fix indentation | Jonathan Gray |
2015-05-06 | make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call | David Gwynne |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-05-04 | reduce the scope of things that include uvm_swap_encrypt.h. | David Gwynne |
2015-04-23 | tedu remnants of the previous attempt to implement page zeroing in | David Gwynne |
2015-04-23 | dont need \n on panic strings | David Gwynne |
2015-04-22 | having macros provide semicolons is dangerous. | David Gwynne |
2015-03-30 | Revert 1.173 (special-casing mips64) now that uvm_map_hint()'s return value is | Miod Vallat |
2015-03-30 | Extend uvm_map_hint() to get an address range as extra arguments, and make | Miod Vallat |
2015-03-30 | #if 0 various unused definitions. | Miod Vallat |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-28 | Typo in comment 'reseve' -> 'reserve' | Mike Larkin |
2015-02-19 | Remove a lie from a comment that ratholed me for an evening. | Mike Larkin |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-13 | Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced | Todd C. Miller |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | Stop using USRSTACK as the edge of the stack, but rather use the vmspace | Miod Vallat |
2015-02-09 | Make sure we actually have an entry before checking its limits. | Mark Kettenis |
2015-02-08 | Something is subtly wrong with this. On ramdisks, processes run out of | Theo de Raadt |
2015-02-07 | Introduce VM_KERNEL_SPACE_SIZE as a replacement for | Miod Vallat |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2015-02-07 | recombine some of the split uvm_mmap functions. the precondition checks | Ted Unangst |
2015-02-06 | -Split out uvm_mmap and uvm_map into a version for anon's and a version | Bob Beck |
2015-02-06 | Clear PQ_AOBJ before calling uvm_pagefree(), clearing up one false XXX | Theo de Raadt |
2015-02-06 | make vm_map_lock lock when it's supposed to. add mutex to protect flags | Ted Unangst |
2015-02-05 | Remove some unneeded <uvm/uvm_extern.h> inclusions. | Martin Pieuchot |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-23 | Make km_alloc(9) use the direct map for all "phys contig" mappings requested | Mark Kettenis |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2015-01-13 | pass the vnd xfer pointer to the tasks callback as part of the | David Gwynne |
2014-12-23 | convert pool_init nointr to waitok | Ted Unangst |