Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-22 | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | |
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | |||
2007-01-22 | dnsd: getfileentry was leaking memory | Denis Vlasenko | |
mount: improve readability | |||
2007-01-22 | exterminate u_intXXX. | Denis Vlasenko | |
fix ping6 buglet (memset is too short), minor sync between ping and ping6 | |||
2007-01-22 | comment out unused old networking API parts | Denis Vlasenko | |
sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port) | |||
2007-01-22 | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | |
2007-01-22 | defconfig: refresh | Denis Vlasenko | |
2007-01-22 | move shell/cmdedit.c -> libbb/lineedit.c | Denis Vlasenko | |
2007-01-22 | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | |
so rename stuff accordingly. | |||
2007-01-22 | cmdedit: fix breakage | Denis Vlasenko | |
2007-01-22 | cmdedit.h: remove | Denis Vlasenko | |
2007-01-22 | cmdedit: stop playing dirty games with atexit | Denis Vlasenko | |
2007-01-22 | Convert cmdedit into more generic line input facility | Denis Vlasenko | |
(make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here. | |||
2007-01-21 | Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable | Denis Vlasenko | |
less-known keys (e.g. Ctrl-B/E/F) | |||
2007-01-21 | cmdedit: more optimizations | Denis Vlasenko | |
2007-01-21 | cmdedit: small optimizations | Denis Vlasenko | |
2007-01-21 | sanitize cmdedit a bit (group functions by task etc) | Denis Vlasenko | |
2007-01-21 | - use makedev to get device number, else it gives wrong major/minor numbers ↵ | Bernhard Reutner-Fischer | |
to devices files on systems which use big device numbers. Closes #919 | |||
2007-01-21 | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | Denis Vlasenko | |
executable if we asked to exec someting with argv[0] == known_applet" Use it in init. Also respect PATH in init, remove explicit "/sbin" etc from exec. Patch by Gabriel L. Somlo <somlo@cmu.edu> | |||
2007-01-20 | - point to correct version. Thanks to Yann E. MORIN. | Bernhard Reutner-Fischer | |
2007-01-20 | - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer | |
2007-01-20 | - get_terminal_width_height does not and should never write to fd. Cosmetic ↵ | Bernhard Reutner-Fischer | |
Precaution | |||
2007-01-20 | - small size tweak | Bernhard Reutner-Fischer | |
2007-01-20 | - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer | |
2007-01-20 | - small size tweak | Bernhard Reutner-Fischer | |
2007-01-20 | - reuse retval for the option handling. | Bernhard Reutner-Fischer | |
- TODO add tee, readahead and splice support to uClibc and use it in busybox! | |||
2007-01-20 | - small size tweaks | Bernhard Reutner-Fischer | |
2007-01-20 | - make read_stduu() and read_base64() void, small size tweaks | Bernhard Reutner-Fischer | |
2007-01-20 | - small size tweak | Bernhard Reutner-Fischer | |
2007-01-20 | - add C99 bool type for setups that support it. | Bernhard Reutner-Fischer | |
2007-01-20 | Announce 1.3.2 and 1.4.0 on busybox.net | Denis Vlasenko | |
2007-01-20 | head is 1.5.0.svn now | Denis Vlasenko | |
2007-01-20 | releasing busybox 1.4.0 | Denis Vlasenko | |
2007-01-20 | fixing bugs revealed by randomconfig runs | Denis Vlasenko | |
2007-01-20 | fixes for amd64 compilation | Denis Vlasenko | |
2007-01-19 | ls: stop doing time() for each file in "ls -l" | Denis Vlasenko | |
ls: use fully-buffered stdout (can it be problematic on VERY slow/hanging NFS mounts?) | |||
2007-01-19 | strdup -> xstrdup | Denis Vlasenko | |
sed: de-obfuscate piece of code | |||
2007-01-19 | ls: use get_cached_username/groupname | Denis Vlasenko | |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | |
(will close all fd's > 2 on daemonization now) getty: fix "getty -" support, and also do not try to chown/chmod "-" telnetd: fix "lost ctty" bug Yet another attempt on saner function names: bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize(); | |||
2007-01-19 | fsck: dead code removal; also disable progress indicator code | Denis Vlasenko | |
(doesn't look good to me) | |||
2007-01-19 | fsck: stop using strtok | Denis Vlasenko | |
2007-01-19 | fsck: move functions around so that related ones are nearby | Denis Vlasenko | |
no actual code changes | |||
2007-01-19 | fsck: small optimization | Denis Vlasenko | |
2007-01-18 | fix potentially misaligned 32-bit accesses | Denis Vlasenko | |
2007-01-18 | - move the smallint that is platform dependant to it's proper place | Bernhard Reutner-Fischer | |
2007-01-18 | Use char for smallint on CRIS as well. | Peter Kjellerstedt | |
2007-01-18 | - reinstate paranoia check in wrapf(). | Bernhard Reutner-Fischer | |
2007-01-18 | fix subtle bug inherited from dash | Denis Vlasenko | |
2007-01-18 | stop using global variable needlessly | Denis Vlasenko | |
2007-01-18 | smallint can be a char for amd64 too | Denis Vlasenko | |