2011-01-21 |
Denys Vlasenko | svlogd: extend usage text. +70 bytes |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Denys Vlasenko | Merge branch 'master' of git+ssh://vda@busybox.net... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Denys Vlasenko | fix compile error on non-x86 architectures |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Denys Vlasenko | eliminate aliasing warnings in traceroute.c and udhcp... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Denys Vlasenko | eliminate aliasing warning in networking/route.c |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Denys Vlasenko | ifplugd: eliminate aliasing warnings |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Chris Rees | sighandler_t definition for BSD |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Denys Vlasenko | hush: improve prompt in nested {}s, remove unused in_st... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Denys Vlasenko | hush: fix "cmd & <newline>" problem |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Denys Vlasenko | mass removal of underscores from _BB_DIR_foo and _BB_SU... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Denys Vlasenko | disable automatic selection of FEATURE_SUID; improve... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Denys Vlasenko | insmod: check for module read errors |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Denys Vlasenko | libbb: better comment in parse_date |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Tito Ragusa | move passwd, shadow, group and gshadow path definitions... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Denys Vlasenko | remove a few aliasing warnings |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Denys Vlasenko | remove a few aliasing warnings |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Denys Vlasenko | top: add keyboard commands to --help |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Denys Vlasenko | httpd: send correct mtime for .gz files |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Denys Vlasenko | libbb unicode: comment out usused function and unused... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Denys Vlasenko | lsmod: fox unsafe usage of strlen() - 1 |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Denys Vlasenko | libbb: progress indicator: use unicode support funcs... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Denys Vlasenko | tftp: fix bad interaction betweel poll() and alarm... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Denys Vlasenko | stop giving root rights to dnsd, ipcrm, ipcs |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Denys Vlasenko | getty: fix -i (was ignored) |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Denys Vlasenko | modprobe-small: support compressed modules in insmod |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Denys Vlasenko | hush: fix wrong prompt problem on empty interactive... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Denys Vlasenko | suppress "'fast_strtol_10' defined but not used" warning |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Denys Vlasenko | mkswap: selinux build fix |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Denys Vlasenko | tar: add a note about -C and symlink-in-tarball attack |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Denys Vlasenko | explain every non-SUID_DROP applet. No code changes |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Denys Vlasenko | kill[all[5]],pkill: make signal list show signal number... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Denys Vlasenko | kill[all[5]],pkill: more correct, and smaller, SIGRTMIN... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Denys Vlasenko | date,touch: treat 2-digit years better (fit them into... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Alexey Soloviev | date: preserve isdst value if date is in time_t (unix... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Denys Vlasenko | su: document -l in --help text. Closes bug 2761 |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Denys Vlasenko | add missed underscore |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Denys Vlasenko | date: add a comment about _SVID_SOURCE |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Denys Vlasenko | bzip2: plug memory leak on every processed file |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Denys Vlasenko | libbb: optionally support RTMIN[+n] and RTMAX[-n] signa... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Denys Vlasenko | blkid: optional support for TYPE="fstype" |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Denys Vlasenko | plug a DIR* leak on error path |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Serj Kalichev | modprobe: add -D option (synonym of --show-depends) |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Ian Wienand | login: apply PAM environment |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Denys Vlasenko | cpio: allow cpio -i to take params - names of files... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Serj Kalichev | modprobe: add support for --show-depends |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Denys Vlasenko | init: simpler handling of leading dash in commands |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Denys Vlasenko | udhcpc: document SIGUSRn effect in help text |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Denys Vlasenko | hush: fix FEATURE_CLEAN_UP code (was freeing unallocate... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Denys Vlasenko | sendmail: remove forgotten commenting-out on a "if... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Denys Vlasenko | mailutils/*: add verbose option to sendmail; remove... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Denys Vlasenko | test: add examples when "%s: unknown operand" happens |
commit | commitdiff | tree | snapshot |
2010-12-20 |
James Youngman | ls: remove redundant constants LIST_FILENAME and LIST_SHORT |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Denys Vlasenko | ls: add support for -H |
commit | commitdiff | tree | snapshot |
2010-12-19 |
James Hunt | volume_id: recognize compressed hibernate swap signature |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Denys Vlasenko | ls: tweak -e handling; better comments |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Denys Vlasenko | ls: print a space after each column. Closes bug 2941 |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Denys Vlasenko | ls: make -F not follow symlinks of the command line |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Denys Vlasenko | ls: make -x force columnar output; remove unused parts... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Denys Vlasenko | ls: for some options, only last takes effect. Closes... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Denys Vlasenko | chrt: -m can be used without any arguments. Closes... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Denys Vlasenko | chrt: correct opt_complementary. Closes bug 2977 |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Macpaul Lin | scripts: fix fixdep.c to let it workable in cygwin |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Denys Vlasenko | Revert "scripts: fix fixdep.c to let it workable in... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Greentime | scripts: fix fixdep.c to let it workable in cygwin |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Denys Vlasenko | chat: fix build breakage (variable declared in for()) |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Denys Vlasenko | hush: fix build breakage (variable declared in for()) |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Denys Vlasenko | nmeter: deprecate %NNNd specified, use -d MSEC instead |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Lauri Kasanen | procps/Config.src: Add pstree to FEATURE_THREADS deps... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Denys Vlasenko | more: smaller version of previous fix |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Denys Vlasenko | more: exit if write to stdout errors out |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Denys Vlasenko | fix typo in README |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Denys Vlasenko | update examples/var_service/README |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Denys Vlasenko | add examples/var_service/README |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Denys Vlasenko | pstree: use stdin for screen size detection |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Eric Lammerts | runsvdir: do not miss closely spaced service dir changes |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Denys Vlasenko | tweak INSTALL_NO_USR help text |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Joachim Nilsson | build system: fix "make install" to skip /usr when... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Denys Vlasenko | pstree: another tiny shrink |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Denys Vlasenko | pstree: tiny shrink |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Lauri Kasanen | pstree: fix width logic. +30 bytes |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Lauri Kasanen | pstree: new applet. +1664 bytes |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Denys Vlasenko | add if guards around include <malloc.h> |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Denys Vlasenko | libbb/pw_encrypt_sha: forgot to move &ctx to 1st param... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Denys Vlasenko | touch: fix help text to not show options disabled in... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Denys Vlasenko | su: suppress "warning: unused variable 'user_buf'" |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Chris Rees | build system: do not use GNU-isms in find |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Denys Vlasenko | telnetd: write utmp record with correct pid |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Denys Vlasenko | ping: set not only IP_TTL, but also IP_MULTICAST_TTL |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Rob Landley | patch: fix "patch at the beginning" testcase failure |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Denys Vlasenko | exclude the case of just "busybox" from previous commit |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Denys Vlasenko | if only one applet is enabled, make "busybox applet... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Joachim Nilsson | ping: add -t TTL option |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Denys Vlasenko | dhcpd: reply with NAK to clients in INIT-REBOOT state... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Denys Vlasenko | use BB_EXECVP_or_die where appropriate |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Denys Vlasenko | hush: move G_x_mode define to the more appropriate... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Dan Fandrich | Support set -o xtrace/noexec alternates for set -x/-n |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Dan Fandrich | hush: display useful help text |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Denys Vlasenko | add a test for patch which we currently fail |
commit | commitdiff | tree | snapshot |
next |