summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* build lab4testlab4Gustav Sörnäs2021-03-02
|
* loft variable declarationsGustav Sörnäs2021-02-23
|
* merge some linesGustav Sörnäs2021-02-23
|
* update commentsGustav Sörnäs2021-02-23
|
* implement argument parsingGustav Sörnäs2021-02-23
|
* add args printing exampleGustav Sörnäs2021-02-23
|
* Revert "move esp"Gustav Sörnäs2021-02-22
| | | | This reverts commit 26a77e279cc755743f3197e5b5dc56f0ff375df3.
* update commentlab3Gustav Sörnäs2021-02-22
|
* free parent_child when possibleGustav Sörnäs2021-02-21
|
* actually call process_executeGustav Sörnäs2021-02-21
|
* pass pc-struct instead of list_elem from child to parentGustav Sörnäs2021-02-21
|
* push child to parents list of childrenGustav Sörnäs2021-02-21
|
* child reports success of load to parentGustav Sörnäs2021-02-21
|
* parent waits for child to startGustav Sörnäs2021-02-21
|
* pass struct as args to start_processGustav Sörnäs2021-02-21
|
* add lab3test to makefileGustav Sörnäs2021-02-21
|
* prepare for lab 3Gustav Sörnäs2021-02-19
|
* fix warningGustav Sörnäs2021-02-19
|
* disable interrupts when queueing threadslab2Gustav Sörnäs2021-02-16
|
* keep and use a sorted list of sleeping threadsGustav Sörnäs2021-02-16
|
* implement timer_sleep betterGustav Sörnäs2021-02-16
|
* use struct **file instead of struct *fdlab1Gustav Sörnäs2021-02-15
| | | | | Storing the null pointer to mark active == false accomplishes the same thing with less storage.
* remove some printsGustav Sörnäs2021-02-12
|
* formattingGustav Sörnäs2021-02-11
|
* print read fileGustav Sörnäs2021-02-11
|
* implement exitGustav Sörnäs2021-02-11
|
* implement writeGustav Sörnäs2021-02-11
|
* only struct fd when USERPROGGustav Sörnäs2021-02-11
|
* add test for readGustav Sörnäs2021-02-05
|
* implement read() and refactor out get_file and get_fdGustav Sörnäs2021-02-05
|
* update testGustav Sörnäs2021-02-05
|
* remove unnecessary fieldsGustav Sörnäs2021-02-05
|
* move struct fd to filesys.hGustav Sörnäs2021-02-05
|
* test open()Gustav Sörnäs2021-02-05
|
* implement open()Gustav Sörnäs2021-02-05
|
* add fd to struct threadGustav Sörnäs2021-02-05
|
* undef intrp_espGustav Sörnäs2021-02-05
|
* move syscall handlers to own functionsGustav Sörnäs2021-02-05
|
* Merge remote-tracking branch 'upstream/master'Gustav Sörnäs2021-02-05
|\
| * Update lab1test2.cFelipe Boeira2021-01-29
| |
* | implement create()Gustav Sörnäs2021-02-05
| |
* | add empty lab 1 syscallsGustav Sörnäs2021-02-05
| |
* | syscall_handler(): macro to read user process argumentsGustav Sörnäs2021-02-05
| |
* | implement halt()Gustav Sörnäs2021-02-05
| |
* | syscall_handler(): parse syscall numberGustav Sörnäs2021-02-05
| |
* | process_wait(): infinite loopGustav Sörnäs2021-02-05
| |
* | compile with gcc 4.8Gustav Sörnäs2021-02-05
| |
* | submission lab0lab0Gustav Sörnäs2021-01-26
| |
* | move espGustav Sörnäs2021-01-22
| |
* | set executable permsGustav Sörnäs2021-01-22
|/