OpenBSD CVS

src/sys/uvm/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / uvm

Current tag: OPENBSD_4_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.41   13 years  thib   Add a no_constraint uvm_constraint_range; use it in the pool code. ok tedu@, be...
[TXT] uvm_amap.c  1.45   13 years  tedu   explicitly specify flags to malloc and pool_get instead of relying on 0. This is...
[TXT] uvm_amap.h  1.18   15 years  oga   Move all of the pseudo-inline functions in uvm into C files. By pseudo-inline, ...
[TXT] uvm_anon.c  1.34   14 years  oga   date based reversion of uvm to the 4th May. We still have no idea why this stop...
[TXT] uvm_anon.h  1.15   13 years  thib   tidy this file up a bit. reorder a few comments, fix up prototypes etc. ok oga@...
[TXT] uvm_aobj.c  1.51   13 years  syuu   fix corrupt UVMHIST_LOG
[TXT] uvm_aobj.h  1.12   14 years  oga   Put the PG_RELEASED changes diff back in. This has has been tested very very th...
[TXT] uvm_ddb.h  1.12   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] uvm_device.c  1.38   14 years  oga   Right now, if anything internal changes with a uvm object, diverse places in the...
[TXT] uvm_device.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_extern.h  1.89   13 years  art   add an align argument to uvm_km_kmemalloc_pla. Use uvm_km_kmemalloc_pla with th...
[TXT] uvm_fault.c  1.58   14 years  oga   Put the PG_RELEASED changes diff back in. This has has been tested very very th...
[TXT] uvm_fault.h  1.13   15 years  oga   Move all of the pseudo-inline functions in uvm into C files. By pseudo-inline, ...
[TXT] uvm_glue.c  1.55   13 years  thib   Don't bother trying to handle a uvm_pglistalloc failure when called with UVM_PLA...
[TXT] uvm_glue.h  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_init.c  1.28   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] uvm_io.c  1.17   14 years  miod   Add an extra argument to uvm_unmap_remove(), for the caller to tell it whether r...
[TXT] uvm_km.c  1.85   13 years  thib   Remove the VM_KMPAGESFREE sysctl. After the pmemrange changes it was returing a ...
[TXT] uvm_km.h  1.11   13 years  tedu   the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct. go ...
[TXT] uvm_map.c  1.127   13 years  miod   aligment -> alignment
[TXT] uvm_map.h  1.43   14 years  tedu   remove proc.h include from uvm_map.h. This has far reaching effects, as sysctl....
[TXT] uvm_meter.c  1.29   13 years  thib   Remove the VM_KMPAGESFREE sysctl. After the pmemrange changes it was returing a ...
[TXT] uvm_mmap.c  1.80   14 years  oga   Fix a locking problem in mincore where it was possible for us to sleep with a sp...
[TXT] uvm_object.c  1.6   14 years  oga   Unbreak ramdisks. I forgot that uvm_object.c wasn't build if SMALL_KERNEL. Fix ...
[TXT] uvm_object.h  1.17   14 years  oga   Right now, if anything internal changes with a uvm object, diverse places in the...
[TXT] uvm_page.c  1.102   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] uvm_page.h  1.44   13 years  thib   Add PADDR_IS_DMA_REACHABLE macro so art stops whining
[TXT] uvm_pager.c  1.57   13 years  kettenis   Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking against m...
[TXT] uvm_pager.h  1.27   14 years  oga   Put the PG_RELEASED changes diff back in. This has has been tested very very th...
[TXT] uvm_param.h  1.15   13 years  thib   Remove the VM_KMPAGESFREE sysctl. After the pmemrange changes it was returing a ...
[TXT] uvm_pdaemon.c  1.55   14 years  beck   Fix buffer cache backoff in the page daemon - deal with inactive pages to more c...
[TXT] uvm_pmap.h  1.20   15 years  oga   Add some (currently unused) MD pmap flags to be used for pushing in parameters s...
[TXT] uvm_pmemrange.c  1.17   13 years  oga   We don't do CamelCase: fix style(9) violations in goto labels. no binary change...
[TXT] uvm_pmemrange.h  1.5   14 years  oga   Committing on behalf or ariane@. recommit pmemrange: physmem allocator:...
[TXT] uvm_swap.c  1.94   13 years  miod   Be sure to initialize b_bq member of struct buf not allocated through the regula...
[TXT] uvm_swap.h  1.13   13 years  oga   Allow swapping to happen in the case where where we have more memory than we can...
[TXT] uvm_swap_encrypt.c  1.16   14 years  tedu   remove proc.h include from uvm_map.h. This has far reaching effects, as sysctl....
[TXT] uvm_swap_encrypt.h  1.9   15 years  oga   Whitespace nit in previous.
[TXT] uvm_unix.c  1.40   14 years  otto   Proper check for wrapping high address and setting the break below the base of d...
[TXT] uvm_vnode.c  1.71   14 years  dlg   dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this gets rid of #...
[TXT] uvm_vnode.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_loan.c (in the Attic) [Hide]  1.34   14 years  oga   Put the PG_RELEASED changes diff back in. This has has been tested very very th...
[TXT] uvm_loan.h (in the Attic) [Hide]  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_pglist.c (in the Attic) [Hide]  1.38   13 years  thib   uvm constraints. Add two mandatory MD symbols, uvm_md_constraints which contains...
[TXT] uvm_pglist.h (in the Attic) [Hide]  1.6   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] uvm_stat.c (in the Attic) [Hide]  1.22   14 years  oga   date based reversion of uvm to the 4th May. More backouts in line with previous...
[TXT] uvm_stat.h (in the Attic) [Hide]  1.15   16 years  art   Use M_ZERO in a few more places to shave bytes from the kernel. eyeballed and o...
[TXT] uvm_user.c (in the Attic) [Hide]  1.11   17 years  art   Another indentation cleanup without binary changes. (I'm reading code, that's wh...