| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | fix warning | Gustav Sörnäs | 2021-02-19 | |
| | | | ||||
| * | | disable interrupts when queueing threadslab2 | 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 *fdlab1 | Gustav Sörnäs | 2021-02-15 | |
| | | | | | | | | | | | Storing the null pointer to mark active == false accomplishes the same thing with less storage. | |||
| * | | 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 | |
| | | | ||||
| * | | 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 consoleupstream | Felipe Boeira | 2021-01-21 | |
| | | ||||
| * | Changed compiler version and took away stream code which relies on a header ↵ | Mikael Asplund | 2020-03-06 | |
| | | | | | file no longer present in Linux | |||
| * | 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 | |
