summaryrefslogtreecommitdiff
path: root/AUTHORS (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-01-20fixing bugs revealed by randomconfig runsDenis Vlasenko3-3/+9
2007-01-20fixes for amd64 compilationDenis Vlasenko3-8/+11
2007-01-19ls: stop doing time() for each file in "ls -l"Denis Vlasenko1-1/+14
ls: use fully-buffered stdout (can it be problematic on VERY slow/hanging NFS mounts?)
2007-01-19strdup -> xstrdupDenis Vlasenko3-5/+6
sed: de-obfuscate piece of code
2007-01-19ls: use get_cached_username/groupnameDenis Vlasenko3-22/+20
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko15-54/+57
(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-19fsck: dead code removal; also disable progress indicator codeDenis Vlasenko1-127/+81
(doesn't look good to me)
2007-01-19fsck: stop using strtokDenis Vlasenko1-73/+84
2007-01-19fsck: move functions around so that related ones are nearbyDenis Vlasenko1-170/+185
no actual code changes
2007-01-19fsck: small optimizationDenis Vlasenko1-42/+31
2007-01-18fix potentially misaligned 32-bit accessesDenis Vlasenko1-3/+6
2007-01-18- move the smallint that is platform dependant to it's proper placeBernhard Reutner-Fischer2-11/+11
2007-01-18Use char for smallint on CRIS as well.Peter Kjellerstedt1-1/+1
2007-01-18- reinstate paranoia check in wrapf().Bernhard Reutner-Fischer1-2/+3
2007-01-18fix subtle bug inherited from dashDenis Vlasenko1-4/+8
2007-01-18stop using global variable needlesslyDenis Vlasenko1-28/+30
2007-01-18smallint can be a char for amd64 tooDenis Vlasenko1-1/+1
2007-01-17sed,get_line_from_file: improve commentsDenis Vlasenko2-19/+30
2007-01-17- stty's visible() function and catv's guts are identical. Merge them intoBernhard Reutner-Fischer1-1/+5
an appropriate libbb function.
2007-01-17- remove superfluous define that expanded to "!strcmp"Bernhard Reutner-Fischer1-22/+3
- remove some dead code
2007-01-17- reuse return code of vsnprintf to avoid pulling in strlenBernhard Reutner-Fischer1-3/+3
2007-01-17- merge display_changed() and display_all()Bernhard Reutner-Fischer1-69/+22
This one is a bit risky but did work for me in cursory testing..
2007-01-17- peruse get_terminal_width_height and remove legacy code for ancientBernhard Reutner-Fischer1-69/+10
slowaris versions.
2007-01-17- rewrite find_param to use index_in_str_arrayBernhard Reutner-Fischer1-1/+21
2007-01-17- manually inline tty_value_to_baud and remove string_to_baud_or_dieBernhard Reutner-Fischer1-10/+5
(cleanup)
2007-01-17- constify some read-only members and remove superfluous castsBernhard Reutner-Fischer1-12/+11
(cleanup)
2007-01-17- reuse option_mask32 for state-handling in mainBernhard Reutner-Fischer1-36/+33
- improve check for errors from fcntl
2007-01-17- replace some occurances of "kernel" with busyboxBernhard Reutner-Fischer4-14/+14
2007-01-14httpd: use fd#1 in inetd modeDenis Vlasenko2-5/+11
inetd: micro style fix
2007-01-14inetd: preparatory patch, no code changesDenis Vlasenko1-63/+64
2007-01-14Rename bb_sanitize_stdio -> bb_sanitize_server_stdioDenis Vlasenko4-11/+16
(name is still bad - it doesn't hint that function may do daemonization trick for you if asked to). Small fixes to fakeidentd.
2007-01-14small size optimizationDenis Vlasenko1-2/+3
2007-01-14isrv.h: add copyright infoDenis Vlasenko1-0/+10