aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* scripts/mkconfigs: don't use invalid basic regexpDenys Vlasenko2011-02-091-1/+1
* use unistd.h before _POSIX_VERSIONDenys Vlasenko2011-02-082-1/+1
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-086-61/+39
* incorporate header fixes proposed in bug 3097Denys Vlasenko2011-02-072-1/+4
* scripts/kconfig/mconf.c: stop-gap fix for buffer overflowDenys Vlasenko2011-02-071-1/+1
* echo: do not retry on write errorsDenys Vlasenko2011-02-077-40/+74
* typo fixDenys Vlasenko2011-02-061-1/+1
* tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko2011-02-064-14/+30
* runlevel/wall: depend on utmp featureMike Frysinger2011-02-061-0/+2
* udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko2011-02-061-1/+1
* ping: trivial simplification. -2 bytesDenys Vlasenko2011-02-061-4/+6
* ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko2011-02-051-1/+1
* Let fbsplash display images even when a second buffer is activeDan Fandrich2011-02-051-1/+4
* ubimkvol,ubirmvol,ubirsvol: new appletsReuben Dowle2011-02-051-18/+136
* ash: optional support for $TMOUT variableDenys Vlasenko2011-02-042-1/+50
* ash: cosmetic cleanupsDenys Vlasenko2011-02-041-13/+12
* libbb: spawn should remove child which failed to execDenys Vlasenko2011-02-031-0/+1
* tar: support -T - and -X -Denys Vlasenko2011-02-031-1/+1
* whitespace fixesDenys Vlasenko2011-02-0313-21/+21
* move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko2011-02-023-41/+20
* hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-024-14/+34
* libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko2011-02-023-16/+18
* ps: implement -o statDenys Vlasenko2011-02-022-9/+35
* modprobe/insmod: fix parameter quotingDenys Vlasenko2011-02-024-10/+28
* revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84Denys Vlasenko2011-02-011-6/+5
* df,find_mount_point: optionally don't ignore rootfsLauri Kasanen2011-01-313-2/+21
* fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)Denys Vlasenko2011-01-311-9/+5
* tar: add -h and -T to help textDenys Vlasenko2011-01-311-8/+13
* libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko2011-01-281-4/+4
* getty: fix "ifdef CMSPAR"Denys Vlasenko2011-01-261-1/+1
* getty: restore CRTSCTS commentDenys Vlasenko2011-01-261-1/+1
* id: fix inverted if (!ENABLE_DESKTOP)Denys Vlasenko2011-01-261-3/+2
* getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko2011-01-261-4/+0
* getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko2011-01-261-12/+28
* getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard2011-01-261-23/+33
* stty: cosmetic fix to settings table; no code changesDenys Vlasenko2011-01-261-10/+10
* getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko2011-01-261-7/+59
* getty: add ECHOE explanationDenys Vlasenko2011-01-261-1/+3
* getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2011-01-262-36/+32
* disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko2011-01-267-10/+7
* diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin2011-01-261-3/+6
* move utmp.h include to libbb.hDenys Vlasenko2011-01-2516-38/+24
* top: replace %MEM with %VSZ in header textDenys Vlasenko2011-01-251-7/+17
* add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca2011-01-253-0/+73
* top: document a debugging scriptDenys Vlasenko2011-01-251-2/+11
* nicer looking ifdef in libbb/makedev.cDenys Vlasenko2011-01-242-10/+11
* getty: flush _only_ input after switching to the next baud rateDenys Vlasenko2011-01-241-1/+1
* stty: enable line discipline display and change code if __linix__Denys Vlasenko2011-01-241-5/+6
* getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko2011-01-241-9/+8
* FreeBSD compat for match_fstypeChris Rees2011-01-241-1/+2