OSDN Git Service

android-x86/external-toybox.git
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...
2012-03-09 Rob LandleyMore stabs at getting #includes right, and moving off...
2012-03-08 Rob LandleyFix mkdir -p to accept paths that already exist, and...
2012-03-08 Rob LandleyConsolidate headers.
2012-03-08 Rob LandleySilence a couple pointless warnings.
2012-03-07 Rob LandleyCleanups: use perror_msg() and make mode a global.
2012-03-07 Georgi ChorbadzhiyskiAdd mkfifo.
2012-03-07 Rob LandleyWeb page updates.
2012-03-07 Rob LandleyComment and whitespace tweaks.
2012-03-06 Rob Landleymkdir cleanups: Let umask do its thing at the syscall...
2012-03-06 Georgi ChorbadzhiyskiAdd mkdir.
2012-03-06 Rob LandleyFix xargs -0 option.
2012-03-04 Pere Orgawhoami: fix toy description, no code changes
2012-03-04 Rob LandleyAdd clear.
2012-03-04 Rob LandleyAdd tac. (Shell wrapper is smaller, but all-in-one...
2012-03-04 Rob LandleyMinor optimization.
2012-03-04 Georgi ChorbadzhiyskiAdd whoami.
2012-03-04 Georgi ChorbadzhiyskiFix build on slackware-current.
2012-03-04 Rob LandleyAdd longopt, refactor so only one instance of each...
2012-03-04 Georgi ChorbadzhiyskiImplement printenv command.
2012-03-04 Rob LandleyMake floating point support depend on TOYBOX_FLOAT...
2012-03-04 Georgi ChorbadzhiyskiAdd fraction and extension support to sleep.
2012-03-04 Andre RenaudAdd -A to ls
2012-03-04 Rob LandleyAdded tag 0.2.1 for changeset 9bcc288a1c54
2012-03-03 Rob LandleyFix from Georgi Chorbadzhiyski to make cross compiling...
2012-03-03 Rob LandleyThis uses floating point.
2012-03-03 Rob LandleyAdd copyright notice, fluff out help text, use xexec().
2012-03-02 Rob LandleyOnly show one normal difference (sans -l) and EOF messa...
2012-03-02 Rob LandleyCleanup pass, and support unrecognized slash chars...
2012-03-02 Rob LandleyAdd -n, which kernel build needs.
2012-02-28 Rob LandleyNow that generated/Config.probed is its own file, add...
2012-02-28 Rob LandleyMake documentation even fluffier.
2012-02-28 Rob LandleyAdd "-" type to optargs and teach tail.c to use it...
2012-02-28 Rob LandleyUpgrade yesno() and make cp -i use it.
2012-02-27 Rob LandleyThe aboriginal linux build needs ls -ditc and probably...
2012-02-27 Rob LandleyWeb page tweaks. Remove background image (makes it...
2012-02-27 Rob LandleyTeach patch -p that consecutive /// counts as one path...
next