2009-03-15 |
Denis Vlasenko | sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Denis Vlasenko | sha: merge sha1/sha256 handling (they are similar enoug... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Denis Vlasenko | uname: correct cut/paste error |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Denis Vlasenko | mount: support "-O option"; stop trying to mount swap... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Denis Vlasenko | uname: support long options |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Denis Vlasenko | insmod/modprobe: do not pass NULL to kernel as module... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Denis Vlasenko | tar: make FEATURE_TAR_AUTODETECT work with DESKTOP... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Denis Vlasenko | sha: reduce sha256/512 context size. Make sha1/sha256... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Denis Vlasenko | sha: tiny shrink |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Denis Vlasenko | add comment about sha testing |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Denis Vlasenko | shrink sha hashing a bit more (remove wbuflen field... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Denis Vlasenko | shrink sha hashing |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Denis Vlasenko | popmaildir: fix several grave bugs with using memory... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Mike Frysinger | the -elf2flt flag can be used w/out -Wl, so drop the... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Denis Vlasenko | sha256/512: code shrink. Run-tested. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Denis Vlasenko | *: remove LOG_NOWAIT |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Denis Vlasenko | ftpd: stop unconditional logging to syslog. This was... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Denis Vlasenko | docs/logging_and_backgrounding.txt: new mini-doc |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Denis Vlasenko | mail.c: more robust handling of SIGCHLD |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd + ls - timestamp = confused Mozilla. Prevent that. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd: add LOG_NDELAY to openlog |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | uniq: strncmp(a,b, -1) might be problematic, use INT_MA... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | fix typo in help text |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd: reuse ls applet for LIST/NLST/STAT generation |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd: EPSV and SIZE support. Tested to work on IPv6... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftp: reduce amount of realloc's done in cmdio_write |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd: code shrink |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd: code shrink |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftp: code shrink |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd: code shuffled a bit, added comments |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd: add comment |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | ftpd: further code shrink |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Denis Vlasenko | *: move get_sock_lsa and xwrite_str to libbb, use where... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Denis Vlasenko | ftpd: code chrink, fixed some minor bugs |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Denis Vlasenko | adding forgotten new file |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Denis Vlasenko | ftpd: new applet by Adam Tkac |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Denis Vlasenko | website: mention fixes to syslogd |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Denis Vlasenko | website: announce 1.13.3 |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Denis Vlasenko | halt/reboot/poweroff: improve error reporting |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Denis Vlasenko | further work on modprobe |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Bernhard Reutner... | - test commit |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Denis Vlasenko | modprobe: rework/speedup by Timo Teras (timo.teras... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Denis Vlasenko | modutils: delete unused global variable |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Denis Vlasenko | networking/libiproute/*: code shrink by optimizing... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Denis Vlasenko | sendmail: document and fix usage of fd #4, fix check... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Denis Vlasenko | wget: --post-data support by Harald Kuthe (harald-tuxbo... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Denis Vlasenko | modprobe: emit "can't open 'modules.dep': (errno)"... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Denis Vlasenko | ip: in "ip rule add from all table 1", "all" is taken... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Denis Vlasenko | expr: a bit more robust handling of regexps with groups... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Denis Vlasenko | printf: fix 1.12.0 breakage (from %*d fix). It was... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Denis Vlasenko | ls: implement -Q and -g (-g was accepted but ignored) |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Denis Vlasenko | ls: do not follow links with -s (closes bug 33), |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Denis Vlasenko | top: make it work again on 2.4 kernels (closes bug... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Denis Vlasenko | sendmail: improve help text |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Denis Vlasenko | wget: fix --header handling |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Denis Vlasenko | syslogd: create logfile with 0666, not 0600. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Denis Vlasenko | tr: update testsuite |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Denis Vlasenko | tr: fix overflow in expand and complement, fix stop... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Denis Vlasenko | tr: support [:xdigit:], fix handling of ranges and... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Denis Vlasenko | runsv: another tiny optimization |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Denis Vlasenko | runsv: small optimization |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Denis Vlasenko | modutils: oveflow fix |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Denis Vlasenko | unzip: fix thinko with le/be conv and size (closes... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Denis Vlasenko | login: fix buglet introduced by "simplification" |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Denis Vlasenko | flash_eraseall.c: fix vda's breakage |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Bernhard Reutner... | - rephrase helptext for clarity |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Bernhard Reutner... | - improve wording |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Bernhard Reutner... | - by not calling getpagesize() twice we can save 2... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Bernhard Reutner... | - fix typo (thanks to Peter Kjellerstedt for noticing) |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Bernhard Reutner... | - Dual-license the config parser also under "LGLPv2... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Ned Ludd | make modutils compile again |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Denis Vlasenko | depmod: accept and ignore -r (Linux kernle build needs... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Denis Vlasenko | flash_eraseall: shrink |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bernhard Reutner... | - add big busybox logo as transparent png |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bernhard Reutner... | - bail out if screen resolution does not match PPM... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bernhard Reutner... | - document ppm header and skip whitespace |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bernhard Reutner... | - update TODOs |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bernhard Reutner... | - eliminate globals |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bernhard Reutner... | - make it compile and shrink it a little bit (~-110... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bernhard Reutner... | - add flash_eraseall |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Bernhard Reutner... | - PPMs can have comments in the header. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Denis Vlasenko | ash: make dot command search current directory first... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Denis Vlasenko | Make "shadowed" numeric config entries (ones which... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Denis Vlasenko | volume_id: abort early on read failures. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Denis Vlasenko | init: fix compile breakage with '# CONFIG_FEATURE_KILL_... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Bernhard Reutner... | - improve wording |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Bernhard Reutner... | - improve helptext |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Bernhard Reutner... | - misc untested shrinkage: |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Bernhard Reutner... | - improve helptext of obsolete devfs stuff.. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Bernhard Reutner... | - cosmetic typo in helptext |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Denis Vlasenko | killall and sestatus also need ARGVN scanning |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Denis Vlasenko | mdev: if /sys/class/block exists, don't scan /sys/block |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Denis Vlasenko | function ... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Denis Vlasenko | httpd: tiny optimization |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Denis Vlasenko | httpd: |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Denis Vlasenko | sendmail: remove erroneous usage lines |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Denis Vlasenko | crond,crontab: make cron directory location configurable |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Denis Vlasenko | telnetd: do not advertise TELNET_LFLOW, we do not support |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Denis Vlasenko | udhcpd: add code which rejects lease files with suspici... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Denis Vlasenko | login: small simplification by Walter Harms. -10 bytes |
commit | commitdiff | tree | snapshot |
next |