Age | Commit message (Expand) | Author |
2014-02-16 | Various cleanups found by Tom Sparrow's static analysis. | Rob Landley |
2014-02-07 | Move bunzip2 logic from lib into bzcat. | Rob Landley |
2014-01-28 | Two changes to shut up GCC: | Isaac Dunham |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-12-27 | Pass through all the readfile() arguments from xreadfile(). | Rob Landley |
2013-12-23 | Attached is an implementation for groupdel. | Ashwini Sharma |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley |
2013-12-19 | Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mou... | Rob Landley |
2013-12-19 | Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. | 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-28 | Add xgetpwnam() to lib/xwrap.c. | Rob Landley |
2013-11-28 | Move xgetpwuid() and xgetgrgid() into xwrap.c | Rob Landley |
2013-11-10 | du from Ashwini Sharma. | Rob Landley |
2013-11-10 | Break out lib/pending.h from lib/lib.h. | Rob Landley |
2013-11-07 | Tweak terminal_size to never set either to 0, and return true/false whether i... | Rob Landley |
2013-11-03 | Fix off by one, pointed out by Ashwini Sharma. | Rob Landley |
2013-11-02 | Give xstrncpy() a more informative error message. | Rob Landley |
2013-11-02 | Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ... | Rob Landley |
2013-10-27 | Refactor terminal querying. | Rob Landley |
2013-10-16 | Minor lib/password.c cleanup, described on the list. (Inline two functions.) | Rob Landley |
2013-10-16 | Prep work for useradd by Ashwini Sharma. | Rob Landley |
2013-10-06 | Whitespace tweaks and remove unused variable. | Rob Landley |
2013-10-06 | It's not a problem to exactly fill up the buffer with a run if the next symbo... | Rob Landley |
2013-09-21 | Tweak args (yank old + that never worked, rename | to +), and add uname -o as... | Rob Landley |
2013-09-21 | Fluff out option parsing documentation, add another DEBUG test. | Rob Landley |
2013-09-16 | Fix -t c0 and -J as reported by heehooman at gmail on the list. | Rob Landley |
2013-09-11 | Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (F...0.4.6 | Rob Landley |
2013-09-10 | Remove two unused functions and shrink another. | Rob Landley |
2013-09-09 | Adjust patch to use dlist_pop() | Rob Landley |
2013-09-09 | Redo tail closer to the original design. Add more tests for large data sets. ... | Rob Landley |
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 |