aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - fix invalid modealdot2006-05-191-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15122 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-198-21/+27
| | | | | | | | - rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day git-svn-id: svn://busybox.net/trunk/busybox@15121 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - cleanup memory if opening aliases failed and cleanup was requested.aldot2006-05-191-8/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fluff out info on morris accounts.landley2006-05-181-53/+58
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15108 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid a memory leak pointed out by Lucas C. Villa Real.landley2006-05-181-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15107 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Typo fix.landley2006-05-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15105 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bernhard Fischer to remove some useless bits.landley2006-05-172-12/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15104 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Announce 1.1.3.landley2006-05-171-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15103 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Typo that hits big endian systems.landley2006-05-171-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The gnu extension to have realpath() malloc its buffer when handed a NULLlandley2006-05-171-2/+2
| | | | | | | isn't implemented in uClibc, so we can't use it. git-svn-id: svn://busybox.net/trunk/busybox@15092 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addlandley2006-05-164-313/+100
| | | | | | | | | 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
* Largeish cleanup patch from Tito, mostly if statement therapy.landley2006-05-161-534/+350
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15089 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make md5 calculation always go through an the buffer so that A) we don'tlandley2006-05-163-89/+44
| | | | | | | | | | | | | | handle packets out of sequence if some data goes through the buffer and some doesn't, B) it works on systems that can't handle aligned access, C) we just have one code path to worry about. While we're at it, sizeof() and RESERVE_CONFIG_BUFFER() really don't combine well, which is why md5sum has been reading and processing data 4 bytes at a time. I suspect that the existence of CONFIG_MD5_SIZE_VS_SPEED to do loop unrolling and such in the algorithm was an attempt to work around that bug. git-svn-id: svn://busybox.net/trunk/busybox@15088 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove some out of date bits.landley2006-05-151-7/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15084 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The one line fix to Bernhard Fischer's "profoundly".landley2006-05-151-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15083 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Robert P. J. Day to use filter instead of findstring.aldot2006-05-151-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15082 69ca8d6d-28ef-0310-b511-8ec308f3f277
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵vapier2006-05-134-4/+4
| | | | | | mailing list git-svn-id: svn://busybox.net/trunk/busybox@15080 69ca8d6d-28ef-0310-b511-8ec308f3f277
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵vapier2006-05-1319-19/+19
| | | | | | mailing list git-svn-id: svn://busybox.net/trunk/busybox@15079 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix whitespacevapier2006-05-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15078 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command.landley2006-05-121-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* implement -print0 for findpgf2006-05-123-1/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15076 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Autodetect parts of a multipart file, from Robert P. Day's suggestion.landley2006-05-121-19/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15074 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Busybox is licensed under GPLv2 or later. Shipping another license with thelandley2006-05-111-504/+0
| | | | | | | | | | project would confuse the issue. Some of these files are available elsewhere under other license terms, but that's not directly relevant to busybox. git-svn-id: svn://busybox.net/trunk/busybox@15073 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix from Vladimir Oleynik, and suggestion I add my copyright noticelandley2006-05-111-2/+3
| | | | | | | to the file. git-svn-id: svn://busybox.net/trunk/busybox@15072 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tabs weren't lining up in the help text.landley2006-05-111-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15071 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More about configuring busybox.landley2006-05-111-12/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15070 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rename the devfs device names option so it doesn't bite people so often.landley2006-05-111-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15069 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladamir Oleynik, reducing memory consumption.landley2006-05-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15068 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove reference to programming.html, update description of FAQ.landley2006-05-111-8/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15067 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reorganize FAQ, update a few entries, and consolidate with programming.html.landley2006-05-112-727/+758
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15066 69ca8d6d-28ef-0310-b511-8ec308f3f277
* back out default implicit %.o rule for nowvapier2006-05-111-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15065 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move the dir related rules to the end so the E2FSPROGS_AR rule is the defaultvapier2006-05-111-15/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15064 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dont use tabs peoplevapier2006-05-111-12/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15063 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix no previous prototype warningvapier2006-05-111-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15062 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix no previous prototype warningvapier2006-05-111-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* typecast bbig to kill format warningsvapier2006-05-111-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15060 69ca8d6d-28ef-0310-b511-8ec308f3f277
* renamevapier2006-05-111-0/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15059 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove files not related to busyboxvapier2006-05-1122-1677/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15058 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add implicit rule for %.a to help debugging in subdirsvapier2006-05-101-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15057 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update ignores for new compressed usagevapier2006-05-100-0/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15056 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shut up the warning "implicit declaration of strlen".landley2006-05-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15055 69ca8d6d-28ef-0310-b511-8ec308f3f277
* accept() takes a socklen_t, not an intvapier2006-05-101-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15054 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix whitespace in comment examplevapier2006-05-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* some more useful debug info from Jason Holdenvapier2006-05-101-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15052 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add a default .o rule for easier debugvapier2006-05-101-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15051 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add helptext for --retriesaldot2006-05-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15049 69ca8d6d-28ef-0310-b511-8ec308f3f277
* touchup whitespace/english a bit morevapier2006-05-101-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15048 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace between if and (vapier2006-05-101-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15047 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typo in error-message: s/algotithm/algorithmaldot2006-05-101-16/+16
| | | | | | | - whitespace cleanup git-svn-id: svn://busybox.net/trunk/busybox@15046 69ca8d6d-28ef-0310-b511-8ec308f3f277
* clean more filesvapier2006-05-101-3/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15045 69ca8d6d-28ef-0310-b511-8ec308f3f277