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 |
2012-02-22 |
Daniel Walter | Add new kill toy. Used to send signals to a process... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Elie De Brauwer | Adding insmod and rmmod |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Elie De Brauwer | Adding mknod |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Rob Landley | Tighten up the source code in largely cosmetic ways. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Rob Landley | Minor cleanups: lsmod should USE_LSMOD() instead of... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Elie De Brauwer | Adding lsmod |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Rob Landley | Set HOSTCC only if it isn't already set as an environme... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Rob Landley | Minor tweaks. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Elie De Brauwer | Adding swapon and swapoff |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Elie De Brauwer | mkswap helpstring and argument string |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Rob Landley | Nathan McSween convinced me compilers that inline memse... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Rob Landley | Cleanups to killall. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Rob Landley | And again, I forgot to check in a file. Oops. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Rob Landley | Cleanups to pidof (including some global infrastructure... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rob Landley | More ls updates from Andre Renaud: Add -R and initial... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rob Landley | Add killall by Andreas Heck, and factor out common... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rob Landley | Add pidof by Andreas Heck. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Timothy Elliott | Add tests for cmp. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Rob Landley | Add V=1 support to make. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Rob Landley | Sigh: moving a header to toys.h isn't very useful if... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Rob Landley | Move realpath from loopfiles() to a for loop, so we... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Rob Landley | Realpath, by Andre Renaud. |
commit | commitdiff | tree | snapshot |
next |