OSDN Git Service

Follow symlinks to get actual device name, getmountlist() reverses order for us now...
[android-x86/external-toybox.git] / toys /
2012-10-27 Rob LandleyFollow symlinks to get actual device name, getmountlist...
2012-10-23 Rob LandleyAdd md5sum in lsb, combine sha1sum (mostly shared infra...
2012-10-09 Rob LandleySimplify sha1sum a little.
2012-10-09 Rob LandleyFix thinko for uname -m when i686 binary runs on x86_64...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-10-08 Rob LandleyMissing line in patch -l. Oops.
2012-10-07 Rob Landleypatch -l (loose match)
2012-10-07 Rob LandleyTrivial cleanup
2012-10-06 Rob LandleyFix catv to display byte 255 correctly. (It's both...
2012-10-06 Rob LandleyCleanup mknod.
2012-09-17 Rob LandleyClean up sha1sum, make it use global union properly.
2012-09-09 Rob Landleygethostname: Tighten up error messages slightly, switch...
2012-09-08 Rob LandleyAdd switch_root and fix infrastructure to understand...
2012-09-07 Rob LandleyI screwed up ls in commit 580. Oops. Fix it.
2012-09-06 Rob LandleyPosix compliance: wc shouldn't have trailing spaces...
2012-09-04 Rob Landleymktemp broke kernel build, so new rules: if you don...
2012-08-27 Rob LandleyRoy Tam pointed out that sh.c didn't get fully converted.
2012-08-27 Ashwini KumarAdd du command.
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyToysh is our posix sh, so move from "other" to "posix...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...
2012-08-19 Rob LandleyFix bug spotted by Avery Pennarun: getusername() and...
2012-08-17 Rob LandleyBugfix from Avery Pennarun: getpriority() uses a differ...
2012-08-15 Elie De BrauwerAdding usleep
2012-08-06 Rob LandleyRewrite taskset to use syscall directly without macros...
2012-07-31 Rob LandleyRefactoring, no code change.
2012-07-30 Rob LandleyAdd dos2unix/unix2dos, remove old wrapper versions.
2012-07-24 Rob LandleyMinor cleanups, mostly whitespace.
2012-07-22 Rob LandleyMake chmod +w respect umask, implement +s and +t, fix...
2012-07-21 Rob LandleyUse "_password" instead of "_passwd" for names in lib...
2012-07-21 Rob LandleyAdd date -r, make -u work even when /etc/localtime...
2012-07-20 Elie De Brauwertaskset.c now also support executing new commands with...
2012-07-20 Elie De Brauwertoys/login.c: make use of the read_passwd function...
2012-07-19 Rob LandleyTrivial cleanups.
2012-07-19 Rob LandleyCleanup of w command.
2012-07-19 Rob LandleyAdd w command by Gaurang Shastri.
2012-07-18 Rob LandleyLargely cosmetic code cleanups.
2012-07-15 Elie De BrauwerAdding initial implementation of taskset
2012-07-17 Rob LandleyAdd passwd by Kyungwan Han.
2012-07-15 Rob LandleyGenericize llist code a bit: rename llist_free() to...
2012-07-14 Rob LandleyFill out od -c and -f.
2012-07-12 Rob LandleyComplete rewrite of od, mostly working. (Need to finish...
2012-07-10 Rob LandleyAdd modinfo by Andre Renaud.
2012-07-05 Elie De Brauwer- Do not abort testing after running the sort tests
2012-07-05 Elie De BrauwerPut cmp.c EOF notice on stderr
2012-07-05 Rob LandleyAdd LSB link to the template, for reference.
2012-06-27 Rob LandleyMinor cleanups and refactoring. Make FLAG macros closer...
2012-06-27 Rob LandleyLonger usage line and combine ascii[] into a single...
2012-06-27 Rob LandleySome refactoring, shouldn't affect the generated code.
2012-06-27 Rob LandleyFirst drop of od, from Andre Renaud.
2012-06-24 Rob LandleyUnify chown and chgrp, add support for -hHLP flags.
2012-06-19 Rob LandleyAdd date command by Andre Renaud.
2012-06-16 Rob LandleyAdd dirtree_parentfd()
2012-06-14 Rob LandleyCosmetic tweak to command preamble.
2012-06-14 Rob LandleyFix an embarassing bug causing ls -l to segfault on...
2012-06-11 Rob LandleyThe linux from scratch build wants -v on chmod.
2012-06-10 Rob LandleyImplement DIRTREE_SYMFOLLOW and ls -cSHL.
2012-06-10 Rob LandleyAdd ls -kqsunort, and fix -F @symlink.
2012-06-03 Rob LandleyUpdate chmod to work with new dirtree, and fix bugs...
2012-06-02 Rob LandleyChanged my mind about the design again, now callback...
2012-06-02 Rob LandleyFactor out dirtree_comeagain() callback, setting up...
2012-06-01 Rob LandleyConvert another realpath use to xrealpath().
2012-06-01 Rob LandleyConvert mktemp to use xrealpath, and general clean...
2012-06-01 Rob LandleyImplement -C and -x for ls.
2012-06-01 Rob Landleycp doesn't really need the optstring + logic. Still...
2012-05-27 Rob LandleyUpdate chgrp so -R works, tweaking DIRTREE_COMEAGAIN...
2012-05-20 Rob Landleydirtree logic cleanup: switch DIRTREE_NORECURSE and...
2012-05-09 Rob LandleyRemove strndupa() gnu-ism at Georgi's suggestion, and...
2012-05-01 Elie De BrauwerAddition of mktemp
2012-04-27 Rob LandleySimplify/unify listfiles recursion: populate directory...
2012-04-24 Elie De BrauwerAdding initial version of login.c
2012-04-25 Rob LandleyMake -d work in ls.
2012-04-24 Rob LandleyRequire -R to recurse, but descend into directories...
2012-04-23 Rob LandleyMore work on ls. Now ls -lR sort of works-ish.
2012-04-14 Elie De BrauwerAdding logname
2012-04-15 Rob LandleyRefactor uniq.c a bit.
2012-04-15 Rob LandleyRewrite dirtree so we don't need readdir, scandir,...
2012-04-15 Rob LandleyUse FLAG_ macros for echo optflags.
2012-04-15 Rob LandleyMatch uint64_t with PRIu64 to avoid warnings on 64...
2012-04-11 Elie De Brauwertoybuf usage enhancement, tabs to spaces, teminal heigh...
2012-04-07 Kevin ChaseReplace ?: gcc extension with standard code
2012-04-09 Elie De BrauwerAdding vmstat
2012-04-02 Elie De BrauwerAdding mountpoint
2012-03-22 Ilya KuzmichImplement comm.
2012-03-22 Rob LandleyThe -s flag includes staying quiet about missing files.
2012-03-21 Rob LandleyTest the right variable in NULL guard, and add NOP...
2012-03-20 Daniel WalterAdd string to mode_t parser
2012-03-20 Rob LandleyRemove "feature test macros", replace non-portable...
2012-03-16 Rob LandleyThe linux header doesn't prototype unshare, and the...
2012-03-16 Rob LandleySimplify nanosleep call.
2012-03-15 Georgi ChorbadzhiyskiImplement uniq.
2012-03-15 Rob LandleyDefault new ch* commands to n until enough is implement...
2012-03-14 Georgi ChorbadzhiyskiNew toys - chmod, chown, and chgrp.
2012-03-13 Rob LandleyExtensive semi-gratuitous refactoring: factor out commo...
2012-03-13 Rob LandleyTighten up the code a bit, and use actual process group...
2012-03-12 Rob LandleyRedo tail to use optargs and optionally support lseek...
2012-03-10 Georgi ChorbadzhiyskiFix nanosleep() usage.
2012-03-10 Rob LandleyReplace deprecated libc function with its totally renam...
2012-03-10 Rob LandleyWork around glibc regression by including Linux header...
2012-03-09 Rob LandleyMore stabs at getting #includes right, and moving off...
next