aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-06platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko
2011-12-22libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko
2011-12-22kill: fix segfault in arguments parsingAlexey Fomenko
2011-12-20ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko
2011-12-20makemime: tweak help text: -a HDR can be repeatedDenys Vlasenko
2011-12-19httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko
2011-12-18wget: fix use-after-free on redirectDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-12-18httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko
2011-12-16udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan
2011-12-16udhcp: finish support of classless static routesMichael McTernan
2011-12-16vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas
2011-12-16httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko
2011-12-16ash: document bash's exit code too. No code changesDenys Vlasenko
2011-12-16ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko
2011-12-15*: style fixes. no code changesDenys Vlasenko
2011-12-15ifupdown: remove interface from state_list if iface_up failsLauri Hintsala
2011-12-15configs/android_defconfig: updateDaniel Fandrich
2011-12-14touch: add new option FEATURE_TOUCH_SUSV3walter harms
2011-12-13touch: document -t DT option in help textDenys Vlasenko
2011-12-08udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko
2011-12-06iproute: fix help textDenys Vlasenko
2011-12-06blkid: make help text show [BLOCKDEV]...Denys Vlasenko
2011-12-06volume_id/get_devname: trivial code shrinkDenys Vlasenko
2011-12-05suppress a "integer overflow in expression" waring on big endian. Closes 4405Denys Vlasenko
2011-12-05Fix link failure on some platforms when PAM is enabledTristan Schmelcher
2011-12-05init: code shrink -4 bytesDenys Vlasenko
2011-12-05init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko
2011-11-29httpd: small fixes to previous changePascal Bellard
2011-11-29httpd: make it possible to use system passwords for authPascal Bellard
2011-11-28old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko
2011-11-28vi: fix [end] key handlingDenys Vlasenko
2011-11-23rx: fix file corruption on block checksum failureDaniel Fandrich
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-11-21Added a few more features to android_defconfigDaniel Fandrich
2011-11-21Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko
2011-11-19makemime: document our current behavior. Tweak help textDenys Vlasenko
2011-11-19makemime: content-type should default to application/octet-streamDenys Vlasenko
2011-11-19sendmail: fix a mistake in previous commitDenys Vlasenko
2011-11-18sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko
2011-11-18udhcpc: shrink code by setting xid more economicallyDenys Vlasenko
2011-11-17libbb.h: add check for bad off_t size detectionDenys Vlasenko
2011-11-16libbb.h: tighten up macro codeDenys Vlasenko
2011-11-16udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko
2011-11-10applets_sh/nologin: an applet implemented as shell scriptDenys Vlasenko
2011-11-10mount: resolve hosts to IPs in nfs mountsDenys Vlasenko
2011-11-10mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko
2011-11-10mount: support -o noaclDave Love
2011-11-09Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGEBernhard Reutner-Fischer