summaryrefslogtreecommitdiff
path: root/user.h
AgeCommit message (Collapse)Author
2007-08-08standardize on not using unsigned keywordrsc
2007-08-08atoi, for killrsc
2006-09-06standardize various * conventionsrsc
2006-09-06nitskaashoek
2006-08-24bug in sbrkkaashoek
test malloc
2006-08-24user-level malloc (untested)kaashoek
nit in sbrk indirect block fix dup to share fd struct
2006-08-23i/o redirection in shkaashoek
better parsing of sh commands (copied from jos sh) cat: read from 1 if no args sbrk system call, but untested getpid system call moved locks in keyboard intr, but why do we get intr w. null characters from keyboard?
2006-08-20removed block system callkaashoek
renumber system calls (run gmake clean!) skeleton for dup system call
2006-08-19chdirkaashoek
cd in shell nits in mkdir, ls, etc.
2006-08-14start on mkdirkaashoek
stat
2006-08-13link()rtm
2006-08-12fix getblk to actually lock the blockrtm
no more cons_put system calls usertests tests two processes writing files
2006-08-12fstatkaashoek
primitive ls
2006-08-11init creates console, opens 0/1/2, runs shrtm
sh accepts 0-argument commands (like userfs) reads from console
2006-08-10printfkaashoek
convert userfs to use printf bfree ifree writei start on unlink
2006-08-08fix race in holding() check in acquire()rtm
give cpu1 a TSS and gdt for when it enters scheduler() and a pseudo proc[] entry for each cpu cpu0 waits for each other cpu to start up read() for files
2006-08-08mknod,ialloc,iupdatekaashoek
2006-07-16add %s to cprintf for cons_putsrsc
2006-07-16Add user.h for prototypes.rsc
Add cons_puts for cleaner output.