2012-07-10 |
Denys Vlasenko | ftpd: free allocated string on error path |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Denys Vlasenko | ftpd: fix MDTM's month value. Closes 5336 |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Denys Vlasenko | ash: add a comment about VEXPORT |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Linus Walleij | fbset: respect rgba configuration lines in fb.modes |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Eric Martin | acpid: add missing lid switch definition |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Mike Frysinger | include sys/resource.h where needed |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Denys Vlasenko | mount: support strictatime option. Closes 5240 |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Denys Vlasenko | awk: make -F STR interpret escape sequences. Closes... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Denys Vlasenko | dpkg: fix creation of .list files (were empty since... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Denys Vlasenko | trivial small speed optimization |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Denys Vlasenko | mount: do not pass "comment=ANYTHING" option to kernel... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Denys Vlasenko | mount: undo recent breakage when mount flags were made... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Denys Vlasenko | mount: fix the wrongly stored fs creation time |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Denys Vlasenko | mount: set up RO loop device if mount -o ro. Closes... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Denys Vlasenko | tweak help texts |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Denys Vlasenko | adduser: install to /usr, not /, like all other similar... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Denys Vlasenko | Move several applets to different install dir: |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Denys Vlasenko | tweak help text |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Bernhard Walle | build system: fix build of kconfig on Darwin |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Denys Vlasenko | wget: fix wget-supports--P testsuite failure. Closes... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Pierre Carrier | config: do not refer to HTTPS for wget |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Denys Vlasenko | wget: make -c _not_ truncate the file |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Denys Vlasenko | unzip: make options parsing more robust on getopt w... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Denys Vlasenko | Merge branch 'master' of git+ssh://busybox.net/var... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Denys Vlasenko | wget: correctly handle failure to -c (continue) |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Vladimir Dronnikov | wget: add dummy --no-cache |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Michael Tokarev | ps: use separate get_uptime() and make it work on non... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Matt Reimer | nanddump: make dumping read-only partitions work |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Tanguy Pruvot | modinfo: match more standard module fields and fix... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Denys Vlasenko | volume_id/ext: use common bb_e2fs_defs.h for ext2/3... |
commit | commitdiff | tree | snapshot |
2012-06-12 |
Pascal Bellard | su: do not change to home dir unless -l |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Denys Vlasenko | remove FEATURE_VI_OPTIMIZE_CURSOR from example config |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Denys Vlasenko | rdate: code shrink |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Denys Vlasenko | Add comments in keyboard escape sequences table |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Denys Vlasenko | vi: save/restore screen upon invocation |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Denys Vlasenko | vi: nuke FEATURE_VI_OPTIMIZE_CURSOR |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Denys Vlasenko | ntpd: on time step, kill all outstanding replies from... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Tanguy Pruvot | testsuite: some more awk tests related to conditions |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Denys Vlasenko | rdate: code shrink |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Denys Vlasenko | vi: do not set autoindent by default |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Tias Guns | libbb: add missing_syscalls.c: for now, only Android... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Tias Guns | android: some sensible defconfig changes |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Tias Guns | platform.h: Android tweaks: ioprio defines, BB_ADDITION... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Tias Guns | android: fix 'stat', ifdef S_TYPEIS* in coreutiles... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Tias Guns | inetd: fix build failure in Android |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Denys Vlasenko | brctl: fix build failure by s/strtotimeval/bb_strtotime... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Denys Vlasenko | lpr: don't send 0-byte print jobs (compat) |
commit | commitdiff | tree | snapshot |
2012-06-09 |
Etienne Le... | tar: fix 256-bit encoded number decoding |
commit | commitdiff | tree | snapshot |
2012-06-09 |
Denys Vlasenko | ash: fix a bug in >${varexp} handling. Closes 5282 |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Denys Vlasenko | sed: yet another fix on top of zero length match code |
commit | commitdiff | tree | snapshot |
2012-06-08 |
Denys Vlasenko | man: fix handling of gzipped manpages |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Denys Vlasenko | sed: fix breakage added by zero length match code |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Denys Vlasenko | sed: code shrink |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Denys Vlasenko | sed: fix zero chars match/replace |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Denys Vlasenko | ifplugd: tweak help text |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Denys Vlasenko | udhcpc[6]: show select timeout in log |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Natanael Copa | unzip: ignore chmod errors |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Boris Reisig | tar: support -J, --xz explicit compression option |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Anthony G.... | build system: fix build failure when only gunzip is... |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Christoph Lohmann | mdev: tell kernel that we didn't find the firmware |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Denys Vlasenko | Merge branch 'master' of git+ssh://vda@busybox.net... |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Natanael Copa | tar: implement --no-recursion |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Denys Vlasenko | mdev: remove undocumented subsystem/devname matching... |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Denys Vlasenko | mdev: when found, print major,minor into mdev.log |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Denys Vlasenko | tweak help text |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Denys Vlasenko | mdev: add support for $DEVNAME and /dev/mdev.log debug aid |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Denys Vlasenko | typo fix in comment |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Denys Vlasenko | volume_id/ext: detect ext4 too |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Denys Vlasenko | find: if DESKTOP=y, support -wholename (synonym for... |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Denys Vlasenko | examples/mdev_fat.conf: small addition |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Denys Vlasenko | busybox: tweak help text and copyright year |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Denys Vlasenko | fix for spurious testsuite failure |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon B | mv: accept but ignore -v |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon B | mkdir,rmdir: accept and ignore -v, --verbose |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon B | sed: support long opts and -iSFX |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Simon B | ln: support -T and -v |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Andreas Oberritter | get_linux_version_code: don't fail on Linux version... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Mike Frysinger | udhcpc6: depend on ipv6 |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Denys Vlasenko | fix build failure when compressed help is selected... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Ron Yorston | sendmail: use host rather than NIS domain name for... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Denys Vlasenko | lpr: small code shrink |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Dennis Groenen | lineedit: histfile can get emptied when CONFIG_FEATURE_... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Denys Vlasenko | hush: remove sighandler_t definition hack, platform... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Denys Vlasenko | getty: fix for NOCTTY killing us with SIGHUP |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Denys Vlasenko | sed: slightly better fix for prev commit's problem |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Denys Vlasenko | sed: fix handling of s/// which has empty matches |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Andreas Oberritter | ifupdown: improve compatibility with Debian |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Denys Vlasenko | Start 1.21.0 development cycle |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Denys Vlasenko | Bump version to 1.20.0 1_20_0 |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Denys Vlasenko | udhcpc: fix improper size calculation for OPTION_STRING... |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Denys Vlasenko | mdev: fix mode of creatred node if config file support... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Denys Vlasenko | Fix another build failure found with randconfig |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Denys Vlasenko | fix build breakage with gcc 4.2.1 |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Denys Vlasenko | whitespace fixes |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Denys Vlasenko | fix build breakage found by randconfig |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Denys Vlasenko | who: fix typo in help text |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Denys Vlasenko | hwclock: fix wrong comparison of time value (when it... |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Denys Vlasenko | udhcp: make arpping code resistant to time jumps |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Denys Vlasenko | who,less: tweaked help text |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Denys Vlasenko | mktemp: add support for -u |
commit | commitdiff | tree | snapshot |
next |