summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | 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
|/
* Update lab1test2.c to print keys read from consoleupstreamFelipe Boeira2021-01-21
|
* Changed compiler version and took away stream code which relies on a header ↵Mikael Asplund2020-03-06
| | | | file no longer present in Linux
* Added missing filesFelipe Boeira2020-03-04
|
* Updated testsFelipe Boeira2020-03-04
|
* Added missing parenthesisMikael Asplund2020-02-17
|
* Added test files for lab 3 and 4Mikael Asplund2020-02-12
|
* Added files for the GDB lab 0 exerciseFelipe Boeira2019-01-22
|
* Added .gitignoreFelipe Boeira2019-01-21
|
* Fixed bugs for execution on newer softwareFelipe Boeira2019-01-21
|
* Initial commitFelipe Boeira2019-01-08