Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't | Eric Andersen | 2002-06-18 | 1 | -7/+10 | |
| | | | | lose the last letter of the module name. | |||||
* | Fix a potential macro expansion problem... isspace can be | Eric Andersen | 2002-06-15 | 1 | -1/+1 | |
| | | | | a macro causing a double decrement... | |||||
* | Don't use pointless GNU-isms | Eric Andersen | 2002-06-15 | 1 | -2/+2 | |
| | ||||||
* | Patch from Simon Krahnke: | Robert Griebl | 2002-06-11 | 1 | -11/+28 | |
| | | | | | I wrote a patch for busybox for our company's (www.lisa.de) private use. [...] To sed it adds the '!'-inversion of addresses. | |||||
* | * testsuite/sed/sed-recurses-properly: Mark XFAIL. | Matt Kraai | 2002-06-11 | 1 | -0/+1 | |
| | ||||||
* | * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. | Matt Kraai | 2002-06-11 | 1 | -1/+1 | |
| | ||||||
* | vodz' last_patch42_2, which is an updated fix for buffer overflows | Eric Andersen | 2002-06-08 | 1 | -25/+19 | |
| | | | | noted by Gerardo Puga | |||||
* | If config file can not be parsed, use compiled in BB_SUID_... values as a | Robert Griebl | 2002-06-06 | 1 | -55/+71 | |
| | | | | fallback method | |||||
* | Fix buffer overflows noted by Gerardo Puga | Eric Andersen | 2002-06-06 | 1 | -1/+5 | |
| | | | | -Erik | |||||
* | Fix buffer overflows noted by Gerardo Puga | Eric Andersen | 2002-06-06 | 1 | -14/+20 | |
| | | | | -Erik | |||||
* | Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar> | Eric Andersen | 2002-06-06 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Lets give this a try... | Eric Andersen | 2002-06-06 | 1 | -7/+6 | |
| | ||||||
* | Email addr fix | Eric Andersen | 2002-06-06 | 1 | -2/+1 | |
| | ||||||
* | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen | 2002-06-06 | 1 | -10/+6 | |
| | | | | | | Fixed up domain removal for local domains. GNU traceroute does not do this. I don't know why we do. Fixed incorrect argument for reverse resolution. Clean up cruft that appears when CONFIG_FEATURE_TRACEROUTE_VERBOSE is defined | |||||
* | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen | 2002-06-06 | 1 | -2/+7 | |
| | | | | | | When DEBUG is defined 1. need to include resolv.h (for _resinit()) 2. remove _() call around string. It appears to be a remnant of i18n or some such notion | |||||
* | Patch from vodz to only setenv PATH when PATH changes, which is much | Eric Andersen | 2002-06-06 | 1 | -3/+3 | |
| | | | | smarter than my quick fix. | |||||
* | Per discussion with vodz, Tim's changes do not seem to make sense. | Eric Andersen | 2002-06-06 | 1 | -5/+5 | |
| | | | | | Revert them. -Erik | |||||
* | last_patch41 from vodz to fix stty -F and similar | Eric Andersen | 2002-06-06 | 1 | -3/+22 | |
| | ||||||
* | plug fd leak noticed by Russ Dill | Eric Andersen | 2002-06-05 | 2 | -0/+2 | |
| | | | | -Erik | |||||
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 30 | -2/+4123 | |
| | | | | | | | | | | | | | - Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches] | |||||
* | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | 2002-06-04 | 12 | -14/+98 | |
| | | | | [Parts of this patch may overlap with my other two patches] | |||||
* | Implement two types of suid/sgid support for BusyBox: | Robert Griebl | 2002-06-04 | 5 | -180/+491 | |
| | | | | | | 1) tinylogin like with compile time selection and a chown root.root 2) Runtime configurable via /etc/busybox.conf (docu is in the works) [Parts of this patch may overlap with my other two patches] | |||||
* | Cleaned up Erik's fgets -> read patch and fixed a buffer overflow | Robert Griebl | 2002-06-04 | 1 | -36/+38 | |
| | ||||||
* | Avoid stack munching stdio implementations. | Eric Andersen | 2002-06-04 | 1 | -75/+100 | |
| | | | | -Erik | |||||
* | Fixed a realloc bug found by Martin Volf | Robert Griebl | 2002-06-02 | 1 | -3/+3 | |
| | ||||||
* | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | Manuel Novoa III | 2002-05-29 | 1 | -2/+2 | |
| | ||||||
* | Patch from Randolfe Averty to fixup package conflict checks, cleanup some ↵ | Glenn L McGrath | 2002-05-29 | 2 | -75/+127 | |
| | | | | | | memory leaks and reorganise dependency checking. Some further memory leaks fixed by me. | |||||
* | Added support for /etc/modules.conf parsing | Robert Griebl | 2002-05-28 | 1 | -18/+105 | |
| | | | | for now only the 'alias' entries are evaluated | |||||
* | Added include for isdigit(); simplified -<num> detection | Robert Griebl | 2002-05-27 | 2 | -2/+4 | |
| | ||||||
* | Ensure that insmod supports at least one MODULE_INTERFACE | Eric Andersen | 2002-05-24 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | Patch from Magnus Damm <damm@opensource.se> to rework things | Eric Andersen | 2002-05-24 | 1 | -381/+488 | |
| | | | | | | greatly, and keep the arch specific relocations together, fixes R_PPC_ADDR32 handling so powerpc can work, and changes the tlb tables to be linked lists (again so powerpc can work). | |||||
* | Made exit code SysV compliant. Also added -s (single pid) flag. | Robert Griebl | 2002-05-22 | 1 | -12/+9 | |
| | ||||||
* | Some cleanups, some size reductions and some buffer overflow checks | Robert Griebl | 2002-05-22 | 1 | -61/+43 | |
| | | | | Most of it based on ideas from vodz | |||||
* | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | 2002-05-19 | 3 | -0/+939 | |
| | | | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) [the cvs add for this file got lost somehow...] | |||||
* | ping return 1 if can't ping | Tim Riker | 2002-05-18 | 1 | -5/+5 | |
| | ||||||
* | SUpport old style -[::digit::] options for head and tail | Robert Griebl | 2002-05-17 | 2 | -1/+11 | |
| | | | | Also make head behave like GNU head (-0/-n 0 is valid) | |||||
* | Reduced code size for new -e flag (suggested by vodz) | Robert Griebl | 2002-05-16 | 1 | -17/+9 | |
| | ||||||
* | Doh! Remember to close /etc/inittab | Eric Andersen | 2002-05-15 | 1 | -0/+1 | |
| | ||||||
* | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | 2002-05-15 | 6 | -4/+58 | |
| | | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | |||||
* | gunzip'ing many files to stdout works now | Robert Griebl | 2002-05-15 | 1 | -6/+9 | |
| | | | | Fixed a missing initialisation and made a for loop more readable. | |||||
* | Don't delete source file when decompressing to stdout | Robert Griebl | 2002-05-15 | 1 | -1/+2 | |
| | | | | This is the normal GNU gunzip behaviour | |||||
* | Complete rewrite to support stack loading/unloading with proper | Robert Griebl | 2002-05-14 | 1 | -94/+145 | |
| | | | | handling of duplicates in the dependencies list. | |||||
* | Added support for -Y|--proxy=on/off to wget | Robert Griebl | 2002-05-14 | 2 | -8/+17 | |
| | ||||||
* | Add --login support. This is the bash way of starting a shell that should | Robert Griebl | 2002-05-14 | 1 | -3/+10 | |
| | | | | parse the profile files. | |||||
* | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | 2002-05-14 | 1 | -2/+5 | |
| | | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||||
* | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | 2002-05-14 | 2 | -23/+70 | |
| | | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||||
* | Entries with "noauto" options are ignored correctly when mounting all | Robert Griebl | 2002-05-14 | 1 | -0/+1 | |
| | | | | | ("mount -a"), but mount fails when these entries are specified explicitly In these cases the "noauto" option has to be simply ignored. | |||||
* | Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. | Eric Andersen | 2002-05-05 | 1 | -2/+4 | |
| | ||||||
* | Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly, | Eric Andersen | 2002-05-03 | 1 | -36/+57 | |
| | | | | merged in with the latest and greatest. | |||||
* | Make verbose and show_only work as expected | Eric Andersen | 2002-05-03 | 1 | -7/+13 | |
| | | | | -Erik |