Age | Commit message (Expand) | Author |
2014-05-21 | Add generic_signal() handler, which sets toys.signal and writes byte to toys.... | Rob Landley |
2014-05-06 | Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make d... | Rob Landley |
2014-05-02 | In function readfile(), the buffer buf is free'd when readall() fails. This ... | Ashwini Sharma |
2014-03-24 | Fix mkdir -p with absolute paths. | Rob Landley |
2014-03-11 | Move mkpathat to lib, remove redundant function used by patch. | Rob Landley |
2014-03-11 | Add "volatile" annotation to peek/poke to stop potential optimizer overreach. | Rob Landley |
2014-02-28 | Fix another bug reported by Ashwini Sharma. | Rob Landley |
2014-02-16 | Various cleanups found by Tom Sparrow's static analysis. | Rob Landley |
2013-12-19 | Move names_to_pid from pending to lib. | Rob Landley |
2013-12-08 | Doing math on void pointers isn't portable, reported by Nathan McSween. | Rob Landley |
2013-11-28 | Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check... | Rob Landley |
2013-11-07 | Tweak terminal_size to never set either to 0, and return true/false whether i... | Rob Landley |
2013-10-27 | Refactor terminal querying. | Rob Landley |
2013-09-16 | Fix -t c0 and -J as reported by heehooman at gmail on the list. | Rob Landley |
2013-09-03 | Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(... | Rob Landley |
2013-09-03 | Remove itoa/utoa, let libc do this with sprintf. | Rob Landley |
2013-08-27 | Rewrite pmap to be simpler and match other implementation's output more closely. | Rob Landley |
2013-08-08 | Achille Fouilleul pointed out that fdlength wasn't returning the right length... | Rob Landley |
2013-07-16 | Split lib/xwrap.c from lib/lib.c | Rob Landley |
2013-07-14 | New stuff added to lib.c needs review too, so make a lib/pending.c and move s... | Rob Landley |
2013-07-12 | add grep | Strake |
2013-06-16 | Add xexit() and make error_exit() use it. | Rob Landley |
2013-06-02 | Stat cleanup. | Rob Landley |
2013-06-01 | Enable readfile() and add peek() and poke() functions. | Rob Landley |
2013-05-19 | xioctl() error message should use hex ioctl number; that's what headers list. | Rob Landley |
2013-04-29 | Fix xabspath when last path component exists but we haven't got permissions t... | Rob Landley |
2013-04-22 | Add library function for the file permission formatting in ls and stat | Felix Janda |
2013-04-26 | Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c an... | Rob Landley |
2013-04-20 | More ifconfig cleanup. | Rob Landley |
2013-04-14 | Move guts of help command into show_help() in lib/help.c, with config TOYBOX_... | Rob Landley |
2013-01-31 | Fix -in behavior: descend into existing directory without prompting, show ful... | Rob Landley |
2013-01-17 | Fix xabspath() resolving symlink after .., and properly detecting failure for... | Rob Landley |
2013-01-02 | Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o... | Rob Landley |
2012-12-16 | Extend killall with support for -v and -i | Elie De Brauwer |
2012-12-08 | Adding -s (single shot) and -o (omit pids) options to pidof | Elie De Brauwer |
2012-12-08 | Make yesno() always read from stdin and write to stderr. (If we need to find ... | Rob Landley |
2012-11-23 | Add expand command as described in POSIX-2008. | Jonathan Clairembault |
2012-11-22 | Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more"... | Rob Landley |
2012-11-20 | Update readlink so -f works. Add -menq while there. | Rob Landley |
2012-11-16 | Add cut from Jason Kyungwan Han. | Rob Landley |
2012-11-16 | Add rebound support to intercept error_exit() and longjmp instead. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-10-07 | Fix thinko in xpidfile() | Rob Landley |
2012-08-26 | Add du command. | Ashwini Kumar |
2012-07-30 | Add signal handler to clean up tempfile. | Rob Landley |
2012-07-23 | Workaround longstanding glibc/ld bug, ala http://sources.redhat.com/bugzilla/...0.4.0 | Rob Landley |
2012-07-21 | Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/st... | Rob Landley |
2012-07-15 | New infrastructure for od (oops). | Rob Landley |
2012-06-30 | Add NOP b (byte) suffix to atolx() since od needs it. | Rob Landley |
2012-06-22 | Minor code refactoring. | Rob Landley |