OSDN Git Service

android-x86/external-toybox.git
2012-11-15 Rob LandleyMake ls default to -C if no option specified and it...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-13 Rob LandleyAnnounce release, add anchor tags to roadmap, tweak...
2012-11-13 Rob LandleyAdded tag 0.4.1 for changeset 8871e8002812
2012-11-13 Rob LandleyOlder versions of glibc predated posix-2008. They still...
2012-11-12 Rob LandleyYet another attempt to get the fiddly patch file creati...
2012-11-11 Rob LandleyOn 32 bit platforms %ld doesn't match uint64_t, so...
2012-11-10 Rob LandleyFix reversed test: patch creates a file if /dev/null...
2012-11-08 Rob LandleyChange df percentage calculation to match posix, spotte...
2012-11-08 Felix Jandawc -m only cares about counting characters. Attached...
2012-11-04 Rob LandleyMake sha1sum and md5sum default to y.
2012-11-02 Rob LandleyUse stridx.
2012-11-01 Kyungwan HanAdd vconfig.c - Creates virtual ethernet devices.
2012-10-29 Felix Jandaattached are some simple tests for dirname and wc and...
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-21 Rob LandleyPut the commands at the start of menuconfig and the...
2012-10-16 Rob LandleyUpdate roadmap/status with new toolbox analysis based...
2012-10-09 Rob LandleyDoc tweak about test suite.
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-08 Rob LandleyTest tweaks. Set +x on two scripts (so they can be...
2012-10-08 Rob LandleyFix thinko in xpidfile()
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 LandleyUpdate status page.
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-26 Rob LandleySplit off pre-relaunch news entries into a separate...
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 LandleyTeach build to compare toys/*/*.c against .config symbo...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...
2012-08-25 Rob LandleySome dubious asides, currently commented out.
2012-08-25 Rob LandleyCheck in the updated news and status web pages.
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-14 Rob LandleyReplace TOY_LIST_LEN with more generic ARRAY_LEN()
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-30 Rob LandleyAdd signal handler to clean up tempfile.
2012-07-24 Rob LandleyMinor cleanups, mostly whitespace.
2012-07-24 Rob LandleyAdded tag 0.4.0 for changeset 85fc06bd63c4
2012-07-24 Rob LandleyWorkaround longstanding glibc/ld bug, ala sources.redha...
2012-07-22 Rob LandleyMore web page roadmap/status update stuff.
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-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.
next