Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-06 | Email addr fix | Eric Andersen | |
2002-06-06 | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen | |
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 | |||
2002-06-06 | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen | |
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 | |||
2002-06-06 | Patch from vodz to only setenv PATH when PATH changes, which is much | Eric Andersen | |
smarter than my quick fix. | |||
2002-06-06 | Per discussion with vodz, Tim's changes do not seem to make sense. | Eric Andersen | |
Revert them. -Erik | |||
2002-06-06 | last_patch41 from vodz to fix stty -F and similar | Eric Andersen | |
2002-06-05 | plug fd leak noticed by Russ Dill | Eric Andersen | |
-Erik | |||
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl | |
- 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] | |||
2002-06-04 | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | |
[Parts of this patch may overlap with my other two patches] | |||
2002-06-04 | Implement two types of suid/sgid support for BusyBox: | Robert Griebl | |
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] | |||
2002-06-04 | Cleaned up Erik's fgets -> read patch and fixed a buffer overflow | Robert Griebl | |
2002-06-04 | Avoid stack munching stdio implementations. | Eric Andersen | |
-Erik | |||
2002-06-02 | Fixed a realloc bug found by Martin Volf | Robert Griebl | |
2002-05-29 | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | Manuel Novoa III | |
2002-05-29 | Patch from Randolfe Averty to fixup package conflict checks, cleanup some ↵ | Glenn L McGrath | |
memory leaks and reorganise dependency checking. Some further memory leaks fixed by me. | |||
2002-05-28 | Added support for /etc/modules.conf parsing | Robert Griebl | |
for now only the 'alias' entries are evaluated | |||
2002-05-27 | Added include for isdigit(); simplified -<num> detection | Robert Griebl | |
2002-05-24 | Ensure that insmod supports at least one MODULE_INTERFACE | Eric Andersen | |
-Erik | |||
2002-05-24 | Patch from Magnus Damm <damm@opensource.se> to rework things | Eric Andersen | |
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). | |||
2002-05-22 | Made exit code SysV compliant. Also added -s (single pid) flag. | Robert Griebl | |
2002-05-22 | Some cleanups, some size reductions and some buffer overflow checks | Robert Griebl | |
Most of it based on ideas from vodz | |||
2002-05-19 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | |
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) [the cvs add for this file got lost somehow...] | |||
2002-05-18 | ping return 1 if can't ping | Tim Riker | |
2002-05-17 | SUpport old style -[::digit::] options for head and tail | Robert Griebl | |
Also make head behave like GNU head (-0/-n 0 is valid) | |||
2002-05-16 | Reduced code size for new -e flag (suggested by vodz) | Robert Griebl | |
2002-05-15 | Doh! Remember to close /etc/inittab | Eric Andersen | |
2002-05-15 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | |
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | |||
2002-05-15 | gunzip'ing many files to stdout works now | Robert Griebl | |
Fixed a missing initialisation and made a for loop more readable. | |||
2002-05-15 | Don't delete source file when decompressing to stdout | Robert Griebl | |
This is the normal GNU gunzip behaviour | |||
2002-05-14 | Complete rewrite to support stack loading/unloading with proper | Robert Griebl | |
handling of duplicates in the dependencies list. | |||
2002-05-14 | Added support for -Y|--proxy=on/off to wget | Robert Griebl | |
2002-05-14 | Add --login support. This is the bash way of starting a shell that should | Robert Griebl | |
parse the profile files. | |||
2002-05-14 | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | |
tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||
2002-05-14 | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | |
tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||
2002-05-14 | Entries with "noauto" options are ignored correctly when mounting all | Robert Griebl | |
("mount -a"), but mount fails when these entries are specified explicitly In these cases the "noauto" option has to be simply ignored. | |||
2002-05-05 | Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. | Eric Andersen | |
2002-05-03 | Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly, | Eric Andersen | |
merged in with the latest and greatest. | |||
2002-05-03 | Make verbose and show_only work as expected | Eric Andersen | |
-Erik | |||
2002-05-03 | Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag | Eric Andersen | |
2002-05-01 | fix and shrink uuencode | Tim Riker | |
2002-04-29 | * archival/gunzip.c (gunzip_file): New. | Matt Kraai | |
(gunzip_main): Handle no arguments correctly. | |||
2002-04-27 | Update website | Eric Andersen | |
2002-04-27 | Fix silly combinitorial oversight | Eric Andersen | |
2002-04-27 | Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory | Eric Andersen | |
usage in the ps listing | |||
2002-04-27 | uClibc supports struct _res these days... | Eric Andersen | |
2002-04-27 | Support noerror option | Eric Andersen | |
2002-04-27 | When the .config file is missing, supply a default one | Eric Andersen | |
and run menuconfig | |||
2002-04-26 | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen | |
<cristian.ionescu-idbohrn@axis.com> | |||
2002-04-26 | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen | |
2002-04-26 | Ensure that getenv("PATH") stays current, since otherwise cmdedit | Eric Andersen | |
(which calls getenv("PATH")) would not operate upon the current PATH settings, which was really quite iritating. -Erik |