Sun, 22 Apr 2012 23:01:23 -0500 |
Rob Landley |
More work on ls. Now ls -lR sort of works-ish.
|
Sat, 14 Apr 2012 19:55:13 +0200 |
Elie De Brauwer |
Adding logname
|
Sat, 14 Apr 2012 22:34:34 -0500 |
Rob Landley |
Refactor uniq.c a bit.
|
Sat, 14 Apr 2012 22:31:53 -0500 |
Rob Landley |
Teach make.sh to create flag macros, but with the wrong names. Dunno how to make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet...
|
Sat, 14 Apr 2012 22:30:41 -0500 |
Rob Landley |
Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.)
|
Sat, 14 Apr 2012 21:43:24 -0500 |
Rob Landley |
Comment and whitespace changes.
|
Sat, 14 Apr 2012 21:41:19 -0500 |
Rob Landley |
Use FLAG_ macros for echo optflags.
|
Sat, 14 Apr 2012 21:27:00 -0500 |
Rob Landley |
Match uint64_t with PRIu64 to avoid warnings on 64 bit builds.
|
Wed, 11 Apr 2012 19:11:45 +0200 |
Elie De Brauwer |
toybuf usage enhancement, tabs to spaces, teminal height refresh
|
Sat, 07 Apr 2012 10:15:52 -0700 |
Kevin Chase |
Replace ?: gcc extension with standard code
|
Mon, 09 Apr 2012 13:31:44 +0200 |
Elie De Brauwer |
Adding vmstat
|
Mon, 02 Apr 2012 23:30:49 +0200 |
Elie De Brauwer |
Adding mountpoint
|
Thu, 22 Mar 2012 09:01:34 -0500 |
Ilya Kuzmich |
Implement comm.
|
Thu, 22 Mar 2012 09:00:59 -0500 |
Rob Landley |
The -s flag includes staying quiet about missing files.
|
Wed, 21 Mar 2012 17:49:14 -0500 |
Rob Landley |
Test the right variable in NULL guard, and add NOP "s" suffix.
|