index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
df.c
Age
Commit message (
Expand
)
Author
2012-07-15
Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...
Rob Landley
2012-04-07
Replace ?: gcc extension with standard code
Kevin Chase
2008-01-20
Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Rob Landley
2008-01-19
Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Rob Landley
2008-01-19
Zap toys/Config.in and instead create generated/Config.in from contents of
Rob Landley
2007-11-29
Change command main() functions to return void, and exit(toys.exitval) from
Rob Landley
2007-11-10
Fix error message
Charlie Shepherd
2007-11-15
Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Rob Landley
2007-01-31
Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Rob Landley
2006-11-25
More work on option parsing. "df -t tmpfs" actually seems to work now.
Rob Landley
2006-11-19
Fix thinko (inverted test).
Rob Landley
2006-11-19
New option parsing infrastructure (doesn't use getopt). Hook it up to
Rob Landley
2006-10-30
Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the
0.0.1
landley
2006-10-30
Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
landley
2006-10-05
Infrastructure, first drop of toy shell, and a bit of work on df.
landley
2006-09-28
Next snapshot. Tries to grab something out of lib in order to build, I have
landley