index
:
tddb68/pintos
master
Processprogrammering och operativsystem -- Pintos
git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
child reports success of load to parent
Gustav Sörnäs
2021-02-21
*
parent waits for child to start
Gustav Sörnäs
2021-02-21
*
pass struct as args to start_process
Gustav Sörnäs
2021-02-21
*
add lab3test to makefile
Gustav Sörnäs
2021-02-21
*
prepare for lab 3
Gustav Sörnäs
2021-02-19
*
fix warning
Gustav Sörnäs
2021-02-19
*
disable interrupts when queueing threads
lab2
Gustav Sörnäs
2021-02-16
*
keep and use a sorted list of sleeping threads
Gustav Sörnäs
2021-02-16
*
implement timer_sleep better
Gustav Sörnäs
2021-02-16
*
use struct **file instead of struct *fd
lab1
Gustav Sörnäs
2021-02-15
*
remove some prints
Gustav Sörnäs
2021-02-12
*
formatting
Gustav Sörnäs
2021-02-11
*
print read file
Gustav Sörnäs
2021-02-11
*
implement exit
Gustav Sörnäs
2021-02-11
*
implement write
Gustav Sörnäs
2021-02-11
*
only struct fd when USERPROG
Gustav Sörnäs
2021-02-11
*
add test for read
Gustav Sörnäs
2021-02-05
*
implement read() and refactor out get_file and get_fd
Gustav Sörnäs
2021-02-05
*
update test
Gustav Sörnäs
2021-02-05
*
remove unnecessary fields
Gustav Sörnäs
2021-02-05
*
move struct fd to filesys.h
Gustav Sörnäs
2021-02-05
*
test open()
Gustav Sörnäs
2021-02-05
*
implement open()
Gustav Sörnäs
2021-02-05
*
add fd to struct thread
Gustav Sörnäs
2021-02-05
*
undef intrp_esp
Gustav Sörnäs
2021-02-05
*
move syscall handlers to own functions
Gustav Sörnäs
2021-02-05
*
Merge remote-tracking branch 'upstream/master'
Gustav Sörnäs
2021-02-05
|
\
|
*
Update lab1test2.c
Felipe Boeira
2021-01-29
*
|
implement create()
Gustav Sörnäs
2021-02-05
*
|
add empty lab 1 syscalls
Gustav Sörnäs
2021-02-05
*
|
syscall_handler(): macro to read user process arguments
Gustav Sörnäs
2021-02-05
*
|
implement halt()
Gustav Sörnäs
2021-02-05
*
|
syscall_handler(): parse syscall number
Gustav Sörnäs
2021-02-05
*
|
process_wait(): infinite loop
Gustav Sörnäs
2021-02-05
*
|
compile with gcc 4.8
Gustav Sörnäs
2021-02-05
*
|
submission lab0
lab0
Gustav Sörnäs
2021-01-26
*
|
move esp
Gustav Sörnäs
2021-01-22
*
|
set executable perms
Gustav Sörnäs
2021-01-22
|
/
*
Update lab1test2.c to print keys read from console
upstream
Felipe Boeira
2021-01-21
*
Changed compiler version and took away stream code which relies on a header f...
Mikael Asplund
2020-03-06
*
Added missing files
Felipe Boeira
2020-03-04
*
Updated tests
Felipe Boeira
2020-03-04
*
Added missing parenthesis
Mikael Asplund
2020-02-17
*
Added test files for lab 3 and 4
Mikael Asplund
2020-02-12
*
Added files for the GDB lab 0 exercise
Felipe Boeira
2019-01-22
*
Added .gitignore
Felipe Boeira
2019-01-21
*
Fixed bugs for execution on newer software
Felipe Boeira
2019-01-21
*
Initial commit
Felipe Boeira
2019-01-08