Age | Commit message (Expand) | Author |
2012-05-01 | Addition of mktemp | Elie De Brauwer |
2012-04-26 | Simplify/unify listfiles recursion: populate directory node (and detect top o... | Rob Landley |
2012-04-24 | Adding initial version of login.c | Elie De Brauwer |
2012-04-24 | Make -d work in ls. | Rob Landley |
2012-04-24 | Require -R to recurse, but descend into directories listed on command line. | Rob Landley |
2012-04-22 | More work on ls. Now ls -lR sort of works-ish. | Rob Landley |
2012-04-14 | Adding logname | Elie De Brauwer |
2012-04-14 | Refactor uniq.c a bit. | Rob Landley |
2012-04-14 | Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (fr... | Rob Landley |
2012-04-14 | Use FLAG_ macros for echo optflags. | Rob Landley |
2012-04-14 | Match uint64_t with PRIu64 to avoid warnings on 64 bit builds. | Rob Landley |
2012-04-11 | toybuf usage enhancement, tabs to spaces, teminal height refresh | Elie De Brauwer |
2012-04-07 | Replace ?: gcc extension with standard code | Kevin Chase |
2012-04-09 | Adding vmstat | Elie De Brauwer |
2012-04-02 | Adding mountpoint | Elie De Brauwer |
2012-03-22 | Implement comm. | Ilya Kuzmich |
2012-03-22 | The -s flag includes staying quiet about missing files. | Rob Landley |
2012-03-21 | Test the right variable in NULL guard, and add NOP "s" suffix. | Rob Landley |
2012-03-19 | Add string to mode_t parser | Daniel Walter |
2012-03-19 | Remove "feature test macros", replace non-portable fdprintf() with standard f... | Rob Landley |
2012-03-16 | The linux header doesn't prototype unshare, and the glibc header introduced a... | Rob Landley |
2012-03-15 | Simplify nanosleep call. | Rob Landley |
2012-03-14 | Implement uniq. | Georgi Chorbadzhiyski |
2012-03-14 | Default new ch* commands to n until enough is implemented not to break aborig... | Rob Landley |
2012-03-13 | New toys - chmod, chown, and chgrp. | Georgi Chorbadzhiyski |
2012-03-12 | Extensive semi-gratuitous refactoring: factor out common code, handle euid!=u... | Rob Landley |
2012-03-12 | Tighten up the code a bit, and use actual process group id instead of what /e... | Rob Landley |
2012-03-12 | Redo tail to use optargs and optionally support lseek. Add support to optargs... | Rob Landley |
2012-03-10 | Fix nanosleep() usage. | Georgi Chorbadzhiyski |
2012-03-09 | Replace deprecated libc function with its totally renamed equivalent. | Rob Landley |
2012-03-09 | Work around glibc regression by including Linux header directly. | Rob Landley |
2012-03-08 | More stabs at getting #includes right, and moving off of deprecated functions. | Rob Landley |
2012-03-07 | Fix mkdir -p to accept paths that already exist, and detect path ending in a ... | Rob Landley |
2012-03-07 | Consolidate headers. | Rob Landley |
2012-03-07 | Silence a couple pointless warnings. | Rob Landley |
2012-03-06 | Cleanups: use perror_msg() and make mode a global. | Rob Landley |
2012-03-06 | Add mkfifo. | Georgi Chorbadzhiyski |
2012-03-06 | Comment and whitespace tweaks. | Rob Landley |
2012-03-05 | mkdir cleanups: Let umask do its thing at the syscall level, have mode be a g... | Rob Landley |
2012-03-05 | Add mkdir. | Georgi Chorbadzhiyski |
2012-03-05 | Fix xargs -0 option. | Rob Landley |
2012-03-05 | whoami: fix toy description, no code changes | Pere Orga |
2012-03-04 | Add clear. | Rob Landley |
2012-03-04 | Add tac. (Shell wrapper is smaller, but all-in-one static binary is compellin... | Rob Landley |
2012-03-04 | Minor optimization. | Rob Landley |
2012-03-04 | Add whoami. | Georgi Chorbadzhiyski |
2012-03-04 | Add longopt, refactor so only one instance of each loop, requre = as part of ... | Rob Landley |
2012-03-03 | Implement printenv command. | Georgi Chorbadzhiyski |
2012-03-03 | Make floating point support depend on TOYBOX_FLOAT, make 0.1m work. | Rob Landley |
2012-03-03 | Add fraction and extension support to sleep. | Georgi Chorbadzhiyski |