summaryrefslogtreecommitdiff
path: root/ls.c
AgeCommit message (Collapse)AuthorFilesLines
2007-08-24Remove puts in favor of printf.rsc1-60/+60
Allow multiple arguments to ls.
2007-08-22cleanuprsc1-14/+12
2007-08-08make ls work on directoriesrsc1-2/+10
2006-09-07remove _ prefixesrsc1-4/+4
2006-09-06wrap long linesrsc1-1/+1
2006-09-06weird spacingrsc1-1/+1
2006-09-06standardize various * conventionsrsc1-9/+9
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-9/+9
2006-08-23i/o redirection in shkaashoek1-23/+34
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-19chdirkaashoek1-10/+20
cd in shell nits in mkdir, ls, etc.
2006-08-14user-level programs: mkdir and rmkaashoek1-2/+8
shell parses arguments (very simplistic) readme version of README (sh doesn't deal with capital characters) printf recognizes %c nicer output format for ls
2006-08-14set size for directories correctly in wdir and mkfskaashoek1-9/+11
mkdir ls shows stat info for each dir entry
2006-08-14start on mkdirkaashoek1-6/+12
stat
2006-08-13don't print unallocated dir entrieskaashoek1-1/+2
2006-08-12fstatkaashoek1-0/+43
primitive ls