aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-10save 10 bytes on stringsDenys Vlasenko2-2/+2
2011-02-10wget: remove functions which retry on EINTRDenys Vlasenko1-3/+5
2011-02-10fix trivial build failureDenys Vlasenko1-2/+3
2011-02-10wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko2-61/+62
2011-02-10tc: less ugly check for bad sizeof(G)Denys Vlasenko1-6/+4
2011-02-09iproute: fix handling of "dev IFACE" selectorDenys Vlasenko2-14/+25
2011-02-09scripts/mkconfigs: don't use invalid basic regexpDenys Vlasenko1-1/+1
2011-02-08use unistd.h before _POSIX_VERSIONDenys Vlasenko2-1/+1
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko6-61/+39
2011-02-07incorporate header fixes proposed in bug 3097Denys Vlasenko2-1/+4
2011-02-07scripts/kconfig/mconf.c: stop-gap fix for buffer overflowDenys Vlasenko1-1/+1
2011-02-07echo: do not retry on write errorsDenys Vlasenko7-40/+74
2011-02-06typo fixDenys Vlasenko1-1/+1
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko4-14/+30
2011-02-06runlevel/wall: depend on utmp featureMike Frysinger1-0/+2
2011-02-06udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko1-1/+1
2011-02-06ping: trivial simplification. -2 bytesDenys Vlasenko1-4/+6
2011-02-05ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko1-1/+1
2011-02-05Let fbsplash display images even when a second buffer is activeDan Fandrich1-1/+4
2011-02-05ubimkvol,ubirmvol,ubirsvol: new appletsReuben Dowle1-18/+136
2011-02-04ash: optional support for $TMOUT variableDenys Vlasenko2-1/+50
2011-02-04ash: cosmetic cleanupsDenys Vlasenko1-13/+12
2011-02-03libbb: spawn should remove child which failed to execDenys Vlasenko1-0/+1
2011-02-03tar: support -T - and -X -Denys Vlasenko1-1/+1
2011-02-03whitespace fixesDenys Vlasenko13-21/+21
2011-02-02move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko3-41/+20
2011-02-02hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko4-14/+34
2011-02-02libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko3-16/+18
2011-02-02ps: implement -o statDenys Vlasenko2-9/+35
2011-02-02modprobe/insmod: fix parameter quotingDenys Vlasenko4-10/+28
2011-02-01revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84Denys Vlasenko1-6/+5
2011-01-31df,find_mount_point: optionally don't ignore rootfsLauri Kasanen3-2/+21
2011-01-31fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)Denys Vlasenko1-9/+5
2011-01-31tar: add -h and -T to help textDenys Vlasenko1-8/+13
2011-01-28libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko1-4/+4
2011-01-26getty: fix "ifdef CMSPAR"Denys Vlasenko1-1/+1
2011-01-26getty: restore CRTSCTS commentDenys Vlasenko1-1/+1
2011-01-26id: fix inverted if (!ENABLE_DESKTOP)Denys Vlasenko1-3/+2
2011-01-26getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko1-4/+0
2011-01-26getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko1-12/+28
2011-01-26getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard1-23/+33
2011-01-26stty: cosmetic fix to settings table; no code changesDenys Vlasenko1-10/+10
2011-01-26getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko1-7/+59
2011-01-26getty: add ECHOE explanationDenys Vlasenko1-1/+3
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2-36/+32
2011-01-26disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko7-10/+7
2011-01-26diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin1-3/+6
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2011-01-25top: replace %MEM with %VSZ in header textDenys Vlasenko1-7/+17
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca3-0/+73