aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-08-30Add scripts/single.sh to build individual non-multiplexed standalone commands.Rob Landley
2013-08-27Rewrite pmap to be simpler and match other implementation's output more closely.Rob Landley
2013-08-26syslogd: cleanupFelix Janda
2013-08-18Remove files du no longer needs.Rob Landley
2013-08-10Add daemonize function to lib for klogd and syslogdFelix Janda
2013-08-08Achille Fouilleul pointed out that fdlength wasn't returning the right length...Rob Landley
2013-08-07Forgot to check in xfdopen(). My bad.Rob Landley
2013-07-31Cleanup renice and implement '|' (required option) in argument parsing.Rob Landley
2013-07-19Start of TOYBOX_SINGLE support, for building standalone commands with no mult...Rob Landley
2013-07-17Add timeout, factoring out common code from sleep.Rob Landley
2013-07-16Split lib/xwrap.c from lib/lib.cRob Landley
2013-07-14New stuff added to lib.c needs review too, so make a lib/pending.c and move s...Rob Landley
2013-07-12add grepStrake
2013-07-06This inlines CRC64, and nothing more.Isaac Dunham
2013-06-22Option type @ counts number of occurrences, it doesn't take an argument.Rob Landley
2013-06-16Add xexit() and make error_exit() use it.Rob Landley
2013-06-02Stat cleanup.Rob Landley
2013-06-01Add peek/poke to header file.Rob Landley
2013-06-01Enable readfile() and add peek() and poke() functions.Rob Landley
2013-05-19xioctl() error message should use hex ioctl number; that's what headers list.Rob Landley
2013-05-14Silence warning and comment a subtle bit.Rob Landley
2013-05-10Convert getmountlist() to xgetmountlist().Rob Landley
2013-04-30Fix bare longopts to set unique optflag bits.Rob Landley
2013-04-29Fix xabspath when last path component exists but we haven't got permissions t...Rob Landley
2013-04-29Fix conflicting types for show_help().Rob Landley
2013-04-22Add library function for the file permission formatting in ls and statFelix Janda
2013-04-26Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c an...Rob Landley
2013-04-26Remove leaked global path_mounts.Rob Landley
2013-04-26Eliminate leaked global bunzip_errors.Rob Landley
2013-04-20More ifconfig cleanup.Rob Landley
2013-04-14Move guts of help command into show_help() in lib/help.c, with config TOYBOX_...Rob Landley
2013-04-06Fix argument parsing so -- doesn't include itself in output.Rob Landley
2013-03-17Remove unused min/max macros.Rob Landley
2013-03-11Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't...0.4.4Rob Landley
2013-03-09O_NOFOLLOW is specified by posix-2008 and varies by target, don't try to supp...Rob Landley
2013-02-24Comment updates and a policy statement about avoiding #define GNU_dammitRob Landley
2013-02-04More support for old (~2008) build environments, move the #ifdef checks for s...Rob Landley
2013-01-31Fix -in behavior: descend into existing directory without prompting, show ful...Rob Landley
2013-01-17Fix xabspath() resolving symlink after .., and properly detecting failure for...Rob Landley
2013-01-15Work around more random uClibc-specific breakage.Rob Landley
2013-01-02Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...Rob Landley
2012-12-31Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtr...Rob Landley
2012-12-29Ashwini Sharma pointed out that my previous tweak to [!abc] groups still didn...Rob Landley
2012-12-27Fix option grouping.Rob Landley
2012-12-16Extend killall with support for -v and -iElie De Brauwer
2012-12-08Adding -s (single shot) and -o (omit pids) options to pidofElie De Brauwer
2012-12-08Complicate the rm -i behavior to do what posix specifies.Rob Landley
2012-12-08Make yesno() always read from stdin and write to stderr. (If we need to find ...Rob Landley
2012-12-06Have dirtree_add_node() set parent so error message can provide full path.Rob Landley
2012-12-01Remove unused structure definition.Rob Landley