History log of /xv6-public/ls.c (Results 1 – 16 of 16)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: xv6-rev11, xv6-rev9
# 7894fcd2 25-Aug-2016 Frans Kaashoek <kaashoek@mit.edu>

Remove trailing white space with:
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done
(Thanks to Nicolás Wolovick)


Revision tags: xv6-rev8, xv6-rev7, osdi12-submit, xv6-rev6, xv6-rev5, xv6-2010, xv6-rev4, xv6-rev3, xv6-2008, xv6-2007, xv6-rev1
# 1b789e1d 24-Aug-2007 rsc <rsc>

Remove puts in favor of printf.
Allow multiple arguments to ls.


# 3dcf889c 22-Aug-2007 rsc <rsc>

cleanup


# 2e51e12f 08-Aug-2007 rsc <rsc>

make ls work on directories


Revision tags: symlinks, xv6-2006, xv6-rev0
# 1dca3afb 07-Sep-2006 rsc <rsc>

remove _ prefixes


# 0cfc7290 06-Sep-2006 rsc <rsc>

wrap long lines


# 236d3369 06-Sep-2006 rsc <rsc>

weird spacing


# 9e9bcaf1 06-Sep-2006 rsc <rsc>

standardize various * conventions


# a650c606 06-Sep-2006 rsc <rsc>

spacing fixes: no tabs, 2-space indents (for rtm)


# 8b58e810 23-Aug-2006 kaashoek <kaashoek>

i/o redirection in sh
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

i/o redirection in sh
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?

show more ...


# 8787cd01 19-Aug-2006 kaashoek <kaashoek>

chdir
cd in shell
nits in mkdir, ls, etc.


# d7b3b802 14-Aug-2006 kaashoek <kaashoek>

user-level programs: mkdir and rm
shell parses arguments (very simplistic)
readme version of README (sh doesn't deal with capital characters)
printf recognizes %c
nicer output format for ls


# bdb66433 14-Aug-2006 kaashoek <kaashoek>

set size for directories correctly in wdir and mkfs
mkdir
ls shows stat info for each dir entry


# d15f0d10 14-Aug-2006 kaashoek <kaashoek>

start on mkdir
stat


# 8abe2bcf 13-Aug-2006 kaashoek <kaashoek>

don't print unallocated dir entries


# 1f544842 12-Aug-2006 kaashoek <kaashoek>

fstat
primitive ls