OSDN Git Service

android-x86/external-toybox.git
2012-07-21 Rob LandleyAdd status.html and script to calculate it from roadmap...
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 LandleyOnly add / in dirtree_path if it hasn't already got...
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 LandleyAdd documentation for lib/llist.c and lib/dirtree.c.
2012-07-15 Rob LandleyGenericize llist code a bit: rename llist_free() to...
2012-07-15 Rob LandleyNew infrastructure for od (oops).
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-07-02 Rob LandleyA note on error messages and internationalization.
2012-06-30 Rob LandleyAdd NOP b (byte) suffix to atolx() since od needs it.
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-25 Rob LandleyUpdate news page for the past two releases.
2012-06-25 Rob LandleyAdded tag 0.3.1 for changeset 8bee9c27c219
2012-06-25 Rob LandleyAdded tag 0.3.0 for changeset d8566c3321f0
2012-06-24 Rob LandleyUnify chown and chgrp, add support for -hHLP flags.
2012-06-24 Rob LandleyWork around a Bash bug that removes "." from the $PATH...
2012-06-24 Rob LandleyAdd chgrp test.
2012-06-23 Rob LandleyMinor code refactoring.
2012-06-19 Rob LandleyReplace CCFLAGS with description of how to add flags...
2012-06-19 Rob LandleyAdd date command by Andre Renaud.
2012-06-16 Rob LandleyAdd dirtree_parentfd()
2012-06-16 Rob LandleyMore header fiddling: crypt.h is silly, SUSv4 requires...
2012-06-14 Rob LandleyA few more links for the index.
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-12 Rob LandleyDelete wrappers converted to commands.
2012-06-12 Rob LandleyMultiplexer needs stayroot flag for suid handling.
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 LandleyFeeding -1 to xdup() isn't an error.
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 LandleyAdd xrealpath() at suggestion of Ashish Briggers.
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-24 Rob LandleyProbe available libraries to link --as-needed, avoiding...
2012-05-20 Rob Landleydirtree logic cleanup: switch DIRTREE_NORECURSE and...
2012-05-20 Rob LandleySilence pointless warnings.
2012-05-17 Rob LandleyFirst pass at a complete rewrite of string_to_mode...
2012-05-09 Rob LandleyRemove strndupa() gnu-ism at Georgi's suggestion, and...
2012-05-09 Rob LandleyWhitespace (tabs vs spaces) cleanup.
2012-05-01 Elie De BrauwerAddition of mktemp
2012-04-28 Rob LandleyGeorgi pointed out that some overly-pedantic C librarie...
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 LandleyTeach make.sh to create flag macros, but with the wrong...
2012-04-15 Rob LandleyRewrite dirtree so we don't need readdir, scandir,...
2012-04-15 Rob LandleyComment and whitespace changes.
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 Rob LandleyUsing /dev/tty for yesno() is wrong because yes 'n...
2012-03-20 Rob LandleyUnwind gratuitous macros.
2012-03-20 Rob LandleyHave probe for unshare test for actual unshare() functi...
2012-03-20 Daniel WalterAdd string to mode_t parser
2012-03-20 Rob LandleyRemove "feature test macros", replace non-portable...
2012-03-16 Georgi ChorbadzhiyskiImplement Apple and Android versions of getline(),...
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 LandleyYet another header for technical susv4 compliance.
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 LandleyAdd lib/portability.h description with explanation...
next