index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
Age
Commit message (
Expand
)
Author
2016-05-30
Identify W^X labelled binaries at execve() time based upon WX_OPENBSD_WXNEEDED
Theo de Raadt
2016-05-30
backout to insert correct commit message
Theo de Raadt
2016-05-30
*** empty log message ***
Theo de Raadt
2016-05-27
W^X violations are no longer permitted by default. A kernel log message
Theo de Raadt
2016-05-26
Make amaps use less kernel memory (2nd try)
Stefan Kempf
2016-05-22
Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archs
Philip Guenther
2016-05-22
Make amaps use less kernel memory
Stefan Kempf
2016-05-11
remove hppa64 port, which we never got going beyond broken single users.
Theo de Raadt
2016-05-08
Additional parameter for amap_alloc().
Stefan Kempf
2016-05-08
Wait for RAM in uvm_fault when allocating uvm structures fails
Stefan Kempf
2016-05-05
Remove uvm_mapentry_freecmp which has been unused for years
Stefan Kempf
2016-04-16
Remove am_maxslot from amap.
Stefan Kempf
2016-04-12
Simplify amap traversal in amap_swap_off.
Stefan Kempf
2016-04-04
UVM_FLAG_AMAPPAD has no effect anymore, nuke it.
Stefan Kempf
2016-03-29
Remove dead assignments and now unused variables.
Charles Longeau
2016-03-27
amap_extend is never called, remove it.
Stefan Kempf
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-16
Remove redundant check.
Stefan Kempf
2016-03-15
'accomodate' -> 'accommodate' in comments.
Kenneth R Westerback
2016-03-15
Allocate amap slots for a virtual memory range reserved with sbrk lazily.
Stefan Kempf
2016-03-15
For amaps with only a few slots, allocate the slots via pool(9)
Stefan Kempf
2016-03-09
remove vaxisms
Theo de Raadt
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-06
Remove unused amap_share_protect().
Stefan Kempf
2016-03-06
Tweak uvm assertions to avoid locking in some cases.
Stefan Kempf
2016-03-03
Remove option USER_LDT and everything depending on it.
Christian Weisgerber
2016-01-29
Therefor -> Therefore (where appropriate)
tb
2016-01-09
Use uiomove(9) instead of uiomovei(9). From Martin Natano.
Mark Kettenis
2015-12-16
Avoid grabbing the kernel lock in uvm_unmap() if we have an interrupt-safe
Mark Kettenis
2015-12-06
Since the page zeroing thread runs without the kernel lock,
Bret Lambert
2015-12-02
remove declaration for nonexistant function
Bret Lambert
2015-11-14
mutli -> multi
Miod Vallat
2015-11-11
Remove the superfluous typedef uvm_flag_t (unsigned int). Also, fix an
mmcc
2015-11-10
UVM change needed for vmm.
Mike Larkin
2015-11-01
refactor pledge_*_check and pledge_fail functions
Sebastien Marie
2015-10-30
Fix two (verified to be harmless) off-by-ones in bounds checks in
Miod Vallat
2015-10-23
Add 3 new pledge requests. "ps" exposes enough sysctl information for
Theo de Raadt
2015-10-09
Rename tame() to pledge(). This fairly interface has evolved to be more
Theo de Raadt
2015-10-08
Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() into
Mark Kettenis
2015-10-01
In uvm_map_splitentry(), grab the kernel lock before calling into the amap
Mark Kettenis
2015-09-30
implement new "prot_exec" tame(2) request:
Sebastien Marie
2015-09-28
the kernel lock is no longer needed in the fixed case since uvm_map
Ted Unangst
2015-09-28
add a flag to indicate to uvm_map that it should unmap to make space.
Ted Unangst
2015-09-26
Protect the list of free map entries with a mutex. This should fix the
Mark Kettenis
2015-09-26
matthew noticed there's a race where we are using the kernel lock to tie
Ted Unangst
2015-09-23
Corect a kbind comment to describe the version that was settled on: no old
Philip Guenther
2015-09-21
Drop a misleading XXX about PQ_AOBJ. Clear PQ_ANON unconditionally for
Visa Hankala
2015-09-17
Back out rev. 1.125. This bit was left behind (intentionally?) when the
Mark Kettenis
2015-09-13
Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer
Philip Guenther
2015-09-12
Enable some diagnostics for interrupt-safe maps that are already happening for
Mark Kettenis
[next]