summaryrefslogtreecommitdiffstats
path: root/toolbox/upstream-netbsd
Commit message (Collapse)AuthorAgeFilesLines
* Lose du to toybox.Elliott Hughes2015-11-141-364/+0
| | | | Change-Id: Ib240f74990274027258a454d3c63202791fcdb0b
* Build BSD grep separately from toolbox.Elliott Hughes2015-02-041-0/+2
| | | | | | | | Also move the dd-only library code into the dd section (so a future maintainer will know to keep/remove them as a block) and fix the one build warning remaining. Change-Id: Ibf6b28ef05e4cbb70b9308b0f4387f5af5b7fa94
* Lose chown to toybox.Elliott Hughes2015-01-151-302/+0
| | | | Change-Id: Ic56addb183ce7f1d289b807527047c37924c1aa6
* Switch to toybox cat.Elliott Hughes2015-01-141-329/+0
| | | | Change-Id: I0bab6018010c71f6c17eb10bea20dceb470c5242
* Lose mv to toybox.Elliott Hughes2014-12-162-441/+0
| | | | Change-Id: Ibbba4d516d55460c6d627b766cc087e6a7edcabd
* Lose rm to toybox.Elliott Hughes2014-12-161-625/+0
| | | | Change-Id: I93904b85e180d4324b64e2e90a4832c4d4169627
* Lose cp to toybox.Elliott Hughes2014-12-163-1053/+0
| | | | Change-Id: Idfe52737093d243ae2dcb054f686f6d6af0c2de6
* Lose ln to toybox.Elliott Hughes2014-12-161-230/+0
| | | | | | | | I accidentally enabled the toybox ln in my original commit, so which ln you've been running for the last few weeks has depended on which directory you built more recently... Change-Id: If73783477aa4eb4d058d6e170d6291ba0d9c5f40
* Lose rmdir to toybox.Elliott Hughes2014-12-161-121/+0
| | | | Change-Id: I80ecc7c19bf7fc44039235c846727853d78a5d15
* Lose kill to toybox.Elliott Hughes2014-12-041-253/+0
| | | | Change-Id: Icca3eb4b78e07eb49b090cc98dc3ca3f5c5ea8a6
* Lose printenv to toybox.Elliott Hughes2014-11-241-102/+0
| | | | Change-Id: Icdc6766a7ef853bc846fe811fa2ad2284ed8a18f
* Lose sleep to toybox.Elliott Hughes2014-11-241-159/+0
| | | | | | No pun intended. Change-Id: Ic1d9c8fa9719a7749b4eeaeac20df313600c0b88
* Lose sync to toybox.Elliott Hughes2014-11-241-59/+0
| | | | Change-Id: I36c98135bb4ab1e2ca7137b7a83782fce5ac683a
* Refresh toolbox.Elliott Hughes2014-07-2436-0/+8661
| | | | | | | | | | Use more upstream NetBSD, and update those things that were already NetBSD. Note that unlike bionic, the upstream-netbsd directory isn't pristine; we have changes marked by __ANDROID__. Bug: 16493461 Change-Id: I99762bfe02caa0945ea4a184670888a4b5435a1d
* Switch to NetBSD's kill(1).Elliott Hughes2014-07-221-0/+253
Change-Id: Idd1635673e01758b5a7d34f1fdfbb695296c6164