2012-06-03 |
Rob Landley | Update chmod to work with new dirtree, and fix bugs... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Rob Landley | Changed my mind about the design again, now callback... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Rob Landley | Factor out dirtree_comeagain() callback, setting up... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Rob Landley | Convert another realpath use to xrealpath(). |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Rob Landley | Convert mktemp to use xrealpath, and general clean... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Rob Landley | Add xrealpath() at suggestion of Ashish Briggers. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Rob Landley | Implement -C and -x for ls. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Rob Landley | cp doesn't really need the optstring + logic. Still... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Rob Landley | Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rob Landley | Probe available libraries to link --as-needed, avoiding... |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Rob Landley | dirtree logic cleanup: switch DIRTREE_NORECURSE and... |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Rob Landley | Silence pointless warnings. |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Rob Landley | First pass at a complete rewrite of string_to_mode... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Rob Landley | Remove strndupa() gnu-ism at Georgi's suggestion, and... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Rob Landley | Whitespace (tabs vs spaces) cleanup. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Elie De Brauwer | Addition of mktemp |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Rob Landley | Georgi pointed out that some overly-pedantic C librarie... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Rob Landley | Simplify/unify listfiles recursion: populate directory... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Elie De Brauwer | Adding initial version of login.c |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Rob Landley | Make -d work in ls. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Rob Landley | Require -R to recurse, but descend into directories... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Rob Landley | More work on ls. Now ls -lR sort of works-ish. |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Elie De Brauwer | Adding logname |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Rob Landley | Refactor uniq.c a bit. |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Rob Landley | Teach make.sh to create flag macros, but with the wrong... |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Rob Landley | Rewrite dirtree so we don't need readdir, scandir,... |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Rob Landley | Comment and whitespace changes. |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Rob Landley | Use FLAG_ macros for echo optflags. |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Rob Landley | Match uint64_t with PRIu64 to avoid warnings on 64... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Elie De Brauwer | toybuf usage enhancement, tabs to spaces, teminal heigh... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Kevin Chase | Replace ?: gcc extension with standard code |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Elie De Brauwer | Adding vmstat |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Elie De Brauwer | Adding mountpoint |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Ilya Kuzmich | Implement comm. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Rob Landley | The -s flag includes staying quiet about missing files. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Rob Landley | Test the right variable in NULL guard, and add NOP... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Rob Landley | Using /dev/tty for yesno() is wrong because yes 'n... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Rob Landley | Unwind gratuitous macros. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Rob Landley | Have probe for unshare test for actual unshare() functi... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Daniel Walter | Add string to mode_t parser |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Rob Landley | Remove "feature test macros", replace non-portable... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Georgi Chorbadzhiyski | Implement Apple and Android versions of getline(),... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Rob Landley | The linux header doesn't prototype unshare, and the... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Rob Landley | Simplify nanosleep call. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Georgi Chorbadzhiyski | Implement uniq. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rob Landley | Default new ch* commands to n until enough is implement... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Georgi Chorbadzhiyski | New toys - chmod, chown, and chgrp. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Rob Landley | Extensive semi-gratuitous refactoring: factor out commo... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Rob Landley | Tighten up the code a bit, and use actual process group... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Rob Landley | Yet another header for technical susv4 compliance. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Rob Landley | Redo tail to use optargs and optionally support lseek... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Georgi Chorbadzhiyski | Fix nanosleep() usage. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Rob Landley | Replace deprecated libc function with its totally renam... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Rob Landley | Work around glibc regression by including Linux header... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Rob Landley | Add lib/portability.h description with explanation... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Rob Landley | More stabs at getting #includes right, and moving off... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Rob Landley | Fix mkdir -p to accept paths that already exist, and... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Rob Landley | Consolidate headers. |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Rob Landley | Silence a couple pointless warnings. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Rob Landley | Cleanups: use perror_msg() and make mode a global. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Georgi Chorbadzhiyski | Add mkfifo. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Rob Landley | Web page updates. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Rob Landley | Comment and whitespace tweaks. |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Rob Landley | mkdir cleanups: Let umask do its thing at the syscall... |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Georgi Chorbadzhiyski | Add mkdir. |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Rob Landley | Fix xargs -0 option. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Pere Orga | whoami: fix toy description, no code changes |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Rob Landley | Add clear. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Rob Landley | Add tac. (Shell wrapper is smaller, but all-in-one... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Rob Landley | Minor optimization. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Georgi Chorbadzhiyski | Add whoami. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Georgi Chorbadzhiyski | Fix build on slackware-current. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Rob Landley | Add longopt, refactor so only one instance of each... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Georgi Chorbadzhiyski | Implement printenv command. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Rob Landley | Make floating point support depend on TOYBOX_FLOAT... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Georgi Chorbadzhiyski | Add fraction and extension support to sleep. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Andre Renaud | Add -A to ls |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Rob Landley | Added tag 0.2.1 for changeset 9bcc288a1c54 |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Rob Landley | Fix from Georgi Chorbadzhiyski to make cross compiling... 0.2.1 |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Rob Landley | This uses floating point. |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Rob Landley | Add copyright notice, fluff out help text, use xexec(). |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rob Landley | Only show one normal difference (sans -l) and EOF messa... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rob Landley | Cleanup pass, and support unrecognized slash chars... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rob Landley | Add -n, which kernel build needs. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rob Landley | Now that generated/Config.probed is its own file, add... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rob Landley | Make documentation even fluffier. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rob Landley | Add "-" type to optargs and teach tail.c to use it... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rob Landley | Upgrade yesno() and make cp -i use it. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Rob Landley | The aboriginal linux build needs ls -ditc and probably... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Rob Landley | Web page tweaks. Remove background image (makes it... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Rob Landley | Teach patch -p that consecutive /// counts as one path... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rob Landley | Teach lib/args.c that " " this option must take a _sepa... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Rob Landley | Factor out common code between killall/kill and move... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Bryce Fricke | Implemented -i for cp |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Rob Landley | Don't mix the the probed symbols with the command symbols. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Rob Landley | Bugfix: use the right USE symbol. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Timothy Elliott | Add tail. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Daniel Walter | update id to be SUS compliant |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Rob Landley | Replace GPL python debug script with BSD shell script. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Andre Renaud | Add in the -n support, and the 64-bit defines. Force... |
commit | commitdiff | tree | snapshot |
next |