- 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
- ac164dd volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs by Denys Vlasenko · 13 years ago
- 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
- 588e284 remove FEATURE_VI_OPTIMIZE_CURSOR from example config by Denys Vlasenko · 13 years ago
- 39f82d4 rdate: code shrink by Denys Vlasenko · 13 years ago
- 0ccae4d Add comments in keyboard escape sequences table by Denys Vlasenko · 13 years ago
- d3dff87 vi: save/restore screen upon invocation by Denys Vlasenko · 13 years ago
- 04b5289 vi: nuke FEATURE_VI_OPTIMIZE_CURSOR by Denys Vlasenko · 13 years ago
- 4125a6b ntpd: on time step, kill all outstanding replies from other peers by Denys Vlasenko · 13 years ago
- 0a393cf testsuite: some more awk tests related to conditions by Tanguy Pruvot · 13 years ago
- 93c32f2 rdate: code shrink by Denys Vlasenko · 13 years ago
- 605f264 vi: do not set autoindent by default by Denys Vlasenko · 13 years ago
- c9677ed libbb: add missing_syscalls.c: for now, only Android syscalls by Tias Guns · 13 years ago
- bd01f22 android: some sensible defconfig changes by Tias Guns · 13 years ago
- 3645195 platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH by Tias Guns · 13 years ago
- a1ec841 android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c by Tias Guns · 13 years ago
- 64f763b inetd: fix build failure in Android by Tias Guns · 13 years ago
- 49b8e72 brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strtotimeval) by Denys Vlasenko · 13 years ago
- 52de9c7 lpr: don't send 0-byte print jobs (compat) by Denys Vlasenko · 13 years ago
- cfc212c tar: fix 256-bit encoded number decoding by Etienne Le Sueur · 13 years ago
- f451b2c ash: fix a bug in >${varexp} handling. Closes 5282 by Denys Vlasenko · 13 years ago
- 37ca36a sed: yet another fix on top of zero length match code by Denys Vlasenko · 13 years ago
- ba1d561 man: fix handling of gzipped manpages by Denys Vlasenko · 13 years ago
- 84406e4 sed: fix breakage added by zero length match code by Denys Vlasenko · 13 years ago
- c35545a sed: code shrink by Denys Vlasenko · 13 years ago
- 21f6fbf sed: fix zero chars match/replace by Denys Vlasenko · 13 years ago
- 21f620f ifplugd: tweak help text by Denys Vlasenko · 13 years ago
- 085b293 udhcpc[6]: show select timeout in log by Denys Vlasenko · 13 years ago
- 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
- dfc2473 tar: support -J, --xz explicit compression option by Boris Reisig · 13 years ago
- 6e9284d build system: fix build failure when only gunzip is selected by Anthony G. Basile · 13 years ago
- 25cb5aa mdev: tell kernel that we didn't find the firmware by Christoph Lohmann · 13 years ago
- aaf8272 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 13 years ago
- 0446104 tar: implement --no-recursion by Natanael Copa · 13 years ago
- b6beada mdev: remove undocumented subsystem/devname matching hack by Denys Vlasenko · 13 years ago
- ea57f51 mdev: when found, print major,minor into mdev.log by Denys Vlasenko · 13 years ago
- 8d11854 tweak help text by Denys Vlasenko · 13 years ago
- 516530c mdev: add support for $DEVNAME and /dev/mdev.log debug aid by Denys Vlasenko · 13 years ago
- 7c8aa2b typo fix in comment by Denys Vlasenko · 13 years ago
- 0133921 volume_id/ext: detect ext4 too by Denys Vlasenko · 13 years ago
- be1cfee find: if DESKTOP=y, support -wholename (synonym for -path) by Denys Vlasenko · 13 years ago
- 4a6a56c examples/mdev_fat.conf: small addition by Denys Vlasenko · 13 years ago
- 02b8b9b busybox: tweak help text and copyright year by Denys Vlasenko · 13 years ago
- a5ee090 fix for spurious testsuite failure by Denys Vlasenko · 13 years ago
- f1f8fca mv: accept but ignore -v by Simon B · 13 years ago
- 3698ed1 mkdir,rmdir: accept and ignore -v, --verbose by Simon B · 13 years ago
- 8c34395 sed: support long opts and -iSFX by Simon B · 13 years ago
- 44642d1 ln: support -T and -v by Simon B · 13 years ago
- 556ac36 get_linux_version_code: don't fail on Linux version strints like "3.0-foo" by Andreas Oberritter · 13 years ago
- 3da46c8 udhcpc6: depend on ipv6 by Mike Frysinger · 13 years ago
- d133144 fix build failure when compressed help is selected, but bz2 compression is not by Denys Vlasenko · 13 years ago
- 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
- 0c62f20 lpr: small code shrink by Denys Vlasenko · 13 years ago
- deee356 lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y by Dennis Groenen · 13 years ago
- 9d75370 hush: remove sighandler_t definition hack, platform.h has it too by Denys Vlasenko · 13 years ago
- eced0c7 getty: fix for NOCTTY killing us with SIGHUP by Denys Vlasenko · 13 years ago
- b84dafb sed: slightly better fix for prev commit's problem by Denys Vlasenko · 13 years ago
- e39afe1 sed: fix handling of s/// which has empty matches by Denys Vlasenko · 13 years ago
- 3a9365e ifupdown: improve compatibility with Debian by Andreas Oberritter · 13 years ago
- b9d4944 Start 1.21.0 development cycle by Denys Vlasenko · 13 years ago
- f523439 Bump version to 1.20.0 by Denys Vlasenko · 13 years ago 1_20_0
- d2266d4 udhcpc: fix improper size calculation for OPTION_STRING_HOST by Denys Vlasenko · 13 years ago
- c966563 mdev: fix mode of creatred node if config file support is not configured by Denys Vlasenko · 13 years ago