aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-08use unistd.h before _POSIX_VERSIONDenys Vlasenko
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2011-02-07incorporate header fixes proposed in bug 3097Denys Vlasenko
2011-02-07scripts/kconfig/mconf.c: stop-gap fix for buffer overflowDenys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2011-02-06typo fixDenys Vlasenko
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko
2011-02-06runlevel/wall: depend on utmp featureMike Frysinger
2011-02-06udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko
2011-02-06ping: trivial simplification. -2 bytesDenys Vlasenko
2011-02-05ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko
2011-02-05Let fbsplash display images even when a second buffer is activeDan Fandrich
2011-02-05ubimkvol,ubirmvol,ubirsvol: new appletsReuben Dowle
2011-02-04ash: optional support for $TMOUT variableDenys Vlasenko
2011-02-04ash: cosmetic cleanupsDenys Vlasenko
2011-02-03libbb: spawn should remove child which failed to execDenys Vlasenko
2011-02-03tar: support -T - and -X -Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-02-02move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko
2011-02-02hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko
2011-02-02libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko
2011-02-02ps: implement -o statDenys Vlasenko
2011-02-02modprobe/insmod: fix parameter quotingDenys Vlasenko
2011-02-01revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84Denys Vlasenko
2011-01-31df,find_mount_point: optionally don't ignore rootfsLauri Kasanen
2011-01-31fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)Denys Vlasenko
2011-01-31tar: add -h and -T to help textDenys Vlasenko
2011-01-28libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko
2011-01-26getty: fix "ifdef CMSPAR"Denys Vlasenko
2011-01-26getty: restore CRTSCTS commentDenys Vlasenko
2011-01-26id: fix inverted if (!ENABLE_DESKTOP)Denys Vlasenko
2011-01-26getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko
2011-01-26getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko
2011-01-26getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard
2011-01-26stty: cosmetic fix to settings table; no code changesDenys Vlasenko
2011-01-26getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko
2011-01-26getty: add ECHOE explanationDenys Vlasenko
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko
2011-01-26disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko
2011-01-26diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-25top: replace %MEM with %VSZ in header textDenys Vlasenko
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca
2011-01-25top: document a debugging scriptDenys Vlasenko
2011-01-24nicer looking ifdef in libbb/makedev.cDenys Vlasenko
2011-01-24getty: flush _only_ input after switching to the next baud rateDenys Vlasenko
2011-01-24stty: enable line discipline display and change code if __linix__Denys Vlasenko
2011-01-24getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko
2011-01-24FreeBSD compat for match_fstypeChris Rees
2011-01-24FreeBSD compat for makedevChris Rees