summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-08-20Merge branch 'upstream' into tizensubmit/tizen/20150901.111553accepted/tizen/wearable/20150902.004616accepted/tizen/tv/20150902.004610accepted/tizen/mobile/20150902.004600Hyejin Kim4-8/+81
2015-08-12Merge remote-tracking branch 'toybox/master' into upstreamupstreamHyejin Kim4-8/+81
2015-08-08Different tools have different ideas about what human-readable outputElliott Hughes2-4/+6
2015-08-08First pass at proper bunzip2 command line handling.Rob Landley1-1/+1
2015-08-06Adjust xexec() exit code to be 127, and tweaks for nommu friendliness.Rob Landley1-3/+6
2015-08-05Switch nbd_client to xconnect() and make xconnect() try all returned addressesRob Landley1-5/+10
2015-08-05Tweak xconnect: socket can be a string (ala "ftp") from /etc/services.Rob Landley2-6/+4
2015-08-03Factor out xconnect(), plus some other small cleanups to telnet.c.Rob Landley2-0/+29
2015-08-01Move strlower() from find to lib.Rob Landley2-0/+36
2015-07-20Merge branch 'upstream'Hyejin Kim14-200/+614
2015-07-16Merge branch from toybox/masterHyejin Kim14-195/+615
2015-07-11Fix 32-bit bionic toybox build.Elliott Hughes1-2/+10
2015-07-10Add a basename_r() and use it in names_to_pid() to avoid basename() overwritingRob Landley2-1/+10
2015-07-10Move comment about TOYBOX_DEBUG to start of file so it's more obvious.Rob Landley1-4/+6
2015-07-03Probe for fork() instead of relying on a distro-specific #define.Rob Landley1-1/+14
2015-07-01Fix segfault with "mount -o ro,remount".Elliott Hughes1-1/+1
2015-06-26Factor out more not-curses infrastructure into lib.Rob Landley2-3/+48
2015-05-31Move the magic list of commands needing cleanup from toys/pending/READMERob Landley2-0/+4
2015-05-28Attempt to fix the mkdir LSM race.Rob Landley1-1/+12
2015-05-18Switch id over to new infrastructure, switch id to use FORCE_FLAGS, andRob Landley1-0/+8
2015-05-18More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support fromRob Landley2-21/+100
2015-05-14Promote reset (actually write a new one using the simple man 4 console_codesRob Landley2-0/+10
2015-05-09Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out fromRob Landley2-19/+27
2015-05-08Move not-curses code into interstingtimes.cRob Landley4-121/+129
2015-05-03Move a prototype to the start of portability.h (suggested by Elliott Hughes)Rob Landley1-0/+3
2015-05-01Portability bits for the recent ls smack changes.Rob Landley1-0/+6
2015-04-30And remove the header part too.Rob Landley1-1/+0
2015-04-30Remove redundant numlen.Rob Landley1-10/+0
2015-04-27Some infrastructure hexedit needs. (Poor man's curses.)Rob Landley4-33/+106
2015-04-19Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 brokeRob Landley2-0/+9
2015-04-17Link against libattr and libsmack.Xavier Roche1-0/+9
2015-04-16terminal_size should use LINES, not ROWS.Elliott Hughes1-1/+1
2015-04-15Put SELINUX in a a menu, and add config option for SMACK.Rob Landley1-0/+4
2015-04-03Add readfileat() to libRob Landley2-4/+8
2015-03-23Tweak of Elliott Hughes's fix for an off by one error in human_readableRob Landley1-2/+2
2015-03-21Patch from David Halls to fix mac/ios portability issue.Rob Landley1-2/+2
2015-03-16Fix mount -a segfault without -O, reported by Janus Troelsen.Rob Landley1-1/+1
2015-03-16Rename a function to better describe what it does.Rob Landley1-3/+3
2015-03-12Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c.Rob Landley2-0/+34
2015-03-09Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and s...Rob Landley2-0/+12
2015-03-01Only switch on printf format warnings for error_exit() and friends when TOYBO...Rob Landley1-0/+4
2015-03-01let the compiler check format stringsElliott Hughes2-6/+8
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley1-1/+1
2015-02-09Cleanup/refactoring pass on hwclock.Rob Landley2-0/+12
2015-02-07Remove xexec_optargs().Rob Landley2-12/+0
2015-02-06Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFO...Rob Landley1-6/+0
2015-01-18Remove trailing whitespace.Rob Landley4-8/+7
2015-01-18Lift the basename/libgen.h shenanigans back out of portability.c and make it ...Rob Landley2-12/+8
2015-01-18fix non-glibc basename(3) usageElliott Hughes1-0/+5
2015-01-16Move pty.h back to toys.h (under LSB 4.1 headers).Rob Landley1-3/+0