Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-23 | ash: cleanup part 7 | Denis Vlasenko | |
2007-02-23 | ash: cleanup part 6 | Denis Vlasenko | |
2007-02-23 | ash: cleanup part 5 | Denis Vlasenko | |
2007-02-23 | ash: cleanup part 4 | Denis Vlasenko | |
2007-02-23 | ash: cleanup part 3 | Denis Vlasenko | |
2007-02-23 | ash: cleanup part 2 | Denis Vlasenko | |
2007-02-23 | ash: cleanup part 1 | Denis Vlasenko | |
2007-02-19 | ash: move ash_main() and helpers to end of ash.c, more fuctions renamed, | Denis Vlasenko | |
superfluous casts from memory allocators removed | |||
2007-02-19 | ash: more renaming and style fixes | Denis Vlasenko | |
2007-02-19 | ash: rearrange code to reduce forward references, rename some functions | Denis Vlasenko | |
2007-02-19 | ash: tiny style fixes | Denis Vlasenko | |
2007-02-18 | ash: de-obfuscate code, add 'static' keyword, etc. | Denis Vlasenko | |
2007-02-18 | ash: convert #ifdef CONFIG_ to #if ENABLE_ | Denis Vlasenko | |
2007-02-18 | ash: fix indentation and style. no code changes | Denis Vlasenko | |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | |
libbb: rename xgetcwd and xreadlink | |||
2007-02-09 | msh: fix my buglet | Denis Vlasenko | |
2007-02-04 | find: support for ! | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-02-03 | assorted fixes for bugs found with randomconfig | Denis Vlasenko | |
2007-02-01 | msh: cleaning up for -Wwrite-strings part #4 | Denis Vlasenko | |
2007-02-01 | msh: cleaning up for -Wwrite-strings part #3 | Denis Vlasenko | |
2007-02-01 | msh: cleaning up for -Wwrite-strings part #2 | Denis Vlasenko | |
2007-02-01 | msh: cleaning up for -Wwrite-strings | Denis Vlasenko | |
2007-01-30 | lash: -Wwrite-strings fixes | Denis Vlasenko | |
2007-01-30 | hush: style fixes | Denis Vlasenko | |
2007-01-30 | hush: now it's -Wwrite-strings clean | Denis Vlasenko | |
2007-01-30 | hush: style fixes | Denis Vlasenko | |
2007-01-30 | hust: -Wwrite-strings fixes | Denis Vlasenko | |
2007-01-29 | - improve spelling | Bernhard Reutner-Fischer | |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
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 | 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 | 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-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-18 | fix subtle bug inherited from dash | Denis Vlasenko | |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2007-01-10 | execute "safe applets" exev if not standalone shell | Denis Vlasenko | |
(patch by "Eric Spakman" <E.Spakman@inter.nl.net>) | |||
2007-01-01 | stty: fix width of a field for ppc32 | Denis Vlasenko | |
sort: fix -u to match coreutils 6.3 msh: compile fix (my fault) | |||
2007-01-01 | msh: double "static char line[LINELIM]" etc deleted. | Denis Vlasenko | |
massive amounts of assignments-in-ifs deleted (some of which were VERY nasty) | |||
2006-12-28 | * precision requires the argument be an integer, not size_t | Mike Frysinger | |
2006-12-26 | ash: is_safe_applet mustn't affect disabled applets | Denis Vlasenko | |