aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2012-06-24Unify chown and chgrp, add support for -hHLP flags.0.3.1Rob Landley
2012-06-18Add date command by Andre Renaud.Rob Landley
2012-06-16Add dirtree_parentfd()Rob Landley
2012-06-14Cosmetic tweak to command preamble.Rob Landley
2012-06-13Fix an embarassing bug causing ls -l to segfault on 32 bit targets.Rob Landley
2012-06-10The linux from scratch build wants -v on chmod.Rob Landley
2012-06-09Implement DIRTREE_SYMFOLLOW and ls -cSHL.Rob Landley
2012-06-09Add ls -kqsunort, and fix -F @symlink.Rob Landley
2012-06-03Update chmod to work with new dirtree, and fix bugs in string_to_mode().Rob Landley
2012-06-01Changed my mind about the design again, now callback is dirtree_opennode() an...Rob Landley
2012-06-01Factor out dirtree_comeagain() callback, setting up depth-first search with o...Rob Landley
2012-06-01Convert another realpath use to xrealpath().Rob Landley
2012-06-01Convert mktemp to use xrealpath, and general clean up while there.Rob Landley
2012-05-31Implement -C and -x for ls.Rob Landley
2012-05-31cp doesn't really need the optstring + logic. Still needs to be updated for ...Rob Landley
2012-05-27Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN design along the way.Rob Landley
2012-05-20dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE...Rob Landley
2012-05-09Remove strndupa() gnu-ism at Georgi's suggestion, and adjust mdev to compile ...Rob Landley
2012-05-01Addition of mktempElie De Brauwer
2012-04-26Simplify/unify listfiles recursion: populate directory node (and detect top o...Rob Landley
2012-04-24Adding initial version of login.cElie De Brauwer
2012-04-24Make -d work in ls.Rob Landley
2012-04-24Require -R to recurse, but descend into directories listed on command line.Rob Landley
2012-04-22More work on ls. Now ls -lR sort of works-ish.Rob Landley
2012-04-14Adding lognameElie De Brauwer
2012-04-14Refactor uniq.c a bit.Rob Landley
2012-04-14Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (fr...Rob Landley
2012-04-14Use FLAG_ macros for echo optflags.Rob Landley
2012-04-14Match uint64_t with PRIu64 to avoid warnings on 64 bit builds.Rob Landley
2012-04-11toybuf usage enhancement, tabs to spaces, teminal height refreshElie De Brauwer
2012-04-07Replace ?: gcc extension with standard codeKevin Chase
2012-04-09Adding vmstatElie De Brauwer
2012-04-02Adding mountpointElie De Brauwer
2012-03-22Implement comm.Ilya Kuzmich
2012-03-22The -s flag includes staying quiet about missing files.Rob Landley
2012-03-21Test the right variable in NULL guard, and add NOP "s" suffix.Rob Landley
2012-03-19Add string to mode_t parserDaniel Walter
2012-03-19Remove "feature test macros", replace non-portable fdprintf() with standard f...Rob Landley
2012-03-16The linux header doesn't prototype unshare, and the glibc header introduced a...Rob Landley
2012-03-15Simplify nanosleep call.Rob Landley
2012-03-14Implement uniq.Georgi Chorbadzhiyski
2012-03-14Default new ch* commands to n until enough is implemented not to break aborig...Rob Landley
2012-03-13New toys - chmod, chown, and chgrp.Georgi Chorbadzhiyski
2012-03-12Extensive semi-gratuitous refactoring: factor out common code, handle euid!=u...Rob Landley
2012-03-12Tighten up the code a bit, and use actual process group id instead of what /e...Rob Landley
2012-03-12Redo tail to use optargs and optionally support lseek. Add support to optargs...Rob Landley
2012-03-10Fix nanosleep() usage.Georgi Chorbadzhiyski
2012-03-09Replace deprecated libc function with its totally renamed equivalent.Rob Landley
2012-03-09Work around glibc regression by including Linux header directly.Rob Landley
2012-03-08More stabs at getting #includes right, and moving off of deprecated functions.Rob Landley