summaryrefslogtreecommitdiff
path: root/user/user.h
AgeCommit message (Collapse)AuthorFilesLines
2022-08-17xFrans Kaashoek1-1/+1
2022-08-12Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter)Frans Kaashoek1-1/+0
2019-10-08Add implementations of memcmp and memcpy to ulibAnish Athalye1-0/+2
This is necessary because gcc may generate calls to memcmp, memset, memcpy, and memmove when compiling with -nostdlib.
2019-09-10Support exit status for exit/waitFrans Kaashoek1-2/+2
One test case for returning a exit status Passes usertests, but haven't used it to simplify tests
2019-08-27user printf(1 -> printf(Robert Morris1-1/+2
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-0/+39