aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-26Link to Georgi's mirror on github.Rob Landley
2013-07-25Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, ...Rob Landley
2013-07-19Implement testFelix Janda
2013-07-25Don't make a FLAG_ macro for " ", it's a control character, doing so throws t...Rob Landley
2013-07-25pgrep and pkill by Madhur Verma,Rob Landley
2013-07-25netstat by Ranjan Kumar.Rob Landley
2013-07-25syslogd by Madhur Verma.Rob Landley
2013-07-23grepStrake
2013-07-22More ifconfig cleanup: Remove if_list, unify get_device_info and display_ifco...Rob Landley
2013-07-19Another round of ifconfig cleanup.Rob Landley
2013-07-19Start of TOYBOX_SINGLE support, for building standalone commands with no mult...Rob Landley
2013-07-18Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus...Rob Landley
2013-07-17make xzcat use loopfiles(), thereby allowing regular usage.Isaac Dunham
2013-07-17xzcat: remove XZ_(PREALLOC|SINGLE), inline xz_dec_bcj_createIsaac Dunham
2013-07-17Add timeout, factoring out common code from sleep.Rob Landley
2013-07-16Split lib/xwrap.c from lib/lib.cRob Landley
2013-07-15klogd, submitted by Ashwini Sharma.Rob Landley
2013-07-14New stuff added to lib.c needs review too, so make a lib/pending.c and move s...Rob Landley
2013-07-12add grepStrake
2013-07-11Eject cleanups.Rob Landley
2013-07-11Eject, by Kyungwan Han.Rob Landley
2013-07-10add paramtype in to the list of tagsIsaac Dunham
2013-07-06This inlines CRC64, and nothing more.Isaac Dunham
2013-07-03here's a version of paste. It doesn't deal with wide characters yet andFelix Janda
2013-07-02Added tag 0.4.5 for changeset 62ba5ce62e9dRob Landley
2013-07-01Make ls output major, minor for block devices.0.4.5Rob Landley
2013-06-30First pass at ls --colorRob Landley
2013-06-30Condense ls help text.Rob Landley
2013-06-30Add config option for --help support in all commands.Rob Landley
2013-06-30Fix another segfault in ls -C when terminal size is 0x0.Rob Landley
2013-06-28modinfo: support -b basedir and -k kernel.release, fix two bugsIsaac Dunham
2013-06-26Update status to include recently implemented commands.Rob Landley
2013-06-23Modinfo cleanups.Rob Landley
2013-06-23Patch that assumes that the presence of the string ".ko" indicatesIsaac Dunham
2013-06-22Implement mv as an extension of cp.Rob Landley
2013-06-22Option type @ counts number of occurrences, it doesn't take an argument.Rob Landley
2013-06-22Generate FLAG_longopt macros for --longopts with no corresponding short option.Rob Landley
2013-06-18Add pivot_root.Rob Landley
2013-06-16Test cases for split.Rob Landley
2013-06-16Misc website updates.Rob Landley
2013-06-16Typo fixRob Landley
2013-06-16Add xexit() and make error_exit() use it.Rob Landley
2013-06-16Implement split.Rob Landley
2013-06-16Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham.Rob Landley
2013-06-15Force 64 bit math in expr, from Daniel VerkampRob Landley
2013-06-08Yet more ifconfig cleanup.Rob Landley
2013-06-05Start of expr, by Daniel Verkamp.Rob Landley
2013-06-02More ifconfig cleanup, described on list.Rob Landley
2013-06-02Move stat from pending to other, default y.Rob Landley
2013-06-02Stat cleanup.Rob Landley