aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-05acpid: do not install handlers for fatal signalsDenys Vlasenko
2012-02-04cttyhack: handle multiple consoles found in sysfsAaro Koskinen
2012-02-04httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko
2012-02-02tweak comment, no code changesDenys Vlasenko
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko
2012-01-31modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras
2012-01-31vi: add ":prev" command supportDennis Groenen
2012-01-31vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko
2012-01-30login: -f should not ask for password even with PAMSergey Naumov
2012-01-30init: add a segv debugging aid, disabled by defaultDenys Vlasenko
2012-01-30gen_build_files.sh: exclude hidden directoriesPaulius Zaleckas
2012-01-30mdev: fix wrong sizeofJavier Viguera
2012-01-18bootchartd: add process accounting featureQuentin Casasnovas
2012-01-18find_mount_point: fix find_mount_point for char devicesJavier Viguera
2012-01-16vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko
2012-01-15sed: fix possible case of signed char bug; expand debugging printoutsDenys Vlasenko
2012-01-11mke2fs: do not zero out first kilobyte. Closes 3247Denys Vlasenko
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko
2012-01-09acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll.Denys Vlasenko
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko
2012-01-08Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko
2012-01-08Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko
2012-01-06libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functionsDenys Vlasenko
2012-01-06libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXECDenys Vlasenko
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