summaryrefslogtreecommitdiffstats
path: root/src/threads
Commit message (Collapse)AuthorAge
* 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 unnecessary fieldsGustav Sörnäs2021-02-05
|
* move struct fd to filesys.hGustav Sörnäs2021-02-05
|
* add fd to struct threadGustav Sörnäs2021-02-05
|
* Added .gitignoreFelipe Boeira2019-01-21
|
* Fixed bugs for execution on newer softwareFelipe Boeira2019-01-21
|
* Initial commitFelipe Boeira2019-01-08