aboutsummaryrefslogtreecommitdiff
path: root/patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - use bb_msg_{read,write}_error where appropriate.aldot2006-06-031-1/+1
| | | | | | | | | text data bss dec hex filename 825015 9100 645216 1479331 1692a3 busybox.old 824919 9100 645216 1479235 169243 busybox git-svn-id: svn://busybox.net/trunk/busybox@15279 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ha! a scratch-buffer! ;)aldot2006-05-311-0/+25
| | | | | | | put the isdigit hack into it to help landley out.. git-svn-id: svn://busybox.net/trunk/busybox@15249 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Test to see if I can rename a file without blanking its history...landley2006-05-301-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15241 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addlandley2006-05-161-252/+0
| | | | | | | | | ibs and obs support to dd, and made it configurable. I cleaned it up a bit further and moved conv= into the same config option. git-svn-id: svn://busybox.net/trunk/busybox@15090 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It was sitting there, in the patches directory, for years. It was delete itlandley2006-05-041-1489/+0
| | | | | | | | or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off. git-svn-id: svn://busybox.net/trunk/busybox@14999 69ca8d6d-28ef-0310-b511-8ec308f3f277
* There aren't any bzip2 based RPMs. If people want to experiment with newlandley2006-05-041-63/+0
| | | | | | | packaging formats, there's ipkg and such... git-svn-id: svn://busybox.net/trunk/busybox@14998 69ca8d6d-28ef-0310-b511-8ec308f3f277
* About time to just apply this and kill off the patchesandersen2005-06-091-294/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10485 69ca8d6d-28ef-0310-b511-8ec308f3f277
* import eject by Peter Willis / Tito Ragusavapier2005-05-111-164/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use busybox funcs to make smallervapier2005-04-241-103/+81
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* new version of ed taken from sashvapier2005-04-241-3108/+1176
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch for a very alpha busybox edvapier2005-04-231-0/+3443
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10160 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace fixvapier2005-04-231-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10158 69ca8d6d-28ef-0310-b511-8ec308f3f277
* No longer neededandersen2004-09-021-314/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9198 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Adam Slattery to add bzip2 support to rpm2cpiobug12004-07-231-0/+63
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9001 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Device table support for makedevs, the previous behaviour can beenbug12004-06-051-0/+294
| | | | | | | selected at configure time. git-svn-id: svn://busybox.net/trunk/busybox@8885 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch makes the id command SuS3 compliant and provides a groupsbug12004-05-011-0/+314
| | | | | | | | | | | | applet via an alias to id. - Add G option - Pedantic option checking - If effective group and user differs from the real one show both. id. - Alias id -Gn to groups applet git-svn-id: svn://busybox.net/trunk/busybox@8795 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch adding support for ibs= and obs= to ddandersen2004-04-051-0/+252
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8688 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Hideki IWAMOTO adding support for 'cmp -n'andersen2004-03-311-0/+377
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8677 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Thomas Winkler showing the the system time for each processandersen2004-03-311-0/+51
| | | | | | | when running 'top' git-svn-id: svn://busybox.net/trunk/busybox@8674 69ca8d6d-28ef-0310-b511-8ec308f3f277
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
| | | | | | | s/fileno\(stdout\)/STDOUT_FILENO/g git-svn-id: svn://busybox.net/trunk/busybox@8663 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-155-167/+167
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from John Powers, adds multicast (rfc2090) and timeout (rfc2349)bug12004-03-051-0/+1053
| | | | | | | options git-svn-id: svn://busybox.net/trunk/busybox@8582 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from duane no-name, optionally request additional itemsbug12004-03-051-0/+126
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8581 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tony J. White to allow paths to be configuredbug12004-03-051-0/+333
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8578 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch by Denis Vlasenko to add forground support.bug12004-03-051-0/+33
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8577 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, eject, by Peter Willisbug12004-03-051-0/+164
git-svn-id: svn://busybox.net/trunk/busybox@8573 69ca8d6d-28ef-0310-b511-8ec308f3f277