2011-04-05 |
Denys Vlasenko | applets/install.sh: afer quoting of variables |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Tito Ragusa | passwd,chpasswd: reset password in /etc/passwd to ... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Denys Vlasenko | fix install.sh |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Denys Vlasenko | ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO) |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Denys Vlasenko | start-stop-daemon: fix "-K --test --pidfile PIDFILE... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Pere Orga | move help text from include/usage.src.h to debianutils... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
Denys Vlasenko | ls: better help text for -a and -A |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Pere Orga | move help text from include/usage.src.h to coreutils/*.c |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Denys Vlasenko | small fix for HISTFILESIZE |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Denys Vlasenko | ash,hush: optional support for $HISTFILESIZE. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Denys Vlasenko | hush: remove outdated comments |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Denys Vlasenko | hush: fix source1.tests |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Nuno Lucas | fbsplash: Add support for 24 and 32 bit color depth |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Pere Orga | move help text from include/usage.src.h to console... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Denys Vlasenko | applet_tables: do not include libbb.h, that header... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Denys Vlasenko | mesg: operate on stdin, not on stderr (compat) |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Peter Korsgaard | httpd: don't send error messages with gzip encoding |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Roman Borisov | diff: optimize diffing of files with the same metadata |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Pere Orga | move help text from include/usage.src.h to archival/*.c |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Vitaly Magerya | wget: --post-data=STR should not encode STR, should... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Denys Vlasenko | pstree: fix "warning: 'handle_thread' defined but not... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Denys Vlasenko | lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Roman Borisov | mount: add --rbind option support |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Roman Borisov | mount: rprivate option fix |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Denys Vlasenko | hush: document a bug about aborting on sourced file... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Denys Vlasenko | hush: make parse errors in sourced file non-fatal in... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Denys Vlasenko | hush: fix a case where return in sourced file has no... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Denys Vlasenko | ash,hush: recheck LANG before every line input |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Vitaly Magerya | don't call freeaddinfo(NULL) |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Ryan Phillips | login: set PAM RHOST |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Alexey Soloviev | dd: free allocated memory if CLEANUP enabled |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Denys Vlasenko | mesg: make group/all writability configurable |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Denys Vlasenko | ln: explain why we use xstrdup |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Denys Vlasenko | init: fix a case where execv's 1st arg was wrong |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Denys Vlasenko | wget: move help text to .c file |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Denys Vlasenko | wget: fix fname_out usage wrt redirects |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Denys Vlasenko | mount: add a test for bind+rshared |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Pere Orga | pwdx: new applet |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Denys Vlasenko | busybox: fail if --install is not given an absolute... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Denys Vlasenko | udhcpc: emit "correct" secs field |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Denys Vlasenko | ls: fix handling of symlinks by option -1 |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Denys Vlasenko | libbb: make warning go away |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Pascal Bellard | chsum: fix |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Denys Vlasenko | s/FAIL_DELAY/LOGIN_FAIL_DELAY/ |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Denys Vlasenko | forgot to add libbb/get_shell_name.c |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Denys Vlasenko | use user's shell instead of hardwired "/bin/sh" (androi... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Denys Vlasenko | printenv: fix environ == NULL segfault |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Denys Vlasenko | ash/hush: shrink help text |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Denys Vlasenko | ftpd: better usage text |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Pere Orga | kill: fix infinite loop when passed PIDs are not valid... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Denys Vlasenko | remove stray empty line |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Denys Vlasenko | ash/hush: provide help text |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Denys Vlasenko | ash: fix execution of shell scripts without shebang |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Denys Vlasenko | klogd: fix the problem of delayed handling of ^C and... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Keith Young | udhcpc: add -B option |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Denys Vlasenko | more: fix tabs handling |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Denys Vlasenko | fix bit rot in scripts/Makefile.IMA #2 |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Denys Vlasenko | fix bit rot in scripts/Makefile.IMA |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Bjørn Forsman | .gitignore: add missing ignores |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Phil Sutter | nameif: add matching by phy_address=NUM; extend help... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Phil Sutter | nameif: fix parsing of /proc/net/dev; small code shrink |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Denys Vlasenko | libbb/login/su: do not sanitize shell name twice |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Alexey Soloviev | tr: free allocated memory in tr if CLEANUP enabled |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Denys Vlasenko | improve --install operation in chroot jails |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Denys Vlasenko | xargs: support --no-run-if-empty (synonym to -r) |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Alexey Fomenko | don't leak malloced variables in the loop; remove doubl... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Denys Vlasenko | convert "do {...} while (1);" -> "while (1) {...}" |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Alexey Fomenko | add missing fclose's |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Denys Vlasenko | tar: skip leading / and handle names like abc/..//... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Alexey Fomenko | libbb: remove dead code in getopt32. -7 bytes |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Denys Vlasenko | tar: on extract, everything up to and including last... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Denys Vlasenko | libbb: make user/group name cache strings longer (... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Denys Vlasenko | ls: widen -s (1k blocks) column from 4 to 6 |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Denys Vlasenko | ls: -g implies -l |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Denys Vlasenko | ls: fix bits for -T, -w and --color; make -n imply... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Denys Vlasenko | mount: strip multiple trailing slashes, not just one |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Roman Borisov | mount: update /etc/mtab properly on mount --move |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Pere Orga | whois: new applet |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Harald Becker | showkey: make showkey -a work on any stdin |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Denys Vlasenko | ls: fix one-bit-off which caused -H to behave as -h |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Denys Vlasenko | adduser: use better argv passing to addgroup |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Denys Vlasenko | Replace "depends on PLATFORM_LINUX" with "select PLATFO... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Stefan Seyfried | fix libiproute compile with kernel headers < 2.6.17 |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Peter Korsgaard | mount: ignore unknown mount options when remounting... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Roman Borisov | mount: fix wrong long option namess |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Denys Vlasenko | iproute: fix parsing and matching of of "short" IP... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Denys Vlasenko | slightly better wording in comments |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Denys Vlasenko | ash: fix ash-signals/signal8 testcase failure |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Bernd Jendrissek | fix "make install" |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dan Fandrich | blockdev: add --getsz to replace --getsize |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Pere Orga | wget: reduce bloat |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Vladislav Grishenko | udhcpd: optional IP selection based on MAC hash |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Denys Vlasenko | echo: fix SEGV when run with no args |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Denys Vlasenko | wget: check for final write errors for -O FILE too |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Gilles Espinasse | Add the help text for 'position independent executable... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Denys Vlasenko | modprobe: fix "modprobe -l name-with-dash" |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Denys Vlasenko | modinfo: trivial optimizations |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Lauri Kasanen | modinfo: show firmware and depends fields |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Denys Vlasenko | wget: make "wget -O FILE URL1 URL2" concatenate output |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Pere Orga | wget: fix SEGV with multiple urls and redirection |
commit | commitdiff | tree | snapshot |
next |