Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-06-05 | make -O work with asm volatile(...) | Robert Morris | 1 | -1/+1 |
2019-06-05 | spinlocks using gcc intrinsics | Robert Morris | 1 | -6/+8 |
2019-06-05 | start at support for multiple CPUs | Robert Morris | 1 | -18/+16 |
2019-06-04 | timer interrupts -> supervisor software interrupt | Robert Morris | 1 | -1/+23 |
2019-06-04 | fix a problem with end. make uartputc() wait until h/w is ready. | Robert Morris | 1 | -1/+1 |
2019-05-31 | fork/wait/exit work | Robert Morris | 1 | -0/+34 |