aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-09Add lib/portability.h description with explanation of SWAP() macros.Rob Landley
2012-03-08More stabs at getting #includes right, and moving off of deprecated functions.Rob Landley
2012-03-07Fix mkdir -p to accept paths that already exist, and detect path ending in a ↵Rob Landley
file.
2012-03-07Consolidate headers.Rob Landley
2012-03-07Silence a couple pointless warnings.Rob Landley
2012-03-06Cleanups: use perror_msg() and make mode a global.Rob Landley
2012-03-06Add mkfifo.Georgi Chorbadzhiyski
2012-03-06Web page updates.Rob Landley
2012-03-06Comment and whitespace tweaks.Rob Landley
2012-03-05mkdir cleanups: Let umask do its thing at the syscall level, have mode be a ↵Rob Landley
global to prepare for -m, use do_blah name loopfiles() usually calls, one less redundant mkdir() call, go ahead and modify writeable args instead of strdup(), return before restoring / so error message is better, use perror_msg().
2012-03-05Add mkdir.Georgi Chorbadzhiyski
2012-03-05Fix xargs -0 option.Rob Landley
2012-03-05whoami: fix toy description, no code changesPere Orga
2012-03-04Add clear.Rob Landley
2012-03-04Add tac. (Shell wrapper is smaller, but all-in-one static binary is ↵Rob Landley
compelling use case.)
2012-03-04Minor optimization.Rob Landley
2012-03-04Add whoami.Georgi Chorbadzhiyski
2012-03-04Fix build on slackware-current.Georgi Chorbadzhiyski
2012-03-04Add longopt, refactor so only one instance of each loop, requre = as part of ↵Rob Landley
match, update exit code.
2012-03-03Implement printenv command.Georgi Chorbadzhiyski
2012-03-03Make floating point support depend on TOYBOX_FLOAT, make 0.1m work.Rob Landley
2012-03-03Add fraction and extension support to sleep.Georgi Chorbadzhiyski
2012-03-03Add -A to lsAndre Renaud
2012-03-03Added tag 0.2.1 for changeset 9bcc288a1c54Rob Landley
2012-03-03Fix from Georgi Chorbadzhiyski to make cross compiling more robust.0.2.1Rob Landley
2012-03-02This uses floating point.Rob Landley
2012-03-02Add copyright notice, fluff out help text, use xexec().Rob Landley
2012-03-02Only show one normal difference (sans -l) and EOF message should go to ↵Rob Landley
stdout, not stderr.
2012-03-02Cleanup pass, and support unrecognized slash chars ala "echo -e \p".Rob Landley
2012-03-01Add -n, which kernel build needs.Rob Landley
2012-02-28Now that generated/Config.probed is its own file, add it to build dependencies.Rob Landley
2012-02-28Make documentation even fluffier.Rob Landley
2012-02-28Add "-" type to optargs and teach tail.c to use it. Tighten up help text, ↵Rob Landley
use xzalloc() and xputc() as appropriate.
2012-02-27Upgrade yesno() and make cp -i use it.Rob Landley
2012-02-26The aboriginal linux build needs ls -ditc and probably some more ↵Rob Landley
unimplemented options yet...
2012-02-26Web page tweaks. Remove background image (makes it hard ot read for some ↵Rob Landley
people), and use local roadmap instead of third party wiki.
2012-02-26Teach patch -p that consecutive /// counts as one path component.Rob Landley
2012-02-26Teach lib/args.c that " " this option must take a _separate_ argument, so ↵Rob Landley
"kill -stop" and "kill -s top" aren't the same thing. Make kill.c use it, and remove leftover debug printfs.
2012-02-26Factor out common code between killall/kill and move it to lib/lib.c, plus ↵Rob Landley
cleanups on kill.c.
2012-02-23Implemented -i for cpBryce Fricke
2012-02-23Don't mix the the probed symbols with the command symbols.Rob Landley
2012-02-23Bugfix: use the right USE symbol.Rob Landley
2012-02-23Add tail.Timothy Elliott
Disabled by default because the -f option is not implemented.
2012-02-21update id to be SUS compliantDaniel Walter
* add -n and -G flag * allow a username to be given as argument * display complete list of groups * include it in default build
2012-02-21Replace GPL python debug script with BSD shell script.Rob Landley
2012-02-21Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if ↵Andre Renaud
used in a pipe.
2012-02-21Add new kill toy. Used to send signals to a process or a process group.Daniel Walter
2012-02-18Adding insmod and rmmodElie De Brauwer
2012-02-13Adding mknodElie De Brauwer
2012-02-20Tighten up the source code in largely cosmetic ways.Rob Landley