summaryrefslogtreecommitdiff
path: root/ls.c
AgeCommit message (Collapse)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2016-08-25Remove trailing white space with:Frans Kaashoek
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick)
2007-08-24Remove puts in favor of printf.rsc
Allow multiple arguments to ls.
2007-08-22cleanuprsc
2007-08-08make ls work on directoriesrsc
2006-09-07remove _ prefixesrsc
2006-09-06wrap long linesrsc
2006-09-06weird spacingrsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
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-19chdirkaashoek
cd in shell nits in mkdir, ls, etc.
2006-08-14user-level programs: mkdir and rmkaashoek
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 mkfskaashoek
mkdir ls shows stat info for each dir entry
2006-08-14start on mkdirkaashoek
stat
2006-08-13don't print unallocated dir entrieskaashoek
2006-08-12fstatkaashoek
primitive ls