Age | Commit message (Expand) | Author |
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 |
2012-12-31 | Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtr... | Rob Landley |
2012-12-29 | Ashwini Sharma pointed out that my previous tweak to [!abc] groups still didn... | Rob Landley |
2012-12-27 | Fix option grouping. | 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 | Complicate the rm -i behavior to do what posix specifies. | Rob Landley |
2012-12-08 | Make yesno() always read from stdin and write to stderr. (If we need to find ... | Rob Landley |
2012-12-06 | Have dirtree_add_node() set parent so error message can provide full path. | Rob Landley |
2012-12-01 | Remove unused structure definition. | Rob Landley |
2012-12-01 | Fix ancient glibc workaround to force fstatat64 | Rob Landley |
2012-11-23 | Add expand command as described in POSIX-2008. | Jonathan Clairembault |
2012-11-26 | The headers of uClibc and older glibc got unhappy with O_DIRECTORY and some o... | Rob Landley |
2012-11-25 | Fix typo. | Rob Landley |
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-19 | Teach option parsing about [groups] of related options. | Rob Landley |
2012-11-17 | Fix leak (call endmntent). | Rob Landley |
2012-11-16 | More touch cleanup to use generic infrastructure: use getdate() from libc, us... | 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-11-13 | Older versions of glibc predated posix-2008. They still provide most of what ...0.4.1 | Rob Landley |
2012-11-02 | Use stridx. | 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 |