Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added -s flag to ls. | Andy McFadden | 2009-08-18 | 1 | -17/+49 |
| | | | | | | | | | This may not be useful, and may actually be misleading since yaffs2 doesn't track the blocks used for each file (it just divides the length down by 512). I'm submitting it because yaffs2 isn't the only filesystem we'll ever use. I also changed some sprintf to snprintf, mostly out of paranoid habit. | ||||
* | resolved conflicts for merge of 72eead43 to master | San Mehat | 2009-07-06 | 2 | -200/+450 |
|\ | |||||
| * | toolbox: mkdosfs: Imported new 'newfs_msdos' updated disk formatter | San Mehat | 2009-07-06 | 2 | -200/+450 |
| | | | | | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | | am 383688b5: toolbox: Fix uninitalized stack variable in mount. | Dima Zavin | 2009-07-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | Merge commit '383688b52fb19b9c4d98bb1a660febc880d0e268' * commit '383688b52fb19b9c4d98bb1a660febc880d0e268': toolbox: Fix uninitalized stack variable in mount. | ||||
| * | toolbox: Fix uninitalized stack variable in mount. | Dima Zavin | 2009-06-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dima Zavin <dima@android.com> | ||||
* | | am 5e924468: Merge change 5662 into donut | Android (Google) Code Review | 2009-07-01 | 1 | -106/+79 |
|\ \ | |/ | | | | | | | | | | | Merge commit '5e924468cd80bfadd686515a5b4193594a2811eb' * commit '5e924468cd80bfadd686515a5b4193594a2811eb': toolbox: Revise route utility. | ||||
| * | toolbox: Revise route utility. | Chia-chi Yeh | 2009-06-30 | 1 | -106/+79 |
| | | | | | | | | | | | | Add copyright header. Returns errno when something goes wrong. Otherwise returns 0. When the route entry exists, treat it as a success. | ||||
* | | am c83cd879: init: Fix heap corruption for services with arguments | San Mehat | 2009-05-14 | 2 | -90/+102 |
|\ \ | |/ | | | | | | | | | | | | | | | Merge commit 'c83cd879d45e667fbb4763f18c908928ee9d67d8' * commit 'c83cd879d45e667fbb4763f18c908928ee9d67d8': init: Fix heap corruption for services with arguments toolbox: ifconfig: Implement mtu setting, plus setting interface addr should toolbox: route: Reflow some of the mess, fix route add parameter names to | ||||
| * | toolbox: ifconfig: Implement mtu setting, plus setting interface addr should | San Mehat | 2009-05-14 | 1 | -32/+40 |
| | | | | | | | | | | | | implicitly 'up' the iface just like normal ifconfig does. Also convert tabs -> spaces | ||||
| * | toolbox: route: Reflow some of the mess, fix route add parameter names to | San Mehat | 2009-05-14 | 1 | -58/+62 |
| | | | | | | | | | | | | match standard route Signed-off-by: San Mehat <san@google.com> | ||||
* | | am 0389a12: toolbox: Make that \'pointopoint\' instead of \'pointtopoint\' | San Mehat | 2009-05-13 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | | | Merge commit '0389a1297d65321a882ea0dcc69f4de4e3bcb169' * commit '0389a1297d65321a882ea0dcc69f4de4e3bcb169': toolbox: Make that 'pointopoint' instead of 'pointtopoint' | ||||
| * | toolbox: Make that 'pointopoint' instead of 'pointtopoint' | San Mehat | 2009-05-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | | am fa49e28: toolbox: Add \'pointopoint\' support to ifconfig | San Mehat | 2009-05-13 | 1 | -0/+16 |
|\ \ | |/ | | | | | | | | | | | Merge commit 'fa49e2860bebe6bb2a26194c58992e5d5aed0b0d' * commit 'fa49e2860bebe6bb2a26194c58992e5d5aed0b0d': toolbox: Add 'pointopoint' support to ifconfig | ||||
| * | toolbox: Add 'pointopoint' support to ifconfig | San Mehat | 2009-05-13 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | | Merge donut into master | Jean-Baptiste Queru | 2009-04-22 | 1 | -4/+47 |
|\ \ | |/ | |||||
| * | Merge branch 'readonly-p4-donut' into donut | Chung-yih Wang | 2009-04-14 | 1 | -8/+37 |
| |\ | |||||
| | * | AI 146260: Add the net-based routing entries. | Chung-yih Wang | 2009-04-14 | 1 | -8/+37 |
| | | | | | | | | | | | | | | | | | | e.g. route add net 172.16.0.0 mask 255.240.0.0 gw 172.19.248.10 Automated import of CL 146260 | ||||
| * | | Improvements to get events: -p, better output. | Dianne Hackborn | 2009-04-08 | 1 | -4/+47 |
| |/ | | | | | | | | | | | | | | | Add new -p option to easily get the output showing which events are reported by the devices. Improve the reported events output a bit by including a name for each event type. Extend help text to include a description of each options, so I don't have to look in the source code next time. :) | ||||
* | | Merge branch 'readonly-p4-master' | Chung-yih Wang | 2009-04-18 | 1 | -8/+37 |
|\ \ | |||||
| * | | AI 146558: am: CL 146260 Add the net-based routing entries. | Chung-yih Wang | 2009-04-18 | 1 | -8/+37 |
| | | | | | | | | | | | | | | | | | | | | | e.g. route add net 172.16.0.0 mask 255.240.0.0 gw 172.19.248.10 Original author: cywang Automated import of CL 146558 | ||||
* | | | Merge branch 'readonly-p4-master' | Andy McFadden | 2009-04-08 | 1 | -4/+7 |
|\ \ \ | |/ / | |||||
| * | | AI 145220: Added "-d" flag to ls. | Andy McFadden | 2009-04-08 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | Now you can "ls -l -d <directory>" to see directory perms. Automated import of CL 145220 | ||||
* | | | Merge branch 'open_source' into google_internal | The Android Open Source Project | 2009-03-29 | 1 | -2/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge commit 'remotes/korg/cupcake' into merge | Jean-Baptiste Queru | 2009-03-18 | 5 | -27/+140 |
| |\ \ | | |/ | | | | | | | | | | | | | Conflicts: init/devices.c libpixelflinger/Android.mk | ||||
| * | | Merge commit 'remotes/korg/cupcake' | Jean-Baptiste Queru | 2008-12-19 | 1 | -0/+5 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: init/devices.c logwrapper/logwrapper.c mountd/AutoMount.c | ||||
| * | | | Open file and loop device with O_RDONLY when -o loop,ro. | Jay Freeman (saurik) | 2008-11-16 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Otherwise: ioctl LOOP_SET_FD failed: Bad file number. | ||||
* | | | | Automated import from //branches/master/...@142981,142981 | Doug Kwan | 2009-03-26 | 2 | -1/+2 |
| |_|/ |/| | | |||||
* | | | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 62 | -0/+9470 |
| | | | |||||
* | | | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 62 | -9471/+0 |
| | | | |||||
* | | | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -4/+5 |
| | | | |||||
* | | | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -5/+4 |
| | | | |||||
* | | | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 1 | -19/+53 |
| | | | |||||
* | | | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 3 | -3/+83 |
| |/ |/| | |||||
* | | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+5 |
|/ | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 61 | -0/+9352 |