index
:
progos
master
progos repository
P. Ketscher, K. Knoth, M. Mausz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
userprog
/
process.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mark pages removed from page/mmap table as clear
manuel
2012-06-21
1
-6
/
+4
|
*
full mmap implementation
manuel
2012-06-21
1
-4
/
+2
|
*
initial implementation of memory mapped files
manuel
2012-06-21
1
-2
/
+16
|
*
add dynamic stack growing
manuel
2012-06-19
1
-18
/
+36
|
*
implement page table and use it for lazy loading of segments
manuel
2012-06-19
1
-23
/
+12
|
*
enforce a stack limit.
manuel
2012-03-28
1
-1
/
+13
|
*
cast esp to uint32_t before setting up the stack. this avoids a few casts ↵
manuel
2012-03-27
1
-32
/
+32
|
|
|
|
but also creates a few casts. overall I think it's more sane this way.
*
parse the arguments and populate the argv entries accordingly
manuel
2012-03-27
1
-16
/
+70
|
*
fix comment
manuel
2012-03-27
1
-1
/
+1
|
*
first part of stack setup
manuel
2012-03-27
1
-1
/
+24
|
*
pass args to setup_stack
manuel
2012-03-27
1
-5
/
+5
|
*
userprocess threads should be named by their executable and not their
manuel
2012-03-27
1
-12
/
+13
|
|
|
|
full commandline string
*
reorganize file structure to match the upstream requirements
manuel
2012-03-27
1
-0
/
+721