| 19 hours | Rob Landley | dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE_RECURSE and DIRTREE_SAVE. |
| 19 hours | Rob Landley | Silence pointless warnings. |
| 4 days | Rob Landley | First pass at a complete rewrite of string_to_mode(). (It compiled!) |
| 12 days | Rob Landley | Remove strndupa() gnu-ism at Georgi's suggestion, and adjust mdev to compile with new dirtree. (No idea if it works, this command was never finished and needs a lot more work.) |
| 12 days | Rob Landley | Whitespace (tabs vs spaces) cleanup. |
| 2 weeks | Elie De Brauwer | Addition of mktemp |
| 3 weeks | Rob Landley | Georgi pointed out that some overly-pedantic C libraries require you to include both "string.h" and "strings.h". (Most don't.) |
| 3 weeks | Elie De Brauwer | Adding initial version of login.c |
| 3 weeks | Rob Landley | Make -d work in ls. |
| 3 weeks | Rob Landley | Require -R to recurse, but descend into directories listed on command line. |
| 4 weeks | Rob Landley | More work on ls. Now ls -lR sort of works-ish. |
| 5 weeks | Elie De Brauwer | Adding logname |
| 5 weeks | Rob Landley | Refactor uniq.c a bit. |
| 5 weeks | 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... |
| 5 weeks | Rob Landley | Comment and whitespace changes. |
| 5 weeks | Rob Landley | Use FLAG_ macros for echo optflags. |
| 5 weeks | Rob Landley | Match uint64_t with PRIu64 to avoid warnings on 64 bit builds. |
| 5 weeks | Elie De Brauwer | toybuf usage enhancement, tabs to spaces, teminal height refresh |
| 6 weeks | Kevin Chase | Replace ?: gcc extension with standard code |
| 6 weeks | Elie De Brauwer | Adding vmstat |
| 6 weeks | Elie De Brauwer | Adding mountpoint |
| 2 months | Ilya Kuzmich | Implement comm. |
| 2 months | Rob Landley | The -s flag includes staying quiet about missing files. |
| 2 months | Rob Landley | Test the right variable in NULL guard, and add NOP "s" suffix. |
| 2 months | Rob Landley | Using /dev/tty for yesno() is wrong because yes 'n' | cp -ial needs to work. |
| 2 months | Rob Landley | Unwind gratuitous macros. |
| 2 months | Rob Landley | Have probe for unshare test for actual unshare() function in libc. |
| 2 months | Daniel Walter | Add string to mode_t parser |
| 2 months | Rob Landley | Remove "feature test macros", replace non-portable fdprintf() with standard fprintf(). |
| 2 months | Georgi Chorbadzhiyski | Implement Apple and Android versions of getline(), getdelim(), and clearenv(). |
| 2 months | Rob Landley | Simplify nanosleep call. |
| 2 months | Georgi Chorbadzhiyski | Implement uniq. |
| 2 months | Rob Landley | Default new ch* commands to n until enough is implemented not to break aboriginal build. |
| 2 months | Georgi Chorbadzhiyski | New toys - chmod, chown, and chgrp. |
| 2 months | Rob Landley | Extensive semi-gratuitous refactoring: factor out common code, handle euid!=uid and egid!=gid cases. (Note: test suite requires root access, possibly container support.) |
| 2 months | Rob Landley | Tighten up the code a bit, and use actual process group id instead of what /etc/passwd says. |
| 2 months | Rob Landley | Yet another header for technical susv4 compliance. |
| 2 months | Rob Landley | Redo tail to use optargs and optionally support lseek. Add support to optargs and llist.c, plus add a test suite entry. Still no -f support though. |
| 2 months | Georgi Chorbadzhiyski | Fix nanosleep() usage. |
| 2 months | Rob Landley | Replace deprecated libc function with its totally renamed equivalent. |
| 2 months | Rob Landley | Work around glibc regression by including Linux header directly. |
| 2 months | Rob Landley | Add lib/portability.h description with explanation of SWAP() macros. |
| 2 months | Rob Landley | More stabs at getting #includes right, and moving off of deprecated functions. |
| 2 months | Rob Landley | Fix mkdir -p to accept paths that already exist, and detect path ending in a file. |
| 2 months | Rob Landley | Consolidate headers. |
| 2 months | Rob Landley | Silence a couple pointless warnings. |
| 2 months | Rob Landley | Cleanups: use perror_msg() and make mode a global. |
| 2 months | Georgi Chorbadzhiyski | Add mkfifo. |
| 2 months | Rob Landley | Web page updates. |
| 2 months | Rob Landley | Comment and whitespace tweaks. |
| 2 months | Georgi Chorbadzhiyski | Add mkdir. |
| 2 months | Rob Landley | Fix xargs -0 option. |
| 2 months | Pere Orga | whoami: fix toy description, no code changes |
| 2 months | Rob Landley | Add clear. |
| 2 months | Rob Landley | Add tac. (Shell wrapper is smaller, but all-in-one static binary is compelling use case.) |
| 2 months | Rob Landley | Minor optimization. |