Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | free coniditionally, just to make it play nice with dmalloc which is ↵ | Glenn L McGrath | 2001-07-11 | 2 | -4/+12 | |
| | | | | incompatable with standard free() | |||||
* | Add some missing includes to kill warnings when building with the default | Manuel Novoa III | 2001-06-29 | 2 | -0/+2 | |
| | | | | | | | Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c. | |||||
* | Fix a type promotion bug discivered and analyzed by Alan Modra | Eric Andersen | 2001-06-27 | 2 | -2/+2 | |
| | | | | <amodra@bigpond.net.au>, which caused false checksum errors | |||||
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | 2001-04-25 | 2 | -8/+0 | |
| | | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik | |||||
* | Eliminated seeks so that we work correctly on pipes, and removed reliance on | Matt Kraai | 2001-04-18 | 2 | -4/+18 | |
| | | | | | undefined evaluation ordering. Thanks to Anthony Towns for explanation and solution. | |||||
* | Disable sigterm | Glenn L McGrath | 2001-04-11 | 2 | -6/+6 | |
| | ||||||
* | Move unzip, gz_open, gz_close to libbb | Glenn L McGrath | 2001-04-11 | 2 | -0/+2050 | |