aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-11-10du from Ashwini Sharma.Rob Landley
2013-11-10Break out lib/pending.h from lib/lib.h.Rob Landley
2013-11-07Tweak terminal_size to never set either to 0, and return true/false whether i...Rob Landley
2013-11-03Fix off by one, pointed out by Ashwini Sharma.Rob Landley
2013-11-02Give xstrncpy() a more informative error message.Rob Landley
2013-11-02Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...Rob Landley
2013-10-27Refactor terminal querying.Rob Landley
2013-10-16Minor lib/password.c cleanup, described on the list. (Inline two functions.)Rob Landley
2013-10-16Prep work for useradd by Ashwini Sharma.Rob Landley
2013-10-06Whitespace tweaks and remove unused variable.Rob Landley
2013-10-06It's not a problem to exactly fill up the buffer with a run if the next symbo...Rob Landley
2013-09-21Tweak args (yank old + that never worked, rename | to +), and add uname -o as...Rob Landley
2013-09-21Fluff out option parsing documentation, add another DEBUG test.Rob Landley
2013-09-16Fix -t c0 and -J as reported by heehooman at gmail on the list.Rob Landley
2013-09-11Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (F...0.4.6Rob Landley
2013-09-10Remove two unused functions and shrink another.Rob Landley
2013-09-09Adjust patch to use dlist_pop()Rob Landley
2013-09-09Redo tail closer to the original design. Add more tests for large data sets. ...Rob Landley
2013-09-09Fix [-group] argument dropping.Rob Landley
2013-09-03Replace for_each_pid_with_name_in_array_perform_callback_function_upon_transl...Rob Landley
2013-09-06Ashwini Sharma submitted route.c, adding it to pending.Rob Landley
2013-09-06Make [-abc] exclude logic clear argument slots when disabling options.Rob Landley
2013-09-06Fix for xpidfile spotted by Felix Janda.Rob Landley
2013-09-03Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(...Rob Landley
2013-09-03Remove itoa/utoa, let libc do this with sprintf.Rob Landley
2013-09-01Improve --longopt parsing: general bugfixes, better error reporting, new ; op...Rob Landley
2013-08-30Allow getmountlist to read fstab too.Rob Landley
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