2015-06-23 |
Rob Landley | Fix ls so spacing is right for ls -l, -o, -g, -og,... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Rob Landley | Fluff up explanation of why 0BSD license for SPDX submi... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Rob Landley | Use lsm_set_create() to set security blanket context... |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Rob Landley | Add nproc. |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Rob Landley | Cosmetic tweak: no need for pages of text from "make... |
commit | commitdiff | tree | snapshot |
2015-06-07 |
Rob Landley | Last grep commit broke non -r use of grep. Oops. |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Rob Landley | Make "printf --" and "printf ---" work. |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Rob Landley | Redo mkstatus.py to grep pending for pending data and... |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Rob Landley | Move the magic list of commands needing cleanup from... |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Hyejin Kim | On testing fold command, I found w option didnt check... |
commit | commitdiff | tree | snapshot |
2015-05-31 |
José Bollo | mknod: Add -Z option |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Rob Landley | Attempt to fix the mkdir LSM race. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Rob Landley | ls -lZ wasn't putting a space before the xattr output. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
José Bollo | mkdir: Fix argument of option -Z |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Rob Landley | Make "grep -r regex" work on implicit "." if no files... |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Rob Landley | Add -Z support to mkdir, based on a patch from Jose... |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Rob Landley | Adapted patch from José Bollo to do the "tonight we... |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Rob Landley | Switch id over to new infrastructure, switch id to... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Rob Landley | Fix "ls -Z . toys" segfaulting, because preprocessing... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Rob Landley | Recent commit broke ls -R (test reversed), and "ls... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Rob Landley | More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SM... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
José Bollo | stat: fix group name |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Rob Landley | Bugfix from Hyejin Kim: su should not prompt root user... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Rob Landley | Promote reset (actually write a new one using the simpl... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Rob Landley | Print name of file at the bottom of the screen. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Rob Landley | More hexedit cursor boundary tweaking. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Rob Landley | Fix bug (len[7] wasn't zeroed if -Z off, thus -C overes... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Rob Landley | Set the executable bits on all the *.test files. (Wasn... |
commit | commitdiff | tree | snapshot |
2015-05-10 |
Rob Landley | Git hates me. |
commit | commitdiff | tree | snapshot |
2015-05-10 |
Rob Landley | Cleanups of dirtree_start() calls. (Don't need to feed... |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Rob Landley | Add DIRTREE_SHUTUP to disable dirtree warnings if file... |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Rob Landley | Probe for -Wno-string-plus-int. |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Rob Landley | Move not-curses code into interstingtimes.c |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Elliott Hughes | Fix more with missing files. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Rob Landley | Re-enable catv command now that flag infrastructure... |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Elliott Hughes | Implement SELinux ls -Z support. |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Rob Landley | Replace android-specific hack with just signal(SIGPIPE... |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Rob Landley | Yank smack from singleconfig. |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Elliott Hughes | Fix dmesg -c error output. |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Rob Landley | Move a prototype to the start of portability.h (suggest... |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Hyejin Kim | dhcpd writes leases on "dhcpd.leases" file. |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Elliott Hughes | Fix getprop sorting and error reporting. |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Rob Landley | Minor dmesg cleanup. |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Rob Landley | If a shortopt is configured out right before a bare... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Mark Salyzyn | dmesg: add -t suppress timestamp flag |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Rob Landley | Portability bits for the recent ls smack changes. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rob Landley | More ls cleanups from squinting at Jose's most recent... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rob Landley | Add default sigpipe handler for android (as suggested... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rob Landley | And remove the header part too. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rob Landley | Wild guess at cleaning up smack support. Don't have... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rob Landley | Remove redundant numlen. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Jan Cybulski | ls: Add -Z (Smack) option |
commit | commitdiff | tree | snapshot |
2015-04-28 |
Rob Landley | Fix truncate prefix bug and add truncate test suite... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
Rob Landley | Add prefix support Hyejin Kim asked about. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Rob Landley | Fix ls -s and -i indentation in -C and -x modes. (Spott... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Rob Landley | Promote hexedit to other. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Rob Landley | Some infrastructure hexedit needs. (Poor man's curses.) |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Rob Landley | Teach hexedit to actually edit. Add -r option for read... |
commit | commitdiff | tree | snapshot |
2015-04-25 |
Rob Landley | Fix display and cursor control (to respect bottom bound... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Rob Landley | Too tired on the flight back from Japan to work on... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Rob Landley | Bugfix from Hyejin Kim (count=1 shouldn't change name... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Rob Landley | Switch setprop to use TOYBOX_ON_ANDROID and fix getprop... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Rob Landley | Cleanup getprop, add qstrcmp() to lib for qsort (becaus... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Isaac Dunham | mdev: implement hotplug support. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Rob Landley | Roadmap update, mostly from enh with a few other pendin... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Rob Landley | Android getprop and setprop from Elliott Hughes. |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Xavier Roche | Link against libattr and libsmack. |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Elliott Hughes | Fix a trivial typo in www/about.html. |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Rob Landley | Make toybox --version use the "git describe" info if... |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Elliott Hughes | terminal_size should use LINES, not ROWS. |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Rob Landley | Shout from the rooftops that pending is not like other... |
commit | commitdiff | tree | snapshot |
2015-04-16 |
Rob Landley | Put SELINUX in a a menu, and add config option for... |
commit | commitdiff | tree | snapshot |
2015-04-15 |
Rob Landley | Yet more ps work. Still not there yet. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Samuel Holland | unshare: fix -r |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Rob Landley | Before trying to remount read only, see if block device... |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Elliott Hughes | Implement Android restorecon. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Elliott Hughes | Fix load_policy error reporting. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Elliott Hughes | getenforce takes no arguments. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Elliott Hughes | setenforce takes exactly one argument. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Elliott Hughes | Make more(1) usable. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Elliott Hughes | Update www/roadmap.html with Android progress. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Rob Landley | Tweak .gitignore. |
commit | commitdiff | tree | snapshot |
2015-04-08 |
Rob Landley | Tweak README |
commit | commitdiff | tree | snapshot |
2015-04-08 |
Rob Landley | Update multiplexer help text for --version |
commit | commitdiff | tree | snapshot |
2015-04-08 |
Rob Landley | Revert last mdev commit because it copied code out... |
commit | commitdiff | tree | snapshot |
2015-04-07 |
Rob Landley | Adding --version broke ./toybox command list. (Oops.) |
commit | commitdiff | tree | snapshot |
2015-04-06 |
Rob Landley | Announce switch to git. |
commit | commitdiff | tree | snapshot |
2015-04-06 |
Rob Landley | Add --version to multiplexer. |
commit | commitdiff | tree | snapshot |
2015-04-06 |
Rob Landley | Bite the bullet and switch over to git. |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Paul Barker | To ensure that toybox can be installed alongside busybo... |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Rob Landley | Another in-progress ps snapshot. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Rob Landley | Add readfileat() to lib |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Rob Landley | ps checkpoint du jour. Does not work yet. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Rob Landley | Redoing ps from scratch. Random checkpoint that probabl... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Rob Landley | Add head test for -123. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Rob Landley | Fix head bug pointed out by felix janda (recent -123... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Rob Landley | Fix sed bug David Halls hit trying to compile libiconv. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rob Landley | Fix printf bug (%.s should be %.0s not %s) reported... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Elliott Hughes | Fix an obvious typo in Makefile. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Elliott Hughes | update the Android section of roadmap.html |
commit | commitdiff | tree | snapshot |
next |