summaryrefslogtreecommitdiffstats
path: root/toolbox
Commit message (Collapse)AuthorAgeFilesLines
* Added -s flag to ls.Andy McFadden2009-08-181-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 masterSan Mehat2009-07-062-200/+450
|\
| * toolbox: mkdosfs: Imported new 'newfs_msdos' updated disk formatterSan Mehat2009-07-062-200/+450
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am 383688b5: toolbox: Fix uninitalized stack variable in mount.Dima Zavin2009-07-011-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '383688b52fb19b9c4d98bb1a660febc880d0e268' * commit '383688b52fb19b9c4d98bb1a660febc880d0e268': toolbox: Fix uninitalized stack variable in mount.
| * toolbox: Fix uninitalized stack variable in mount.Dima Zavin2009-06-291-1/+1
| | | | | | | | Signed-off-by: Dima Zavin <dima@android.com>
* | am 5e924468: Merge change 5662 into donutAndroid (Google) Code Review2009-07-011-106/+79
|\ \ | |/ | | | | | | | | | | Merge commit '5e924468cd80bfadd686515a5b4193594a2811eb' * commit '5e924468cd80bfadd686515a5b4193594a2811eb': toolbox: Revise route utility.
| * toolbox: Revise route utility.Chia-chi Yeh2009-06-301-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 argumentsSan Mehat2009-05-142-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 shouldSan Mehat2009-05-141-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 toSan Mehat2009-05-141-58/+62
| | | | | | | | | | | | match standard route Signed-off-by: San Mehat <san@google.com>
* | am 0389a12: toolbox: Make that \'pointopoint\' instead of \'pointtopoint\'San Mehat2009-05-131-2/+2
|\ \ | |/ | | | | | | | | | | Merge commit '0389a1297d65321a882ea0dcc69f4de4e3bcb169' * commit '0389a1297d65321a882ea0dcc69f4de4e3bcb169': toolbox: Make that 'pointopoint' instead of 'pointtopoint'
| * toolbox: Make that 'pointopoint' instead of 'pointtopoint'San Mehat2009-05-131-2/+2
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am fa49e28: toolbox: Add \'pointopoint\' support to ifconfigSan Mehat2009-05-131-0/+16
|\ \ | |/ | | | | | | | | | | Merge commit 'fa49e2860bebe6bb2a26194c58992e5d5aed0b0d' * commit 'fa49e2860bebe6bb2a26194c58992e5d5aed0b0d': toolbox: Add 'pointopoint' support to ifconfig
| * toolbox: Add 'pointopoint' support to ifconfigSan Mehat2009-05-131-0/+16
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | Merge donut into masterJean-Baptiste Queru2009-04-221-4/+47
|\ \ | |/
| * Merge branch 'readonly-p4-donut' into donutChung-yih Wang2009-04-141-8/+37
| |\
| | * AI 146260: Add the net-based routing entries.Chung-yih Wang2009-04-141-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 Hackborn2009-04-081-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 Wang2009-04-181-8/+37
|\ \
| * | AI 146558: am: CL 146260 Add the net-based routing entries.Chung-yih Wang2009-04-181-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 McFadden2009-04-081-4/+7
|\ \ \ | |/ /
| * | AI 145220: Added "-d" flag to ls.Andy McFadden2009-04-081-4/+7
| | | | | | | | | | | | | | | | | | Now you can "ls -l -d <directory>" to see directory perms. Automated import of CL 145220
* | | Merge branch 'open_source' into google_internalThe Android Open Source Project2009-03-291-2/+5
|\ \ \ | |/ / |/| |
| * | Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru2009-03-185-27/+140
| |\ \ | | |/ | | | | | | | | | | | | Conflicts: init/devices.c libpixelflinger/Android.mk
| * | Merge commit 'remotes/korg/cupcake'Jean-Baptiste Queru2008-12-191-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-161-2/+5
| | | | | | | | | | | | | | | | Otherwise: ioctl LOOP_SET_FD failed: Bad file number.
* | | | Automated import from //branches/master/...@142981,142981Doug Kwan2009-03-262-1/+2
| |_|/ |/| |
* | | auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0362-0/+9470
| | |
* | | auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0362-9471/+0
| | |
* | | auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-4/+5
| | |
* | | auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-5/+4
| | |
* | | auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-19/+53
| | |
* | | auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-103-3/+83
| |/ |/|
* | Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+5
|/
* Initial ContributionThe Android Open Source Project2008-10-2161-0/+9352