- 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
- 393c395 du: document incompatibility with standard tool by Denys Vlasenko · 12 years ago
- 4d5955e decompress_uncompress: comment out a bigger chunk of debug code by Denys Vlasenko · 12 years ago
- a846117 decompress_uncompress: comment out debug printout on corrupted data by Denys Vlasenko · 12 years ago
- c71547c decompress_uncompress: move 'code' variable into loop - sole user by Denys Vlasenko · 12 years ago
- 4ba6c5d ash: fix a memory leak by Jon Tollefson · 12 years ago
- e4b9451 volume_id: add exFAT detection by S-G Bergh · 12 years ago
- 3f21044 ifupdown: code shrink by Denys Vlasenko · 12 years ago
- a803bfa ifupdown: remove unused errno assignments by Denys Vlasenko · 12 years ago
- 1118133 ifupdown: simple code shrink by Denys Vlasenko · 12 years ago
- d2d5049 blkid: show filesystem when both label and UUID are missing, but type is known by S-G Bergh · 12 years ago
- 5694afd build system: use pkg-config to look up selinux libs by Mike Frysinger · 12 years ago
- 67dc7b2 fbsplash: fix regression from e4fa7b7 by Timo Teräs · 12 years ago
- 3aeb870 nanddump: invert the meaning of the -o parameter to match upstream by Baruch Siach · 12 years ago
- 98f6b2d nanddump: skip bad blocks when instructed to do so by Baruch Siach · 12 years ago
- da0200a nanddump: use the right operator of logic AND by Baruch Siach · 12 years ago
- eab343e mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set by Ron Yorston · 12 years ago
- 8dc6d1a adduser: make it accept "adduser USER GROUP" form by Tito Ragusa · 12 years ago
- fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
- 32711c4 top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor" by Denys Vlasenko · 12 years ago
- d527588 ash: implement export -n by Denys Vlasenko · 12 years ago
- f47ce07 brctl: fix description and usage by Nicolas Thill · 12 years ago
- 1c7a58d udhcpc[6]: allow discover_retries == 0 (infinite) by Felix Fietkau · 12 years ago
- d109798 flashcp: remove unused variable opts by Manuel Zerpies · 12 years ago
- b232037 lineedit: in !EDITING config, return -1 on fgets error by Denys Vlasenko · 12 years ago
- 9371043 fix unsafe bb_perror_msg(filename) calls by Denys Vlasenko · 12 years ago
- 225cc13 scripts/kconfig/mconf: work on systems w/o SIGWINCH by Denys Vlasenko · 12 years ago
- c4f2d99 libbb: correctness/size tweaks in signal-related helpers by Denys Vlasenko · 12 years ago
- 73a1990 top: do not touch stdin if -b by Denys Vlasenko · 12 years ago
- 06a98e3 modprobe_small: make rmmod to NOT remove dependencies. Closes 5162 by Denys Vlasenko · 12 years ago
- 0b4980c ash: trivial fixes for compile failures by Denys Vlasenko · 12 years ago
- ffe03f0 top: fix build failure in !USE_TERMIOS case by Denys Vlasenko · 12 years ago
- 42be921 ps: fix build failure in !DESKTOP case by Denys Vlasenko · 12 years ago
- 2fb8d0d top: implement scrolling up/down (_very_ useful) by Denys Vlasenko · 12 years ago
- 3c62bba ushcpc: gracefully handle packets with CHECKSUM_PARTIAL by Alexey Froloff · 12 years ago
- 0ffd63c telnet: convert Enter -> CR LF in line mode too by Denys Vlasenko · 12 years ago
- 57f07bf telnet: shrink literal string size by Denys Vlasenko · 12 years ago
- aca464d telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server by Denys Vlasenko · 12 years ago
- 6d463de fbsplash: support non-RGB565 pixels in 16-bit mode by Linus Walleij · 12 years ago
- 2dc1a97 find: make -mindepth N -xdev correctly stop on mountpoints by Denys Vlasenko · 12 years ago
- 9e71e3c ash: fix "read -s" + ^C. Closes 5504 by Denys Vlasenko · 12 years ago
- 50157f3 top: fix "last CPU" parsing by Denys Vlasenko · 12 years ago
- c439851 sysctl: implement -q by Joshua Kahlenberg · 12 years ago
- d1d794f refactor correct_password.c to avoid one if by walter harms · 12 years ago
- 9b80b90 build system: stop .eh_frame generation by Denys Vlasenko · 12 years ago
- b7812ce wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426 by Denys Vlasenko · 12 years ago
- 168f87c httpd_indexcgi.c: fix compile failure by Denys Vlasenko · 12 years ago
- 5f10fdf Fix compile failure in ll_proto.c by Denys Vlasenko · 12 years ago
- c5a9fa2 blkid: add support for nilfs2 by Sven-Göran Bergh · 12 years ago
- 8019b3a volume_id: code shrink by Denys Vlasenko · 12 years ago
- 11f2c0d blkid: add type display for btrfs by Sven-Göran Bergh · 12 years ago
- 405daff ll_proto.c: code shrink by Denys Vlasenko · 12 years ago
- a0fd4a7 style fixes, no code changes by Denys Vlasenko · 12 years ago
- 41f7885 getty: tweak style, no code changes by Denys Vlasenko · 12 years ago
- 9c55143 wget: try reading after poll timeout - stdio may have buffered data. Closes 5426 by Denys Vlasenko · 12 years ago
- 45c35e9 getty: add commented-out extended error diagnostic by Denys Vlasenko · 12 years ago
- dba7094 login: increase login name size limit from 32 to 64 by Denys Vlasenko · 12 years ago
- 6567edd udhcp[cd]: fix binding to network aliases. Closes 5432, 5438 by Denys Vlasenko · 12 years ago
- 4919565 lineedit: fix Alt-D when cursor==0 by Cliff Frey · 12 years ago
- 2ffd710 platform.h: disable ALIGNn macros for s390[x] by Denys Vlasenko · 12 years ago
- ca81a93 disable format security warnings by Mike Frysinger · 12 years ago
- 293c945 udhcpc: make -O <numeric_opt> work. Closes 5402 by Denys Vlasenko · 12 years ago
- 0e941d5 Simplify copyright/license notice that appears in the binary. by Bradley M. Kuhn · 12 years ago
- 5cfb818 Add yet another missing ALIGN2 on a global declaration. by Denys Vlasenko · 12 years ago
- 71045cc dhcpd: write lease file on exit by Denys Vlasenko · 12 years ago
- d3a4239 *: declare strings with ALIGN1, as appropriate by Aurelien Jarno · 12 years ago
- 32f774c *: declare strings with ALIGN1, as appropriate by Michael Tokarev · 12 years ago
- e565383 testsuite: make mkfs.minix test not fail spuriously on big endian by Yao Zhao · 12 years ago
- 37a79c0 sed: allow 'w' cmd to use two address form by Mimi Li · 12 years ago
- dbed6c4 tftpd: fix -u USER to work with chroot. Closes 5348 by Denys Vlasenko · 12 years ago
- df8066a awk: fix FS assignment behavior. Closes 5108 by Denys Vlasenko · 12 years ago
- e1db338 ftpd: free allocated string on error path by Denys Vlasenko · 12 years ago
- 3bb8587 ftpd: fix MDTM's month value. Closes 5336 by Denys Vlasenko · 12 years ago
- 566a313 ash: add a comment about VEXPORT by Denys Vlasenko · 12 years ago
- b5c7220 fbset: respect rgba configuration lines in fb.modes by Linus Walleij · 12 years ago
- 5345b8d acpid: add missing lid switch definition by Eric Martin · 12 years ago
- c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 12 years ago
- 9ad8979 mount: support strictatime option. Closes 5240 by Denys Vlasenko · 12 years ago
- ea664dd awk: make -F STR interpret escape sequences. Closes 5126 by Denys Vlasenko · 12 years ago
- 440a509 dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 by Denys Vlasenko · 12 years ago
- d52c951 trivial small speed optimization by Denys Vlasenko · 12 years ago
- 6ebb2b6 mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240 by Denys Vlasenko · 12 years ago
- a396ade mount: undo recent breakage when mount flags were made unsigned by Denys Vlasenko · 12 years ago
- c9a1311 mount: fix the wrongly stored fs creation time by Denys Vlasenko · 12 years ago
- 9ee4266 mount: set up RO loop device if mount -o ro. Closes 4784 by Denys Vlasenko · 12 years ago
- 1d7ad7a tweak help texts by Denys Vlasenko · 12 years ago
- 2bc495e adduser: install to /usr, not /, like all other similar tools by Denys Vlasenko · 12 years ago
- dac8e79 Move several applets to different install dir: by Denys Vlasenko · 12 years ago
- e3e0d2b tweak help text by Denys Vlasenko · 12 years ago
- 9b78e14 build system: fix build of kconfig on Darwin by Bernhard Walle · 12 years ago
- aacd448 wget: fix wget-supports--P testsuite failure. Closes 4940 by Denys Vlasenko · 12 years ago
- e0a6004 config: do not refer to HTTPS for wget by Pierre Carrier · 12 years ago
- 6144124 wget: make -c _not_ truncate the file by Denys Vlasenko · 12 years ago
- c5b0101 unzip: make options parsing more robust on getopt w/o gnu extensions by Denys Vlasenko · 13 years ago
- 604499e Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 13 years ago
- bf146b8 wget: correctly handle failure to -c (continue) by Denys Vlasenko · 13 years ago
- f5abc78 wget: add dummy --no-cache by Vladimir Dronnikov · 13 years ago
- ac42e3d ps: use separate get_uptime() and make it work on non-linux too by Michael Tokarev · 13 years ago
- 6979325 nanddump: make dumping read-only partitions work by Matt Reimer · 13 years ago
- 772f17a modinfo: match more standard module fields and fix version field by Tanguy Pruvot · 13 years ago