Age | Commit message (Collapse) | Author |
|
|
|
|
|
(make history and completion optional at runtime).
Use it for fdisk, as an example.
Some unrelated fixes in fdisk are also here.
|
|
less-known keys (e.g. Ctrl-B/E/F)
|
|
|
|
|
|
|
|
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>
|
|
(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();
|
|
|
|
|
|
(patch by "Eric Spakman" <E.Spakman@inter.nl.net>)
|
|
sort: fix -u to match coreutils 6.3
msh: compile fix (my fault)
|
|
massive amounts of assignments-in-ifs deleted
(some of which were VERY nasty)
|
|
|
|
|
|
|
|
last xcalloc replaced by xzalloc
|
|
|
|
But we do not read entire input anymore up-front.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ash: missing ';'
|
|
platform.h: define strchrnul for dietlibc
ash: stop using few non-standard functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
patch by walter harms <wharms@bfs.de>
|
|
|
|
Renaming...
|
|
|