- aaf091f remve erroneous dependensies on INSTALLER by Denys Vlasenko · 14 years ago
- 95897f9 getty config help: fix example script by Denys Vlasenko · 14 years ago
- b44e976 getty: extend its config help by Denys Vlasenko · 14 years ago
- b2f00ac reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US) by Denys Vlasenko · 14 years ago
- dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago
- 0fac2f7 wget: remove functions which retry on EINTR by Denys Vlasenko · 14 years ago
- e3ece78 fix trivial build failure by Denys Vlasenko · 14 years ago
- df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 14 years ago
- 77350aa tc: less ugly check for bad sizeof(G) by Denys Vlasenko · 14 years ago
- f133471 iproute: fix handling of "dev IFACE" selector by Denys Vlasenko · 14 years ago
- e7212a4 scripts/mkconfigs: don't use invalid basic regexp by Denys Vlasenko · 14 years ago
- 698e809 use unistd.h before _POSIX_VERSION by Denys Vlasenko · 14 years ago
- 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
- dd807c1 incorporate header fixes proposed in bug 3097 by Denys Vlasenko · 14 years ago
- 5a746dc scripts/kconfig/mconf.c: stop-gap fix for buffer overflow by Denys Vlasenko · 14 years ago
- 8ee2ada echo: do not retry on write errors by Denys Vlasenko · 14 years ago
- b8ab4b0 typo fix by Denys Vlasenko · 14 years ago
- aef441c tar: fix a bug where autodetection messes up -z on extract by Denys Vlasenko · 14 years ago
- ca18e25 runlevel/wall: depend on utmp feature by Mike Frysinger · 14 years ago
- fbea220 udhcpc: fix a problem with binary-encoded options by Denys Vlasenko · 14 years ago
- 281e7b8 ping: trivial simplification. -2 bytes by Denys Vlasenko · 14 years ago
- 1bb52a9 ping: fix IPv6 pinging. Closes bug 3187 by Denys Vlasenko · 14 years ago
- 07078c2 Let fbsplash display images even when a second buffer is active by Dan Fandrich · 14 years ago
- 3e2834f ubimkvol,ubirmvol,ubirsvol: new applets by Reuben Dowle · 14 years ago
- 046341e ash: optional support for $TMOUT variable by Denys Vlasenko · 14 years ago
- 8c52f80 ash: cosmetic cleanups by Denys Vlasenko · 14 years ago
- c5d0f15 libbb: spawn should remove child which failed to exec by Denys Vlasenko · 14 years ago
- 3237f5c tar: support -T - and -X - by Denys Vlasenko · 14 years ago
- b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
- 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 14 years ago
- b72baeb hush: use FEATURE_SH_NOFORK to enable NOFORK trick by Denys Vlasenko · 14 years ago
- c71b469 libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe by Denys Vlasenko · 14 years ago
- 099e528 ps: implement -o stat by Denys Vlasenko · 14 years ago
- c5830bd modprobe/insmod: fix parameter quoting by Denys Vlasenko · 14 years ago
- 8ae386b revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84 by Denys Vlasenko · 14 years ago
- 55ae0e9 df,find_mount_point: optionally don't ignore rootfs by Lauri Kasanen · 14 years ago
- 625cfd8 fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze) by Denys Vlasenko · 14 years ago
- b5233f8 tar: add -h and -T to help text by Denys Vlasenko · 14 years ago
- aa4f9a2 libbb/copy_file.c: use smallints instead of signed chars by Denys Vlasenko · 14 years ago
- 4907f6e getty: fix "ifdef CMSPAR" by Denys Vlasenko · 14 years ago
- f36368e getty: restore CRTSCTS comment by Denys Vlasenko · 14 years ago
- df7b657 id: fix inverted if (!ENABLE_DESKTOP) by Denys Vlasenko · 14 years ago
- ffd81f2 getty: do clear CLOCAL and CRTSCTS unless told otherwise by Denys Vlasenko · 14 years ago
- cf9d33a getty: do not clear all c_cflag's (we were clearing baud bits!) by Denys Vlasenko · 14 years ago
- ddd1ec1 getty: wait up to 5 seconds for the output buffer to drain by Peter Korsgaard · 14 years ago
- e3d4c03 stty: cosmetic fix to settings table; no code changes by Denys Vlasenko · 14 years ago
- 3ff9be3 getty: document bits we don't set - maybe we should set some of them? by Denys Vlasenko · 14 years ago
- d7c25e9 getty: add ECHOE explanation by Denys Vlasenko · 14 years ago
- d849493 getty: explain every bit in termios; remove redundant stuff in termios_final by Denys Vlasenko · 14 years ago
- ea023ea disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents by Denys Vlasenko · 14 years ago
- f18a82d diff: return 1 when skipping directories with -r, but without -N by Alexander Shishkin · 14 years ago
- 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
- 9aa599d top: replace %MEM with %VSZ in header text by Denys Vlasenko · 14 years ago
- 9b3b979 add ENABLE_FEATURE_SYSTEMD and use it in syslogd by Davide Cavalca · 14 years ago
- 444ff28 top: document a debugging script by Denys Vlasenko · 14 years ago
- 975c714 nicer looking ifdef in libbb/makedev.c by Denys Vlasenko · 14 years ago
- 1360918 getty: flush _only_ input after switching to the next baud rate by Denys Vlasenko · 14 years ago
- e54cfc5 stty: enable line discipline display and change code if __linix__ by Denys Vlasenko · 14 years ago
- 7073964 getty: simplify macros; improve VSWTC[H] compat by Denys Vlasenko · 14 years ago
- 6b1ce45 FreeBSD compat for match_fstype by Chris Rees · 14 years ago
- e22af94 FreeBSD compat for makedev by Chris Rees · 14 years ago
- 330718e FreeBSD compat by Chris Rees · 14 years ago
- e3c127d FreeBSD compat by Chris Rees · 14 years ago
- 271c0ce stty: make swtch and iutf8 visible/settable by Denys Vlasenko · 14 years ago
- faaf8cb getty: more simplifications; explain how we treat parity now by Denys Vlasenko · 14 years ago
- 6596380 getty: simplify code by going to more straignforward G trick by Denys Vlasenko · 14 years ago
- e9a40e3 libbb: make ndelay_no/off a bit more clever. +14 bytes by Denys Vlasenko · 14 years ago
- dc6cd12 getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s by Denys Vlasenko · 14 years ago
- 1f08404 getty: use cfsetspeed to save some bytes; cosmetic fixes by Denys Vlasenko · 14 years ago
- 658a437 hwclock: implement --systz by Davide Cavalca · 14 years ago
- 1336f89 wc: fix swapped -c and -m by Denys Vlasenko · 14 years ago
- 1f4a987 pltaform.h: move include of stdint.h before uint16_t is used by Denys Vlasenko · 14 years ago
- 006416e getty: more correct check for O_RDWR by Denys Vlasenko · 14 years ago
- 2b57b6c getty: comment out parity detection code; improve usage text by Denys Vlasenko · 14 years ago
- 3a0f690 svlogd: extend usage text. +70 bytes by Denys Vlasenko · 14 years ago
- e8f565c Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
- b40da22 fix compile error on non-x86 architectures by Denys Vlasenko · 14 years ago
- dd169e8 eliminate aliasing warnings in traceroute.c and udhcp/socket.c by Denys Vlasenko · 14 years ago
- b3b6c8b eliminate aliasing warning in networking/route.c by Denys Vlasenko · 14 years ago
- 53f30b4 ifplugd: eliminate aliasing warnings by Denys Vlasenko · 14 years ago
- 9ad97d5 sighandler_t definition for BSD by Chris Rees · 14 years ago
- a146319 hush: improve prompt in nested {}s, remove unused in_str->promptme member by Denys Vlasenko · 14 years ago
- 98c46d1 hush: fix "cmd & <newline>" problem by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- 3b5acaa disable automatic selection of FEATURE_SUID; improve its help text by Denys Vlasenko · 14 years ago
- 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
- 10ee20b libbb: better comment in parse_date by Denys Vlasenko · 14 years ago
- ad3d72f move passwd, shadow, group and gshadow path definitions to libbb.h by Tito Ragusa · 14 years ago
- e8d0a14 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
- df16891 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
- 0684446 top: add keyboard commands to --help by Denys Vlasenko · 14 years ago
- 8030a14 httpd: send correct mtime for .gz files by Denys Vlasenko · 14 years ago
- dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
- 5a163b2 lsmod: fox unsafe usage of strlen() - 1 by Denys Vlasenko · 14 years ago
- 0f44c08 libbb: progress indicator: use unicode support funcs instead of open-coding it by Denys Vlasenko · 14 years ago
- 84dba9c tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 by Denys Vlasenko · 14 years ago
- 7b30564 stop giving root rights to dnsd, ipcrm, ipcs by Denys Vlasenko · 14 years ago
- bcdb9b8 getty: fix -i (was ignored) by Denys Vlasenko · 14 years ago
- e9d12b5 modprobe-small: support compressed modules in insmod by Denys Vlasenko · 14 years ago
- 642e71a hush: fix wrong prompt problem on empty interactive commants by Denys Vlasenko · 14 years ago