Age | Commit message (Expand) | Author |
2013-09-09 | Fix [-group] argument dropping. | Rob Landley |
2013-09-03 | Replace for_each_pid_with_name_in_array_perform_callback_function_upon_transl... | Rob Landley |
2013-09-06 | Ashwini Sharma submitted route.c, adding it to pending. | Rob Landley |
2013-09-06 | Make [-abc] exclude logic clear argument slots when disabling options. | Rob Landley |
2013-09-06 | Fix for xpidfile spotted by Felix Janda. | 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-09-01 | Improve --longopt parsing: general bugfixes, better error reporting, new ; op... | Rob Landley |
2013-08-30 | Allow getmountlist to read fstab too. | Rob Landley |
2013-08-30 | Add scripts/single.sh to build individual non-multiplexed standalone commands. | Rob Landley |
2013-08-27 | Rewrite pmap to be simpler and match other implementation's output more closely. | Rob Landley |
2013-08-26 | syslogd: cleanup | Felix Janda |
2013-08-18 | Remove files du no longer needs. | Rob Landley |
2013-08-10 | Add daemonize function to lib for klogd and syslogd | Felix Janda |
2013-08-08 | Achille Fouilleul pointed out that fdlength wasn't returning the right length... | Rob Landley |
2013-08-07 | Forgot to check in xfdopen(). My bad. | Rob Landley |
2013-07-31 | Cleanup renice and implement '|' (required option) in argument parsing. | Rob Landley |
2013-07-19 | Start of TOYBOX_SINGLE support, for building standalone commands with no mult... | Rob Landley |
2013-07-17 | Add timeout, factoring out common code from sleep. | 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-07-06 | This inlines CRC64, and nothing more. | Isaac Dunham |
2013-06-22 | Option type @ counts number of occurrences, it doesn't take an argument. | Rob Landley |
2013-06-16 | Add xexit() and make error_exit() use it. | Rob Landley |
2013-06-02 | Stat cleanup. | Rob Landley |
2013-06-01 | Add peek/poke to header file. | 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-05-14 | Silence warning and comment a subtle bit. | Rob Landley |
2013-05-10 | Convert getmountlist() to xgetmountlist(). | Rob Landley |
2013-04-30 | Fix bare longopts to set unique optflag bits. | Rob Landley |
2013-04-29 | Fix xabspath when last path component exists but we haven't got permissions t... | Rob Landley |
2013-04-29 | Fix conflicting types for show_help(). | 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-26 | Remove leaked global path_mounts. | Rob Landley |
2013-04-26 | Eliminate leaked global bunzip_errors. | 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-04-06 | Fix argument parsing so -- doesn't include itself in output. | Rob Landley |
2013-03-17 | Remove unused min/max macros. | Rob Landley |
2013-03-11 | Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't...0.4.4 | Rob Landley |
2013-03-09 | O_NOFOLLOW is specified by posix-2008 and varies by target, don't try to supp... | Rob Landley |
2013-02-24 | Comment updates and a policy statement about avoiding #define GNU_dammit | Rob Landley |
2013-02-04 | More support for old (~2008) build environments, move the #ifdef checks for s... | 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-15 | Work around more random uClibc-specific breakage. | 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 |