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
/
lsb
Age
Commit message (
Expand
)
Author
2012-12-23
Minor cleanups.
Rob Landley
2012-12-16
LSB does not allow killall to kill itself
Elie De Brauwer
2012-12-16
Extend killall with support for -v and -i
Elie De Brauwer
2012-12-23
Whitespace.
Rob Landley
2012-12-16
Extend seq to support -f (format string) and -s (string separator) as request...
Elie De Brauwer
2012-12-09
Meddle.
Rob Landley
2012-12-08
Adding -s (single shot) and -o (omit pids) options to pidof
Elie De Brauwer
2012-12-08
Add README file to each toys/ directory, teach build infrastructure to get fa...
Rob Landley
2012-11-19
Teach option parsing about [groups] of related options.
Rob Landley
2012-11-16
Add rebound support to intercept error_exit() and longjmp instead.
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-11-03
Make sha1sum and md5sum default to y.
Rob Landley
2012-10-23
Add md5sum in lsb, combine sha1sum (mostly shared infrastructure). Downside: ...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-10-05
Cleanup mknod.
Rob Landley
2012-09-09
gethostname: Tighten up error messages slightly, switch to default "y".
Rob Landley
2012-09-03
mktemp broke kernel build, so new rules: if you don't specify anything, /tmp/...
Rob Landley
2012-08-25
Regularize command headers, update links to standards documents.
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley