Age | Commit message (Expand) | Author |
2012-06-09 | Feeding -1 to xdup() isn't an error. | Rob Landley |
2012-06-09 | Add ls -kqsunort, and fix -F @symlink. | Rob Landley |
2012-06-03 | Update chmod to work with new dirtree, and fix bugs in string_to_mode(). | Rob Landley |
2012-06-01 | Changed my mind about the design again, now callback is dirtree_opennode() an... | Rob Landley |
2012-06-01 | Factor out dirtree_comeagain() callback, setting up depth-first search with o... | Rob Landley |
2012-06-01 | Convert another realpath use to xrealpath(). | Rob Landley |
2012-06-01 | Convert mktemp to use xrealpath, and general clean up while there. | Rob Landley |
2012-06-01 | Add xrealpath() at suggestion of Ashish Briggers. | Rob Landley |
2012-05-31 | Implement -C and -x for ls. | Rob Landley |
2012-05-31 | cp doesn't really need the optstring + logic. Still needs to be updated for ... | Rob Landley |
2012-05-27 | Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN design along the way. | Rob Landley |
2012-05-23 | Probe available libraries to link --as-needed, avoiding "unknown libarary" er... | Rob Landley |
2012-05-20 | dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE... | Rob Landley |
2012-05-20 | Silence pointless warnings. | Rob Landley |
2012-05-16 | First pass at a complete rewrite of string_to_mode(). (It compiled!) | Rob Landley |
2012-05-09 | Remove strndupa() gnu-ism at Georgi's suggestion, and adjust mdev to compile ... | Rob Landley |
2012-05-09 | Whitespace (tabs vs spaces) cleanup. | Rob Landley |
2012-05-01 | Addition of mktemp | Elie De Brauwer |
2012-04-28 | Georgi pointed out that some overly-pedantic C libraries require you to inclu... | Rob Landley |
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 | Teach make.sh to create flag macros, but with the wrong names. Dunno how to m... | 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 | Comment and whitespace changes. | 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-20 | Using /dev/tty for yesno() is wrong because yes 'n' | cp -ial needs to work. | Rob Landley |
2012-03-19 | Unwind gratuitous macros. | Rob Landley |
2012-03-19 | Have probe for unshare test for actual unshare() function in libc. | 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 | Implement Apple and Android versions of getline(), getdelim(), and clearenv(). | Georgi Chorbadzhiyski |
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 |