aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-14Promote reset (actually write a new one using the simple man 4 console_codesRob Landley
2015-05-13Print name of file at the bottom of the screen.Rob Landley
2015-05-13More hexedit cursor boundary tweaking.Rob Landley
2015-05-13Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths),Rob Landley
2015-05-12Set the executable bits on all the *.test files. (Wasn't consistent, is now.)Rob Landley
2015-05-10Git hates me.Rob Landley
2015-05-10Cleanups of dirtree_start() calls. (Don't need to feed in flag values, justRob Landley
2015-05-09Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out fromRob Landley
2015-05-09Probe for -Wno-string-plus-int.Rob Landley
2015-05-08Move not-curses code into interstingtimes.cRob Landley
2015-05-06Fix more with missing files.Elliott Hughes
2015-05-06Re-enable catv command now that flag infrastructure is updated.Rob Landley
2015-05-04Implement SELinux ls -Z support.Elliott Hughes
2015-05-03Replace android-specific hack with just signal(SIGPIPE, SIG_IGN).Rob Landley
2015-05-03Yank smack from singleconfig.Rob Landley
2015-05-03Fix dmesg -c error output.Elliott Hughes
2015-05-03Move a prototype to the start of portability.h (suggested by Elliott Hughes)Rob Landley
2015-05-03dhcpd writes leases on "dhcpd.leases" file.Hyejin Kim
2015-05-03Fix getprop sorting and error reporting.Elliott Hughes
2015-05-03Minor dmesg cleanup.Rob Landley
2015-05-03If a shortopt is configured out right before a bare longopt, the option parsi...Rob Landley
2015-05-02dmesg: add -t suppress timestamp flagMark Salyzyn
2015-05-01Portability bits for the recent ls smack changes.Rob Landley
2015-04-30More ls cleanups from squinting at Jose's most recent smack patch.Rob Landley
2015-04-30Add default sigpipe handler for android (as suggested by Elliott Hughes).Rob Landley
2015-04-30And remove the header part too.Rob Landley
2015-04-30Wild guess at cleaning up smack support. Don't have a test environment yet.Rob Landley
2015-04-30Remove redundant numlen.Rob Landley
2015-04-29ls: Add -Z (Smack) optionJan Cybulski
2015-04-28Fix truncate prefix bug and add truncate test suite entry.Rob Landley
2015-04-28Add prefix support Hyejin Kim asked about.Rob Landley
2015-04-27Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.)Rob Landley
2015-04-27Promote hexedit to other.Rob Landley
2015-04-27Some infrastructure hexedit needs. (Poor man's curses.)Rob Landley
2015-04-27Teach hexedit to actually edit. Add -r option for read only mode.Rob Landley
2015-04-25Fix display and cursor control (to respect bottom boundary).Rob Landley
2015-04-24Too tired on the flight back from Japan to work on thinky stuff, so...Rob Landley
2015-04-21Bugfix from Hyejin Kim (count=1 shouldn't change name), plus a bounds check.Rob Landley
2015-04-20Switch setprop to use TOYBOX_ON_ANDROID and fix getprop include.Rob Landley
2015-04-19Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 brokeRob Landley
2015-04-19mdev: implement hotplug support.Isaac Dunham
2015-04-19Roadmap update, mostly from enh with a few other pending bits mixed in.Rob Landley
2015-04-18Android getprop and setprop from Elliott Hughes.Rob Landley
2015-04-17Link against libattr and libsmack.Xavier Roche
2015-04-17Fix a trivial typo in www/about.html.Elliott Hughes
2015-04-17Make toybox --version use the "git describe" info if it's available.Rob Landley
2015-04-16terminal_size should use LINES, not ROWS.Elliott Hughes
2015-04-16Shout from the rooftops that pending is not like other directories.Rob Landley
2015-04-15Put SELINUX in a a menu, and add config option for SMACK.Rob Landley
2015-04-14Yet more ps work. Still not there yet.Rob Landley