OSDN Git Service

android-x86/external-toybox.git
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...
2012-02-26 Rob LandleyTeach lib/args.c that " " this option must take a _sepa...
2012-02-26 Rob LandleyFactor out common code between killall/kill and move...
2012-02-24 Bryce FrickeImplemented -i for cp
2012-02-24 Rob LandleyDon't mix the the probed symbols with the command symbols.
2012-02-24 Rob LandleyBugfix: use the right USE symbol.
2012-02-23 Timothy ElliottAdd tail.
2012-02-22 Daniel Walterupdate id to be SUS compliant
2012-02-22 Rob LandleyReplace GPL python debug script with BSD shell script.
2012-02-22 Andre RenaudAdd in the -n support, and the 64-bit defines. Force...
2012-02-22 Daniel WalterAdd new kill toy. Used to send signals to a process...
2012-02-18 Elie De BrauwerAdding insmod and rmmod
2012-02-13 Elie De BrauwerAdding mknod
2012-02-21 Rob LandleyTighten up the source code in largely cosmetic ways.
2012-02-21 Rob LandleyMinor cleanups: lsmod should USE_LSMOD() instead of...
2012-02-18 Elie De BrauwerAdding lsmod
2012-02-20 Rob LandleySet HOSTCC only if it isn't already set as an environme...
2012-02-19 Rob LandleyMinor tweaks.
2012-02-18 Elie De BrauwerAdding swapon and swapoff
2012-02-18 Elie De Brauwermkswap helpstring and argument string
2012-02-19 Rob LandleyNathan McSween convinced me compilers that inline memse...
2012-02-19 Rob LandleyCleanups to killall.
2012-02-19 Rob LandleyAnd again, I forgot to check in a file. Oops.
2012-02-19 Rob LandleyCleanups to pidof (including some global infrastructure...
2012-02-18 Rob LandleyMore ls updates from Andre Renaud: Add -R and initial...
2012-02-18 Rob LandleyAdd killall by Andreas Heck, and factor out common...
2012-02-18 Rob LandleyAdd pidof by Andreas Heck.
2012-02-09 Timothy ElliottAdd tests for cmp.
2012-02-17 Rob LandleyAdd V=1 support to make.
2012-02-17 Rob LandleySigh: moving a header to toys.h isn't very useful if...
2012-02-17 Rob LandleyMove realpath from loopfiles() to a for loop, so we...
2012-02-17 Rob LandleyRealpath, by Andre Renaud.
2012-02-17 Rob LandleyMove includes into toys.h, more xprintf()
next