aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2012-02-23Bugfix: use the right USE symbol.Rob Landley
2012-02-23Add tail.Timothy Elliott
2012-02-21update id to be SUS compliantDaniel Walter
2012-02-21Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if us...Andre Renaud
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
2012-02-20Minor cleanups: lsmod should USE_LSMOD() instead of USE_FREE(), use consisten...Rob Landley
2012-02-18Adding lsmodElie De Brauwer
2012-02-19Minor tweaks.Rob Landley
2012-02-18Adding swapon and swapoffElie De Brauwer
2012-02-18mkswap helpstring and argument stringElie De Brauwer
2012-02-18Nathan McSween convinced me compilers that inline memset() can optimize the b...Rob Landley
2012-02-18Cleanups to killall.Rob Landley
2012-02-18Cleanups to pidof (including some global infrastructure shared with killall).Rob Landley
2012-02-18More ls updates from Andre Renaud: Add -R and initial support for listing fil...Rob Landley
2012-02-18Add killall by Andreas Heck, and factor out common pid code to lib.h.Rob Landley
2012-02-18Add pidof by Andreas Heck.Rob Landley
2012-02-17Move realpath from loopfiles() to a for loop, so we don't get hung on read pe...Rob Landley
2012-02-17Realpath, by Andre Renaud.Rob Landley
2012-02-17Move includes into toys.h, more xprintf()Rob Landley
2012-02-16Minor cleanups: trim spaces from strings, use xprintf().Rob Landley
2012-02-13Adding free and uptimeElie De Brauwer
2012-02-15Error message fix from Pere (gotrunks at gmail).Rob Landley
2012-02-15Minor cleanups to hostname.Rob Landley
2012-02-15Add hostname from Andre Renaud.Rob Landley
2012-02-13Teach ln about multiple arguments.Rob Landley
2012-02-13Add ln from Andre Renaud.Rob Landley
2012-02-13Tweak from Frank Bergmann: some broken optimizers complain about "type-punned...Rob Landley
2012-02-13Second drop of ls from Andre, adds -l.Rob Landley
2012-02-13Add ls from Andre Renaud.Rob Landley
2012-02-13Minor code cleanup and typo fix.Rob Landley
2012-02-12Add test for basename, fix issue where suffix is wrongfully applied if it app...Elie De Brauwer
2012-02-10Add tests for headTimothy Elliott
2012-02-11Minor cleanups to echo: collapse together three tolower() calls, make indent/...Rob Landley
2012-02-11Fix overflow in octal formatting in echo, add support for hexadecimal input, ...Elie De Brauwer
2012-02-11Correct cksum parameters and clarify -N optionElie De Brauwer
2012-02-10Correct description of nice levels in help of niceElie De Brauwer
2012-02-09Cleanups for head.Rob Landley
2012-02-06Implement headTimothy Elliott
2012-02-07More cmp.c shrinkage.Rob Landley
2012-02-07Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use ...Rob Landley
2012-02-07Switching who default to 'n' since it's not yet fully implemented.Luis Felipe Strano Moraes
2012-02-07Added time to the output of who command.Luis Felipe Strano Moraes
2012-02-06Initial version of who command.Luis Felipe Strano Moraes
2012-02-06Silence really boring compiler warning.Luis Felipe Strano Moraes
2012-02-06Implement cmpTimothy Elliott
2012-02-07Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast).Rob Landley
2012-02-06Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry.Rob Landley