summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* rwlock root_dirHEADlab6masterGustav Sörnäs2021-03-16
* lock lookup via fs_open and fs_removeGustav Sörnäs2021-03-16
* Merge remote-tracking branch 'upstream/master'Gustav Sörnäs2021-03-16
|\
| * Update MakefileFelipe Boeira2021-02-25
| * Update start_pfs.shFelipe Boeira2021-02-24
| * Update start_recursor.shFelipe Boeira2021-02-24
| * Update Makefile to include lab3testsFelipe Boeira2021-02-21
* | comment and includeGustav Sörnäs2021-03-16
* | lock create/removeGustav Sörnäs2021-03-16
* | lock inode with lock and data with rwlockGustav Sörnäs2021-03-16
* | add rwlock implementationGustav Sörnäs2021-03-15
* | update commentsGustav Sörnäs2021-03-15
* | also lock when removing from open_inodesGustav Sörnäs2021-03-15
* | lock open_inodesGustav Sörnäs2021-03-15
* | lower the timeoutGustav Sörnäs2021-03-15
* | lock the free mapGustav Sörnäs2021-03-15
* | prepare lab 6 scriptsGustav Sörnäs2021-03-15
* | dont seek past eofGustav Sörnäs2021-03-15
* | check the correct seek parameterGustav Sörnäs2021-03-15
* | implement syscalls for lab 6Gustav Sörnäs2021-03-14
* | create empty lab 6 syscallsGustav Sörnäs2021-03-14
* | update makefiles for lab 6Gustav Sörnäs2021-03-14
* | align macro cont lineslab5Gustav Sörnäs2021-03-14
* | add commentGustav Sörnäs2021-03-14
* | also check other end of passed buffersGustav Sörnäs2021-03-14
* | check all pointers before dereferencingGustav Sörnäs2021-03-14
* | check ptr instead of always espGustav Sörnäs2021-03-14
* | intr_esp doesn't derefGustav Sörnäs2021-03-14
* | check stack pointerGustav Sörnäs2021-03-14
* | step over spaces in argsGustav Sörnäs2021-03-12
* | add simple wait testGustav Sörnäs2021-03-12
* | add current failuresGustav Sörnäs2021-03-12
* | implement waitGustav Sörnäs2021-03-12
* | 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
* | 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