platform/upstream/toybox.git
2012-12-15 Rob LandleyAdded tag 0.4.2 for changeset 8947c0d35e58
2012-12-13 Rob LandleyThe Linux kernel "make clean" calls rm -f with no argum... 0.4.2
2012-12-11 Rob LandleyAdd stat submission to new "pending" directory, along...
2012-12-10 Rob Landleyessat's flag not to follow symlinks isn't in the system...
2012-12-09 Rob LandleyMeddle.
2012-12-08 Elie De BrauwerAdding -s (single shot) and -o (omit pids) options...
2012-12-09 Rob LandleySet executable bits on two test scripts.
2012-12-08 Elie De BrauwerAdding sha1sum tests based on RFC 3174
2012-12-08 Elie De BrauwerAdding tests for cat
2012-12-09 Rob LandleyAdd README file to each toys/ directory, teach build...
2012-12-08 Rob LandleyComplicate the rm -i behavior to do what posix specifies.
2012-12-08 Rob LandleyMake yesno() always read from stdin and write to stderr...
2012-12-07 Rob LandleyNew rm command.
2012-12-06 Rob LandleyUpdate link to posix in docs (open group broke their...
2012-12-06 Rob LandleyHave dirtree_add_node() set parent so error message...
2012-12-03 Rob LandleyUse sched_{set,get}affinity directly so musl doesn...
2012-12-02 Rob LandleyMinor whitespace tweak.
2012-12-02 Rob LandleyFirst guess at what internationalization support for...
2012-12-02 Rob LandleyGenerate status page with new pubs.opengroup.org urls.
2012-12-02 Rob LandleyRemove unused structure definition.
2012-12-02 Rob LandleyThe open group changed their website stupidly, so openg...
2012-12-02 Rob LandleyAdd header that musl libc needs.
2012-12-01 Rob LandleyFix ancient glibc workaround to force fstatat64
2012-12-01 Rob LandleyMinor cleanup: unify two codepaths that do the same...
2012-12-01 Rob LandleyWould the compiler like to warn me about declaring...
2012-12-01 Rob LandleyFelix Janda pointed out that the r in mbrtowc() stands...
2012-12-01 Rob LandleyRe-add backspace support to expand (oops) and fix test...
2012-11-30 Rob LandleyLargeish rewrite of expand, mostly described on the...
2012-11-29 Rob Landleymd5sum tests from RFC 1321
2012-11-29 Rob LandleyUse the specified compiler for preprocessing.
2012-11-28 Rob LandleyThe previous wc -m didn't handle multibyte characters...
2012-11-27 Jonathan Clairembaultlogin: Avoid gcc to drop exit condition because of...
2012-11-27 Rob LandleyFirst round of expand cleanups.
2012-11-23 Jonathan Clairembaultexpand: handle backspace.
2012-11-22 Jonathan ClairembaultAdd expand command as described in POSIX-2008.
2012-11-27 Rob LandleySquash "type punned pointer" nonsense with a bigger...
2012-11-27 Rob LandleyThe headers of uClibc and older glibc got unhappy with...
2012-11-26 Rob LandleyCleanup i18n support (#ifdefectomy, move global init...
2012-11-26 Rob LandleyUpdate touch: add remaining posix arguments, make exist...
2012-11-21 Felix JandaMake internalization support optional
2012-11-25 Rob LandleyFix typo.
2012-11-23 Rob LandleyRemove readlink -m for being poorly defined ("readlink...
2012-11-20 Rob LandleyUpdate readlink so -f works. Add -menq while there.
2012-11-20 Rob LandleyCommit 698 adding cut should ahve included the actual...
2012-11-19 Rob LandleyTeach option parsing about [groups] of related options.
2012-11-19 Rob LandleyInit global context to toybox multiplexer early so...
2012-11-18 Rob LandleyFix leak (call endmntent).
2012-11-17 Rob LandleyMore touch cleanup to use generic infrastructure: use...
2012-11-16 Rob LandleyFix touch warnings (unused variables, failure to reserv...
2012-11-16 Rob LandleyRefactor touch (cleanup whitespace, brackets, function...
2012-11-16 Rob LandleyAdd touch from Choubey Ji.
2012-11-16 Rob LandleyAdd cut from Jason Kyungwan Han.
2012-11-16 Rob LandleySet optc when optstring NULL.
2012-11-16 Rob LandleyAdd rebound support to intercept error_exit() and longj...
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... 0.4.1
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...
next